.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,245,237;--color-primary-1:128,221,194;--color-primary-2:0,187,132;--color-primary-3:0,94,66;--color-primary-4:0,28,20;--color-secondary-0:255,255,255;--color-secondary-1:238,238,238;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:34,34,34;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/a84cea48be076f817e794abc347982b8.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container { display: none; }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .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); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3e41c041-080e-4721-b798-1f4e847260f7/20220907_paleblue_0120.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax.adaptive-delivery-prevent-bg, #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax.lazyload, #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax.lazyloading { background-image: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { background-color: transparent; background-image: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container > .video-iframe-container { display: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container { display: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .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); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { border-width: 0; border-radius: 0; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:60rem;position:relative;display:block; }#q1akAE2xKsMzUrQDf59IlCgKOWvHfof2 { display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),1);top:1.25rem;left:10rem;height:5.93115rem;color:#26d713;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal;display:block; }
#E8NxvpWdATef76LfhXNTaUOn2oeeXBuf { display:block;width:21.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:10rem;left:32.375rem;height:7.3125rem;color:#26d713;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#LZRJBD6ANVKl9rDQbdFEdpoJThWKtLfB { display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:22.875rem;left:16.0625rem;height:4.19921875rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:italic;display:block; }
#ovgn5tDDp2i3DOMHLsJJhQf68GuTUMqb { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:4.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.875rem;left:2.5625rem;display:block; }
#OFRIiU11aOXhLiZ4nTVlLxcpzXpBKhZa { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#zTlXR03RZZNX6fuCCKJulgDlQMaRLqnN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.875rem;height:4.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.875rem;left:34.1875rem;display:block; }
#mVhHbbpEkNRLZccMHoWGGpfzwTzmZSTP { display:block;position:absolute;top:50%;width:100%;z-index:15000;display:block; }
#i2HqedHwI0Oef8dqrvKc8eFfT6U5T6lH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:5.9375rem;width:7.9375rem;top:21.07421875rem;left:45.28125rem;overflow:hidden;display:block; }
#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq { border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0;border-right:0;border-top: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-right-radius:initial;border-bottom-left-radius:initial;display:block; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { background-color: transparent; background-image: none; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container > .video-iframe-container { display: none; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row > .video-iframe-container { display: none; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .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); }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { border-width: 0; border-radius: 0; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;position:relative;display:block; }#OoyVpZINPoGmUBE00xd8EGhv43K7M4Hu { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.17578125rem;left:0rem;height:3.25rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#adeBAzad9K494IlRRH9vTc9k5nFxAthG { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.36328125rem;left:0rem;height:4.3872rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BV5mbM0SU0c82CE9X1n0V1uG1SgB9fJH { display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:18.6875rem;left:9.375rem;height:18.5243875rem;color:rgba(var(--color-tertiary-4),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n0knrTcE4iI37zd1aT0f6pTMggAZByoI { display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.76953125rem;left:0.15625rem;height:1.94970625rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kedXM5rMuucTdMft0arBQ6uSx0OkUNrr { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6.0625rem;top:2.65625rem;left:4.125rem;overflow:hidden;display:block; }
#nbRnwKqBgGkURa0ImK98LDwXnRaDVGKq { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;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:3.25rem;left:11.5625rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#dZMVzz0hHOTDNLTHszcLR4bfdSfJXU6l { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:5.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.9375rem;left:45.5rem;display:block; }
#HvhhNTT1ELAvbkTrUxtCMCLGvhMO9dA2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X5WR5icrqnTN4xJp2I0sPKENt0IhvKgq { position:absolute;display:block;z-index:15013;height:2.5625rem;width:39.875rem;top:8.67578125rem;left:10.0625rem;display:block; }
#Od84EisDH7VE3kBoinw6BZTugAnP3xET { border-bottom:0;border-left:0;border-right:0;border-top: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-right-radius:initial;border-bottom-left-radius:initial;display:block; }#Od84EisDH7VE3kBoinw6BZTugAnP3xET > .row .container { background-color: transparent; background-image: none; }#Od84EisDH7VE3kBoinw6BZTugAnP3xET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od84EisDH7VE3kBoinw6BZTugAnP3xET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od84EisDH7VE3kBoinw6BZTugAnP3xET > .row .container > .video-iframe-container { display: none; }#Od84EisDH7VE3kBoinw6BZTugAnP3xET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Od84EisDH7VE3kBoinw6BZTugAnP3xET > .row > .video-iframe-container { display: none; }#Od84EisDH7VE3kBoinw6BZTugAnP3xET > .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); }#Od84EisDH7VE3kBoinw6BZTugAnP3xET > .row .container { border-width: 0; border-radius: 0; }#Od84EisDH7VE3kBoinw6BZTugAnP3xET > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Od84EisDH7VE3kBoinw6BZTugAnP3xET > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:60rem;position:relative;display:block; }#hbDgfg9ZmLA3fkHbB0smGH73vUSb2WMM { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:3.25rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xsTMdB25g9rQZ6c0o77WiESuOOOdxtuB { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:2.92480625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#NiU9qzaUtxA1lilGmaWqqP8xsdolc87d { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#NiU9qzaUtxA1lilGmaWqqP8xsdolc87d > .row .container { background-color: transparent; background-image: none; }#NiU9qzaUtxA1lilGmaWqqP8xsdolc87d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiU9qzaUtxA1lilGmaWqqP8xsdolc87d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiU9qzaUtxA1lilGmaWqqP8xsdolc87d > .row .container > .video-iframe-container { display: none; }#NiU9qzaUtxA1lilGmaWqqP8xsdolc87d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NiU9qzaUtxA1lilGmaWqqP8xsdolc87d > .row > .video-iframe-container { display: none; }#NiU9qzaUtxA1lilGmaWqqP8xsdolc87d > .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); }#NiU9qzaUtxA1lilGmaWqqP8xsdolc87d > .row .container { border-width: 0; border-radius: 0; }#NiU9qzaUtxA1lilGmaWqqP8xsdolc87d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NiU9qzaUtxA1lilGmaWqqP8xsdolc87d > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:60rem;position:relative;display:block; }#NLdeA9BElTKH1Sr5A3rTTun4e0SysXdO { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:2.75rem;overflow:hidden;display:block; }
#IuG5o6TRSeUrEfUWfZPEev8WAZJTqwhs { display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.375rem;left:0rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ErEe6kzRsOdJhSU9etOxk0IBT6AiAgeW { display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.8125rem;left:0rem;height:1.29980625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#itk7vuXtHnrei1LeseoTR2x6ixlTJrm0 { display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.375rem;left:40.0625rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OR1TOvCKtiPygHnsfkf4Wz3OVO1WVZHD { display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.8125rem;left:40rem;height:1.29980625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yc86AkxF6d01p3f2PKWDViiqIa63qq2z { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);height:13.75rem;width:13.75rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;top:0rem;left:42.8125rem;overflow:hidden;display:block; }
#LrodvRLcN26T5QNLzWqmEG9cmE0Rf65x { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:26.125rem;top:0.625rem;left:16.9375rem;overflow:hidden;display:block; }
#upQRGPGLzhpekk7FZzfiTdD8DUeeLgux { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#upQRGPGLzhpekk7FZzfiTdD8DUeeLgux > .row .container { background-color: transparent; background-image: none; }#upQRGPGLzhpekk7FZzfiTdD8DUeeLgux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upQRGPGLzhpekk7FZzfiTdD8DUeeLgux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upQRGPGLzhpekk7FZzfiTdD8DUeeLgux > .row .container > .video-iframe-container { display: none; }#upQRGPGLzhpekk7FZzfiTdD8DUeeLgux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upQRGPGLzhpekk7FZzfiTdD8DUeeLgux > .row > .video-iframe-container { display: none; }#upQRGPGLzhpekk7FZzfiTdD8DUeeLgux > .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); }#upQRGPGLzhpekk7FZzfiTdD8DUeeLgux > .row .container { border-width: 0; border-radius: 0; }#upQRGPGLzhpekk7FZzfiTdD8DUeeLgux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#upQRGPGLzhpekk7FZzfiTdD8DUeeLgux > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#QaOhMqfPTpEaBxslcrfSIFmTZaSThhe6 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:3.25rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nPCscobHHOJFydsTNBGnsIfCyE6WfzSg { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:2.9248rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm.adaptive-delivery-prevent-bg, #bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm.lazyload, #bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm.lazyloading { background-image: none; }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm > .row .container { background-color: transparent; background-image: none; }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm > .row .container > .video-iframe-container { display: none; }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm > .row > .video-iframe-container { display: none; }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm > .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); }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm > .row .container { border-width: 0; border-radius: 0; }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#CVmPL9EPTyqlnLN0QgIcwWfZs9fwesTA { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FStTr6Egme4TTBqfttVFe5ULfKHiGQcA { display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.5625rem;left:2.65625rem;height:13.2993125rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#guLzuKuWLtGK9pdTEOzq0KyOdJgU8nsQ { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#TA5lkywVop8cOV4012LrHdsgNfPTm2tu { 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:12.875rem;width:12.875rem;top:4.5625rem;left:38.5rem;overflow:hidden;display:block; }
#ZwZUQnJgdln1fTENrq8Oi7BWflnf1q8l { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.6875rem;left:6.375rem;display:block; }
#eXd9RFT5R1lKOMurhRfMRBtdFqF9zWVx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF.adaptive-delivery-prevent-bg, #Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF.lazyload, #Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF.lazyloading { background-image: none; }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF > .row .container { background-color: transparent; background-image: none; }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF > .row .container > .video-iframe-container { display: none; }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF > .row > .video-iframe-container { display: none; }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF > .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); }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF > .row .container { border-width: 0; border-radius: 0; }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#G7nmheedEZiJUr4ouUDh2uT5Lc4LAs2K { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8173828125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l6HRsfpvEStcRqXvkbh9J0cO4dl6Naff { display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.68017578125rem;left:31.875rem;height:11.3994375rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qhtd550HqEQUuVWQWOlvA2nQP91JK86J { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#cF0xGGLgAlMAdTvl1z317ksv58Qq7mdh { 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:13.6875rem;width:13.75rem;top:4.25rem;left:8.1083984375rem;overflow:hidden;display:block; }
#uEONGUohX4gRTQzTaXTBrN37utZNgRxn { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#tyQRbGb3awOqbTKxvDTPpTVz1QK2GNRz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89.adaptive-delivery-prevent-bg, #Hdt3HLLQc41zmRaTul16KwNtP1FCGK89.lazyload, #Hdt3HLLQc41zmRaTul16KwNtP1FCGK89.lazyloading { background-image: none; }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 > .row .container { background-color: transparent; background-image: none; }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 > .row .container > .video-iframe-container { display: none; }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 > .row > .video-iframe-container { display: none; }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 > .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); }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 > .row .container { border-width: 0; border-radius: 0; }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#wsL25x8I5a06araDyTnWkwc49XhGPLn6 { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D2rp81mNPTn8StcbkLC3dNyoNOgvNNSM { display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:7.3623046875rem;left:2.65625rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TbtKTcewObzhSKFFK8h50EA1RbHgHm9b { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#wLLg0Qvqo3JU4ThIBztESbRUHrNTFTJM { 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:12.875rem;width:12.875rem;top:4.5625rem;left:38.5rem;overflow:hidden;display:block; }
#chmg1aA0vqbAlKtO1lDtocVEUVh8zXaX { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.6875rem;left:6.375rem;display:block; }
#Sqpk263U5T0zzQm54flwEar5X0HUeNie { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7.adaptive-delivery-prevent-bg, #QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7.lazyload, #QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7.lazyloading { background-image: none; }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 > .row .container { background-color: transparent; background-image: none; }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 > .row .container > .video-iframe-container { display: none; }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 > .row > .video-iframe-container { display: none; }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 > .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); }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 > .row .container { border-width: 0; border-radius: 0; }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#MWTQeqGENfpxMZGEJfUqQG3BK8mi9oTt { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xpNuaT15LwbiTxrUQQ85HRWp3oce2O9z { display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.68017578125rem;left:31.875rem;height:13.2993125rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J5BSDATIZ07VUxUOIJUVtT6doKFe0cgX { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#IMLdrV6nEsa2ZiW4JrUEgoqEgaxvuMAo { 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:13.6875rem;width:13.75rem;top:4.25rem;left:8.1083984375rem;overflow:hidden;display:block; }
#b0l9XToh5V1Juk5S1dEsrdFCkiCzmcht { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#VWVFrI7ftUkZZZVmkWEqeFcSfJshdhn6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pzh2AGdaRaeM7akosSVy524h6PcXQVJN { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN.adaptive-delivery-prevent-bg, #pzh2AGdaRaeM7akosSVy524h6PcXQVJN.lazyload, #pzh2AGdaRaeM7akosSVy524h6PcXQVJN.lazyloading { background-image: none; }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN > .row .container { background-color: transparent; background-image: none; }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN > .row .container > .video-iframe-container { display: none; }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN > .row > .video-iframe-container { display: none; }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN > .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); }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN > .row .container { border-width: 0; border-radius: 0; }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#Fix29rw3blHQPHFb4zhrRO6GAdr8VWyv { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EwkeupdsTnpB9ZvilTcA7NGZdG6Uw0Th { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.2998046875rem;left:0rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gklArTFOoanIcLIKRCcAVfzORcfaLQ6X { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#TeN3J8cq6BAVLivyNU6tEKUNOpMLZKlD { 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:12.875rem;width:12.875rem;top:4.5625rem;left:38.5rem;overflow:hidden;display:block; }
#o71K3KoRvNIvIJ9w2pzzuT7N2fTQwSHJ { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.6875rem;left:6.375rem;display:block; }
#h1IOHoKFHa5g40U65RxcnbGzM7RUu3sy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE.adaptive-delivery-prevent-bg, #HXD112TZaKvmtJA7kEEdMbkEoxAHvknE.lazyload, #HXD112TZaKvmtJA7kEEdMbkEoxAHvknE.lazyloading { background-image: none; }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE > .row .container { background-color: transparent; background-image: none; }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE > .row .container > .video-iframe-container { display: none; }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE > .row > .video-iframe-container { display: none; }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE > .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); }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE > .row .container { border-width: 0; border-radius: 0; }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#sMglZczkcMdPxNtEAzkNiuuvPZgn4gUV { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G4OZToydJC8muUJ8gAnBJdRGhJoV0zBH { display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:6.375rem;left:32.3125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oqP6n11wTRd18QThQXa3fk4nGNiv7iOF { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#s0tn1W29tsKx3M59TFxHhJhiJ8TPVuim { 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:13.6875rem;width:13.75rem;top:4.25rem;left:8.1083984375rem;overflow:hidden;display:block; }
#ulAqGvxu13LAwTuTWTCstW0ZVfUOgXiz { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#PX8dU1ysqoswrSldnfLNOsGaidlB4UJd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra.adaptive-delivery-prevent-bg, #ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra.lazyload, #ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra.lazyloading { background-image: none; }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra > .row .container { background-color: transparent; background-image: none; }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra > .row .container > .video-iframe-container { display: none; }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra > .row > .video-iframe-container { display: none; }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra > .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); }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra > .row .container { border-width: 0; border-radius: 0; }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#I51BFfX9RJeVErrycVyocvxdd60RbXOf { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yFoRrIMkuFoTF08HLi0VRbQ0XBFr3e8M { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.2998046875rem;left:0rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DnyS3iRVWT1JTly4bdcR4oGHqQpdvOmi { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#FhoATEFd28pwNAG0AozZa8K4GcszqxMJ { 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:12.875rem;width:12.875rem;top:4.5625rem;left:38.5rem;overflow:hidden;display:block; }
#pZDcCnfwyh5IuZ7sidkRsPrbATT63Hi8 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.6875rem;left:6.375rem;display:block; }
#Rc7I6mBmTKD7dnwvo1I4xv36TAx8zTCC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf.adaptive-delivery-prevent-bg, #i6NKh4QazVTgXfshBnKCmgxODrgZfgyf.lazyload, #i6NKh4QazVTgXfshBnKCmgxODrgZfgyf.lazyloading { background-image: none; }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf > .row .container { background-color: transparent; background-image: none; }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf > .row .container > .video-iframe-container { display: none; }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf > .row > .video-iframe-container { display: none; }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf > .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); }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf > .row .container { border-width: 0; border-radius: 0; }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#RHovuxeSKthQzBho5pIUevwUGUkKS8Uz { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wt8un9COM4LsxiZlcWC0n92Hg7vRZO1y { display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:6.375rem;left:32.3125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zoOX3glfw7AwQW7neSWmE9a23gquOrze { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#iXDvMGTETaMny0tpAzvVL0cbzB8vz0SI { 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:13.6875rem;width:13.75rem;top:4.25rem;left:8.1083984375rem;overflow:hidden;display:block; }
#tAkzNMz8gxdZesnJoMcgFyb0V6bI6K5l { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#NKLxcL6fg5iXWLETkvT1vNhib3GXViCO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC.adaptive-delivery-prevent-bg, #vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC.lazyload, #vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC.lazyloading { background-image: none; }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC > .row .container { background-color: transparent; background-image: none; }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC > .row .container > .video-iframe-container { display: none; }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC > .row > .video-iframe-container { display: none; }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC > .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); }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC > .row .container { border-width: 0; border-radius: 0; }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#FOU9mtVCgM5Sps10S07ZMQeHqVdG8bA4 { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m7UFdL3b0Gd7EidxSx3wIxTTqQqk6LzZ { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.2998046875rem;left:0rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zmT3PGdDEPw8IC5HV8FyUvxHgh0IxT96 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#ykmoNtUQsCI0tiQe2DEtAiPiLRqoW49H { 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:12.875rem;width:12.875rem;top:4.5625rem;left:38.5rem;overflow:hidden;display:block; }
#GkqVlPEKx8ifep5zFD9vGvu8K7JobbWz { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.6875rem;left:6.375rem;display:block; }
#TBaBs2SbWhpWJoW3VpasD5bmsS5VyEUa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Grg4qaCge26QGWdiGzW303m6zWeficBa { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#Grg4qaCge26QGWdiGzW303m6zWeficBa.adaptive-delivery-prevent-bg, #Grg4qaCge26QGWdiGzW303m6zWeficBa.lazyload, #Grg4qaCge26QGWdiGzW303m6zWeficBa.lazyloading { background-image: none; }#Grg4qaCge26QGWdiGzW303m6zWeficBa > .row .container { background-color: transparent; background-image: none; }#Grg4qaCge26QGWdiGzW303m6zWeficBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Grg4qaCge26QGWdiGzW303m6zWeficBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Grg4qaCge26QGWdiGzW303m6zWeficBa > .row .container > .video-iframe-container { display: none; }#Grg4qaCge26QGWdiGzW303m6zWeficBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Grg4qaCge26QGWdiGzW303m6zWeficBa > .row > .video-iframe-container { display: none; }#Grg4qaCge26QGWdiGzW303m6zWeficBa > .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); }#Grg4qaCge26QGWdiGzW303m6zWeficBa > .row .container { border-width: 0; border-radius: 0; }#Grg4qaCge26QGWdiGzW303m6zWeficBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Grg4qaCge26QGWdiGzW303m6zWeficBa > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#cPVytJcQKTo35r6KRgqTd4wI0TN75qTl { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToqaKsaz9UTK1HSlhAo3iR2ghsK7Ki5e { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.4248046875rem;left:30.625rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SnENkbH3f8T2Cwbdd0T0DNPL3KGfz3aV { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#w5xDenWtc00L6RiD4BU8Sh0Shc2DIG4P { 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:13.6875rem;width:13.75rem;top:4.25rem;left:8.1083984375rem;overflow:hidden;display:block; }
#kpiRUgGB0fspBCSTyrhb5dR1Wr8WAzgs { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#f1weAt7sG0nlJLAZZeetnXh5AIJPwpmv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z.adaptive-delivery-prevent-bg, #QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z.lazyload, #QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z.lazyloading { background-image: none; }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z > .row .container { background-color: transparent; background-image: none; }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z > .row .container > .video-iframe-container { display: none; }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z > .row > .video-iframe-container { display: none; }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z > .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); }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z > .row .container { border-width: 0; border-radius: 0; }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#iKmetUauoHdTTTbD0gLh8LJcPMRWzfFM { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v9pZisRkDWa3Hhn0fXcNUl67HtuTR3iU { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.2998046875rem;left:0rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#if1mtwrqH0xM2lfQ5ObUOAwJmBGKydKb { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#VRA6FQnTgSXFoQGKm2m1I6a9FdxnXUMS { 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:12.875rem;width:12.875rem;top:4.5625rem;left:38.5rem;overflow:hidden;display:block; }
#aGgVRryb5wOwP5DNPd1GdCcZD92eBPyp { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.6875rem;left:6.375rem;display:block; }
#RG7342ziaSuIJDr6OPhaZMU4XUPt87kb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN.adaptive-delivery-prevent-bg, #sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN.lazyload, #sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN.lazyloading { background-image: none; }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN > .row .container { background-color: transparent; background-image: none; }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN > .row .container > .video-iframe-container { display: none; }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN > .row > .video-iframe-container { display: none; }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN > .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); }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN > .row .container { border-width: 0; border-radius: 0; }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#INJfmfCTHktKLQuK3Mk8n1tWNSgTxZRK { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l65zVeiAQVTeiUV20OFTXQPuDEvNQ2ZV { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.4248046875rem;left:30.625rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JygXXoT8wbqIT4Cw77bdmbAUsmoqy9tK { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#KwdwFEkiJGf4eemvMAxMUIedpwRAEUbb { 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:13.6875rem;width:13.75rem;top:4.25rem;left:8.1083984375rem;overflow:hidden;display:block; }
#OWCL98zdXFVkuvHhOclQmDMB7uxn5CEE { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#W5C0PThwxwDNtZkDcz24uCDd1X19cIrM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ.adaptive-delivery-prevent-bg, #xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ.lazyload, #xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ.lazyloading { background-image: none; }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ > .row .container { background-color: transparent; background-image: none; }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ > .row .container > .video-iframe-container { display: none; }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ > .row > .video-iframe-container { display: none; }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ > .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); }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ > .row .container { border-width: 0; border-radius: 0; }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#CdH9xiFnxI9J4VCFcE46EsT5z7X3wWVQ { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MWkNQEVy8R5iAzezp9qRKi62pwLRynss { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.2998046875rem;left:0rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bkFHACbWbWnmdCZ0RhH2z4voUSA0XuwL { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#AtI6IV3qcaHUTCeIimxOZiqg0somGFKo { 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:12.875rem;width:12.875rem;top:4.5625rem;left:38.5rem;overflow:hidden;display:block; }
#lKGZT4lNpyWTizeBAiPwmWC4P0ggkye0 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.6875rem;left:6.375rem;display:block; }
#yJbcJlEXJZsODTl0PTKoU37e1de8Th8f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AszpzTyXv79olONFcnayVJeQH7KV0LUo { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#AszpzTyXv79olONFcnayVJeQH7KV0LUo.adaptive-delivery-prevent-bg, #AszpzTyXv79olONFcnayVJeQH7KV0LUo.lazyload, #AszpzTyXv79olONFcnayVJeQH7KV0LUo.lazyloading { background-image: none; }#AszpzTyXv79olONFcnayVJeQH7KV0LUo > .row .container { background-color: transparent; background-image: none; }#AszpzTyXv79olONFcnayVJeQH7KV0LUo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AszpzTyXv79olONFcnayVJeQH7KV0LUo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AszpzTyXv79olONFcnayVJeQH7KV0LUo > .row .container > .video-iframe-container { display: none; }#AszpzTyXv79olONFcnayVJeQH7KV0LUo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AszpzTyXv79olONFcnayVJeQH7KV0LUo > .row > .video-iframe-container { display: none; }#AszpzTyXv79olONFcnayVJeQH7KV0LUo > .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); }#AszpzTyXv79olONFcnayVJeQH7KV0LUo > .row .container { border-width: 0; border-radius: 0; }#AszpzTyXv79olONFcnayVJeQH7KV0LUo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AszpzTyXv79olONFcnayVJeQH7KV0LUo > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#GrsqCCZpzdvp2Ro0TT413bU9ylQcThW5 { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D5GfiTQyn2dsTWLuwgbpo1PoMhaVPR2a { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.4248046875rem;left:30.625rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TgqgN3RTDPpLy870nQVWthocTJyQ0Kvk { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#gXs5h7vilVhuETyzaeGrFlCIscOBr74t { 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:13.6875rem;width:13.75rem;top:4.25rem;left:8.1083984375rem;overflow:hidden;display:block; }
#NLeEuJch7tOR60KEkKnI9s7i04sBDVSF { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#elruiLWkbWqyQmqTl7MO7hkwDTsx6MRI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp.adaptive-delivery-prevent-bg, #rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp.lazyload, #rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp.lazyloading { background-image: none; }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp > .row .container { background-color: transparent; background-image: none; }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp > .row .container > .video-iframe-container { display: none; }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp > .row > .video-iframe-container { display: none; }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp > .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); }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp > .row .container { border-width: 0; border-radius: 0; }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#Q8Qmk8h922SXV3d0ICbic5wBdJlcDCtJ { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KPcfsdJZkmRBNKS9HmpR3pfs3dZ0BfMm { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:6.25rem;left:0rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WBnJb43W8tvsxAyv12yp1iORWJ9ezyg4 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#TlT4uHO3CFNKiykXLx4F1nnATWoC4QUr { 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:12.875rem;width:12.875rem;top:4.5625rem;left:38.5rem;overflow:hidden;display:block; }
#Rc2UkK9qMKk4tVkLT4oi8rGqd6nAubkn { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.6875rem;left:6.375rem;display:block; }
#RghBUrPLx2ZfLqsU3iKgeGoKkT55nd5V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT.adaptive-delivery-prevent-bg, #BgEwcvreRk89nWkbiVgQGXwxiZylaaOT.lazyload, #BgEwcvreRk89nWkbiVgQGXwxiZylaaOT.lazyloading { background-image: none; }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT > .row .container { background-color: transparent; background-image: none; }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT > .row .container > .video-iframe-container { display: none; }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT > .row > .video-iframe-container { display: none; }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT > .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); }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT > .row .container { border-width: 0; border-radius: 0; }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#IrUi89SIIr1ldpbmXe5OUk6AiDEe0ReG { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AhCRzTdrKR9EzOukWlGpASTHu4kOfWue { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.4248046875rem;left:30.625rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yuvAdHATHJXUMEl8HZBKg6NcZisJPrTO { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#y7ux6zWTbHQSRO4UHEGKcwRlii8zu3BQ { 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:13.6875rem;width:13.75rem;top:4.25rem;left:8.1083984375rem;overflow:hidden;display:block; }
#LECI6f4XxaQctJn7ZZ1boHkw8Ticpzps { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#g7KlIQWxX5D0AARe3TIRxMMQhli4A2xK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x.adaptive-delivery-prevent-bg, #LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x.lazyload, #LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x.lazyloading { background-image: none; }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x > .row .container { background-color: transparent; background-image: none; }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x > .row .container > .video-iframe-container { display: none; }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x > .row > .video-iframe-container { display: none; }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x > .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); }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x > .row .container { border-width: 0; border-radius: 0; }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#sEyRymEIbDwFropXI7sQL4ZnH658U8hX { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#epdBdlv1pqacwpCkaMezeMByyZiUa8T5 { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:6.25rem;left:0rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HmboMt7r7nkQOm8NfD3hPBTMUx1oeHuz { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#xOh2ac5wUDufUgJElKFmXUmdkWD5kfHl { 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:12.875rem;width:12.875rem;top:4.5625rem;left:38.5rem;overflow:hidden;display:block; }
#wOXRaxK3D65sRmoAcJ2g65qb6PfiLtmB { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.6875rem;left:6.375rem;display:block; }
#duNBK2lEWVmG07Xr3Z4029vfC2yDv1hK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#beUKoI1mScUHdchg6zTEfDmW5radws93 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#beUKoI1mScUHdchg6zTEfDmW5radws93.adaptive-delivery-prevent-bg, #beUKoI1mScUHdchg6zTEfDmW5radws93.lazyload, #beUKoI1mScUHdchg6zTEfDmW5radws93.lazyloading { background-image: none; }#beUKoI1mScUHdchg6zTEfDmW5radws93 > .row .container { background-color: transparent; background-image: none; }#beUKoI1mScUHdchg6zTEfDmW5radws93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beUKoI1mScUHdchg6zTEfDmW5radws93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beUKoI1mScUHdchg6zTEfDmW5radws93 > .row .container > .video-iframe-container { display: none; }#beUKoI1mScUHdchg6zTEfDmW5radws93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beUKoI1mScUHdchg6zTEfDmW5radws93 > .row > .video-iframe-container { display: none; }#beUKoI1mScUHdchg6zTEfDmW5radws93 > .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); }#beUKoI1mScUHdchg6zTEfDmW5radws93 > .row .container { border-width: 0; border-radius: 0; }#beUKoI1mScUHdchg6zTEfDmW5radws93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#beUKoI1mScUHdchg6zTEfDmW5radws93 > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#N5w343wuXJdS92cOGvTIVnqGlFenqRxQ { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cVzd2aoTRBaT9WZXQeKJMAHUiJU5pNeS { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.4248046875rem;left:30.625rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JWmUJEVuRWpuuKTzxs63iTvuLKaxWo9o { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#yOtGLcdzXrwrTDUFW29SoBK5pMlFuFla { 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:13.6875rem;width:13.75rem;top:4.25rem;left:8.1083984375rem;overflow:hidden;display:block; }
#rHKz396SdFgQAsJnLew8EPXv81bNbTKL { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#B7fshNrIa5gdPswuoFb2DbfSRdDmTeQg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL.adaptive-delivery-prevent-bg, #FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL.lazyload, #FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL.lazyloading { background-image: none; }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL > .row .container { background-color: transparent; background-image: none; }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL > .row .container > .video-iframe-container { display: none; }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL > .row > .video-iframe-container { display: none; }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL > .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); }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL > .row .container { border-width: 0; border-radius: 0; }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#vJT1QNId4Ne9QnVgIZ8grp82mC7Kb8Ss { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WSuCkbpM2hvKX6JketGldJTTUnF9npsN { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:7.19970703125rem;left:0rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oruRdGoJhnk8vlKuqN0ndJ7gSwHX0usp { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#cco2wI5l2Dvy0hWzm0TKrqBkk1rQw9pK { 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:12.875rem;width:12.875rem;top:4.5625rem;left:38.5rem;overflow:hidden;display:block; }
#s7Pq7bnTOAC4J2AF1E64SNgZ6Cu1p8U4 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.6875rem;left:6.375rem;display:block; }
#qPB9KHpCEftKGHFR8aD1aT6dwdoXOuWw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq.adaptive-delivery-prevent-bg, #gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq.lazyload, #gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq.lazyloading { background-image: none; }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq > .row .container { background-color: transparent; background-image: none; }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq > .row .container > .video-iframe-container { display: none; }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq > .row > .video-iframe-container { display: none; }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq > .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); }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq > .row .container { border-width: 0; border-radius: 0; }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#glLTL2ZhgLm7c2kdhSvBFRSzrQl0vGLb { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#om0HkTUWtDh5Oolv8bl3i9UhoA8p1kdZ { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.4248046875rem;left:30.625rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TcWaDMTwWXixwZogli320c7RHhH2zwtA { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#LtLSbgDfl0fXkUnpCgay39oMrlwXCipK { 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:13.6875rem;width:13.75rem;top:4.25rem;left:8.1083984375rem;overflow:hidden;display:block; }
#AcwS8LzxFIZvnSssCgdt2Td0NhBa3vbr { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#ucUz7pogILcREw86QZxT1L6WBzBx5hLv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c.adaptive-delivery-prevent-bg, #qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c.lazyload, #qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c.lazyloading { background-image: none; }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c > .row .container { background-color: transparent; background-image: none; }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c > .row .container > .video-iframe-container { display: none; }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c > .row > .video-iframe-container { display: none; }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c > .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); }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c > .row .container { border-width: 0; border-radius: 0; }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#nKTbGw5AptSNmilqeS5gcPmO7ffsg24s { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MLNdL5mxCEE37yl4AXiOwomw4v08BBWJ { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.2998046875rem;left:0rem;height:11.3994375rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bW4dKDDTPiSf4JQbBvQNX2FpTx83AR46 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#hat7N0yRDdMf6JyrQuQA9iqQVOpkLmh6 { 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:12.875rem;width:12.875rem;top:4.5625rem;left:38.5rem;overflow:hidden;display:block; }
#TiJArVy3TGSZoNpCvPiEifm939ODTDn8 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.6875rem;left:6.375rem;display:block; }
#BW2PuLExF54qcnOwyAIOgITa7mt58odq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD.adaptive-delivery-prevent-bg, #rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD.lazyload, #rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD.lazyloading { background-image: none; }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD > .row .container { background-color: transparent; background-image: none; }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD > .row .container > .video-iframe-container { display: none; }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD > .row > .video-iframe-container { display: none; }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD > .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); }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD > .row .container { border-width: 0; border-radius: 0; }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#BXJR3Win7sGTakOC1aXERRUhkEFvBxJp { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ngXWTnTQriVIAcuZ76xe8a6rBcE5bBQX { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.4248046875rem;left:30.625rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oti9JgvuRuonNJaC5xmTXXKMWP9E87ym { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#TA1t7mFhHnz7O4G1VrnV9OTFDDBF7xFD { 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:13.6875rem;width:13.75rem;top:4.25rem;left:8.1083984375rem;overflow:hidden;display:block; }
#dBur8y7vS0ZPPl3Vk56g6oKOtSxm3Car { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#oN0iiGH5txaVTV54y1cI4yFJwvTwkeFy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB.adaptive-delivery-prevent-bg, #MsF4E8da8lnUkA3we6LVHDd41GbTiNNB.lazyload, #MsF4E8da8lnUkA3we6LVHDd41GbTiNNB.lazyloading { background-image: none; }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB > .row .container { background-color: transparent; background-image: none; }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB > .row .container > .video-iframe-container { display: none; }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB > .row > .video-iframe-container { display: none; }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB > .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); }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB > .row .container { border-width: 0; border-radius: 0; }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#mT750lmxLu4bTGotJzeXGyotMqeqMcf5 { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XIlEUi5yKceu9o796GXTsNTJgi3lCLPt { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:7.19970703125rem;left:0rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eoIaxTONLRoOMtNGq7fk8BhuV8N0tXp9 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#wvLMrLZy1dPwG9PgTzISirdtCJVWLlTK { 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:12.875rem;width:12.875rem;top:4.5625rem;left:38.5rem;overflow:hidden;display:block; }
#KuTHZttXoFkoHMsNwoMSZ6I135r8aJHm { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.6875rem;left:6.375rem;display:block; }
#yB2vsWnT65T1evINEWHNr4i3Ii2kt74t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J.adaptive-delivery-prevent-bg, #eRuEa2G2zWWb8CTnronWleb2mZf1ug4J.lazyload, #eRuEa2G2zWWb8CTnronWleb2mZf1ug4J.lazyloading { background-image: none; }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J > .row .container { background-color: transparent; background-image: none; }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J > .row .container > .video-iframe-container { display: none; }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J > .row > .video-iframe-container { display: none; }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J > .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); }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J > .row .container { border-width: 0; border-radius: 0; }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#t1maDZZhkGP7SlbTTir5gBtyVKNOlcQN { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ofBo9fgICDRaqaucuka3BmbSqae92atb { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.4248046875rem;left:30.625rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wUIUQo9nzAuGgAN4vaoH19TkXwyorWX8 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#vOWSwAw48L6EpABTmKIlLMGzJU4qpNl0 { 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:13.6875rem;width:13.75rem;top:4.25rem;left:8.1083984375rem;overflow:hidden;display:block; }
#ASLndBJsVCu0N9lfvVlTSAQb0BEz7KL8 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#iPTxTeTKvJOaUh83uh4zO4yshd6ClX1X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT.adaptive-delivery-prevent-bg, #ERJU85ZZltQDsEfkkms83ARSTEO8DvmT.lazyload, #ERJU85ZZltQDsEfkkms83ARSTEO8DvmT.lazyloading { background-image: none; }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT > .row .container { background-color: transparent; background-image: none; }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT > .row .container > .video-iframe-container { display: none; }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT > .row > .video-iframe-container { display: none; }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT > .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); }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT > .row .container { border-width: 0; border-radius: 0; }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#y11aG8sGx3oViXbaviDNANPhMgTbXNme { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M1GyhyiLhQRHIKE4nyK3XBwo3Veodlwd { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.6875rem;left:0.8125rem;height:11.3994375rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x6p6sk7uJQnzv15Ep4SttvMP6qsBXM2q { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#iGzUPQAyCAKVIrVcSBCZUADbTO65h3zX { 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:12.875rem;width:12.875rem;top:2.9375rem;left:38.5rem;overflow:hidden;display:block; }
#sm3DFnCtxBTObshSzZLEr5B037e1lwoT { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.6875rem;left:6.375rem;display:block; }
#owfVRMBs90V6o9cT7KtSDBRpxeQGdd3h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM.adaptive-delivery-prevent-bg, #CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM.lazyload, #CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM.lazyloading { background-image: none; }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM > .row .container { background-color: transparent; background-image: none; }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM > .row .container > .video-iframe-container { display: none; }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM > .row > .video-iframe-container { display: none; }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM > .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); }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM > .row .container { border-width: 0; border-radius: 0; }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#Py1nWuh3KwbpELZG93z4WmxvoUXeUNWM { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zBy6lhfPIKunTxPWy0x7QMUnRKwSobJD { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.4248046875rem;left:30.625rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k0fGutnUfK0GlbiN5sbgazNDaJom8sxy { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#wMF1ZGWWgUKdFPpMGKpoBIZUw1rkFbSS { 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:13.6875rem;width:13.75rem;top:4.25rem;left:8.1083984375rem;overflow:hidden;display:block; }
#umoItvIeTyNpdPBnzoq2PTb8gXld6FWP { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#f5AATy33HWzkPQ9soRld6f3ViASBQMLP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce.adaptive-delivery-prevent-bg, #bIVBpnvgMcGpe2hTn6K10zrExhfvLkce.lazyload, #bIVBpnvgMcGpe2hTn6K10zrExhfvLkce.lazyloading { background-image: none; }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce > .row .container { background-color: transparent; background-image: none; }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce > .row .container > .video-iframe-container { display: none; }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce > .row > .video-iframe-container { display: none; }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce > .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); }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce > .row .container { border-width: 0; border-radius: 0; }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;position:relative;display:block; }#Zvpc7ZqCuLoumm68MCt9sSBhHRyBoVIN { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XqSIELP169MuCNa7T9ecTSwwWcCGVPfu { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.6875rem;left:0.8125rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H11ATtGTZZ5ZRT33FkAHoqcv98p298mn { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#o2QpTS1zSXKpJ73irQJ8ekQtJmT2fNrN { 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:12.875rem;width:12.875rem;top:2.9375rem;left:38.5rem;overflow:hidden;display:block; }
#zr8XnESUe1zGoiMf6Gr0ovtqI4DzsTL2 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:15.0869140625rem;left:6.375rem;display:block; }
#rPuWsuHdkdXvl6zhcfx6pT6FSBOMgezQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8.adaptive-delivery-prevent-bg, #NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8.lazyload, #NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8.lazyloading { background-image: none; }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 > .row .container { background-color: transparent; background-image: none; }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 > .row .container > .video-iframe-container { display: none; }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 > .row > .video-iframe-container { display: none; }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 > .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); }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 > .row .container { border-width: 0; border-radius: 0; }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#kJNg0sSb0asS2I1xcbKqQApC7WMtDmZP { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gxkTTtGlhiCvHzGb7IS9QR37qdMnlwUT { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.4248046875rem;left:30.625rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v6oRND2S3BxLTLFTDQP9QrsTx3IO7soJ { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#uecr8dwTVC1yzmC8PWPqnlK0ZX6ZSFig { 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:13.6875rem;width:13.75rem;top:4.25rem;left:8.1083984375rem;overflow:hidden;display:block; }
#WkUABwUF0v2rdadvlRbnqgmh7MCvzLxR { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#Zrc8qO66uigcr5IsZxf0y6HNzZ1DpCpT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz.adaptive-delivery-prevent-bg, #AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz.lazyload, #AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz.lazyloading { background-image: none; }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz > .row .container { background-color: transparent; background-image: none; }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz > .row .container > .video-iframe-container { display: none; }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz > .row > .video-iframe-container { display: none; }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz > .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); }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz > .row .container { border-width: 0; border-radius: 0; }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;position:relative;display:block; }#uu10sZ0Zegb0LriQBsN32Z2iWN7b8EgA { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DyrIcBBRfSyeOPTVNzhCdVbz37e8fE45 { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.6875rem;left:0.8125rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GpzsxVwW9wncrPQaTtWiLIZgNvGE8mpa { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#apu1FIzANCiVET9hqVhl03kD9Una8vR3 { 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:12.875rem;width:12.875rem;top:2.9375rem;left:38.5rem;overflow:hidden;display:block; }
#LBxTtfheCC0sbA1PpCT12P9TkXDtzCJR { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.875rem;left:6.375rem;display:block; }
#fpHWxbGLTT7e0k2x0DVQBgGNAbHnubW2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv.adaptive-delivery-prevent-bg, #W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv.lazyload, #W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv.lazyloading { background-image: none; }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv > .row .container { background-color: transparent; background-image: none; }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv > .row .container > .video-iframe-container { display: none; }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv > .row > .video-iframe-container { display: none; }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv > .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); }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv > .row .container { border-width: 0; border-radius: 0; }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#L3WrRIiSlviH3FsHWelSfcFeA19RlOJu { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PnMzpWgLU5Qr82eTfSRKXne0TxcQ4dVM { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.4248046875rem;left:30.625rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G2WVp4DpvrEVrxPRB4z2x8cF3PV0UUtX { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#Q9xu2KpHQEmy0tMpVZxZgotrBapCUPvL { 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:13.75rem;width:13.75rem;top:4.25rem;left:8.1083984375rem;overflow:hidden;display:block; }
#xO4boqgECtzJSZ80XbfHGMFB6Ainbtl5 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#usOJVghBCyClXvs7iTP1D9zhK4hkSLCS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q.adaptive-delivery-prevent-bg, #nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q.lazyload, #nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q.lazyloading { background-image: none; }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q > .row .container { background-color: transparent; background-image: none; }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q > .row .container > .video-iframe-container { display: none; }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q > .row > .video-iframe-container { display: none; }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q > .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); }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q > .row .container { border-width: 0; border-radius: 0; }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;position:relative;display:block; }#dheE2kOIexf3ZP7G9k2v074FK7a1PDQd { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DCgKozV4tmRErI7czhHz2a0mT0WzslWt { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.6875rem;left:0.8125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pKrlZox2M6smA1GHuHw3L7P1wcgFTtHm { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#fEVMyxnhLL2Z6LfG1gp4Jo8FVl8bxT2u { 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:12.875rem;width:12.875rem;top:2.9375rem;left:38.5rem;overflow:hidden;display:block; }
#Cv9NTiHkMazgrc0EbCcmXFFmT0qqHep1 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.4375rem;left:6.375rem;display:block; }
#EPiRX75VhG5FU6D8To6fTJ5oCCvsZMNL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo.adaptive-delivery-prevent-bg, #OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo.lazyload, #OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo.lazyloading { background-image: none; }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo > .row .container { background-color: transparent; background-image: none; }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo > .row .container > .video-iframe-container { display: none; }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo > .row > .video-iframe-container { display: none; }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo > .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); }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo > .row .container { border-width: 0; border-radius: 0; }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#oAN8Wbrm8L7EcioN0sWhuZ11sHCWD2Fd { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k05Nd6NrhLARQbs8wnybKAgb8SR9ATei { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:6.6875rem;left:31.3125rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PU6TM6pGramm7vpOsza0SMoAnAmUFF8K { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#bTCaPE4C5owq1EE99HITDiM84hJxXkVa { 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:14.625rem;width:14.625rem;top:3.8125rem;left:8.4208984375rem;overflow:hidden;display:block; }
#T5XfJIPwoQaoieyOofkXuTfgPDRyxFXC { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#EVvKzFy14DLBwQ3fCDdgWpKu2Tga1lTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6.adaptive-delivery-prevent-bg, #TTk8TxEInITzTP1FRHws0gBUoNELWHd6.lazyload, #TTk8TxEInITzTP1FRHws0gBUoNELWHd6.lazyloading { background-image: none; }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 > .row .container { background-color: transparent; background-image: none; }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 > .row .container > .video-iframe-container { display: none; }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 > .row > .video-iframe-container { display: none; }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 > .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); }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 > .row .container { border-width: 0; border-radius: 0; }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;position:relative;display:block; }#rckVzI1Kv3H5OBirROPaB9NhZLIJPkba { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AZGLCg5gisX1P5rDf2b3mRbcRw0ADcTD { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.6875rem;left:0.8125rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gl6swiuLrA4HxitmzEJ3cTiaJarT77Ig { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#hokGsqE303u35q0U5pTRxztPC7Q71UXM { 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:12.875rem;width:12.875rem;top:2.9375rem;left:38.5rem;overflow:hidden;display:block; }
#ybtP1zmHKM9JHQ6Sshd4JnWZJoCsibX1 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.5rem;left:6.375rem;display:block; }
#COphMDTsdhsTlERgHpcwXNkuAQi85ycH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap.adaptive-delivery-prevent-bg, #zBkK9usBGEmoXSmM7eW2eRFtro33U7ap.lazyload, #zBkK9usBGEmoXSmM7eW2eRFtro33U7ap.lazyloading { background-image: none; }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap > .row .container { background-color: transparent; background-image: none; }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap > .row .container > .video-iframe-container { display: none; }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap > .row > .video-iframe-container { display: none; }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap > .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); }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap > .row .container { border-width: 0; border-radius: 0; }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#LkzS2zwtDDRb0RD5Zn6T6ssDIgTTf2WI { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I492bZuxXkIfNGTM6K5xJt74ehTB2Eqa { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:6.6875rem;left:31.3125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bUvig2JQwkCn1d8TvogDua3EVRwvsflL { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#D3FxQrZ8ULFtiad0kJR57S647aBl4Mvg { 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:12.4375rem;width:12.4375rem;top:6.1875rem;left:8.4208984375rem;overflow:hidden;display:block; }
#NgEPJT4Kk4mGQNornVOVudUxtn7vpaPP { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#tt1m4m2mpdPsDnyavHg37gXO4RI6pMxD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK.adaptive-delivery-prevent-bg, #kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK.lazyload, #kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK.lazyloading { background-image: none; }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK > .row .container { background-color: transparent; background-image: none; }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK > .row .container > .video-iframe-container { display: none; }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK > .row > .video-iframe-container { display: none; }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK > .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); }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK > .row .container { border-width: 0; border-radius: 0; }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:60rem;position:relative;display:block; }#nBMm71uhHIPLn5C5D53nte3dt0kFWE4k { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OCLwnlfTut1i3A4w8sA3ZMGCBI46VRf9 { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.6875rem;left:0.8125rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LuVUntI8TPwkVzZS5fUnNKy4NXEfN1Mi { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#Gxv4NOBMSaE9IkASgtVqCpxGFVfr2tme { 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:12.875rem;width:12.875rem;top:2.9375rem;left:38.5rem;overflow:hidden;display:block; }
#TMImJaLPqSh5HwyOgXOyuCd8fpP4Ik39 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:15.75rem;left:6.375rem;display:block; }
#trbzPVswImgX2KTHxl70B0JNDSWNel0h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa.adaptive-delivery-prevent-bg, #tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa.lazyload, #tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa.lazyloading { background-image: none; }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa > .row .container { background-color: transparent; background-image: none; }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa > .row .container > .video-iframe-container { display: none; }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa > .row > .video-iframe-container { display: none; }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa > .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); }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa > .row .container { border-width: 0; border-radius: 0; }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa > .row .container { font-size:0.875rem;font-family:arial;height:22.25rem;width:60rem;position:relative;display:block; }#Zs9SgPiiFrPE7GgezW6MgDLXfB0hTKMu { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X5myInulnghSHhV3Po0exJvCVU22ZfIJ { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:6.6875rem;left:31.3125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NI9a6d9r1q17iFIMrPzt4amRx6XiNe07 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#bcdmRhOIsFCLBmQRIOu2UfA4ieor7xoJ { 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:12.4375rem;width:12.4375rem;top:6.1875rem;left:8.4208984375rem;overflow:hidden;display:block; }
#vqQaibN3PHZb8IoNWs1VXOnJuAoPqTKD { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.0625rem;left:35.34375rem;display:block; }
#tEmO8ugbB6LrBJ3By2QTlmDwGNVvRGP8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR.adaptive-delivery-prevent-bg, #bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR.lazyload, #bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR.lazyloading { background-image: none; }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR > .row .container { background-color: transparent; background-image: none; }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR > .row .container > .video-iframe-container { display: none; }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR > .row > .video-iframe-container { display: none; }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR > .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); }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR > .row .container { border-width: 0; border-radius: 0; }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:block; }#FtMbgRBiXZXbNHW5oAhTpNRJcbWh54eg { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:2.92480625rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yODreDQ1zfo39MtBGAiHwNAimyEknoP4 { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.6875rem;left:0.8125rem;height:15.19925rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jp0PawplCAPdssCyCyi4qCvNbexuE7bb { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#baovlnpIX5HxlqCiWdyB5BeWfwKXvmHu { 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:12.875rem;width:12.875rem;top:5.796875rem;left:39.1875rem;overflow:hidden;display:block; }
#lKUJOSBPrBekBVIe5KUlHPyVEpdv3Wf3 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:20.7822265625rem;left:6.375rem;display:block; }
#sT7C90VDa0A6pcStTx4S6qFkIC48isg4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pxLMnyoFaEXambTMlgCckkwyQJ9XhBG6 { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.7822265625rem;left:33.25rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk.adaptive-delivery-prevent-bg, #cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk.lazyload, #cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk.lazyloading { background-image: none; }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk > .row .container { background-color: transparent; background-image: none; }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk > .row .container > .video-iframe-container { display: none; }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk > .row > .video-iframe-container { display: none; }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk > .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); }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk > .row .container { border-width: 0; border-radius: 0; }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:60rem;position:relative;display:block; }#PD7P0REtnntIJzrCmRIWwEDkFxdrAozI { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XTEa6CB0X1Rk8htmaCTeptHdftTTkguQ { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:6.6875rem;left:31.3125rem;height:15.19925rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VTvDMSMlMTZlDTfNmhLfehKESdDmHWWB { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#Hpi1TFi8xR02ETo3oL8zCGXAcXK6Tx7I { 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:12.4375rem;width:12.4375rem;top:6.1875rem;left:8.4208984375rem;overflow:hidden;display:block; }
#GcIMiHvthNyAz8TcKzz70nIr8Ev6Gipx { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:23.7822265625rem;left:36.28125rem;display:block; }
#wQlV6f0RWZu79o4NInZoR5NpWJqllBhK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#maSh4OWnRvBBzhNW2cinypTc8HuyT7Cr { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.375rem;left:2.2646484375rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM.adaptive-delivery-prevent-bg, #aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM.lazyload, #aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM.lazyloading { background-image: none; }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM > .row .container { background-color: transparent; background-image: none; }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM > .row .container > .video-iframe-container { display: none; }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM > .row > .video-iframe-container { display: none; }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM > .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); }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM > .row .container { border-width: 0; border-radius: 0; }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#BxNUB3fdEdmC8E1EElsAhu3RhtoAZucG { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yZ2B94eHV60c1WMIzte0nrHayHshJAuw { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.6875rem;left:0.8125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D48wCWmadahSHxbdZpKHl9JsC3vtvkGB { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#Hwb89tAqkK8RNRL1fPOebDuT0Lv0cMBb { 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:12.875rem;width:12.875rem;top:2.875rem;left:36rem;overflow:hidden;display:block; }
#CrzyQFcSanoV5W9Jo14TLTrTqKH4ABJS { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.875rem;left:6.375rem;display:block; }
#d2lNNFy7MDJMwlXMg7Z4uE5CR2klDFmV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN.adaptive-delivery-prevent-bg, #U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN.lazyload, #U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN.lazyloading { background-image: none; }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN > .row .container { background-color: transparent; background-image: none; }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN > .row .container > .video-iframe-container { display: none; }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN > .row > .video-iframe-container { display: none; }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN > .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); }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN > .row .container { border-width: 0; border-radius: 0; }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:60rem;position:relative;display:block; }#LKtS1KBhWl3M1PCrBwBSWEzUu2OW6LBo { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.65625rem;left:32.65625rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uaHF5Cufp1dTh3LJbC4G1Cl4rdwSFc0w { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:6.6875rem;left:31.3125rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vvu5tZahTlfGoJwSBVo5h8mknxeo3Gkp { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#wrWnT2rfHKpI1EvVu58qnFicKqMlT18l { 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:12.4375rem;width:12.4375rem;top:6.1875rem;left:8.4208984375rem;overflow:hidden;display:block; }
#eB58xOno4a0T1zt6mhM6lO1EuAHDb3T9 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.994140625rem;left:36.28125rem;display:block; }
#Sf7wSR4zQMIEWbcbFbQhKP10fJGCFXNV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb.adaptive-delivery-prevent-bg, #KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb.lazyload, #KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb.lazyloading { background-image: none; }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb > .row .container { background-color: transparent; background-image: none; }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb > .row .container > .video-iframe-container { display: none; }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb > .row > .video-iframe-container { display: none; }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb > .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); }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb > .row .container { border-width: 0; border-radius: 0; }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:60rem;position:relative;display:block; }#sTpI5ZKhlXdCu6QuX9fC6pRiQ7TxtOif { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OZokfZxsJFOyy20kBFzXS4wAlE6poym1 { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.6875rem;left:0.8125rem;height:17.099125rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F8htGiVIqM7WbZZ0kQZRcg6F9fz0zE4o { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#TTEaG5AgnsvTOrV99ckGIIqt9qQxUyUf { 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:12.875rem;width:12.875rem;top:6rem;left:38.8125rem;overflow:hidden;display:block; }
#vhWfdQ9rAKGfHlyvi9icBmdUzDvEdJqr { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.5810546875rem;left:6.375rem;display:block; }
#z6qK3MtHCZ2tT5BARNmPLdotTrCCfSv7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mcputTOTW1z4o9PQfsEpyb27VCa5nTFV { display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.4453125rem;left:36.21875rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g.adaptive-delivery-prevent-bg, #zzDANCbXs7710VMTiPBHc6vfnZoi0v2g.lazyload, #zzDANCbXs7710VMTiPBHc6vfnZoi0v2g.lazyloading { background-image: none; }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g > .row .container { background-color: transparent; background-image: none; }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g > .row .container > .video-iframe-container { display: none; }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g > .row > .video-iframe-container { display: none; }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g > .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); }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g > .row .container { border-width: 0; border-radius: 0; }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:block; }#WXCwaK0yW6vQHQ5JwKLdxOKTk80QExlW { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pH8gwiQifz6WUqSspBsG6R82gIA2yhI3 { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.646484375rem;left:31.71875rem;height:17.099125rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mvxFVZ0yRAJDh2Q60NVXU76rmbAc5194 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#AA4BBm5eInV0MQniyTSSdFlFyA76bcKD { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:27.75rem;left:36.28125rem;display:block; }
#SHiduvGZGbLdgfTghx9xTbQMyUsnqp6A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDXJ4PXLXuALX1zggszHkyaQrIuCwDEi { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:12.875rem;top:4.7041015625rem;left:8.2021484375rem;overflow:hidden;display:block; }
#BkOzh2ALQOyo9naaonLqgtrwsStn1E8D { display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.8828125rem;left:5.6083984375rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA.adaptive-delivery-prevent-bg, #yV7IUVANP2wZTJJctTpTVUBSKltIfxDA.lazyload, #yV7IUVANP2wZTJJctTpTVUBSKltIfxDA.lazyloading { background-image: none; }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA > .row .container { background-color: transparent; background-image: none; }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA > .row .container > .video-iframe-container { display: none; }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA > .row > .video-iframe-container { display: none; }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA > .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); }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA > .row .container { border-width: 0; border-radius: 0; }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:60rem;position:relative;display:block; }#VveMgGT0VH2LQxqSRZRwLRHE14Udf9gz { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N7PnwSvMeiPXO0eqWPNS1pRqLKJFqvwq { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.6875rem;left:0.8125rem;height:13.2993125rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uL8wcuGG2ZgazbCC1cHzo7I0gIvchxuy { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#XOsIhAtyWhH7ItsxabquQ3rrFMJfzb1H { 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:12.875rem;width:12.875rem;top:3.6875rem;left:38.8125rem;overflow:hidden;display:block; }
#TIl8ai5NrtAfvbLFr6ylckyOfM39zwGN { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:19.5625rem;left:6.375rem;display:block; }
#Q9aCnSraoA2LhvOqZiyOXzbMqpzaQ12R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QrpdHvQ9CdI9Aoo6t3TIGr40goa11iAF { display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.8828125rem;left:36.21875rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL.adaptive-delivery-prevent-bg, #uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL.lazyload, #uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL.lazyloading { background-image: none; }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL > .row .container { background-color: transparent; background-image: none; }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL > .row .container > .video-iframe-container { display: none; }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL > .row > .video-iframe-container { display: none; }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL > .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); }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL > .row .container { border-width: 0; border-radius: 0; }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#J32eRp42poT7pe0HHWtIWKLtwH3E28nA { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LnqiPW2c7grP42VXUXSD3GZGMPOAv9AD { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:6.6875rem;left:31.3125rem;height:11.3994375rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sAqEAkUN8zrH9RonfGL5wn34DmKHqxDK { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#hM3cqEz2eg26LtJZI0otbgEeOZ5eL2S9 { 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:12.4375rem;width:12.4375rem;top:6.1875rem;left:8.4208984375rem;overflow:hidden;display:block; }
#hLXKwDfeUZyez2DfV7ROuK0RS9TTI7ob { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:21.443359375rem;left:36.28125rem;display:block; }
#xP2h4Jh0wcpStIoC9xs0ZwKk86y9mmTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NSqUUdxe660SGIltySuKiWRCyl6m7BKc { display:block;width:18.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.982421875rem;left:5.6083984375rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp.adaptive-delivery-prevent-bg, #HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp.lazyload, #HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp.lazyloading { background-image: none; }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp > .row .container { background-color: transparent; background-image: none; }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp > .row .container > .video-iframe-container { display: none; }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp > .row > .video-iframe-container { display: none; }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp > .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); }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp > .row .container { border-width: 0; border-radius: 0; }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:60rem;position:relative;display:block; }#t45HCByM8zPHk3O2Tz0EdwmFU6PDDk6X { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tsb0n1HuBPttvzS3NDWAVgLr8x29n7sF { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.6875rem;left:0.8125rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FHcwqNJUdJncRcQruGU5MTGHXh1WC2L2 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#dpmVETzq1gvqiFt25MubkQzQOPUlT2ec { 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:12.875rem;width:12.875rem;top:2.875rem;left:36rem;overflow:hidden;display:block; }
#dzUDgTPelWlU1NZBDJFKFswErk7SXIZE { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.875rem;left:6.375rem;display:block; }
#zogVeICXz7kyFT8bNVFCp92dxhfT9VbF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH.adaptive-delivery-prevent-bg, #fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH.lazyload, #fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH.lazyloading { background-image: none; }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH > .row .container { background-color: transparent; background-image: none; }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH > .row .container > .video-iframe-container { display: none; }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH > .row > .video-iframe-container { display: none; }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH > .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); }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH > .row .container { border-width: 0; border-radius: 0; }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#eu3xgPmEPkwtksX1qhTWqMPVt6vvWeJF { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:2.75rem;height:2.92480625rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OZWLLDfLkJQnQrkAwvnkO8E3bAhWdGH5 { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.0625rem;left:0.8125rem;height:11.3994375rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#arN0Xds2qJpcEFGVzPa1Oa1MW9U9f62e { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#fsaVUACVxUQSAN6h0tXQE9lK8I0vaiGu { 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:12.875rem;width:12.875rem;top:3.6875rem;left:36rem;overflow:hidden;display:block; }
#B49L9KXvssTigAfqAT4LTdTsdU0eMhPB { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.4375rem;left:6.375rem;display:block; }
#uKQs1in94DlaxuLg1prorsyMLPo46rSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf.adaptive-delivery-prevent-bg, #IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf.lazyload, #IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf.lazyloading { background-image: none; }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf > .row .container { background-color: transparent; background-image: none; }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf > .row .container > .video-iframe-container { display: none; }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf > .row > .video-iframe-container { display: none; }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf > .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); }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf > .row .container { border-width: 0; border-radius: 0; }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#Zww9INNNZul6Z7noST8NOx1X8LGQrxVF { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ivMkeG3mZ4tXev4G37quyyAGiKFJr4QG { display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.625rem;left:31.3125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#plvcIegUfHm1x19n2lHNQCtHrGpzO37b { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#oErB79dNry4s6PQlUd0SypBNdxzowNue { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#nWsU6N5pxk98kxQD1EMuEuAoGLhhX7T4 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.46875rem;left:35.34375rem;display:block; }
#N1dBpieFOmNfBInemuA7IUDWrOkNJVQc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#alehVexJmGwBTNFTsTT0hfOrDyB954gF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#alehVexJmGwBTNFTsTT0hfOrDyB954gF.adaptive-delivery-prevent-bg, #alehVexJmGwBTNFTsTT0hfOrDyB954gF.lazyload, #alehVexJmGwBTNFTsTT0hfOrDyB954gF.lazyloading { background-image: none; }#alehVexJmGwBTNFTsTT0hfOrDyB954gF > .row .container { background-color: transparent; background-image: none; }#alehVexJmGwBTNFTsTT0hfOrDyB954gF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alehVexJmGwBTNFTsTT0hfOrDyB954gF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alehVexJmGwBTNFTsTT0hfOrDyB954gF > .row .container > .video-iframe-container { display: none; }#alehVexJmGwBTNFTsTT0hfOrDyB954gF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alehVexJmGwBTNFTsTT0hfOrDyB954gF > .row > .video-iframe-container { display: none; }#alehVexJmGwBTNFTsTT0hfOrDyB954gF > .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); }#alehVexJmGwBTNFTsTT0hfOrDyB954gF > .row .container { border-width: 0; border-radius: 0; }#alehVexJmGwBTNFTsTT0hfOrDyB954gF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#alehVexJmGwBTNFTsTT0hfOrDyB954gF > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#cohhluqT5h8rqUeFfnvJwtKaXpeFB46z { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:2.75rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g7Js8vSvSTvr1Ov9JkwPEOMXmTBwJU2r { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.875rem;left:0.8125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JxrBKrIkJTwyPP5mJks6L6KaOdPGdWpa { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#bEasZVgyn512xcdznJIBkpzQHtoy8v4T { 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:12.875rem;width:12.875rem;top:3.6875rem;left:36rem;overflow:hidden;display:block; }
#HJpT70KndgNzy42QJaWAKcPivQVOUvW9 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.125rem;left:6.375rem;display:block; }
#ewanZZGIE30okk4TXQduri3Xunl0eADK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e.adaptive-delivery-prevent-bg, #GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e.lazyload, #GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e.lazyloading { background-image: none; }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e > .row .container { background-color: transparent; background-image: none; }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e > .row .container > .video-iframe-container { display: none; }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e > .row > .video-iframe-container { display: none; }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e > .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); }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e > .row .container { border-width: 0; border-radius: 0; }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#A6NkUXx3sX1S4Or9rXBhaZKlKRm3rHzc { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fKrKaF3E2JWbPE1QtiFsN1crW4gtf3Oq { display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.625rem;left:31.3125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Eddpu4m1gW9lwGZAsXD6PIGt0TppmA10 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#R8ID4bvUn2gPxmhGAE9anVDgJfigJBHI { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#qyeNPJqAK11L2EaQiacnaNKkVJS9KXf0 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.40625rem;left:35.34375rem;display:block; }
#AT480m7irpr6DaGzxE1VaSukfbzZGLkL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm.adaptive-delivery-prevent-bg, #a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm.lazyload, #a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm.lazyloading { background-image: none; }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm > .row .container { background-color: transparent; background-image: none; }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm > .row .container > .video-iframe-container { display: none; }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm > .row > .video-iframe-container { display: none; }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm > .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); }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm > .row .container { border-width: 0; border-radius: 0; }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#xkmfoiKqI4vfxhUUTuXiiJ6OdTLTqkZG { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:2.75rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eGPLtBla7T6hhWHIFpch5sINbNXRX4WN { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.875rem;left:0.8125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kkyU3xuVNA3O15BTF0t2Mluh6JGQJidr { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#mOrrhV5X6Bz2M7kDC1RVT1aPUkF6bd3Q { 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:12.875rem;width:12.875rem;top:3.6875rem;left:36rem;overflow:hidden;display:block; }
#irux3pcIpHnOeH1eCHoW1V99xKKRpxNx { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.125rem;left:6.375rem;display:block; }
#Cg6TOw8d7VfVOClGqkDMFx6QtvsfyILt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE.adaptive-delivery-prevent-bg, #KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE.lazyload, #KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE.lazyloading { background-image: none; }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE > .row .container { background-color: transparent; background-image: none; }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE > .row .container > .video-iframe-container { display: none; }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE > .row > .video-iframe-container { display: none; }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE > .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); }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE > .row .container { border-width: 0; border-radius: 0; }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#qwz5sQdxM4eZu0gRUb1xBkBcLpblqPuC { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78125rem;left:31.71875rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZcgRH4WdcpK8iTc4OMK4Q8gxr9bAzNoT { display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.625rem;left:31.3125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eS09s0W3gEovDpIK6I7oSg7qGMgBJrMT { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#dxFSD5lLRdUXpmEQ9SGgU7opNb7zcu7I { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#ywJPpfzsDk2SpyZExgKBLaOgu1oTHEGL { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.40625rem;left:35.34375rem;display:block; }
#rZAFPxUuPlLya0riffAFg5yhWKdOcWp5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8.adaptive-delivery-prevent-bg, #wCvaLFmPaDfJn9viWTnZlld7miuzEqn8.lazyload, #wCvaLFmPaDfJn9viWTnZlld7miuzEqn8.lazyloading { background-image: none; }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 > .row .container { background-color: transparent; background-image: none; }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 > .row .container > .video-iframe-container { display: none; }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 > .row > .video-iframe-container { display: none; }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 > .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); }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 > .row .container { border-width: 0; border-radius: 0; }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#PLmKdA3oNSMqQhd5plFFAdmEpMOJ5T6W { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:2.75rem;height:2.92480625rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i0TVNGprpbEZ1L9aoFoTa1bJHlRSEHnT { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.875rem;left:0.8125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ELRPb5FnJThbMVBZbnWoBdkKurhLaT2n { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#zrlZDLSNc1OTTqkyvRf3QoTrlbxABC4L { 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:12.875rem;width:12.875rem;top:3.6875rem;left:36rem;overflow:hidden;display:block; }
#bR5stEDLDgBTnhSJEsoKpPRrz45R5pmq { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.125rem;left:6.375rem;display:block; }
#TCtRmiFKhqrSmWsgi80XtcDGxzReeehs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH.adaptive-delivery-prevent-bg, #R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH.lazyload, #R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH.lazyloading { background-image: none; }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH > .row .container { background-color: transparent; background-image: none; }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH > .row .container > .video-iframe-container { display: none; }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH > .row > .video-iframe-container { display: none; }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH > .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); }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH > .row .container { border-width: 0; border-radius: 0; }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#m9ZJJFb8rCFyUigEsPv4NVBqsbTvRBTl { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:30.875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xOqE634eUvJ9zMPboESWbyKX7dt1CCXH { display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.625rem;left:31.3125rem;height:3.79980625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fW1XXHoH1zBV7gIKTElRREdKrLDmmD4n { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#yCl1NAR7erAJNXMFGhN2DiF9sDpHcN8r { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#pyV62WFiFBeL4IyT8GyBPaAoGQ7pZrXE { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.40625rem;left:35.34375rem;display:block; }
#qh9O5iQ8qlpOcQxWRhfwWA1golDAh3sk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC.adaptive-delivery-prevent-bg, #xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC.lazyload, #xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC.lazyloading { background-image: none; }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC > .row .container { background-color: transparent; background-image: none; }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC > .row .container > .video-iframe-container { display: none; }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC > .row > .video-iframe-container { display: none; }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC > .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); }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC > .row .container { border-width: 0; border-radius: 0; }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#gwV0lJppNg4VxycUJuWCZIkqKqT48TUs { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:1.0625rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vmWfZpnm9Hh6lhqqOAS1srsO5oqEg0kp { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.875rem;left:0.8125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A2W7XlTxA0DL59IoGac1S1eaM4fImh8C { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#SEzuvlGWEw8TwIy59dq0DITskdkhyi5B { 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:12.875rem;width:12.875rem;top:3.6875rem;left:36rem;overflow:hidden;display:block; }
#MeINeiS51JrQGAIPJPLAtXLN7DTzuUi9 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.125rem;left:6.375rem;display:block; }
#QfpHSxTolKS33agh4qITG6UgPQZq1AWZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf.adaptive-delivery-prevent-bg, #QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf.lazyload, #QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf.lazyloading { background-image: none; }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf > .row .container { background-color: transparent; background-image: none; }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf > .row .container > .video-iframe-container { display: none; }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf > .row > .video-iframe-container { display: none; }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf > .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); }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf > .row .container { border-width: 0; border-radius: 0; }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#r8pAm2dW9rlbe8ZbMT7GUac9RGySHrVT { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:30.875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RsO42zim6pIc7Xsioe3HasiSLgwcHASe { display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.625rem;left:31.3125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xnDtc66kU7pzLc0SmDREgTeow5zUovcw { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#GZaKWs28FynTFX533lbJe9rW27Rv4OKf { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#B5anJ1NFGuSeU5BTgVZKZN1NcH8kCMqJ { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.40625rem;left:35.34375rem;display:block; }
#fH0PFFtItu2OoE08a8T3WRc7zy8cqG9M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI.adaptive-delivery-prevent-bg, #f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI.lazyload, #f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI.lazyloading { background-image: none; }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI > .row .container { background-color: transparent; background-image: none; }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI > .row .container > .video-iframe-container { display: none; }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI > .row > .video-iframe-container { display: none; }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI > .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); }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI > .row .container { border-width: 0; border-radius: 0; }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#ABWN0LTpuqAvRCHHSBa4EQo8L1yOE3s6 { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:1.0625rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dNSDgJADoQC75crVyGc2wDGhzI0KC79R { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.875rem;left:0.8125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f5D6R2gAoIeCPRleV3ey20GlL9aTTER1 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#h7WTHIUU5ietVwOaFNKZK26PRUGGcrCt { 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:12.875rem;width:12.875rem;top:3.6875rem;left:36rem;overflow:hidden;display:block; }
#EZhy3v1q8SyvghHvQBoTAJykiTBJLaWp { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.125rem;left:6.375rem;display:block; }
#nyvAtKFkiCI6zp9t8Mhl1waJWSEElbcI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1.adaptive-delivery-prevent-bg, #ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1.lazyload, #ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1.lazyloading { background-image: none; }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 > .row .container { background-color: transparent; background-image: none; }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 > .row .container > .video-iframe-container { display: none; }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 > .row > .video-iframe-container { display: none; }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 > .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); }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 > .row .container { border-width: 0; border-radius: 0; }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#X9qFvX5sDl5DSidzP7i72lv7ub3TDxxe { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:30.875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IuBOmauk2vrSEzwPnzdpU0337u0FCFc1 { display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.625rem;left:31.3125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QiUPNHRoGrzSTHX2PTyo1LDtZEfM3fVW { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#KkSNpvAPvUdukEyRLdQrzrc3tRVwq05v { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#e27r5LDWAnPVx6VR7R8aN2uPsHtEfDDd { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.40625rem;left:35.34375rem;display:block; }
#Fi2hieJ2fz3Omny4pDrOayzlJi7qlklJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e.adaptive-delivery-prevent-bg, #c5PX87K4ctODm3vRW3SXMRHMEWm88p8e.lazyload, #c5PX87K4ctODm3vRW3SXMRHMEWm88p8e.lazyloading { background-image: none; }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e > .row .container { background-color: transparent; background-image: none; }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e > .row .container > .video-iframe-container { display: none; }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e > .row > .video-iframe-container { display: none; }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e > .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); }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e > .row .container { border-width: 0; border-radius: 0; }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#rITaKHntXkSP4F2CTGVlE8KMu4gGqqHt { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:1.0625rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FruhGTeIzKSRBuVCZx5zNM04cFhGfG6S { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.6875rem;left:0.8125rem;height:7.59960625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mt55iprkaXFabSIsGI4woan1evA8n6WS { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#PqlSzpLy24vWDeiLIpAl9y8JpmIXrTJG { 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:12.875rem;width:12.875rem;top:3.6875rem;left:36rem;overflow:hidden;display:block; }
#krXDTgaz6BOSSs6TJdAFqgyiNy1KoNc8 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.125rem;left:6.375rem;display:block; }
#TZ1OXi4wZk0cfTIeIFAbTeHbDTDer5NQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr.adaptive-delivery-prevent-bg, #kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr.lazyload, #kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr.lazyloading { background-image: none; }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr > .row .container { background-color: transparent; background-image: none; }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr > .row .container > .video-iframe-container { display: none; }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr > .row > .video-iframe-container { display: none; }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr > .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); }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr > .row .container { border-width: 0; border-radius: 0; }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#oH1p1HMJx9F1PGWQ6qV08B3mfdEcok6a { display:block;width:24.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:30.875rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L1bHGcWH0uuPvibHGV6dESuwZofKsP5I { display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.75rem;left:31.3125rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GE3yrztfxadSZyDmnThqqSX9RZyItMCk { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#QwGoeHFIHz48FiaznSpqCSeaaCaniR7D { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#sMEMhyhUTWQoe9tDIeelO2g76F9lbDFO { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.40625rem;left:35.34375rem;display:block; }
#CeN4H9ZTT8M9JLEOHawzIkCaQwGvW7nv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN.adaptive-delivery-prevent-bg, #bZvTk8l7mwuy9d7MfhJsre50VWixXmJN.lazyload, #bZvTk8l7mwuy9d7MfhJsre50VWixXmJN.lazyloading { background-image: none; }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN > .row .container { background-color: transparent; background-image: none; }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN > .row .container > .video-iframe-container { display: none; }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN > .row > .video-iframe-container { display: none; }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN > .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); }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN > .row .container { border-width: 0; border-radius: 0; }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#o5Uy7xZazcubxnlcakTTCrHN17u1Sfpu { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:1.0625rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oRfLUTJtb9xQER8JUsZESDZRvl7blnSh { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.3125rem;left:0.8125rem;height:11.3994375rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dIHwGNEpcxW21T5dt016l1t4kCGKtzhp { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#BAQuzTNDxIc3Xi6IUyNLqQxk1Q0koJlo { 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:12.875rem;width:12.875rem;top:3.6875rem;left:36rem;overflow:hidden;display:block; }
#kLJK9wGF8fUboEAuEUoiVeSsxlcFmM2Z { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.125rem;left:6.375rem;display:block; }
#p4Xx3x2lhs9kxVg1R4CKJvC8VRlqVn1B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5.adaptive-delivery-prevent-bg, #fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5.lazyload, #fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5.lazyloading { background-image: none; }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 > .row .container { background-color: transparent; background-image: none; }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 > .row .container > .video-iframe-container { display: none; }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 > .row > .video-iframe-container { display: none; }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 > .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); }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 > .row .container { border-width: 0; border-radius: 0; }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#PMT4mVO6Pv9rWpR6prvZHakv3ToZnfW1 { display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:32.5625rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o7pMflWs0lfy4e1Lo6eupNoop9Xoy5hv { display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.75rem;left:31.3125rem;height:11.3994375rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mbkv7AFTx03ZsfWKRa8EnNfCquZ3pQ25 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#m8XviVHa2rdHkViHcSQLb2Jme4Qgk57N { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#Ak0gnwGWog1HbZVXnf9cILPuKnhelswg { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.40625rem;left:35.34375rem;display:block; }
#tBbPoCVxi5PWM05h945UtgKiRKW5kTR7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA.adaptive-delivery-prevent-bg, #OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA.lazyload, #OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA.lazyloading { background-image: none; }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA > .row .container { background-color: transparent; background-image: none; }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA > .row .container > .video-iframe-container { display: none; }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA > .row > .video-iframe-container { display: none; }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA > .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); }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA > .row .container { border-width: 0; border-radius: 0; }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;position:relative;display:block; }#HKI1g4Uq99ALHiSF0LZLbvOAZDJouLLX { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:1.0625rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A7RVctrGNqXO50wCDIteKc3QNbFgIru1 { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.3125rem;left:0.8125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nUeJDAMgbdxIOdBvkgDTe8925RymglbF { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#oMBK6sTuyyDDJ5hLvbmuCkIqo8fnBqdN { 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:12.875rem;width:12.875rem;top:1.09375rem;left:36.25rem;overflow:hidden;display:block; }
#KIKtDuRxTeD9ExRTt6vnKihlm7dFXJ77 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:9.8125rem;left:6.375rem;display:block; }
#Teeb3oXA6lRJzRlcm75VRrxI2H5NBAd8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE.adaptive-delivery-prevent-bg, #CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE.lazyload, #CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE.lazyloading { background-image: none; }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE > .row .container { background-color: transparent; background-image: none; }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE > .row .container > .video-iframe-container { display: none; }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE > .row > .video-iframe-container { display: none; }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE > .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); }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE > .row .container { border-width: 0; border-radius: 0; }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#hsQF2QAM0nTNWXJUKXr6Tl8Mspnu70OG { display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:32.5625rem;height:2.92480625rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zHH2eSagJSaTmoUGvoJHMgdCTQIIdoMo { display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.53125rem;left:31.3125rem;height:22.798875rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DhLJavtvVtD06584rDdv3omoGrEzcImv { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#L9CW42twuFi5fBdx30lPJyMiBrMhF54K { 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:15.375rem;width:15.375rem;top:7.96875rem;left:7.6708984375rem;overflow:hidden;display:block; }
#CQOvScT1enkdTFlnRRlAllU6L3rWWfNL { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28.90625rem;left:35.34375rem;display:block; }
#Ikfs7OLtEAhUpTHw3ObfUecq0IBB6Bxd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa.adaptive-delivery-prevent-bg, #fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa.lazyload, #fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa.lazyloading { background-image: none; }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa > .row .container { background-color: transparent; background-image: none; }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa > .row .container > .video-iframe-container { display: none; }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa > .row > .video-iframe-container { display: none; }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa > .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); }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa > .row .container { border-width: 0; border-radius: 0; }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;position:relative;display:block; }#p4wBxAylc708dAygH7MuUFopecBgykpy { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:1.0625rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTSHC5xDTuaTCCDJK8vB0Qh930FngWZu { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.3125rem;left:0.8125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FEAwiXwNVLMkxTaPcm960y553LIrrurz { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#wsvtXCCogIkHpEz6Ta53s32XCCrx7f5c { 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:12.875rem;width:12.875rem;top:1.09375rem;left:36.25rem;overflow:hidden;display:block; }
#V4eZe7Z2F5qzPkOCBMrmOz2WIhWde6Hb { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:9.25rem;left:6.375rem;display:block; }
#uSTA7QQRy8ruAk3SqnNPThx3ORyEsB6T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkAJtWPeQV061nVvuItuVJseSvovnVi3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#rkAJtWPeQV061nVvuItuVJseSvovnVi3.adaptive-delivery-prevent-bg, #rkAJtWPeQV061nVvuItuVJseSvovnVi3.lazyload, #rkAJtWPeQV061nVvuItuVJseSvovnVi3.lazyloading { background-image: none; }#rkAJtWPeQV061nVvuItuVJseSvovnVi3 > .row .container { background-color: transparent; background-image: none; }#rkAJtWPeQV061nVvuItuVJseSvovnVi3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkAJtWPeQV061nVvuItuVJseSvovnVi3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkAJtWPeQV061nVvuItuVJseSvovnVi3 > .row .container > .video-iframe-container { display: none; }#rkAJtWPeQV061nVvuItuVJseSvovnVi3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkAJtWPeQV061nVvuItuVJseSvovnVi3 > .row > .video-iframe-container { display: none; }#rkAJtWPeQV061nVvuItuVJseSvovnVi3 > .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); }#rkAJtWPeQV061nVvuItuVJseSvovnVi3 > .row .container { border-width: 0; border-radius: 0; }#rkAJtWPeQV061nVvuItuVJseSvovnVi3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rkAJtWPeQV061nVvuItuVJseSvovnVi3 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#WxTlmw490erdIyIwAa49kC4AXLi0ImvN { display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:32.5625rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Od4wtqpy3Uu0ZsFLqTw2cEWANlgm00zh { display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.53125rem;left:31.3125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i14vcfAJi9fBmty4aqeM8f8WbT17meh5 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#x05hnTWPoJ8ZVGpgza4OV1BZNuwdyALL { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#CQQCZK0asp5gyuNrHntOBC61Rn1nVrfw { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.84375rem;left:35.34375rem;display:block; }
#ReCwcquwL1k91x4Tpcau4DS2tmlFLzxD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO.adaptive-delivery-prevent-bg, #QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO.lazyload, #QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO.lazyloading { background-image: none; }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO > .row .container { background-color: transparent; background-image: none; }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO > .row .container > .video-iframe-container { display: none; }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO > .row > .video-iframe-container { display: none; }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO > .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); }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO > .row .container { border-width: 0; border-radius: 0; }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;position:relative;display:block; }#c6KHoHWLcgZtfnnMOJlbXArQhyDHCy9l { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:1.0625rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gsMcp3HS2qx9RD7J4qRlxTuMg1zBFaLg { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.3125rem;left:0.8125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rUXRbQCZ68cllFem87tftpdboqOUN0Mu { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#tTST6W60EaFVQ3fEHT4BVo7PtOB99feG { 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:12.875rem;width:12.875rem;top:1.09375rem;left:36.25rem;overflow:hidden;display:block; }
#UJbPKobP04bgot5QuaSk8vCC0xOgVyOS { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:10.9375rem;left:6.375rem;display:block; }
#Pmo8rtgfkx4aoEZgoUTVJHCVX6u9nF6i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co.adaptive-delivery-prevent-bg, #GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co.lazyload, #GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co.lazyloading { background-image: none; }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co > .row .container { background-color: transparent; background-image: none; }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co > .row .container > .video-iframe-container { display: none; }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co > .row > .video-iframe-container { display: none; }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co > .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); }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co > .row .container { border-width: 0; border-radius: 0; }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#RtZ2QRGVwaBd2mHtWb4HfogcNvdSTNfz { display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:32.5625rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MtP7IBqsXNHCbrFMTUf0AEsRzGS3PTNg { display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.53125rem;left:31.3125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TT3BZmCETwgCwkWck4s98HR0pBebmlwP { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#uZbIVkDKqAEAXwIGcA4WE8R7pqRToVtu { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#INlZWpl5Xoq8RremNi6pBWeUP01fh4XD { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.84375rem;left:35.34375rem;display:block; }
#PcRyKpVR1TymEhVcvoBxIbTuyCJIe1IL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV.adaptive-delivery-prevent-bg, #zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV.lazyload, #zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV.lazyloading { background-image: none; }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV > .row .container { background-color: transparent; background-image: none; }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV > .row .container > .video-iframe-container { display: none; }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV > .row > .video-iframe-container { display: none; }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV > .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); }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV > .row .container { border-width: 0; border-radius: 0; }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;position:relative;display:block; }#UeX3u1AsnXewTp6fLDhV3mWK3xVXmOve { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:1.0625rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zxusMdiZDwTsmZLWK75R08InRTcbP0WK { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.3125rem;left:0.8125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ms87mzJWB4IbmQ6koDKJlSiEQULbezpr { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#wAZyG3a8hRo1GZO9pCCSos60VT4cmBft { 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:12.875rem;width:12.875rem;top:1.09375rem;left:36.25rem;overflow:hidden;display:block; }
#KW874494nVCHCTSlI98pkTTz5TnTvgC4 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:10.9375rem;left:6.375rem;display:block; }
#ag1SrF5ccRi0DRPJivDhhltsOrDBNgR1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ.adaptive-delivery-prevent-bg, #PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ.lazyload, #PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ.lazyloading { background-image: none; }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ > .row .container { background-color: transparent; background-image: none; }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ > .row .container > .video-iframe-container { display: none; }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ > .row > .video-iframe-container { display: none; }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ > .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); }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ > .row .container { border-width: 0; border-radius: 0; }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#wrUxRuLbcKm6NnSVbN1rzlK12pTQIwDa { display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:32.5625rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vfE5KgVVTT0l6NFfmrWJTWrE3H5kNbL9 { display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.53125rem;left:31.3125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X2iJKADMvve8lZmDcMqov9mZteCTTGT9 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#HvUB02RL8lKt4kzFPV61abEWcpaLDzcZ { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#wXuFn6MD8ErcHGf8UG3OchRtwmxsUHCQ { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.84375rem;left:35.34375rem;display:block; }
#xUucydabu9JJm684mulPrF39zdVKvC5m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7.adaptive-delivery-prevent-bg, #wmRNUPaAchG1CUMApMs6Na57SbaxODX7.lazyload, #wmRNUPaAchG1CUMApMs6Na57SbaxODX7.lazyloading { background-image: none; }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 > .row .container { background-color: transparent; background-image: none; }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 > .row .container > .video-iframe-container { display: none; }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 > .row > .video-iframe-container { display: none; }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 > .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); }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 > .row .container { border-width: 0; border-radius: 0; }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;position:relative;display:block; }#tn0MBikaszwxGPiENAPpcoVf8Pf67UaI { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:1.0625rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cOWlq3LqzlLOQ09vqPhAF4B5ldSfPVc8 { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.3125rem;left:0.8125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dT289RKqWZKxAviZolNCnvPEEVwHNCt4 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#cr4EhZw2GoPCLeaU0nlScxh6oe6DQV9C { 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:12.875rem;width:12.875rem;top:1.09375rem;left:36.25rem;overflow:hidden;display:block; }
#DPFTncOhDMCvilNtH4eQusg83Xfq2me4 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:10.9375rem;left:6.375rem;display:block; }
#tTPwwgtosllXM8VqwC2x77ORFURQ1pGK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf.adaptive-delivery-prevent-bg, #ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf.lazyload, #ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf.lazyloading { background-image: none; }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf > .row .container { background-color: transparent; background-image: none; }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf > .row .container > .video-iframe-container { display: none; }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf > .row > .video-iframe-container { display: none; }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf > .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); }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf > .row .container { border-width: 0; border-radius: 0; }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#DcyVNfWwiPnKZcTav3Ugu6D8tG6tA36a { display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:32.5625rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lqknqG66BNunX2eQnyBRpoBRmhguEpJq { display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.53125rem;left:31.3125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wrg0UoaXa0FGBPKXqqI2tX0bhZ9TNl69 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#TIeyLwQisHbRdsrFeQ5XOvEtD8hTXy00 { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#iB43MVr469mOfrLt9oWk0XafO3Oiybmv { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.84375rem;left:35.34375rem;display:block; }
#oZgQezOqTH3Laql0xWf3n8MG6QIQTatN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP.adaptive-delivery-prevent-bg, #Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP.lazyload, #Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP.lazyloading { background-image: none; }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP > .row .container { background-color: transparent; background-image: none; }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP > .row .container > .video-iframe-container { display: none; }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP > .row > .video-iframe-container { display: none; }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP > .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); }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP > .row .container { border-width: 0; border-radius: 0; }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;position:relative;display:block; }#ZqgI01bvyoyQvSFMk9CgFRMEGv6HLJsk { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:1.0625rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g00Bku3D3lH3EiXXPAVhgPu0H6F5MtzM { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.4375rem;left:0.8125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oRMsCevIJQikZgmdCJIGdckMOgqCfU0l { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#TlMLdKb0DxLdNMFHeR3wbEFAN37Qz54w { 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:12.875rem;width:12.875rem;top:1.09375rem;left:36.25rem;overflow:hidden;display:block; }
#JxpcNNdbRMPThvTrrX1pxf3fC9DZAZHX { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:10.9375rem;left:6.375rem;display:block; }
#QxVvgLCemqZA8piKIKy7OVInGBUKWokD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M.adaptive-delivery-prevent-bg, #KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M.lazyload, #KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M.lazyloading { background-image: none; }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M > .row .container { background-color: transparent; background-image: none; }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M > .row .container > .video-iframe-container { display: none; }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M > .row > .video-iframe-container { display: none; }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M > .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); }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M > .row .container { border-width: 0; border-radius: 0; }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#xwuNgs7uFzSaJTaQviGIL463keTMiuOK { display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:32.5625rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fds36L8LZsMnJExJP8WQyag94AlKSims { display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.53125rem;left:31.3125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NIryHkL7QOJyTbBwcl5w9cFzXw6z286e { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#FCtJE6OvX3HDKDJ6ClpUuRxZJWV1ACTq { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#K0LKum4Pd4Cc2HWTcGuQotoSAG2kQtGo { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.84375rem;left:35.34375rem;display:block; }
#Z9a1ZDZiAfhCfKnk1FstNzLIyyvSf9GG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC.adaptive-delivery-prevent-bg, #EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC.lazyload, #EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC.lazyloading { background-image: none; }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC > .row .container { background-color: transparent; background-image: none; }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC > .row .container > .video-iframe-container { display: none; }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC > .row > .video-iframe-container { display: none; }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC > .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); }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC > .row .container { border-width: 0; border-radius: 0; }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC > .row .container { font-size:0.875rem;font-family:arial;height:15.0625rem;width:60rem;position:relative;display:block; }#TXsCGPU7QItKL8PtG3lzP72JxI5NdUyd { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:1.0625rem;height:2.92480625rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b3bB0sUbBza7PSyGxPGZw7STdqoXslBp { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.4375rem;left:0.8125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qdeHGNLuHOPVPrSrlt1mBvvosKnpByp1 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#rZv90UFqywIMl3p82BFEX0VRCO1aiDri { 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:12.875rem;width:12.875rem;top:1.09375rem;left:36.25rem;overflow:hidden;display:block; }
#RSm8m4knCy7r0k9Id5xAqFhtQAaRQDWl { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:10.125rem;left:6.375rem;display:block; }
#bWkPaLtrl8R3TsmF0rgFkPBNXv4bxUM9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG.adaptive-delivery-prevent-bg, #dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG.lazyload, #dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG.lazyloading { background-image: none; }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG > .row .container { background-color: transparent; background-image: none; }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG > .row .container > .video-iframe-container { display: none; }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG > .row > .video-iframe-container { display: none; }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG > .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); }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG > .row .container { border-width: 0; border-radius: 0; }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#Bu3PgkVyPCguFp5Rgqgc0bSIh4vOcbDH { display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:32.5625rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cBoazQ6MJx5MDV48pumxgGD7nRxApSTN { display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.53125rem;left:31.3125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fDH5RWvETEBMQMve3dkG7yTn0PEbbxf3 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#erMaFXHDGlMHlpRLpsLx8x9Tet5miRLh { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#tJG22PBU8Ssru0ax4g4A4WumnVZrbUEk { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.84375rem;left:35.34375rem;display:block; }
#Xnl9fnU0d1zxcI6a22lSvQZXsVt44xnC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di.adaptive-delivery-prevent-bg, #IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di.lazyload, #IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di.lazyloading { background-image: none; }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di > .row .container { background-color: transparent; background-image: none; }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di > .row .container > .video-iframe-container { display: none; }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di > .row > .video-iframe-container { display: none; }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di > .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); }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di > .row .container { border-width: 0; border-radius: 0; }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:60rem;position:relative;display:block; }#CVkxMyi6Q9EeXCC8oG7t7Vktr4L36DxL { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JslaSsJo6Hw0LBoTzW316FJrHrGGpCtz { display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.25rem;left:0.8125rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZSun8omkBgQZlUVyIr0Zf7TE1N6aCarB { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#vuHopQIev9y2AzrRvHJI4Z1RoEXRt6QM { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#NE7nJgXXaKh3OZIpfImCqRFfRrZqOh9w { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.9375rem;left:6.375rem;display:block; }
#dqVokIsEeZbr3zus53Oef4NGZSQTTHBL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF.adaptive-delivery-prevent-bg, #DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF.lazyload, #DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF.lazyloading { background-image: none; }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF > .row .container { background-color: transparent; background-image: none; }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF > .row .container > .video-iframe-container { display: none; }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF > .row > .video-iframe-container { display: none; }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF > .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); }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF > .row .container { border-width: 0; border-radius: 0; }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#K6d66VxiOdKzTPDQXARPQaUok6Nyex1O { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TqskvM0Vo6wiq7KEdvqFTiCfmuPutiNt { display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.15625rem;left:31.3125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EoeAVgvb7AJrDyH9zp52NXiS40ePQnPA { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#KpxZ9P8FqG36FT3fizVkrTwAMfkt4vQM { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#Lp8rP8HNRAFGvOr1Ad9vT8O0aLywePib { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:13.84375rem;left:35.34375rem;display:block; }
#k08VBw5QbVkZ8NW0b1sNHayxZHHDMzX1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i90d368PCN1pIl141ZJTsunyHNZslHz8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#i90d368PCN1pIl141ZJTsunyHNZslHz8.adaptive-delivery-prevent-bg, #i90d368PCN1pIl141ZJTsunyHNZslHz8.lazyload, #i90d368PCN1pIl141ZJTsunyHNZslHz8.lazyloading { background-image: none; }#i90d368PCN1pIl141ZJTsunyHNZslHz8 > .row .container { background-color: transparent; background-image: none; }#i90d368PCN1pIl141ZJTsunyHNZslHz8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i90d368PCN1pIl141ZJTsunyHNZslHz8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i90d368PCN1pIl141ZJTsunyHNZslHz8 > .row .container > .video-iframe-container { display: none; }#i90d368PCN1pIl141ZJTsunyHNZslHz8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i90d368PCN1pIl141ZJTsunyHNZslHz8 > .row > .video-iframe-container { display: none; }#i90d368PCN1pIl141ZJTsunyHNZslHz8 > .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); }#i90d368PCN1pIl141ZJTsunyHNZslHz8 > .row .container { border-width: 0; border-radius: 0; }#i90d368PCN1pIl141ZJTsunyHNZslHz8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i90d368PCN1pIl141ZJTsunyHNZslHz8 > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#FHTSxPkIIF0d6popaTJgQyzWaMePzhHd { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HZe9LN88U6SorE42NwfI4apwnxrrX51a { display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.625rem;left:1.5625rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PhXBav42QXSCFsLTn0Hz3sHSxd2PmlHX { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#orbRpJa9XfFZ3UBskfu8KbnEyTF0T2MZ { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#xIAcc7GJAvqnsxC45GhKwaT12mk0mGlZ { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#eB13hyJXPPnqDl4gCFvAwTHoVw0d5M4U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7.adaptive-delivery-prevent-bg, #kroPxFsmsT8viofPPZqtH7nFI2PExVk7.lazyload, #kroPxFsmsT8viofPPZqtH7nFI2PExVk7.lazyloading { background-image: none; }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 > .row .container { background-color: transparent; background-image: none; }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 > .row .container > .video-iframe-container { display: none; }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 > .row > .video-iframe-container { display: none; }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 > .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); }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 > .row .container { border-width: 0; border-radius: 0; }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#v2q1HWpRD3DIc4rXLsy4DO10p86Zsznw { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ScQiTfWT4wPidUaynVFMd5WOfTmvLdo7 { display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.28125rem;left:32.6875rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CkqO8iAo5lLKKQEpAolE1z8hcr2Ligno { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#X6qvyxkMwBH1cB5HegMD9HQumsH5WfHh { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#R1MRpnWulrRyOhaeUy10ThKcwMrTnKbc { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.65625rem;left:34.8125rem;display:block; }
#VrpMmkXaEENNg6BWodxMp2hhKkEMAiTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33.adaptive-delivery-prevent-bg, #GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33.lazyload, #GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33.lazyloading { background-image: none; }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 > .row .container { background-color: transparent; background-image: none; }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 > .row .container > .video-iframe-container { display: none; }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 > .row > .video-iframe-container { display: none; }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 > .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); }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 > .row .container { border-width: 0; border-radius: 0; }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#VZtoPusRcGARHh8rALiMMtkTp9eA0gXA { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NXVJOJOlNTL22U3FNENoohIJNnSF0Iqi { display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.625rem;left:1.5625rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WMsk2MNG5PS4PzU7UcXeRhMIpQ6Cp6Tk { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#OnAC0IcuuEQxcxnnq5KuJZ3VTKNvZqTo { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#BkwGpTecEdtWkQh2sBUJx2HbTPe31o6g { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#uHR2fq3dp4UXfTegJDVLdRyPKv1nUgJp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m.adaptive-delivery-prevent-bg, #SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m.lazyload, #SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m.lazyloading { background-image: none; }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m > .row .container { background-color: transparent; background-image: none; }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m > .row .container > .video-iframe-container { display: none; }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m > .row > .video-iframe-container { display: none; }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m > .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); }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m > .row .container { border-width: 0; border-radius: 0; }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#sBxsL20Uo01MKRIazQo3Pk6mSQHM8wFo { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H2zW5KAOml7J3CP7gpUNfrC5xDse2ge9 { display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.28125rem;left:32.6875rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SlLwTqxmgot5Ni131zWoXa9TDIv7AZwL { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#JcbyUTHTRENQBDGGouUXZxT4hSeOZBic { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#fpNIb5RvLwUbxwMzGaC77xX5GZ7IxdwE { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.65625rem;left:34.8125rem;display:block; }
#bQO8J7tgWAOrVZIZJ0dlGfbUFZsHk0Zr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo.adaptive-delivery-prevent-bg, #KetGCZ62eZi0oBkDx3u5AitKldTiNgBo.lazyload, #KetGCZ62eZi0oBkDx3u5AitKldTiNgBo.lazyloading { background-image: none; }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo > .row .container { background-color: transparent; background-image: none; }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo > .row .container > .video-iframe-container { display: none; }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo > .row > .video-iframe-container { display: none; }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo > .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); }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo > .row .container { border-width: 0; border-radius: 0; }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#Prr0hGIfdspLt2PnbIKcqry9RRLWgOkD { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HAnqUkNFCduHKU8nDKQfGZ7e2WxnqNre { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.5rem;left:2.46875rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KtxeI2TrE5PwyCTT6T7AQtLTb78BrMh0 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#v4TGBLvMH7C5dxXFrDtSWXIh5XmxMVTl { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#qdxel4f2WAf8QRyOnh9LdDiNvyH1S1Db { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#I7i7wfXZFKTodOM0GUrHBcSCvqbkT9sP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK.adaptive-delivery-prevent-bg, #vnFg7xqiyUlpm1JULi92flKGTEH7dzbK.lazyload, #vnFg7xqiyUlpm1JULi92flKGTEH7dzbK.lazyloading { background-image: none; }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK > .row .container { background-color: transparent; background-image: none; }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK > .row .container > .video-iframe-container { display: none; }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK > .row > .video-iframe-container { display: none; }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK > .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); }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK > .row .container { border-width: 0; border-radius: 0; }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#TOF74GJFblSrRAcuHDhh8yvt8FiONrwu { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#itVvigT88gQEJ1kGNveG1R3JENNqlbr4 { display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.28125rem;left:32.6875rem;height:3.79980625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h2x666Z3CEsU7yF58MsyZr3uUFhPTfhe { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#ZcLW7vZwe8iTAUAPztK2cTF8TtookHTn { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#TTAby2IyTfc7bJMrS5OklKJ7kwR19h5U { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.65625rem;left:34.8125rem;display:block; }
#aTRtIp1Jo7A9i3b9LuPbLKiVBN50aOyl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy.adaptive-delivery-prevent-bg, #AE8STaTayIPKGcH1HT280Q3ZeLxonyPy.lazyload, #AE8STaTayIPKGcH1HT280Q3ZeLxonyPy.lazyloading { background-image: none; }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy > .row .container { background-color: transparent; background-image: none; }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy > .row .container > .video-iframe-container { display: none; }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy > .row > .video-iframe-container { display: none; }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy > .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); }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy > .row .container { border-width: 0; border-radius: 0; }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#h0WRXA4aDuEuW7W42U1nnmADpQu29ACF { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zGVJpAiWtS8QU2SuAuyGtvmnEwJPTPzb { display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:1.8125rem;left:2.1875rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pTKuMQsJm5PturNuQAT8l5b0iosoVdJ2 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#X5M3yErRaT8dgzmm4g183EV6hLvRaDWL { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#kxAuNGVdvrzzpQ6QNs6Ayh82JICtqvhK { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#UtpniuqfIFmMeKF8MWZuAluU13NpZSXT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IweatEJnyly1AS50lGJB67ssRVAn40SH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#IweatEJnyly1AS50lGJB67ssRVAn40SH.adaptive-delivery-prevent-bg, #IweatEJnyly1AS50lGJB67ssRVAn40SH.lazyload, #IweatEJnyly1AS50lGJB67ssRVAn40SH.lazyloading { background-image: none; }#IweatEJnyly1AS50lGJB67ssRVAn40SH > .row .container { background-color: transparent; background-image: none; }#IweatEJnyly1AS50lGJB67ssRVAn40SH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IweatEJnyly1AS50lGJB67ssRVAn40SH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IweatEJnyly1AS50lGJB67ssRVAn40SH > .row .container > .video-iframe-container { display: none; }#IweatEJnyly1AS50lGJB67ssRVAn40SH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IweatEJnyly1AS50lGJB67ssRVAn40SH > .row > .video-iframe-container { display: none; }#IweatEJnyly1AS50lGJB67ssRVAn40SH > .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); }#IweatEJnyly1AS50lGJB67ssRVAn40SH > .row .container { border-width: 0; border-radius: 0; }#IweatEJnyly1AS50lGJB67ssRVAn40SH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IweatEJnyly1AS50lGJB67ssRVAn40SH > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#n9devPgq6BnfcJruq4QNyO5QCnPfRgV4 { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mevJVRuiWG3adSX4RJl1BXymA4PmEWFu { display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.28125rem;left:32.6875rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CCq6GNNW3lJpaDdeIfcty41H4OHIvDOK { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#y4LOxcBa4scsokR8oN3E3E1lwneIQ6GH { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#CpsoqFUhsT3dJK7O0Fn0fVorKrv1WdaB { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.09375rem;left:34.8125rem;display:block; }
#ASc1Lk30f50QZLa4TBMObbD3BibWqOcx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG.adaptive-delivery-prevent-bg, #Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG.lazyload, #Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG.lazyloading { background-image: none; }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG > .row .container { background-color: transparent; background-image: none; }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG > .row .container > .video-iframe-container { display: none; }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG > .row > .video-iframe-container { display: none; }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG > .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); }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG > .row .container { border-width: 0; border-radius: 0; }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#dbTrMXxeA6uD2CWGivOyWZXs9EFBfRzS { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.625rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RfvXNHgdkS4L8sTT2SQ7fUSwKlDSOoJe { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.5rem;left:2.46875rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fUUXlsfHIzlQ4WK6X55JfeWw26f9kDsD { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#V4emX9GMHGPywfZNKUs1KuSC2Mheb9TT { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#GHOnp1sFBqTTsVk7yp5b5DB8HoRlng41 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#fOwIRaWVvR0VPisBOKWFWxdDlP3sw0wb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ.adaptive-delivery-prevent-bg, #JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ.lazyload, #JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ.lazyloading { background-image: none; }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ > .row .container { background-color: transparent; background-image: none; }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ > .row .container > .video-iframe-container { display: none; }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ > .row > .video-iframe-container { display: none; }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ > .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); }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ > .row .container { border-width: 0; border-radius: 0; }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#MNTq9K0selZv9Btot2PI90nPeTK7vD63 { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rx4ODfTKrFZhvcZr9zGLirBiUAkpwlwP { display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.28125rem;left:32.6875rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AnT6RiHUiCQvWoDR2UHHi5zD8XXTBlh5 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#mtZQyOQlDGnLSFE3kmfwlBz5f1W3TQxG { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#Mh10PMtamIBmQJEpnHclTTK87BEwz12g { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.09375rem;left:34.8125rem;display:block; }
#nAcZECJg2sELRwJTydTdolBhtO9R6dCN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu.adaptive-delivery-prevent-bg, #EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu.lazyload, #EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu.lazyloading { background-image: none; }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu > .row .container { background-color: transparent; background-image: none; }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu > .row .container > .video-iframe-container { display: none; }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu > .row > .video-iframe-container { display: none; }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu > .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); }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu > .row .container { border-width: 0; border-radius: 0; }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#wCk6iGi1S1fflft5wkiXsbEGarXSgehl { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZkTSdkZvBIw6sJH8kGkiTkiPZz9fdAFq { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.1875rem;left:2.46875rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SS4BLu8foIyimXgXm8GUC1o8FqfozCT6 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#yPT6rF9LUaI9OI3ngi53rbnMC0hNIy26 { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#c9p82TrJf3gkI7EoEHIsiM2XSzXlioXc { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#JRdBcdSr3FhaudiF7RdHX1MUDRyIgOLl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ.adaptive-delivery-prevent-bg, #lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ.lazyload, #lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ.lazyloading { background-image: none; }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ > .row .container { background-color: transparent; background-image: none; }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ > .row .container > .video-iframe-container { display: none; }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ > .row > .video-iframe-container { display: none; }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ > .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); }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ > .row .container { border-width: 0; border-radius: 0; }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#EfgoPUsRJvKMSv8GtwOLvfvhCLykhtpW { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e7qlkO0ea0CdBgoopUvp7MnCK4mT2oIq { display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.28125rem;left:32.6875rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mfRa4U9B9J4mHg750f935IAW4NxCquJu { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#qWePad1WVQ4UpMvDwkkr79JMDAct8eK6 { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#NiQXcNToluuyzs6qT7p2r6oOdLveAg1u { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.09375rem;left:34.8125rem;display:block; }
#UZQo2CFVlfP2k1HRXtvE3JMQ44KS5VTJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P.adaptive-delivery-prevent-bg, #eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P.lazyload, #eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P.lazyloading { background-image: none; }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P > .row .container { background-color: transparent; background-image: none; }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P > .row .container > .video-iframe-container { display: none; }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P > .row > .video-iframe-container { display: none; }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P > .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); }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P > .row .container { border-width: 0; border-radius: 0; }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#ZGk6OhG1rVz0iDTqEOA5nhiQD8ptJUK2 { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KPTbc6krklikPNfVFSxHNknBB5uuQkdi { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:5.0625rem;left:2.46875rem;height:3.79980625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E6frARBt5FNqUfTRGe5vSnfL9KgtoSv7 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#XudsT8S0XT6vTvZNZLl1m3XIlgfgaguT { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#P5n10dCP6B96KfN9R66rs5L7Bg6S17cv { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#duGEepvWca8oiOrd4HV8O97ICtc0d6Q3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS.adaptive-delivery-prevent-bg, #KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS.lazyload, #KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS.lazyloading { background-image: none; }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS > .row .container { background-color: transparent; background-image: none; }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS > .row .container > .video-iframe-container { display: none; }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS > .row > .video-iframe-container { display: none; }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS > .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); }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS > .row .container { border-width: 0; border-radius: 0; }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#OkWQtkZtpdJeoRoBTGuTAVAzK5IvUtuO { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fp2KQxTw2T3hISkmDdeJRLKqZTh43DkQ { display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.28125rem;left:32.6875rem;height:3.79980625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HTS5vIJT8cDfBQPo4aVISV3wTJTQ9C9J { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#mVZ00qhVwHTaW8fV3wAq50I0XXqWaBkQ { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#dSXVAq6388PSKU8R5sIA159VQkmWk1o8 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.09375rem;left:34.8125rem;display:block; }
#bxDSWKrtndvc8ZtXrrPz1VTuDJl1SQzO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iz0macU7Zb75huyqHfSPNXmuUrt7htIb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb.adaptive-delivery-prevent-bg, #iz0macU7Zb75huyqHfSPNXmuUrt7htIb.lazyload, #iz0macU7Zb75huyqHfSPNXmuUrt7htIb.lazyloading { background-image: none; }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb > .row .container { background-color: transparent; background-image: none; }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb > .row .container > .video-iframe-container { display: none; }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb > .row > .video-iframe-container { display: none; }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb > .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); }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb > .row .container { border-width: 0; border-radius: 0; }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#B277BRd2dWm2oCbfkQxBrQISkTpRNDfD { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kt3loLbicUSG0PhfPr2lfqGWEHfnhWW1 { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.1875rem;left:2.46875rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I6ms5PxstiLEeXacRnBxd1vGRKbrr2GJ { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#Qy5C1geIt9ENdQ3SrqQxcT5RE0MyTdAk { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#FFSbsMosbrI5yuydxhLwLMwMacZ4wNhU { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#fv0RTrSTh2wgPOJgZdX880ayN4GetzsO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO.adaptive-delivery-prevent-bg, #SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO.lazyload, #SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO.lazyloading { background-image: none; }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO > .row .container { background-color: transparent; background-image: none; }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO > .row .container > .video-iframe-container { display: none; }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO > .row > .video-iframe-container { display: none; }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO > .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); }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO > .row .container { border-width: 0; border-radius: 0; }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#yhlwue9dBCTGBWvm8R7xqRyck5MkmJrH { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATAQiQ4cVPBKk13ruvAExpdqpndimhEb { display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.28125rem;left:32.6875rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RHRnEGqiFDa271Pqsm0auLA0XJOeUuwd { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#vLFGxNR2TilUXBy6unU7VLWRLaZW3yeb { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#H9m5WkhuX9Gkz26EPmo3VysqbA6eqvtw { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.09375rem;left:34.8125rem;display:block; }
#W3KmplsUwQmL8LnKCAqkndMRGye27mm0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc.adaptive-delivery-prevent-bg, #RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc.lazyload, #RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc.lazyloading { background-image: none; }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc > .row .container { background-color: transparent; background-image: none; }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc > .row .container > .video-iframe-container { display: none; }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc > .row > .video-iframe-container { display: none; }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc > .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); }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc > .row .container { border-width: 0; border-radius: 0; }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#xakpuqRVgdFxauLTxLTll4J8cJkoIevE { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mUyXl0S8AGskzvbCnwFveR2VVboxV0h9 { display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.625rem;left:3.3125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GctCpXmHVhhiJhnFFOuZLIKBZcNqcCWC { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#K0oyegFRrXXffhPP87ANr5qs9IUmh0EL { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#HocemvJ2ZhwJ9cSzeQv02qeI5XUvBQiL { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#g5iaHPduobJrW2ZJdlJ5PpCwFuV5N5kc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M.adaptive-delivery-prevent-bg, #vFpkWaKusOCCI8viV7GCANTOJfCWBT1M.lazyload, #vFpkWaKusOCCI8viV7GCANTOJfCWBT1M.lazyloading { background-image: none; }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M > .row .container { background-color: transparent; background-image: none; }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M > .row .container > .video-iframe-container { display: none; }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M > .row > .video-iframe-container { display: none; }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M > .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); }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M > .row .container { border-width: 0; border-radius: 0; }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#cOHJIsGJcATUhQXOfgvxLnTqUKUmHB9X { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wyic4DwWUdgHUT5SvS7oqlb6CVMNPOzx { display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.28125rem;left:32.6875rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q8uBM99m59WNcivXCCS3oWf55JpKvFHN { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#Z4JgTDWu9Rl7HAbpoFL9KxmQenRCoe2g { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#r4Md1T9oTGQeFasrmNSe3UiuyI82QSIg { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.09375rem;left:34.8125rem;display:block; }
#PHaz1wSKSrpNoIEGal3knosUrhydiFSA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AuQO7tRTAThM5COM5nD1TNT6bclWInAb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb.adaptive-delivery-prevent-bg, #AuQO7tRTAThM5COM5nD1TNT6bclWInAb.lazyload, #AuQO7tRTAThM5COM5nD1TNT6bclWInAb.lazyloading { background-image: none; }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb > .row .container { background-color: transparent; background-image: none; }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb > .row .container > .video-iframe-container { display: none; }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb > .row > .video-iframe-container { display: none; }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb > .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); }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb > .row .container { border-width: 0; border-radius: 0; }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#kQhdUgCMLVyuwZSUTvMN22uI9zUBZQUu { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXKQUhb5ZWKKn4Gqu2wEtVC0qZqUrFxG { display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.625rem;left:3.3125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pWEFCC8huzKMrqVA05OxpSB4qoMh4TMp { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#BUhxkermTn1ntnCzKP29Xi7vbbeTExAm { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#M2DJlwbXaMHKt20XECUrtC8UTd6WQevi { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#yD5LabiHLTWXniMNc9tyvOk1XTEVFdm0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M430U4yN7MqorvTIbIwmTC6KnJawOWOD { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD.adaptive-delivery-prevent-bg, #M430U4yN7MqorvTIbIwmTC6KnJawOWOD.lazyload, #M430U4yN7MqorvTIbIwmTC6KnJawOWOD.lazyloading { background-image: none; }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD > .row .container { background-color: transparent; background-image: none; }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD > .row .container > .video-iframe-container { display: none; }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD > .row > .video-iframe-container { display: none; }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD > .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); }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD > .row .container { border-width: 0; border-radius: 0; }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#uTGXZHNWHetUbtT7uKdLQOMkmedT0X6r { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fpruntnx79Aay3sDbEP2cM7H1DZgb5P1 { display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.28125rem;left:32.6875rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qskZieoeivQTzeXKDpBzgWbU7s0AuFek { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#MhFLSTwrbeTmXzTyBJse1hQFQVe30Tk6 { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#WNuyM2NBSQXRvMaawgyLL8n4eHesbGf8 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.09375rem;left:34.8125rem;display:block; }
#p0dzIx5ahKTQLHOWcAsbXHt894y2M2ii { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A.adaptive-delivery-prevent-bg, #kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A.lazyload, #kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A.lazyloading { background-image: none; }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A > .row .container { background-color: transparent; background-image: none; }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A > .row .container > .video-iframe-container { display: none; }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A > .row > .video-iframe-container { display: none; }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A > .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); }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A > .row .container { border-width: 0; border-radius: 0; }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#V62VSVQfXL1uGiecnC7eQJ63JHGlAhBh { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBCH7SW18ZAIZah8IDAAV3Khon26rcBt { display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.625rem;left:3.3125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b4k2pOLGtoqMyISWNewAfMg6sGf4VVw9 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#TR1lUDOOrf8xA9UAkQMN4nqxa7oD5tCm { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#QmvIIwbcuawVaCo9GkFs2zizquIACpbn { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#LHIvOJd06Th33kuGzTMiQz3GmVeB4fgR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu.adaptive-delivery-prevent-bg, #eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu.lazyload, #eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu.lazyloading { background-image: none; }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu > .row .container { background-color: transparent; background-image: none; }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu > .row .container > .video-iframe-container { display: none; }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu > .row > .video-iframe-container { display: none; }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu > .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); }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu > .row .container { border-width: 0; border-radius: 0; }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#VPWSgeMaT9ky4zUoawunLDDTaMkTFmoD { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n7UUvRxDlvuORTgl5ydHUl0eyB33SZqx { display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.28125rem;left:32.6875rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PzMPqoD8yUeEs2eSPmU8PnBC3bcZTPCx { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#sW39Tlwc0FWFzTV5S7Rs1zoZocFwA6Ie { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#HTfSWogOv1XMn327qeNgCuA0nxmhClZ8 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.09375rem;left:34.8125rem;display:block; }
#DOpqlUZiAUPGAB8zQETtDotf5NbvW8d0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C.adaptive-delivery-prevent-bg, #aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C.lazyload, #aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C.lazyloading { background-image: none; }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C > .row .container { background-color: transparent; background-image: none; }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C > .row .container > .video-iframe-container { display: none; }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C > .row > .video-iframe-container { display: none; }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C > .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); }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C > .row .container { border-width: 0; border-radius: 0; }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#EG2QPAuekMQIeEr2prA7rKsMaMSpUnpH { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PDUDn9kcTdSxeEN76cALFNIAmlKVsk28 { display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.625rem;left:3.3125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fhdVIKdBG2KBkmsMOzOtiXEuCVT0EFJI { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#tuZMdb8gBKgbaUlqXQLyff9P4OazHVTF { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#xgTpV8RHaZxXb1SnTEhDk09kaNaCqAyL { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#fzt56SBn0iAE8psDk5qC3EygMMQdm4Zu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI.adaptive-delivery-prevent-bg, #dl8WFNvuoKe5FshMnG13ixgR9VBOogCI.lazyload, #dl8WFNvuoKe5FshMnG13ixgR9VBOogCI.lazyloading { background-image: none; }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI > .row .container { background-color: transparent; background-image: none; }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI > .row .container > .video-iframe-container { display: none; }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI > .row > .video-iframe-container { display: none; }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI > .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); }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI > .row .container { border-width: 0; border-radius: 0; }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#rF4PuGtHDp1umVvIhroffapcPBmwFM8Z { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SFm7tRb6PLyoUKIx4lv65H5BK5kmZDqq { display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.15625rem;left:33.375rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OGI5KIu6s7IqFlKyMUOg8FHz170qUmxk { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#Q7KXknM8rgthqtTH3Hw5JipZO85HESOk { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#MbdMMnQytgCOq4yMkrip6AQq4qa7E4ho { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.09375rem;left:34.8125rem;display:block; }
#KVzAhkFFl9AT5WLxpbZxSTtb4inUAqkG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472.adaptive-delivery-prevent-bg, #FCyX1VpoeII7pNIUNFhIdhq1K6hXf472.lazyload, #FCyX1VpoeII7pNIUNFhIdhq1K6hXf472.lazyloading { background-image: none; }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 > .row .container { background-color: transparent; background-image: none; }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 > .row .container > .video-iframe-container { display: none; }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 > .row > .video-iframe-container { display: none; }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 > .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); }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 > .row .container { border-width: 0; border-radius: 0; }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#QCFOk2TcD9Jx2mE9fGIRlLeUPRprcTJS { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r2pNITKXpwVrGTtekZVkf4cwATJUorBT { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4rem;left:4.28125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PyyZn2Tn7fuD4steCdPs2qgl7TH1AhRN { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#UdM4wvm4zQHdUPwUJNrakEpVaHSTll3C { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#bgzez01mBgKepQhi6Wr66LIHv71fondI { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#g2sbeQrfDQMnpnk0oG1Kg16wBkeJzvdm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8.adaptive-delivery-prevent-bg, #irRk46SEw4EQzq2P2pkJtZOrSIase2l8.lazyload, #irRk46SEw4EQzq2P2pkJtZOrSIase2l8.lazyloading { background-image: none; }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 > .row .container { background-color: transparent; background-image: none; }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 > .row .container > .video-iframe-container { display: none; }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 > .row > .video-iframe-container { display: none; }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 > .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); }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 > .row .container { border-width: 0; border-radius: 0; }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#mSRBZPCPXx271v6iOUL5uvI8nbaKkNGM { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ybsIysLTlAbJCyz3cvvWZRJEXZqEZVSO { display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.09375rem;left:34.625rem;height:7.5996125rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IMiTGQZ6kB8M2xpQhseGrq8HlKf8VdIi { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#op9lmEGhfd91s4bmzOVRXCI5XgAV0kkx { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#yVlek7IRWAWTTs8nE9WoiqfKP2w4wWuS { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.09375rem;left:34.8125rem;display:block; }
#bfwubsAyb4tmTg38n4dT4Th9wzn4D5zT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH.adaptive-delivery-prevent-bg, #R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH.lazyload, #R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH.lazyloading { background-image: none; }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH > .row .container { background-color: transparent; background-image: none; }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH > .row .container > .video-iframe-container { display: none; }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH > .row > .video-iframe-container { display: none; }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH > .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); }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH > .row .container { border-width: 0; border-radius: 0; }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#C7l9JeoDMPDQxxRCiBU3E55JobWdvOJF { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xoexfdkQeVC00ExxGlO80mWv3zSgNTBO { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.4375rem;left:4.28125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DSDVJTfqvZTM1o3bSLWa8TCBy7NusTtV { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#TAPt474rr4iDx7Q8ucahZzHdBhySLZfC { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#sZaMXu1mX6BAwHNS5cXKat4vWkfFt1cH { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#D1mWI7v0OOdJbdgKSXporBmQum14vT2L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc.adaptive-delivery-prevent-bg, #aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc.lazyload, #aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc.lazyloading { background-image: none; }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc > .row .container { background-color: transparent; background-image: none; }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc > .row .container > .video-iframe-container { display: none; }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc > .row > .video-iframe-container { display: none; }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc > .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); }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc > .row .container { border-width: 0; border-radius: 0; }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#VF7UNrzb6n4ndTPeTO4viN1ZpKOrGtLC { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eRJRcZL4Jw3QuPflnHRQ11AHK3z5rN7X { display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4.46875rem;left:34.625rem;height:7.5996125rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rOu8eQfBr0ZX5kSnSGTBI5Cg5hMRzxRT { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#tT5gC60SpdxhWBdsVFsnXK69gqxUNTJI { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#JHv40MvC7L9MXaGR0harbM3RFunrILD5 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.09375rem;left:34.8125rem;display:block; }
#vQFsgvpLLM6fX4kCtRAPAQoB24kmO0WP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N97Co5pERoqcgTRLwNnHKd80r8SVL45a { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a.adaptive-delivery-prevent-bg, #N97Co5pERoqcgTRLwNnHKd80r8SVL45a.lazyload, #N97Co5pERoqcgTRLwNnHKd80r8SVL45a.lazyloading { background-image: none; }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a > .row .container { background-color: transparent; background-image: none; }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a > .row .container > .video-iframe-container { display: none; }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a > .row > .video-iframe-container { display: none; }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a > .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); }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a > .row .container { border-width: 0; border-radius: 0; }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#tfDuslhUhUuT1n3TR0QTddOWWb3yyGtP { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o4k34ScAbD3vBOIHRZ5UTqvkkyvgz4y8 { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:4rem;left:4.28125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XBhLEesWHJ8oVTaL7B4h20vqvbZtHyyr { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#RIXb42UhRyWwgle1qkrDP9TZ0XdDARXu { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#iMK7amgx3TqurbZ7pbLgg6W0sTOnaE9v { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#hJMzEuiM6G0QE2McVMtMP6rmv2Eo7s3J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc.adaptive-delivery-prevent-bg, #iW1DFKLXkRwzPukHX2qs6bq2TJazIInc.lazyload, #iW1DFKLXkRwzPukHX2qs6bq2TJazIInc.lazyloading { background-image: none; }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc > .row .container { background-color: transparent; background-image: none; }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc > .row .container > .video-iframe-container { display: none; }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc > .row > .video-iframe-container { display: none; }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc > .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); }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc > .row .container { border-width: 0; border-radius: 0; }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#nUEv4rAyu9DTUsow8qrde4tkDBXs6dqd { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LOLTJleBub4sL87B9LxDVs63FVeZlPcQ { display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.96875rem;left:34.625rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VoQs5DHTbvaLTJaLrwL7hy00zSwgwiRu { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#dndXt8ImFsOBz13Fvtg6kPMbEhKZizXE { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#IV3QcHZhSvLJCgssim18L0ilt0yvXIE7 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.09375rem;left:34.8125rem;display:block; }
#RiU7p094vKURhl0CP46VKmPTnKT3ZMW4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J.adaptive-delivery-prevent-bg, #BJ9Ooo77wylVspv4MrprRadhkaCRDz5J.lazyload, #BJ9Ooo77wylVspv4MrprRadhkaCRDz5J.lazyloading { background-image: none; }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J > .row .container { background-color: transparent; background-image: none; }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J > .row .container > .video-iframe-container { display: none; }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J > .row > .video-iframe-container { display: none; }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J > .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); }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J > .row .container { border-width: 0; border-radius: 0; }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#TZwPr1e4GUPwnuWEqoApTrMNtFDtkELG { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C3QBqaTn5GBiP9ZXyOViEDHud3hAmtiv { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.6875rem;left:4.28125rem;height:7.5996125rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yVHP0UWbGgC5w4NlesfLVwrwvHBsXBRb { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#BJuFMEBPfJLxWBh3bgTTUSh92VbeSrha { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#T8UoWdGBPNiStRdknmV9CFVtt8UknmQ5 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#eigcSVSyV7BbGcyu5nwKe3dBiUTkue3b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA.adaptive-delivery-prevent-bg, #hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA.lazyload, #hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA.lazyloading { background-image: none; }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA > .row .container { background-color: transparent; background-image: none; }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA > .row .container > .video-iframe-container { display: none; }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA > .row > .video-iframe-container { display: none; }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA > .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); }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA > .row .container { border-width: 0; border-radius: 0; }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#Z5CKAChzp6fWxSy3gK8fn0DrfW9hSd4p { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rpd4StsNIyNeqGsEMID06i9tsbbIKLsG { display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.96875rem;left:34.625rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xe9TbRn1HD9Vg7QTzFibcv5rrOv5R0Os { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#TiRnJByQpM5dx1opNtFhr9f1HNXfaWZh { 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:12.4375rem;width:12.4375rem;top:3.15625rem;left:8.6083984375rem;overflow:hidden;display:block; }
#ko1QgtP7ATCRCCsB0XKKy3ExLbRmfZeW { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.09375rem;left:34.8125rem;display:block; }
#SHMacdFhqB64WOJUmKq0Fp8f2UEGTWCa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc.adaptive-delivery-prevent-bg, #xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc.lazyload, #xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc.lazyloading { background-image: none; }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc > .row .container { background-color: transparent; background-image: none; }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc > .row .container > .video-iframe-container { display: none; }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc > .row > .video-iframe-container { display: none; }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc > .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); }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc > .row .container { border-width: 0; border-radius: 0; }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#TbsGUXIQWF7ZDrX0lWOdhTPfEqLpTUdp { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SH3cyULIhK689eZwSSkBS9pNwDJM2nMJ { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.6875rem;left:4.28125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nP8sB7zhAWyTldMdxi4DhefEwHAlKeic { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#t7u6v4TEelA0OeZwyQiGsT3KdboB5th9 { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#wHsQbRLSMZ48QDulqXKvkAx95xICOomZ { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#MJQ3D4VVkWh8JFZPP9v4wZmc3sB6Rty1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27.adaptive-delivery-prevent-bg, #RKMgdyrRpp8JZsungePG8VCBoqkGWu27.lazyload, #RKMgdyrRpp8JZsungePG8VCBoqkGWu27.lazyloading { background-image: none; }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 > .row .container { background-color: transparent; background-image: none; }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 > .row .container > .video-iframe-container { display: none; }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 > .row > .video-iframe-container { display: none; }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 > .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); }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 > .row .container { border-width: 0; border-radius: 0; }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#qHPD6THWkCklOQCxh8B3Ca6ioV2EGKBk { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xfkWXU4B0m9f6aEqFlIzw6TdJo9Hv0WO { display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.96875rem;left:34.625rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tFwu7g9C2fJ5s5w1wvMmX3cI0pBOnW92 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#d9i0IirWXSxCNfSMVoEJhalefPNArtlE { 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:12.4375rem;width:12.4375rem;top:1.4375rem;left:1.1083984375rem;overflow:hidden;display:block; }
#QoxQ3UPCWIHXUKPWcJGPmAbP60dghGkm { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.09375rem;left:34.8125rem;display:block; }
#OnaJcNWy78TnCqzBpZVkF8Nv2mJLJKTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHTxwyIN3mK4C57ec3NZVWSc65Q87FSy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:7.8125rem;top:1.65625rem;left:17.3271484375rem;overflow:hidden;display:block; }
#W9cdqzxSPXhM4GKSARCsP7V6l6P89fki { display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:14.875rem;left:1.7646484375rem;height:1.8999rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kGhMMymAS2bSshdifXZLZ75IGQgdgPcC { display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.9;letter-spacing:0;top:14.875rem;left:15.6708984375rem;height:1.8999rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH.adaptive-delivery-prevent-bg, #K2qNXcR1Ous679cUvrNegUQ3FG18EbvH.lazyload, #K2qNXcR1Ous679cUvrNegUQ3FG18EbvH.lazyloading { background-image: none; }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH > .row .container { background-color: transparent; background-image: none; }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH > .row .container > .video-iframe-container { display: none; }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH > .row > .video-iframe-container { display: none; }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH > .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); }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH > .row .container { border-width: 0; border-radius: 0; }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#l3Rept0MtrLPDiVM8bpmuHKS7I6JD4q3 { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OsnsBltx6XCTzyce7zT2UU1EnNtAz6ea { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.6875rem;left:4.28125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PJTl8gEIsTroMxOzyA6sWJwTxMZeaMAA { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#A1I4iUtg6qcdKibRAJTNWWsvwuDy55w7 { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#TIFXPw0CKw1yV5dIOZMIGcJOprEW79Wc { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#TLcliK8akLn8Z6ciivvnybmTJw8LCwqq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4.adaptive-delivery-prevent-bg, #xT598kLRHPR2agT4KUErk0t75Ea8kRt4.lazyload, #xT598kLRHPR2agT4KUErk0t75Ea8kRt4.lazyloading { background-image: none; }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 > .row .container { background-color: transparent; background-image: none; }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 > .row .container > .video-iframe-container { display: none; }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 > .row > .video-iframe-container { display: none; }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 > .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); }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 > .row .container { border-width: 0; border-radius: 0; }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#TWBzLDtZVeXTAmx5EaQZo2HSVRNpMus5 { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:33.09375rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sg33UH6cDJxO0gNmUK7f5yct7mPGfpGN { display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:1.4375rem;left:32.375rem;height:11.3994375rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rHPMlv9N3P0SbREtm0RQVKeUhLdCxwU4 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#QJxmCIiPeWph1GSzIOrP31XOyklSk827 { 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:12.4375rem;width:12.4375rem;top:1.4375rem;left:1.1083984375rem;overflow:hidden;display:block; }
#SJNFbvLJugUu3yTK51PHggmqBKXMeqln { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.09375rem;left:34.8125rem;display:block; }
#sauUTlJ2TapwWlFLdtbtnuQQXUPQqytT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qQ0zMyTZQP6nNfmuQQQDU9hCITaiJKfT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:12.4375rem;top:1.4375rem;left:15.6708984375rem;overflow:hidden;display:block; }
#Ec1S96qdpMH0bTHF8GuDvuFXJKAdgXqW { display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:14.875rem;left:1.7646484375rem;height:1.8999rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eDuNmyyK6wQnTfMvGOTew8ZvabNQqKmT { display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.9;letter-spacing:0;top:12.6875rem;left:16.3271484375rem;height:3.7998rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI.adaptive-delivery-prevent-bg, #rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI.lazyload, #rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI.lazyloading { background-image: none; }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI > .row .container { background-color: transparent; background-image: none; }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI > .row .container > .video-iframe-container { display: none; }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI > .row > .video-iframe-container { display: none; }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI > .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); }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI > .row .container { border-width: 0; border-radius: 0; }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#k9MQS41O1QuANTgcN2U0h1Rm3lQqLrzE { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bh6BGWzb32DaFdr7XAWUIT67wxRIheL0 { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.6875rem;left:4.28125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ktG5tvM7gTU6ntMIFekXWO5BO5ie8E55 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#g7Lr8ihbyR92wXcrG8VPFf5MI13JDu4a { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#yEmZLBHkBvygcBM5DPbdKVJtIK7aOg3N { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:12.625rem;left:5.3125rem;display:block; }
#wWKfd587mHzJpeQxJ40UATkmAekm1bGQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE.adaptive-delivery-prevent-bg, #Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE.lazyload, #Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE.lazyloading { background-image: none; }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE > .row .container { background-color: transparent; background-image: none; }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE > .row .container > .video-iframe-container { display: none; }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE > .row > .video-iframe-container { display: none; }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE > .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); }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE > .row .container { border-width: 0; border-radius: 0; }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#rLvdXxM85l9Tte8MrnfZoUnync6LIWz4 { display:block;width:20.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:33.09375rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NBT0H7wQsSI0SnH7bf7Swav5OOUDyRxH { display:block;width:22.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:1.4375rem;left:32.375rem;height:9.499525rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NJauwv6OVBftLAiRKL4xMhozzHwCn5FR { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#T8W4hHVKqvBaHTDEMw5ha101iVBJ1LDB { 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:12.4375rem;width:12.4375rem;top:1.65625rem;left:8.6708984375rem;overflow:hidden;display:block; }
#HixaTuAdc9vDJLWyZLEDNbXEObUD5QZ1 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.40625rem;left:35.5625rem;display:block; }
#OeW5Hpf618McpS1N5UE3vCtvqtCHJ27I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7.adaptive-delivery-prevent-bg, #R6X7MH5VPcL2q51KupSucZufcnDiHMH7.lazyload, #R6X7MH5VPcL2q51KupSucZufcnDiHMH7.lazyloading { background-image: none; }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 > .row .container { background-color: transparent; background-image: none; }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 > .row .container > .video-iframe-container { display: none; }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 > .row > .video-iframe-container { display: none; }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 > .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); }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 > .row .container { border-width: 0; border-radius: 0; }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#othr6Cf0CqP8Mm5i0BUkmUb0ygISyldW { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#brzVwRxb6l5bq6yFy3y1RAN5z6T9nd7K { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.6875rem;left:4.28125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GeuNQT69vOZ662yye2HXJ4ap5uGDd5OE { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#KCGhrK0bqrAubTbqPAUmhF8bODBiNuxn { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#AkWu8EwwnZig9n54wptJnxRPVTaHKJmg { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.25rem;left:5.3125rem;display:block; }
#COLOwFcGRRI2Q0i0dxWAe4AFEO2JAJnD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E.adaptive-delivery-prevent-bg, #UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E.lazyload, #UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E.lazyloading { background-image: none; }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E > .row .container { background-color: transparent; background-image: none; }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E > .row .container > .video-iframe-container { display: none; }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E > .row > .video-iframe-container { display: none; }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E > .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); }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E > .row .container { border-width: 0; border-radius: 0; }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#THs8hVgG6EolrwggoxdugExJT8ImZp35 { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:30.25rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RbtUp5mhvIzhSKmTIMA9TSzkkRpxR5Gw { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.3125rem;left:34.53125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rNfEe7SoWIFsPzkzhpfwKFAq9CoE1CJX { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#KicbdAQQAsab9CALcLyFsQp6fnl6iDt3 { 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:12.875rem;width:12.875rem;top:1.4375rem;left:8.3583984375rem;overflow:hidden;display:block; }
#Lbut6ylpCguB0t2y1DO3SkNwkhyRdtrL { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.40625rem;left:35.5625rem;display:block; }
#Qn4RGxTZB4ykeFb3TRTzHoJWIHsNwfSc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ.adaptive-delivery-prevent-bg, #g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ.lazyload, #g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ.lazyloading { background-image: none; }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ > .row .container { background-color: transparent; background-image: none; }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ > .row .container > .video-iframe-container { display: none; }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ > .row > .video-iframe-container { display: none; }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ > .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); }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ > .row .container { border-width: 0; border-radius: 0; }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#bykp3vco3XAq5T3P1oqIZTcK2QfMN8kD { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TbCZaMOnIbMtELp1hCHsKNaoblGbWZEK { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:1.4375rem;left:4.28125rem;height:7.59960625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gB7POFOf6B9qmDd6uAITz8pSWbr3moo9 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#vDN58rszGrgblwKWXcPI3pmS8A51ZhAz { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#WA8O1GU5yWITQCWZboxA52TaDqrnT4Cd { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.25rem;left:5.3125rem;display:block; }
#h9an0PpoJlwHNA2TiUNyGQEi2INnntyL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A.adaptive-delivery-prevent-bg, #s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A.lazyload, #s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A.lazyloading { background-image: none; }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A > .row .container { background-color: transparent; background-image: none; }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A > .row .container > .video-iframe-container { display: none; }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A > .row > .video-iframe-container { display: none; }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A > .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); }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A > .row .container { border-width: 0; border-radius: 0; }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#qPOfhtvhkuFuA182fEmmZ5oMb3Q01WsP { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:30.25rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IUH5b4GPHHxfixETT4U0eBRx8qaboB54 { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.4375rem;left:34.53125rem;height:7.599625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t4zaFk6taxiCuXnKcHVeM9EXIqOzvRQA { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#RAgLVc27cATk8KHEvfSPKEFBXyTNA0d7 { 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:12.875rem;width:12.875rem;top:1.4375rem;left:8.3583984375rem;overflow:hidden;display:block; }
#HZQX92xDSCW7TFSRt60QuAK9rc30i47U { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.40625rem;left:35.5625rem;display:block; }
#BTRZ7nIDNVLV7mwKqg8nH8E5aumoKPqE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo.adaptive-delivery-prevent-bg, #laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo.lazyload, #laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo.lazyloading { background-image: none; }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo > .row .container { background-color: transparent; background-image: none; }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo > .row .container > .video-iframe-container { display: none; }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo > .row > .video-iframe-container { display: none; }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo > .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); }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo > .row .container { border-width: 0; border-radius: 0; }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#oV9NpLtpwz3K9wfkUSMyEseEXo4qG2uH { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#InQ5htbH2VuZvRoQBgCxlQSwfchONTFU { display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:1.4375rem;left:1.59375rem;height:15.1992125rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mSvx9XUMlQLpALm7JqcEooVpc5S1iTVW { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#KETfNqoWTRtkeqR4JuoBncpVvtny8Lol { 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:16.3125rem;width:16.3125rem;top:2.78125rem;left:36.1875rem;overflow:hidden;display:block; }
#nWbEiZCXGipEJMlNsxWoIvOHruaTinZn { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:16.5625rem;left:5.3125rem;display:block; }
#aPzikt0UnFOkzHL9X0fSJDhT5fRATmOL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ky5ateGEex19g0LLmLNk2UUnxyukobQJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ.adaptive-delivery-prevent-bg, #ky5ateGEex19g0LLmLNk2UUnxyukobQJ.lazyload, #ky5ateGEex19g0LLmLNk2UUnxyukobQJ.lazyloading { background-image: none; }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ > .row .container { background-color: transparent; background-image: none; }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ > .row .container > .video-iframe-container { display: none; }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ > .row > .video-iframe-container { display: none; }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ > .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); }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ > .row .container { border-width: 0; border-radius: 0; }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#iTa3MphNEAWZT5v9A5WB1TO7VuO8DqOe { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:30.25rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DDzLoxcTZDbhqncxbs8ZLotHUMWJIc6C { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.375rem;left:34.53125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zL7pGgZAWLbqE5pCSuygqeAr9xiOpevw { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#SdwgDp3Sbk23CwhZQIo9XcueJniO5sT8 { 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:12.875rem;width:12.875rem;top:1.4375rem;left:8.3583984375rem;overflow:hidden;display:block; }
#tM1JAxeLbOcq3Ib5kLhf4zTlkIEeG5uc { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.40625rem;left:35.5625rem;display:block; }
#kNmTeTme0KXSaZqyMfKm323JTPMUrHrb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ.adaptive-delivery-prevent-bg, #tWGqWi0sufzAD2CyFS87FXkGwL580QhJ.lazyload, #tWGqWi0sufzAD2CyFS87FXkGwL580QhJ.lazyloading { background-image: none; }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ > .row .container { background-color: transparent; background-image: none; }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ > .row .container > .video-iframe-container { display: none; }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ > .row > .video-iframe-container { display: none; }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ > .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); }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ > .row .container { border-width: 0; border-radius: 0; }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#CQ89MGH3Axr1i6iwLJVHHFWQ6T2X4ht7 { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0.5625rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aVgicP9PaDF8hraFcInhLbrecVJyM0sD { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:3.5rem;left:4.28125rem;height:5.69970625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vObXbwqfI1xQcPVcHeSKz5DkHryPn0R7 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#GysvZzi58uQ0HolAhwX9LscN9oMPVCu4 { 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:12.875rem;width:12.875rem;top:1.4375rem;left:37.75rem;overflow:hidden;display:block; }
#l6p5yU1ma50E61450s8kowszR8py2gu2 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.25rem;left:5.3125rem;display:block; }
#L1RrChNbXm492okdn5D16rqwy4H61DI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW.adaptive-delivery-prevent-bg, #viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW.lazyload, #viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW.lazyloading { background-image: none; }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW > .row .container { background-color: transparent; background-image: none; }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW > .row .container > .video-iframe-container { display: none; }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW > .row > .video-iframe-container { display: none; }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW > .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); }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW > .row .container { border-width: 0; border-radius: 0; }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#xP8ENU6xwBCsCZlzBOOX4mzrwu09qB1P { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:30.25rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tiAZQn8Ul3qfwcg91Gnid3GpbBn7lrDx { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:1.4375rem;left:33.78125rem;height:9.49950625rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iHdNfPaN4UIe6owZVNvc2WrKJVaCAxZQ { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#uiulbTZbi7vh8gMZKI8P4SwyHLCEbFlm { 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:12.875rem;width:12.875rem;top:1.4375rem;left:8.3583984375rem;overflow:hidden;display:block; }
#OoxlvG9tkexuhTG2fWzztzovBEPB1cEo { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.40625rem;left:35.5625rem;display:block; }
#LIUegx64W75kOaiMEHxkcAPm8KhP1TrM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy.adaptive-delivery-prevent-bg, #ooPpOccobGqQGMb5kuNoWl3HfgxAopsy.lazyload, #ooPpOccobGqQGMb5kuNoWl3HfgxAopsy.lazyloading { background-image: none; }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy > .row .container { background-color: transparent; background-image: none; }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy > .row .container > .video-iframe-container { display: none; }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy > .row > .video-iframe-container { display: none; }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy > .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); }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy > .row .container { border-width: 0; border-radius: 0; }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:60rem;position:relative;display:block; }#vTFazQ3evG5WDVXvCrLDChrMHmCXuALE { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IyKPcXqu6TJTM1rxEZ28mH9OnbiOoGMo { display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:1.25rem;left:4.28125rem;height:9.4995rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vf0c8BQcETeCO0m8kHXD1Q5fFSTKXLky { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#VuriWBHgEbbEdA6eeJXD3kqZINBuFUHX { 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:12.375rem;width:12.375rem;top:1.6875rem;left:37.4833984375rem;overflow:hidden;display:block; }
#kflFtkrRbFRzviztTbrVTV5OhTP0l6Wn { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.03125rem;left:5.3125rem;display:block; }
#cwAXJAJ8oD9Co4T6v4MITi8kpvmJuPFE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp.adaptive-delivery-prevent-bg, #Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp.lazyload, #Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp.lazyloading { background-image: none; }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp > .row .container { background-color: transparent; background-image: none; }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp > .row .container > .video-iframe-container { display: none; }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp > .row > .video-iframe-container { display: none; }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp > .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); }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp > .row .container { border-width: 0; border-radius: 0; }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:block; }#LPaqb6OOrxiTy63XruMbrQDDMJNaRpQB { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:28.125rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JLgJFJ1H7iLbKqLvDrUhkfiA0RWVvW7X { display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:1.4375rem;left:31.8125rem;height:5.6997rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dRoVTXDQZEQC95TAAiBoeiVCGkrZbfh6 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#UcpM3lK79vKKFlevPUEgV5GxfoOZyArz { 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:8.4375rem;width:10.125rem;top:2.34375rem;left:9.2958984375rem;overflow:hidden;display:block; }
#A5Frq8ooNUu3rhWkbUALI7poTpkS1put { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:7.53125rem;left:34.5rem;display:block; }
#uJsbdRAdapPXmTmKybdsyzTIgJJHXPDQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ.adaptive-delivery-prevent-bg, #modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ.lazyload, #modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ.lazyloading { background-image: none; }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ > .row .container { background-color: transparent; background-image: none; }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ > .row .container > .video-iframe-container { display: none; }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ > .row > .video-iframe-container { display: none; }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ > .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); }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ > .row .container { border-width: 0; border-radius: 0; }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:60rem;position:relative;display:block; }#fuBv9yWe7KbxzNGFha3ptTXr7OTHNgX2 { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t0OAqWJseaKsh0RJGEGO6lHq5oPcDpsi { display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:1.9375rem;left:0rem;height:5.6997rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qz61Wnqxn6XtNA6cDb4B90gtvQETJOPS { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#ySpv9l54EQS3fvEH96hfvV5fZxHkGykM { 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:8.4375rem;width:10.125rem;top:2.375rem;left:39.4208984375rem;overflow:hidden;display:block; }
#sO6083yvPwvP2MTXN47OBd7m9eFBM47w { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.5625rem;left:5.875rem;display:block; }
#ToqvB3K8phrxCbhMyK8WyoDVCUdloqU9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg.adaptive-delivery-prevent-bg, #AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg.lazyload, #AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg.lazyloading { background-image: none; }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg > .row .container { background-color: transparent; background-image: none; }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg > .row .container > .video-iframe-container { display: none; }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg > .row > .video-iframe-container { display: none; }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg > .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); }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg > .row .container { border-width: 0; border-radius: 0; }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#AC8NGSNatgy4vAq3NraKHw4uhBgmpZbT { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:31.875rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GrTbFiV0fTtFMh136Cf1yWw8gAmf2qIr { display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:1.6875rem;left:37.125rem;height:5.6997rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TDaVtuTi2VuqJTg6r5My2Ti08DwA3Zo2 { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#vJVdBbET8aUmuGhPnAGJHeXx5mWKGXkr { 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:8.5rem;width:8.5rem;top:1.6875rem;left:10.4833984375rem;overflow:hidden;display:block; }
#utpwRE9hLpVnGFzNfb1RJi4xGHFIVr12 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:7.5625rem;left:37.1875rem;display:block; }
#HgEfdkT2LIpdTM29lkWp7h18KQEqvvA9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH.adaptive-delivery-prevent-bg, #oLObNshksDTtXIkkAXQQr2rPxi5B5GEH.lazyload, #oLObNshksDTtXIkkAXQQr2rPxi5B5GEH.lazyloading { background-image: none; }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH > .row .container { background-color: transparent; background-image: none; }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH > .row .container > .video-iframe-container { display: none; }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH > .row > .video-iframe-container { display: none; }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH > .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); }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH > .row .container { border-width: 0; border-radius: 0; }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#TXSLTCDOqgkVN3agyU5WQfx8llPUC2MS { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TP4DXUxMEVxUuLTB46SPXvkhVPsnDSZP { display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:1.9375rem;left:0rem;height:5.6997rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P6N5PoqUA8dEXJ4rxo4JMlOHZHJlnQJC { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#CJyeEmKa35D3ppL8XZRuiSMp1ZCuNwNR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.875rem;top:1.15625rem;left:39.509765625rem;overflow:hidden;display:block; }
#iNAD235dKuGiiSRV7t4DkRBlqAraSm7N { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:7.5625rem;left:5.3125rem;display:block; }
#AQ2rBDacmZ28znCT5I97EnJVKB8912Is { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee.adaptive-delivery-prevent-bg, #tm3WgUCfwZSrf5RaGpE196rX9HWqlQee.lazyload, #tm3WgUCfwZSrf5RaGpE196rX9HWqlQee.lazyloading { background-image: none; }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee > .row .container { background-color: transparent; background-image: none; }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee > .row .container > .video-iframe-container { display: none; }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee > .row > .video-iframe-container { display: none; }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee > .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); }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee > .row .container { border-width: 0; border-radius: 0; }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#c2mriKiddnKhl1RGPHvMsx1TcrGrbc4r { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:31.875rem;height:;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P2idQ3FVtMzRTpITfvATDSPn1eS9m1kt { display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:2.1875rem;left:31.875rem;height:7.5996rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QcfJbtVo7sPJUKzIaM3RBo4cc90dJSEU { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#aMBzdkmD1QPT68y7O5oTiM84SteaIow3 { 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:8.625rem;width:15.5rem;top:1.625rem;left:9.0625rem;overflow:hidden;display:block; }
#HtB8l8lakkhHzASyq6E37TAHTzxtSHcb { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:7.9375rem;left:37.1875rem;display:block; }
#RGkwPexun2ZMMXwT1yfuHXrO4XLgmnUv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/1917ef20ff5e717cc46a4dd10e11213d.png");background-position:top center !important;background-repeat:repeat-y !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS.adaptive-delivery-prevent-bg, #sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS.lazyload, #sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS.lazyloading { background-image: none; }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS > .row .container { background-color: transparent; background-image: none; }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS > .row .container > .video-iframe-container { display: none; }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS > .row > .video-iframe-container { display: none; }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS > .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); }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS > .row .container { border-width: 0; border-radius: 0; }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#pEslUXrAZ9EARbcyaadCLZghWkMyxJH7 { display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.4624rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DO5GwHsR0fEhuqKFTySsLaH1sUVbIEnP { display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:1.9375rem;left:0rem;height:3.7998rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xLSEhDKGeMgzuV6yl0d35kUgBkVN3mDi { border-bottom:0.3125rem solid rgba(var(--color-secondary-1),1);border-left:0.3125rem solid rgba(var(--color-secondary-1),1);border-right:0.3125rem solid rgba(var(--color-secondary-1),1);border-top:0.3125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;height:0.625rem;width:0.625rem;position:absolute;display:block;z-index:15003;top:0rem;left:29.375rem;display:block; }
#N1wiwLgzqqscTWRCxzb0gVgRvCOVsJP5 { 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:11.9375rem;width:11.9375rem;top:0rem;left:38.53515625rem;overflow:hidden;display:block; }
#mEuh8fWgVsWbxQpyyvbkWBwBGL0y49P1 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:7rem;left:7.59375rem;display:block; }
#f7W6ZiIBIFtSbKJxZwi6KpKVRVPC4I29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 { border-bottom:0;border-left:0;border-right:0;border-top: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-right-radius:initial;border-bottom-left-radius:initial;display:block; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container { background-color: transparent; background-image: none; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container > .video-iframe-container { display: none; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row > .video-iframe-container { display: none; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .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); }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container { border-width: 0; border-radius: 0; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:60rem;position:relative;display:block; }#PlPJ9cnVqraVpQFu5FtxlcDtOzrGzyi9 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:3.25rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zxd52I29wUtc6qdq9eT7PZOVGKg1UED5 { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:1.4624rem;color:rgba(var(--color-tertiary-3),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#y9NeBgHlDiFq11ua6pXvSHUMVs48CiSc { border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0;border-right:0;border-top: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-right-radius:initial;border-bottom-left-radius:initial;display:block; }#y9NeBgHlDiFq11ua6pXvSHUMVs48CiSc > .row .container { background-color: transparent; background-image: none; }#y9NeBgHlDiFq11ua6pXvSHUMVs48CiSc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9NeBgHlDiFq11ua6pXvSHUMVs48CiSc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9NeBgHlDiFq11ua6pXvSHUMVs48CiSc > .row .container > .video-iframe-container { display: none; }#y9NeBgHlDiFq11ua6pXvSHUMVs48CiSc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9NeBgHlDiFq11ua6pXvSHUMVs48CiSc > .row > .video-iframe-container { display: none; }#y9NeBgHlDiFq11ua6pXvSHUMVs48CiSc > .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); }#y9NeBgHlDiFq11ua6pXvSHUMVs48CiSc > .row .container { border-width: 0; border-radius: 0; }#y9NeBgHlDiFq11ua6pXvSHUMVs48CiSc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#y9NeBgHlDiFq11ua6pXvSHUMVs48CiSc > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#PeE8RyekTBeMuBlq5QOe8yyOJsfBPQw5 { 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:7.375rem;width:7.375rem;top:0.84375rem;left:3.8125rem;overflow:hidden;display:block; }
#zFeNWXHhV1LaoZIcH3fL0m4KtSTMPoJm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:1.09375rem;left:19.0625rem;overflow:hidden;display:block; }
#gIeNGQScZfTBSR64Xo6rVbizacpHZwSU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:1.1875rem;left:34.15625rem;overflow:hidden;display:block; }
#PFWvE0Pk0OyazGMhWqPa31HLGJGoOSOq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:1.03125rem;left:49rem;overflow:hidden;display:block; }
#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-4),0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container { background-color: transparent; background-image: none; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container > .video-iframe-container { display: none; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row > .video-iframe-container { display: none; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .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); }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container { border-width: 0; border-radius: 0; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:60rem;position:relative;display:block; }#KcPGzU3kfhXqOCRW5BLz8Z4TzHH3N5Ok { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:4.875rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZnkQvmB38eNkTRDlu8BexMqIMCOu3iQX { display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.8125rem;left:0rem;height:2.4375rem;color:rgba(var(--color-tertiary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:italic;display:block; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-form-header {  }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:3.375rem; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.875rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:17.5rem;height:4.0625rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ [class*="-text"]:-moz-placeholder {  }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ [class*="-text"]::-moz-placeholder {  }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ [class*="-text"]:-ms-input-placeholder {  }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ [class*="-text"]::-webkit-input-placeholder {  }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;line-height:1.5; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:top; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1rem;vertical-align:top;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-container:first-of-type{padding-top:0;}#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-container:last-of-type{padding-bottom:0;}#obJH5oWMH2w2NczusJv3tnFSb1brbipJ  { background-color:transparent;background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;position:absolute;z-index:15004;top:16.375rem;left:19.625rem;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-top:0.0625rem solid rgba(var(--color-primary-2),1); }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ {display:block;}#obJH5oWMH2w2NczusJv3tnFSb1brbipJ { background-color:transparent;background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;position:absolute;z-index:15004;top:16.375rem;left:19.625rem;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-top:0.0625rem solid rgba(var(--color-primary-2),1); }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ #a2W2ChtCpe6sTwzz4vFIgIlwEPTPOeJ1 { position:relative; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ #VQ3hWTI1wJAI7O4hKSNuIThd40QSJaBd { position:relative;display:block; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ #sR4zyVpWHgLtbsCDDX1PIuB1ApJ8ozi1 { position:relative; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ #cc6TcKpuxQLkWt9ZBaeJt1LhTNX0apH8 { position:relative; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ #WkqVKvV9PAhGNzlas4Q4C8oQeTHVfTQt { position:relative;display:block; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ #JzbrSWmCcVArm5dmM5QL5ASwJ4JEhpLQ { position:relative; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ #Nwt2TEfzRRJsNJntiwPVo8vFhNRHdGGy { position:relative; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ #va3vtNPlgBnIxbLH87TBdy725hyqAAlm { position:relative;z-index:2; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ #HdTXcpekIOPnfmrDyPUzE3I4v4Eccrcw { position:relative; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ #HSR2J7dM70XDLeFRJzxuRhOpMgHbX0rW { position:relative; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ #N2hAAyM5NUTwAuanWp7TcpdN0ke6V0Wn { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax { display:block; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1akAE2xKsMzUrQDf59IlCgKOWvHfof2 { width:47.6875rem;height:8.125rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8NxvpWdATef76LfhXNTaUOn2oeeXBuf { width:32rem;height:10.96875rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZRJBD6ANVKl9rDQbdFEdpoJThWKtLfB { width:22.5625rem;height:4.1875rem;top:22.875rem;left:9.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovgn5tDDp2i3DOMHLsJJhQf68GuTUMqb { width:25.125rem;height:4.1875rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFRIiU11aOXhLiZ4nTVlLxcpzXpBKhZa { display:block; }
 }@media only screen and (max-width: 763px) { #zTlXR03RZZNX6fuCCKJulgDlQMaRLqnN { width:20.875rem;height:4.1875rem;top:27.875rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVhHbbpEkNRLZccMHoWGGpfzwTzmZSTP { display:block; }
 }@media only screen and (max-width: 763px) { #i2HqedHwI0Oef8dqrvKc8eFfT6U5T6lH { width:7.9375rem;height:5.9375rem;top:21.0625rem;left:39.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq { display:block; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoyVpZINPoGmUBE00xd8EGhv43K7M4Hu { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #adeBAzad9K494IlRRH9vTc9k5nFxAthG { width:47.75rem;height:4.375rem;top:14.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV5mbM0SU0c82CE9X1n0V1uG1SgB9fJH { width:41.25rem;height:18.5243875rem;top:13rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0knrTcE4iI37zd1aT0f6pTMggAZByoI { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kedXM5rMuucTdMft0arBQ6uSx0OkUNrr { width:6.0625rem;height:6rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbRnwKqBgGkURa0ImK98LDwXnRaDVGKq { width:29.625rem;height:6.499025rem;top:2.625rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZMVzz0hHOTDNLTHszcLR4bfdSfJXU6l { width:9.5625rem;height:5.5rem;top:3.0625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvhhNTT1ELAvbkTrUxtCMCLGvhMO9dA2 { display:block; }
 }@media only screen and (max-width: 763px) { #X5WR5icrqnTN4xJp2I0sPKENt0IhvKgq { width:39.875rem;height:2.5625rem;top:8.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od84EisDH7VE3kBoinw6BZTugAnP3xET { display:block; }#Od84EisDH7VE3kBoinw6BZTugAnP3xET > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbDgfg9ZmLA3fkHbB0smGH73vUSb2WMM { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsTMdB25g9rQZ6c0o77WiESuOOOdxtuB { width:47.75rem;height:2.875rem;top:7.6875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiU9qzaUtxA1lilGmaWqqP8xsdolc87d { display:block; }#NiU9qzaUtxA1lilGmaWqqP8xsdolc87d > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLdeA9BElTKH1Sr5A3rTTun4e0SysXdO { width:12.5rem;height:12.5rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuG5o6TRSeUrEfUWfZPEev8WAZJTqwhs { width:19.9375rem;height:1.29980625rem;top:15.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErEe6kzRsOdJhSU9etOxk0IBT6AiAgeW { width:19.9375rem;height:1.29980625rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #itk7vuXtHnrei1LeseoTR2x6ixlTJrm0 { width:19.9375rem;height:1.29980625rem;top:15.375rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR1TOvCKtiPygHnsfkf4Wz3OVO1WVZHD { width:19.9375rem;height:1.29980625rem;top:16.8125rem;left:27.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc86AkxF6d01p3f2PKWDViiqIa63qq2z { width:13.75rem;height:13.75rem;top:0rem;left:16.645833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrodvRLcN26T5QNLzWqmEG9cmE0Rf65x { width:26.125rem;height:19.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upQRGPGLzhpekk7FZzfiTdD8DUeeLgux { display:block; }#upQRGPGLzhpekk7FZzfiTdD8DUeeLgux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QaOhMqfPTpEaBxslcrfSIFmTZaSThhe6 { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPCscobHHOJFydsTNBGnsIfCyE6WfzSg { width:47.75rem;height:2.875rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm { display:block; }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVmPL9EPTyqlnLN0QgIcwWfZs9fwesTA { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FStTr6Egme4TTBqfttVFe5ULfKHiGQcA { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guLzuKuWLtGK9pdTEOzq0KyOdJgU8nsQ { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA5lkywVop8cOV4012LrHdsgNfPTm2tu { width:12.875rem;height:12.875rem;top:4.5625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwZUQnJgdln1fTENrq8Oi7BWflnf1q8l { width:17.5rem;height:3.4375rem;top:17.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXd9RFT5R1lKOMurhRfMRBtdFqF9zWVx { display:block; }
 }@media only screen and (max-width: 763px) { #Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF { display:block; }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7nmheedEZiJUr4ouUDh2uT5Lc4LAs2K { width:22.5rem;height:4.38720625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6HRsfpvEStcRqXvkbh9J0cO4dl6Naff { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qhtd550HqEQUuVWQWOlvA2nQP91JK86J { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF0xGGLgAlMAdTvl1z317ksv58Qq7mdh { width:13.75rem;height:13.6875rem;top:4.25rem;left:1.9833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEONGUohX4gRTQzTaXTBrN37utZNgRxn { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyQRbGb3awOqbTKxvDTPpTVz1QK2GNRz { display:block; }
 }@media only screen and (max-width: 763px) { #Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 { display:block; }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsL25x8I5a06araDyTnWkwc49XhGPLn6 { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2rp81mNPTn8StcbkLC3dNyoNOgvNNSM { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbtKTcewObzhSKFFK8h50EA1RbHgHm9b { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLLg0Qvqo3JU4ThIBztESbRUHrNTFTJM { width:12.875rem;height:12.875rem;top:4.5625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chmg1aA0vqbAlKtO1lDtocVEUVh8zXaX { width:17.5rem;height:3.4375rem;top:17.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqpk263U5T0zzQm54flwEar5X0HUeNie { display:block; }
 }@media only screen and (max-width: 763px) { #QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 { display:block; }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWTQeqGENfpxMZGEJfUqQG3BK8mi9oTt { width:22.5rem;height:4.38720625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpNuaT15LwbiTxrUQQ85HRWp3oce2O9z { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5BSDATIZ07VUxUOIJUVtT6doKFe0cgX { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMLdrV6nEsa2ZiW4JrUEgoqEgaxvuMAo { width:13.75rem;height:13.6875rem;top:4.25rem;left:1.9833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0l9XToh5V1Juk5S1dEsrdFCkiCzmcht { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWVFrI7ftUkZZZVmkWEqeFcSfJshdhn6 { display:block; }
 }@media only screen and (max-width: 763px) { #pzh2AGdaRaeM7akosSVy524h6PcXQVJN { display:block; }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fix29rw3blHQPHFb4zhrRO6GAdr8VWyv { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwkeupdsTnpB9ZvilTcA7NGZdG6Uw0Th { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gklArTFOoanIcLIKRCcAVfzORcfaLQ6X { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeN3J8cq6BAVLivyNU6tEKUNOpMLZKlD { width:12.875rem;height:12.875rem;top:4.5625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o71K3KoRvNIvIJ9w2pzzuT7N2fTQwSHJ { width:17.5rem;height:3.4375rem;top:17.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1IOHoKFHa5g40U65RxcnbGzM7RUu3sy { display:block; }
 }@media only screen and (max-width: 763px) { #HXD112TZaKvmtJA7kEEdMbkEoxAHvknE { display:block; }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMglZczkcMdPxNtEAzkNiuuvPZgn4gUV { width:22.5rem;height:4.38720625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4OZToydJC8muUJ8gAnBJdRGhJoV0zBH { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqP6n11wTRd18QThQXa3fk4nGNiv7iOF { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0tn1W29tsKx3M59TFxHhJhiJ8TPVuim { width:13.75rem;height:13.6875rem;top:4.25rem;left:1.9833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulAqGvxu13LAwTuTWTCstW0ZVfUOgXiz { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX8dU1ysqoswrSldnfLNOsGaidlB4UJd { display:block; }
 }@media only screen and (max-width: 763px) { #ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra { display:block; }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I51BFfX9RJeVErrycVyocvxdd60RbXOf { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFoRrIMkuFoTF08HLi0VRbQ0XBFr3e8M { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnyS3iRVWT1JTly4bdcR4oGHqQpdvOmi { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhoATEFd28pwNAG0AozZa8K4GcszqxMJ { width:12.875rem;height:12.875rem;top:4.5625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZDcCnfwyh5IuZ7sidkRsPrbATT63Hi8 { width:17.5rem;height:3.4375rem;top:17.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc7I6mBmTKD7dnwvo1I4xv36TAx8zTCC { display:block; }
 }@media only screen and (max-width: 763px) { #i6NKh4QazVTgXfshBnKCmgxODrgZfgyf { display:block; }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHovuxeSKthQzBho5pIUevwUGUkKS8Uz { width:22.5rem;height:4.38720625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt8un9COM4LsxiZlcWC0n92Hg7vRZO1y { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoOX3glfw7AwQW7neSWmE9a23gquOrze { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXDvMGTETaMny0tpAzvVL0cbzB8vz0SI { width:13.75rem;height:13.6875rem;top:4.25rem;left:1.9833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAkzNMz8gxdZesnJoMcgFyb0V6bI6K5l { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKLxcL6fg5iXWLETkvT1vNhib3GXViCO { display:block; }
 }@media only screen and (max-width: 763px) { #vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC { display:block; }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOU9mtVCgM5Sps10S07ZMQeHqVdG8bA4 { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7UFdL3b0Gd7EidxSx3wIxTTqQqk6LzZ { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmT3PGdDEPw8IC5HV8FyUvxHgh0IxT96 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykmoNtUQsCI0tiQe2DEtAiPiLRqoW49H { width:12.875rem;height:12.875rem;top:4.5625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkqVlPEKx8ifep5zFD9vGvu8K7JobbWz { width:17.5rem;height:3.4375rem;top:17.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBaBs2SbWhpWJoW3VpasD5bmsS5VyEUa { display:block; }
 }@media only screen and (max-width: 763px) { #Grg4qaCge26QGWdiGzW303m6zWeficBa { display:block; }#Grg4qaCge26QGWdiGzW303m6zWeficBa > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPVytJcQKTo35r6KRgqTd4wI0TN75qTl { width:22.5rem;height:4.38720625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToqaKsaz9UTK1HSlhAo3iR2ghsK7Ki5e { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnENkbH3f8T2Cwbdd0T0DNPL3KGfz3aV { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5xDenWtc00L6RiD4BU8Sh0Shc2DIG4P { width:13.75rem;height:13.6875rem;top:4.25rem;left:1.9833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpiRUgGB0fspBCSTyrhb5dR1Wr8WAzgs { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1weAt7sG0nlJLAZZeetnXh5AIJPwpmv { display:block; }
 }@media only screen and (max-width: 763px) { #QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z { display:block; }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKmetUauoHdTTTbD0gLh8LJcPMRWzfFM { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9pZisRkDWa3Hhn0fXcNUl67HtuTR3iU { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #if1mtwrqH0xM2lfQ5ObUOAwJmBGKydKb { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRA6FQnTgSXFoQGKm2m1I6a9FdxnXUMS { width:12.875rem;height:12.875rem;top:4.5625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGgVRryb5wOwP5DNPd1GdCcZD92eBPyp { width:17.5rem;height:3.4375rem;top:17.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG7342ziaSuIJDr6OPhaZMU4XUPt87kb { display:block; }
 }@media only screen and (max-width: 763px) { #sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN { display:block; }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INJfmfCTHktKLQuK3Mk8n1tWNSgTxZRK { width:22.5rem;height:4.38720625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l65zVeiAQVTeiUV20OFTXQPuDEvNQ2ZV { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JygXXoT8wbqIT4Cw77bdmbAUsmoqy9tK { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwdwFEkiJGf4eemvMAxMUIedpwRAEUbb { width:13.75rem;height:13.6875rem;top:4.25rem;left:1.9833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWCL98zdXFVkuvHhOclQmDMB7uxn5CEE { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5C0PThwxwDNtZkDcz24uCDd1X19cIrM { display:block; }
 }@media only screen and (max-width: 763px) { #xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ { display:block; }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdH9xiFnxI9J4VCFcE46EsT5z7X3wWVQ { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWkNQEVy8R5iAzezp9qRKi62pwLRynss { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkFHACbWbWnmdCZ0RhH2z4voUSA0XuwL { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtI6IV3qcaHUTCeIimxOZiqg0somGFKo { width:12.875rem;height:12.875rem;top:4.5625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKGZT4lNpyWTizeBAiPwmWC4P0ggkye0 { width:17.5rem;height:3.4375rem;top:17.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJbcJlEXJZsODTl0PTKoU37e1de8Th8f { display:block; }
 }@media only screen and (max-width: 763px) { #AszpzTyXv79olONFcnayVJeQH7KV0LUo { display:block; }#AszpzTyXv79olONFcnayVJeQH7KV0LUo > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrsqCCZpzdvp2Ro0TT413bU9ylQcThW5 { width:22.5rem;height:4.38720625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5GfiTQyn2dsTWLuwgbpo1PoMhaVPR2a { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgqgN3RTDPpLy870nQVWthocTJyQ0Kvk { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXs5h7vilVhuETyzaeGrFlCIscOBr74t { width:13.75rem;height:13.6875rem;top:4.25rem;left:1.9833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLeEuJch7tOR60KEkKnI9s7i04sBDVSF { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elruiLWkbWqyQmqTl7MO7hkwDTsx6MRI { display:block; }
 }@media only screen and (max-width: 763px) { #rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp { display:block; }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8Qmk8h922SXV3d0ICbic5wBdJlcDCtJ { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPcfsdJZkmRBNKS9HmpR3pfs3dZ0BfMm { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBnJb43W8tvsxAyv12yp1iORWJ9ezyg4 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlT4uHO3CFNKiykXLx4F1nnATWoC4QUr { width:12.875rem;height:12.875rem;top:4.5625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc2UkK9qMKk4tVkLT4oi8rGqd6nAubkn { width:17.5rem;height:3.4375rem;top:17.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RghBUrPLx2ZfLqsU3iKgeGoKkT55nd5V { display:block; }
 }@media only screen and (max-width: 763px) { #BgEwcvreRk89nWkbiVgQGXwxiZylaaOT { display:block; }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IrUi89SIIr1ldpbmXe5OUk6AiDEe0ReG { width:22.5rem;height:4.38720625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhCRzTdrKR9EzOukWlGpASTHu4kOfWue { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuvAdHATHJXUMEl8HZBKg6NcZisJPrTO { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7ux6zWTbHQSRO4UHEGKcwRlii8zu3BQ { width:13.75rem;height:13.6875rem;top:4.25rem;left:1.9833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LECI6f4XxaQctJn7ZZ1boHkw8Ticpzps { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7KlIQWxX5D0AARe3TIRxMMQhli4A2xK { display:block; }
 }@media only screen and (max-width: 763px) { #LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x { display:block; }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEyRymEIbDwFropXI7sQL4ZnH658U8hX { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #epdBdlv1pqacwpCkaMezeMByyZiUa8T5 { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmboMt7r7nkQOm8NfD3hPBTMUx1oeHuz { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOh2ac5wUDufUgJElKFmXUmdkWD5kfHl { width:12.875rem;height:12.875rem;top:4.5625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOXRaxK3D65sRmoAcJ2g65qb6PfiLtmB { width:17.5rem;height:3.4375rem;top:17.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #duNBK2lEWVmG07Xr3Z4029vfC2yDv1hK { display:block; }
 }@media only screen and (max-width: 763px) { #beUKoI1mScUHdchg6zTEfDmW5radws93 { display:block; }#beUKoI1mScUHdchg6zTEfDmW5radws93 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5w343wuXJdS92cOGvTIVnqGlFenqRxQ { width:22.5rem;height:4.38720625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVzd2aoTRBaT9WZXQeKJMAHUiJU5pNeS { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWmUJEVuRWpuuKTzxs63iTvuLKaxWo9o { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOtGLcdzXrwrTDUFW29SoBK5pMlFuFla { width:13.75rem;height:13.6875rem;top:4.25rem;left:1.9833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHKz396SdFgQAsJnLew8EPXv81bNbTKL { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7fshNrIa5gdPswuoFb2DbfSRdDmTeQg { display:block; }
 }@media only screen and (max-width: 763px) { #FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL { display:block; }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJT1QNId4Ne9QnVgIZ8grp82mC7Kb8Ss { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSuCkbpM2hvKX6JketGldJTTUnF9npsN { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oruRdGoJhnk8vlKuqN0ndJ7gSwHX0usp { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cco2wI5l2Dvy0hWzm0TKrqBkk1rQw9pK { width:12.875rem;height:12.875rem;top:4.5625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Pq7bnTOAC4J2AF1E64SNgZ6Cu1p8U4 { width:17.5rem;height:3.4375rem;top:17.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPB9KHpCEftKGHFR8aD1aT6dwdoXOuWw { display:block; }
 }@media only screen and (max-width: 763px) { #gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq { display:block; }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glLTL2ZhgLm7c2kdhSvBFRSzrQl0vGLb { width:22.5rem;height:4.38720625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #om0HkTUWtDh5Oolv8bl3i9UhoA8p1kdZ { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcWaDMTwWXixwZogli320c7RHhH2zwtA { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtLSbgDfl0fXkUnpCgay39oMrlwXCipK { width:13.75rem;height:13.6875rem;top:4.25rem;left:1.9833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcwS8LzxFIZvnSssCgdt2Td0NhBa3vbr { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucUz7pogILcREw86QZxT1L6WBzBx5hLv { display:block; }
 }@media only screen and (max-width: 763px) { #qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c { display:block; }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKTbGw5AptSNmilqeS5gcPmO7ffsg24s { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLNdL5mxCEE37yl4AXiOwomw4v08BBWJ { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW4dKDDTPiSf4JQbBvQNX2FpTx83AR46 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hat7N0yRDdMf6JyrQuQA9iqQVOpkLmh6 { width:12.875rem;height:12.875rem;top:4.5625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiJArVy3TGSZoNpCvPiEifm939ODTDn8 { width:17.5rem;height:3.4375rem;top:17.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW2PuLExF54qcnOwyAIOgITa7mt58odq { display:block; }
 }@media only screen and (max-width: 763px) { #rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD { display:block; }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXJR3Win7sGTakOC1aXERRUhkEFvBxJp { width:22.5rem;height:4.38720625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngXWTnTQriVIAcuZ76xe8a6rBcE5bBQX { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oti9JgvuRuonNJaC5xmTXXKMWP9E87ym { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA1t7mFhHnz7O4G1VrnV9OTFDDBF7xFD { width:13.75rem;height:13.6875rem;top:4.25rem;left:1.9833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBur8y7vS0ZPPl3Vk56g6oKOtSxm3Car { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN0iiGH5txaVTV54y1cI4yFJwvTwkeFy { display:block; }
 }@media only screen and (max-width: 763px) { #MsF4E8da8lnUkA3we6LVHDd41GbTiNNB { display:block; }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mT750lmxLu4bTGotJzeXGyotMqeqMcf5 { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIlEUi5yKceu9o796GXTsNTJgi3lCLPt { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoIaxTONLRoOMtNGq7fk8BhuV8N0tXp9 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvLMrLZy1dPwG9PgTzISirdtCJVWLlTK { width:12.875rem;height:12.875rem;top:4.5625rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuTHZttXoFkoHMsNwoMSZ6I135r8aJHm { width:17.5rem;height:3.4375rem;top:17.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB2vsWnT65T1evINEWHNr4i3Ii2kt74t { display:block; }
 }@media only screen and (max-width: 763px) { #eRuEa2G2zWWb8CTnronWleb2mZf1ug4J { display:block; }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1maDZZhkGP7SlbTTir5gBtyVKNOlcQN { width:22.5rem;height:4.38720625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofBo9fgICDRaqaucuka3BmbSqae92atb { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUIUQo9nzAuGgAN4vaoH19TkXwyorWX8 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOWSwAw48L6EpABTmKIlLMGzJU4qpNl0 { width:13.75rem;height:13.6875rem;top:4.25rem;left:1.9833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASLndBJsVCu0N9lfvVlTSAQb0BEz7KL8 { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPTxTeTKvJOaUh83uh4zO4yshd6ClX1X { display:block; }
 }@media only screen and (max-width: 763px) { #ERJU85ZZltQDsEfkkms83ARSTEO8DvmT { display:block; }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y11aG8sGx3oViXbaviDNANPhMgTbXNme { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1GyhyiLhQRHIKE4nyK3XBwo3Veodlwd { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6p6sk7uJQnzv15Ep4SttvMP6qsBXM2q { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGzUPQAyCAKVIrVcSBCZUADbTO65h3zX { width:12.875rem;height:12.875rem;top:2.9375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm3DFnCtxBTObshSzZLEr5B037e1lwoT { width:17.5rem;height:3.4375rem;top:17.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owfVRMBs90V6o9cT7KtSDBRpxeQGdd3h { display:block; }
 }@media only screen and (max-width: 763px) { #CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM { display:block; }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Py1nWuh3KwbpELZG93z4WmxvoUXeUNWM { width:22.5rem;height:4.38720625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBy6lhfPIKunTxPWy0x7QMUnRKwSobJD { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0fGutnUfK0GlbiN5sbgazNDaJom8sxy { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMF1ZGWWgUKdFPpMGKpoBIZUw1rkFbSS { width:13.75rem;height:13.6875rem;top:4.25rem;left:1.9833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umoItvIeTyNpdPBnzoq2PTb8gXld6FWP { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5AATy33HWzkPQ9soRld6f3ViASBQMLP { display:block; }
 }@media only screen and (max-width: 763px) { #bIVBpnvgMcGpe2hTn6K10zrExhfvLkce { display:block; }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zvpc7ZqCuLoumm68MCt9sSBhHRyBoVIN { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqSIELP169MuCNa7T9ecTSwwWcCGVPfu { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H11ATtGTZZ5ZRT33FkAHoqcv98p298mn { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2QpTS1zSXKpJ73irQJ8ekQtJmT2fNrN { width:12.875rem;height:12.875rem;top:2.9375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr8XnESUe1zGoiMf6Gr0ovtqI4DzsTL2 { width:17.5rem;height:3.4375rem;top:15.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPuWsuHdkdXvl6zhcfx6pT6FSBOMgezQ { display:block; }
 }@media only screen and (max-width: 763px) { #NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 { display:block; }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJNg0sSb0asS2I1xcbKqQApC7WMtDmZP { width:22.5rem;height:4.38720625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxkTTtGlhiCvHzGb7IS9QR37qdMnlwUT { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6oRND2S3BxLTLFTDQP9QrsTx3IO7soJ { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uecr8dwTVC1yzmC8PWPqnlK0ZX6ZSFig { width:13.75rem;height:13.6875rem;top:4.25rem;left:1.9833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkUABwUF0v2rdadvlRbnqgmh7MCvzLxR { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrc8qO66uigcr5IsZxf0y6HNzZ1DpCpT { display:block; }
 }@media only screen and (max-width: 763px) { #AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz { display:block; }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uu10sZ0Zegb0LriQBsN32Z2iWN7b8EgA { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyrIcBBRfSyeOPTVNzhCdVbz37e8fE45 { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpzsxVwW9wncrPQaTtWiLIZgNvGE8mpa { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #apu1FIzANCiVET9hqVhl03kD9Una8vR3 { width:12.875rem;height:12.875rem;top:2.9375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBxTtfheCC0sbA1PpCT12P9TkXDtzCJR { width:17.5rem;height:3.4375rem;top:14.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpHWxbGLTT7e0k2x0DVQBgGNAbHnubW2 { display:block; }
 }@media only screen and (max-width: 763px) { #W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv { display:block; }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3WrRIiSlviH3FsHWelSfcFeA19RlOJu { width:22.5rem;height:4.38720625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnMzpWgLU5Qr82eTfSRKXne0TxcQ4dVM { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2WVp4DpvrEVrxPRB4z2x8cF3PV0UUtX { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9xu2KpHQEmy0tMpVZxZgotrBapCUPvL { width:13.75rem;height:13.75rem;top:4.25rem;left:1.9833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO4boqgECtzJSZ80XbfHGMFB6Ainbtl5 { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usOJVghBCyClXvs7iTP1D9zhK4hkSLCS { display:block; }
 }@media only screen and (max-width: 763px) { #nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q { display:block; }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dheE2kOIexf3ZP7G9k2v074FK7a1PDQd { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCgKozV4tmRErI7czhHz2a0mT0WzslWt { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKrlZox2M6smA1GHuHw3L7P1wcgFTtHm { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEVMyxnhLL2Z6LfG1gp4Jo8FVl8bxT2u { width:12.875rem;height:12.875rem;top:2.9375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv9NTiHkMazgrc0EbCcmXFFmT0qqHep1 { width:17.5rem;height:3.4375rem;top:13.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPiRX75VhG5FU6D8To6fTJ5oCCvsZMNL { display:block; }
 }@media only screen and (max-width: 763px) { #OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo { display:block; }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAN8Wbrm8L7EcioN0sWhuZ11sHCWD2Fd { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k05Nd6NrhLARQbs8wnybKAgb8SR9ATei { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU6TM6pGramm7vpOsza0SMoAnAmUFF8K { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTCaPE4C5owq1EE99HITDiM84hJxXkVa { width:14.625rem;height:14.625rem;top:3.8125rem;left:2.2958984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5XfJIPwoQaoieyOofkXuTfgPDRyxFXC { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVvKzFy14DLBwQ3fCDdgWpKu2Tga1lTx { display:block; }
 }@media only screen and (max-width: 763px) { #TTk8TxEInITzTP1FRHws0gBUoNELWHd6 { display:block; }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rckVzI1Kv3H5OBirROPaB9NhZLIJPkba { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZGLCg5gisX1P5rDf2b3mRbcRw0ADcTD { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl6swiuLrA4HxitmzEJ3cTiaJarT77Ig { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hokGsqE303u35q0U5pTRxztPC7Q71UXM { width:12.875rem;height:12.875rem;top:2.9375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybtP1zmHKM9JHQ6Sshd4JnWZJoCsibX1 { width:17.5rem;height:3.4375rem;top:14.5rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COphMDTsdhsTlERgHpcwXNkuAQi85ycH { display:block; }
 }@media only screen and (max-width: 763px) { #zBkK9usBGEmoXSmM7eW2eRFtro33U7ap { display:block; }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkzS2zwtDDRb0RD5Zn6T6ssDIgTTf2WI { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I492bZuxXkIfNGTM6K5xJt74ehTB2Eqa { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUvig2JQwkCn1d8TvogDua3EVRwvsflL { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3FxQrZ8ULFtiad0kJR57S647aBl4Mvg { width:12.4375rem;height:12.4375rem;top:6.1875rem;left:2.2958984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgEPJT4Kk4mGQNornVOVudUxtn7vpaPP { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt1m4m2mpdPsDnyavHg37gXO4RI6pMxD { display:block; }
 }@media only screen and (max-width: 763px) { #kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK { display:block; }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBMm71uhHIPLn5C5D53nte3dt0kFWE4k { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCLwnlfTut1i3A4w8sA3ZMGCBI46VRf9 { width:22.5rem;height:15.19925rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuVUntI8TPwkVzZS5fUnNKy4NXEfN1Mi { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxv4NOBMSaE9IkASgtVqCpxGFVfr2tme { width:12.875rem;height:12.875rem;top:2.9375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMImJaLPqSh5HwyOgXOyuCd8fpP4Ik39 { width:17.5rem;height:3.4375rem;top:15.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trbzPVswImgX2KTHxl70B0JNDSWNel0h { display:block; }
 }@media only screen and (max-width: 763px) { #tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa { display:block; }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zs9SgPiiFrPE7GgezW6MgDLXfB0hTKMu { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5myInulnghSHhV3Po0exJvCVU22ZfIJ { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI9a6d9r1q17iFIMrPzt4amRx6XiNe07 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcdmRhOIsFCLBmQRIOu2UfA4ieor7xoJ { width:12.4375rem;height:12.4375rem;top:6.1875rem;left:2.2958984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqQaibN3PHZb8IoNWs1VXOnJuAoPqTKD { width:17.5rem;height:3.4375rem;top:18.0625rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEmO8ugbB6LrBJ3By2QTlmDwGNVvRGP8 { display:block; }
 }@media only screen and (max-width: 763px) { #bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR { display:block; }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtMbgRBiXZXbNHW5oAhTpNRJcbWh54eg { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yODreDQ1zfo39MtBGAiHwNAimyEknoP4 { width:22.5rem;height:20.8989375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp0PawplCAPdssCyCyi4qCvNbexuE7bb { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #baovlnpIX5HxlqCiWdyB5BeWfwKXvmHu { width:12.875rem;height:12.875rem;top:5.75rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKUJOSBPrBekBVIe5KUlHPyVEpdv3Wf3 { width:17.5rem;height:3.4375rem;top:20.75rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT7C90VDa0A6pcStTx4S6qFkIC48isg4 { display:block; }
 }@media only screen and (max-width: 763px) { #pxLMnyoFaEXambTMlgCckkwyQJ9XhBG6 { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk { display:block; }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PD7P0REtnntIJzrCmRIWwEDkFxdrAozI { width:22.5rem;height:5.8496125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTEa6CB0X1Rk8htmaCTeptHdftTTkguQ { width:22.5rem;height:20.8989375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTvDMSMlMTZlDTfNmhLfehKESdDmHWWB { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpi1TFi8xR02ETo3oL8zCGXAcXK6Tx7I { width:12.4375rem;height:12.4375rem;top:6.1875rem;left:2.2958984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcIMiHvthNyAz8TcKzz70nIr8Ev6Gipx { width:17.5rem;height:3.4375rem;top:23.75rem;left:30.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQlV6f0RWZu79o4NInZoR5NpWJqllBhK { display:block; }
 }@media only screen and (max-width: 763px) { #maSh4OWnRvBBzhNW2cinypTc8HuyT7Cr { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM { display:block; }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxNUB3fdEdmC8E1EElsAhu3RhtoAZucG { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ2B94eHV60c1WMIzte0nrHayHshJAuw { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D48wCWmadahSHxbdZpKHl9JsC3vtvkGB { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwb89tAqkK8RNRL1fPOebDuT0Lv0cMBb { width:12.875rem;height:12.875rem;top:2.875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrzyQFcSanoV5W9Jo14TLTrTqKH4ABJS { width:17.5rem;height:3.4375rem;top:13.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2lNNFy7MDJMwlXMg7Z4uE5CR2klDFmV { display:block; }
 }@media only screen and (max-width: 763px) { #U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN { display:block; }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKtS1KBhWl3M1PCrBwBSWEzUu2OW6LBo { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaHF5Cufp1dTh3LJbC4G1Cl4rdwSFc0w { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvu5tZahTlfGoJwSBVo5h8mknxeo3Gkp { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrWnT2rfHKpI1EvVu58qnFicKqMlT18l { width:12.4375rem;height:12.4375rem;top:6.1875rem;left:2.2958984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB58xOno4a0T1zt6mhM6lO1EuAHDb3T9 { width:17.5rem;height:3.4375rem;top:18.9375rem;left:30.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf7wSR4zQMIEWbcbFbQhKP10fJGCFXNV { display:block; }
 }@media only screen and (max-width: 763px) { #KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb { display:block; }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTpI5ZKhlXdCu6QuX9fC6pRiQ7TxtOif { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZokfZxsJFOyy20kBFzXS4wAlE6poym1 { width:22.5rem;height:26.598625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8htGiVIqM7WbZZ0kQZRcg6F9fz0zE4o { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTEaG5AgnsvTOrV99ckGIIqt9qQxUyUf { width:12.875rem;height:12.875rem;top:6rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhWfdQ9rAKGfHlyvi9icBmdUzDvEdJqr { width:17.5rem;height:3.4375rem;top:24.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6qK3MtHCZ2tT5BARNmPLdotTrCCfSv7 { display:block; }
 }@media only screen and (max-width: 763px) { #mcputTOTW1z4o9PQfsEpyb27VCa5nTFV { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzDANCbXs7710VMTiPBHc6vfnZoi0v2g { display:block; }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXCwaK0yW6vQHQ5JwKLdxOKTk80QExlW { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH8gwiQifz6WUqSspBsG6R82gIA2yhI3 { width:22.5rem;height:26.598625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvxFVZ0yRAJDh2Q60NVXU76rmbAc5194 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA4BBm5eInV0MQniyTSSdFlFyA76bcKD { width:17.5rem;height:3.4375rem;top:27.75rem;left:30.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHiduvGZGbLdgfTghx9xTbQMyUsnqp6A { display:block; }
 }@media only screen and (max-width: 763px) { #TDXJ4PXLXuALX1zggszHkyaQrIuCwDEi { width:12.875rem;height:12.875rem;top:4.6875rem;left:2.0771484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkOzh2ALQOyo9naaonLqgtrwsStn1E8D { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV7IUVANP2wZTJJctTpTVUBSKltIfxDA { display:block; }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VveMgGT0VH2LQxqSRZRwLRHE14Udf9gz { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7PnwSvMeiPXO0eqWPNS1pRqLKJFqvwq { width:22.5rem;height:17.099125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uL8wcuGG2ZgazbCC1cHzo7I0gIvchxuy { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOsIhAtyWhH7ItsxabquQ3rrFMJfzb1H { width:12.875rem;height:12.875rem;top:3.6875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIl8ai5NrtAfvbLFr6ylckyOfM39zwGN { width:17.5rem;height:3.4375rem;top:19.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9aCnSraoA2LhvOqZiyOXzbMqpzaQ12R { display:block; }
 }@media only screen and (max-width: 763px) { #QrpdHvQ9CdI9Aoo6t3TIGr40goa11iAF { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL { display:block; }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J32eRp42poT7pe0HHWtIWKLtwH3E28nA { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnqiPW2c7grP42VXUXSD3GZGMPOAv9AD { width:22.5rem;height:17.099125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAqEAkUN8zrH9RonfGL5wn34DmKHqxDK { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM3cqEz2eg26LtJZI0otbgEeOZ5eL2S9 { width:12.4375rem;height:12.4375rem;top:6.1875rem;left:2.2958984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLXKwDfeUZyez2DfV7ROuK0RS9TTI7ob { width:17.5rem;height:3.4375rem;top:21.4375rem;left:30.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP2h4Jh0wcpStIoC9xs0ZwKk86y9mmTA { display:block; }
 }@media only screen and (max-width: 763px) { #NSqUUdxe660SGIltySuKiWRCyl6m7BKc { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp { display:block; }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t45HCByM8zPHk3O2Tz0EdwmFU6PDDk6X { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsb0n1HuBPttvzS3NDWAVgLr8x29n7sF { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHcwqNJUdJncRcQruGU5MTGHXh1WC2L2 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmVETzq1gvqiFt25MubkQzQOPUlT2ec { width:12.875rem;height:12.875rem;top:2.875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzUDgTPelWlU1NZBDJFKFswErk7SXIZE { width:17.5rem;height:3.4375rem;top:13.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zogVeICXz7kyFT8bNVFCp92dxhfT9VbF { display:block; }
 }@media only screen and (max-width: 763px) { #fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH { display:block; }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eu3xgPmEPkwtksX1qhTWqMPVt6vvWeJF { width:22.5rem;height:4.38720625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZWLLDfLkJQnQrkAwvnkO8E3bAhWdGH5 { width:22.5rem;height:17.099125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #arN0Xds2qJpcEFGVzPa1Oa1MW9U9f62e { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsaVUACVxUQSAN6h0tXQE9lK8I0vaiGu { width:12.875rem;height:12.875rem;top:3.6875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B49L9KXvssTigAfqAT4LTdTsdU0eMhPB { width:17.5rem;height:3.4375rem;top:18.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKQs1in94DlaxuLg1prorsyMLPo46rSi { display:block; }
 }@media only screen and (max-width: 763px) { #IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf { display:block; }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zww9INNNZul6Z7noST8NOx1X8LGQrxVF { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivMkeG3mZ4tXev4G37quyyAGiKFJr4QG { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #plvcIegUfHm1x19n2lHNQCtHrGpzO37b { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oErB79dNry4s6PQlUd0SypBNdxzowNue { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWsU6N5pxk98kxQD1EMuEuAoGLhhX7T4 { width:17.5rem;height:3.4375rem;top:13.4375rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1dBpieFOmNfBInemuA7IUDWrOkNJVQc { display:block; }
 }@media only screen and (max-width: 763px) { #alehVexJmGwBTNFTsTT0hfOrDyB954gF { display:block; }#alehVexJmGwBTNFTsTT0hfOrDyB954gF > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cohhluqT5h8rqUeFfnvJwtKaXpeFB46z { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Js8vSvSTvr1Ov9JkwPEOMXmTBwJU2r { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxrBKrIkJTwyPP5mJks6L6KaOdPGdWpa { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEasZVgyn512xcdznJIBkpzQHtoy8v4T { width:12.875rem;height:12.875rem;top:3.6875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJpT70KndgNzy42QJaWAKcPivQVOUvW9 { width:17.5rem;height:3.4375rem;top:16.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewanZZGIE30okk4TXQduri3Xunl0eADK { display:block; }
 }@media only screen and (max-width: 763px) { #GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e { display:block; }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6NkUXx3sX1S4Or9rXBhaZKlKRm3rHzc { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKrKaF3E2JWbPE1QtiFsN1crW4gtf3Oq { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eddpu4m1gW9lwGZAsXD6PIGt0TppmA10 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8ID4bvUn2gPxmhGAE9anVDgJfigJBHI { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyeNPJqAK11L2EaQiacnaNKkVJS9KXf0 { width:17.5rem;height:3.4375rem;top:16.375rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT480m7irpr6DaGzxE1VaSukfbzZGLkL { display:block; }
 }@media only screen and (max-width: 763px) { #a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm { display:block; }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkmfoiKqI4vfxhUUTuXiiJ6OdTLTqkZG { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGPLtBla7T6hhWHIFpch5sINbNXRX4WN { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkyU3xuVNA3O15BTF0t2Mluh6JGQJidr { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOrrhV5X6Bz2M7kDC1RVT1aPUkF6bd3Q { width:12.875rem;height:12.875rem;top:3.6875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irux3pcIpHnOeH1eCHoW1V99xKKRpxNx { width:17.5rem;height:3.4375rem;top:16.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg6TOw8d7VfVOClGqkDMFx6QtvsfyILt { display:block; }
 }@media only screen and (max-width: 763px) { #KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE { display:block; }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwz5sQdxM4eZu0gRUb1xBkBcLpblqPuC { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcgRH4WdcpK8iTc4OMK4Q8gxr9bAzNoT { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS09s0W3gEovDpIK6I7oSg7qGMgBJrMT { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxFSD5lLRdUXpmEQ9SGgU7opNb7zcu7I { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywJPpfzsDk2SpyZExgKBLaOgu1oTHEGL { width:17.5rem;height:3.4375rem;top:16.375rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZAFPxUuPlLya0riffAFg5yhWKdOcWp5 { display:block; }
 }@media only screen and (max-width: 763px) { #wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 { display:block; }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLmKdA3oNSMqQhd5plFFAdmEpMOJ5T6W { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0TVNGprpbEZ1L9aoFoTa1bJHlRSEHnT { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELRPb5FnJThbMVBZbnWoBdkKurhLaT2n { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrlZDLSNc1OTTqkyvRf3QoTrlbxABC4L { width:12.875rem;height:12.875rem;top:3.6875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR5stEDLDgBTnhSJEsoKpPRrz45R5pmq { width:17.5rem;height:3.4375rem;top:16.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCtRmiFKhqrSmWsgi80XtcDGxzReeehs { display:block; }
 }@media only screen and (max-width: 763px) { #R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH { display:block; }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9ZJJFb8rCFyUigEsPv4NVBqsbTvRBTl { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOqE634eUvJ9zMPboESWbyKX7dt1CCXH { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW1XXHoH1zBV7gIKTElRREdKrLDmmD4n { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCl1NAR7erAJNXMFGhN2DiF9sDpHcN8r { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyV62WFiFBeL4IyT8GyBPaAoGQ7pZrXE { width:17.5rem;height:3.4375rem;top:16.375rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh9O5iQ8qlpOcQxWRhfwWA1golDAh3sk { display:block; }
 }@media only screen and (max-width: 763px) { #xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC { display:block; }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwV0lJppNg4VxycUJuWCZIkqKqT48TUs { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmWfZpnm9Hh6lhqqOAS1srsO5oqEg0kp { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2W7XlTxA0DL59IoGac1S1eaM4fImh8C { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEzuvlGWEw8TwIy59dq0DITskdkhyi5B { width:12.875rem;height:12.875rem;top:3.6875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeINeiS51JrQGAIPJPLAtXLN7DTzuUi9 { width:17.5rem;height:3.4375rem;top:16.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfpHSxTolKS33agh4qITG6UgPQZq1AWZ { display:block; }
 }@media only screen and (max-width: 763px) { #QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf { display:block; }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8pAm2dW9rlbe8ZbMT7GUac9RGySHrVT { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsO42zim6pIc7Xsioe3HasiSLgwcHASe { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnDtc66kU7pzLc0SmDREgTeow5zUovcw { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZaKWs28FynTFX533lbJe9rW27Rv4OKf { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5anJ1NFGuSeU5BTgVZKZN1NcH8kCMqJ { width:17.5rem;height:3.4375rem;top:16.375rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH0PFFtItu2OoE08a8T3WRc7zy8cqG9M { display:block; }
 }@media only screen and (max-width: 763px) { #f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI { display:block; }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABWN0LTpuqAvRCHHSBa4EQo8L1yOE3s6 { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNSDgJADoQC75crVyGc2wDGhzI0KC79R { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5D6R2gAoIeCPRleV3ey20GlL9aTTER1 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7WTHIUU5ietVwOaFNKZK26PRUGGcrCt { width:12.875rem;height:12.875rem;top:3.6875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZhy3v1q8SyvghHvQBoTAJykiTBJLaWp { width:17.5rem;height:3.4375rem;top:16.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyvAtKFkiCI6zp9t8Mhl1waJWSEElbcI { display:block; }
 }@media only screen and (max-width: 763px) { #ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 { display:block; }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9qFvX5sDl5DSidzP7i72lv7ub3TDxxe { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuBOmauk2vrSEzwPnzdpU0337u0FCFc1 { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiUPNHRoGrzSTHX2PTyo1LDtZEfM3fVW { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkSNpvAPvUdukEyRLdQrzrc3tRVwq05v { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e27r5LDWAnPVx6VR7R8aN2uPsHtEfDDd { width:17.5rem;height:3.4375rem;top:16.375rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi2hieJ2fz3Omny4pDrOayzlJi7qlklJ { display:block; }
 }@media only screen and (max-width: 763px) { #c5PX87K4ctODm3vRW3SXMRHMEWm88p8e { display:block; }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rITaKHntXkSP4F2CTGVlE8KMu4gGqqHt { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FruhGTeIzKSRBuVCZx5zNM04cFhGfG6S { width:22.5rem;height:9.49950625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt55iprkaXFabSIsGI4woan1evA8n6WS { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqlSzpLy24vWDeiLIpAl9y8JpmIXrTJG { width:12.875rem;height:12.875rem;top:3.6875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krXDTgaz6BOSSs6TJdAFqgyiNy1KoNc8 { width:17.5rem;height:3.4375rem;top:16.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ1OXi4wZk0cfTIeIFAbTeHbDTDer5NQ { display:block; }
 }@media only screen and (max-width: 763px) { #kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr { display:block; }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oH1p1HMJx9F1PGWQ6qV08B3mfdEcok6a { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1bHGcWH0uuPvibHGV6dESuwZofKsP5I { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE3yrztfxadSZyDmnThqqSX9RZyItMCk { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwGoeHFIHz48FiaznSpqCSeaaCaniR7D { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMEMhyhUTWQoe9tDIeelO2g76F9lbDFO { width:17.5rem;height:3.4375rem;top:16.375rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeN4H9ZTT8M9JLEOHawzIkCaQwGvW7nv { display:block; }
 }@media only screen and (max-width: 763px) { #bZvTk8l7mwuy9d7MfhJsre50VWixXmJN { display:block; }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5Uy7xZazcubxnlcakTTCrHN17u1Sfpu { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRfLUTJtb9xQER8JUsZESDZRvl7blnSh { width:22.5rem;height:17.099125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIHwGNEpcxW21T5dt016l1t4kCGKtzhp { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAQuzTNDxIc3Xi6IUyNLqQxk1Q0koJlo { width:12.875rem;height:12.875rem;top:3.6875rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLJK9wGF8fUboEAuEUoiVeSsxlcFmM2Z { width:17.5rem;height:3.4375rem;top:16.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4Xx3x2lhs9kxVg1R4CKJvC8VRlqVn1B { display:block; }
 }@media only screen and (max-width: 763px) { #fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 { display:block; }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMT4mVO6Pv9rWpR6prvZHakv3ToZnfW1 { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7pMflWs0lfy4e1Lo6eupNoop9Xoy5hv { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbkv7AFTx03ZsfWKRa8EnNfCquZ3pQ25 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8XviVHa2rdHkViHcSQLb2Jme4Qgk57N { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak0gnwGWog1HbZVXnf9cILPuKnhelswg { width:17.5rem;height:3.4375rem;top:16.375rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBbPoCVxi5PWM05h945UtgKiRKW5kTR7 { display:block; }
 }@media only screen and (max-width: 763px) { #OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA { display:block; }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKI1g4Uq99ALHiSF0LZLbvOAZDJouLLX { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7RVctrGNqXO50wCDIteKc3QNbFgIru1 { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUeJDAMgbdxIOdBvkgDTe8925RymglbF { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMBK6sTuyyDDJ5hLvbmuCkIqo8fnBqdN { width:12.875rem;height:12.875rem;top:1.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIKtDuRxTeD9ExRTt6vnKihlm7dFXJ77 { width:17.5rem;height:3.4375rem;top:9.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Teeb3oXA6lRJzRlcm75VRrxI2H5NBAd8 { display:block; }
 }@media only screen and (max-width: 763px) { #CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE { display:block; }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsQF2QAM0nTNWXJUKXr6Tl8Mspnu70OG { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHH2eSagJSaTmoUGvoJHMgdCTQIIdoMo { width:22.5rem;height:28.4985625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhLJavtvVtD06584rDdv3omoGrEzcImv { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9CW42twuFi5fBdx30lPJyMiBrMhF54K { width:15.375rem;height:15.375rem;top:7.9375rem;left:1.5458984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQOvScT1enkdTFlnRRlAllU6L3rWWfNL { width:17.5rem;height:3.4375rem;top:28.875rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikfs7OLtEAhUpTHw3ObfUecq0IBB6Bxd { display:block; }
 }@media only screen and (max-width: 763px) { #fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa { display:block; }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4wBxAylc708dAygH7MuUFopecBgykpy { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTSHC5xDTuaTCCDJK8vB0Qh930FngWZu { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEAwiXwNVLMkxTaPcm960y553LIrrurz { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsvtXCCogIkHpEz6Ta53s32XCCrx7f5c { width:12.875rem;height:12.875rem;top:1.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4eZe7Z2F5qzPkOCBMrmOz2WIhWde6Hb { width:17.5rem;height:3.4375rem;top:9.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSTA7QQRy8ruAk3SqnNPThx3ORyEsB6T { display:block; }
 }@media only screen and (max-width: 763px) { #rkAJtWPeQV061nVvuItuVJseSvovnVi3 { display:block; }#rkAJtWPeQV061nVvuItuVJseSvovnVi3 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxTlmw490erdIyIwAa49kC4AXLi0ImvN { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od4wtqpy3Uu0ZsFLqTw2cEWANlgm00zh { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i14vcfAJi9fBmty4aqeM8f8WbT17meh5 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x05hnTWPoJ8ZVGpgza4OV1BZNuwdyALL { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQQCZK0asp5gyuNrHntOBC61Rn1nVrfw { width:17.5rem;height:3.4375rem;top:13.8125rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReCwcquwL1k91x4Tpcau4DS2tmlFLzxD { display:block; }
 }@media only screen and (max-width: 763px) { #QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO { display:block; }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6KHoHWLcgZtfnnMOJlbXArQhyDHCy9l { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsMcp3HS2qx9RD7J4qRlxTuMg1zBFaLg { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUXRbQCZ68cllFem87tftpdboqOUN0Mu { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTST6W60EaFVQ3fEHT4BVo7PtOB99feG { width:12.875rem;height:12.875rem;top:1.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJbPKobP04bgot5QuaSk8vCC0xOgVyOS { width:17.5rem;height:3.4375rem;top:10.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmo8rtgfkx4aoEZgoUTVJHCVX6u9nF6i { display:block; }
 }@media only screen and (max-width: 763px) { #GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co { display:block; }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtZ2QRGVwaBd2mHtWb4HfogcNvdSTNfz { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtP7IBqsXNHCbrFMTUf0AEsRzGS3PTNg { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT3BZmCETwgCwkWck4s98HR0pBebmlwP { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZbIVkDKqAEAXwIGcA4WE8R7pqRToVtu { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INlZWpl5Xoq8RremNi6pBWeUP01fh4XD { width:17.5rem;height:3.4375rem;top:13.8125rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcRyKpVR1TymEhVcvoBxIbTuyCJIe1IL { display:block; }
 }@media only screen and (max-width: 763px) { #zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV { display:block; }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeX3u1AsnXewTp6fLDhV3mWK3xVXmOve { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxusMdiZDwTsmZLWK75R08InRTcbP0WK { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms87mzJWB4IbmQ6koDKJlSiEQULbezpr { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAZyG3a8hRo1GZO9pCCSos60VT4cmBft { width:12.875rem;height:12.875rem;top:1.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW874494nVCHCTSlI98pkTTz5TnTvgC4 { width:17.5rem;height:3.4375rem;top:10.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag1SrF5ccRi0DRPJivDhhltsOrDBNgR1 { display:block; }
 }@media only screen and (max-width: 763px) { #PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ { display:block; }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrUxRuLbcKm6NnSVbN1rzlK12pTQIwDa { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfE5KgVVTT0l6NFfmrWJTWrE3H5kNbL9 { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2iJKADMvve8lZmDcMqov9mZteCTTGT9 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvUB02RL8lKt4kzFPV61abEWcpaLDzcZ { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXuFn6MD8ErcHGf8UG3OchRtwmxsUHCQ { width:17.5rem;height:3.4375rem;top:13.8125rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUucydabu9JJm684mulPrF39zdVKvC5m { display:block; }
 }@media only screen and (max-width: 763px) { #wmRNUPaAchG1CUMApMs6Na57SbaxODX7 { display:block; }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn0MBikaszwxGPiENAPpcoVf8Pf67UaI { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOWlq3LqzlLOQ09vqPhAF4B5ldSfPVc8 { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT289RKqWZKxAviZolNCnvPEEVwHNCt4 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr4EhZw2GoPCLeaU0nlScxh6oe6DQV9C { width:12.875rem;height:12.875rem;top:1.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPFTncOhDMCvilNtH4eQusg83Xfq2me4 { width:17.5rem;height:3.4375rem;top:10.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTPwwgtosllXM8VqwC2x77ORFURQ1pGK { display:block; }
 }@media only screen and (max-width: 763px) { #ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf { display:block; }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcyVNfWwiPnKZcTav3Ugu6D8tG6tA36a { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqknqG66BNunX2eQnyBRpoBRmhguEpJq { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrg0UoaXa0FGBPKXqqI2tX0bhZ9TNl69 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIeyLwQisHbRdsrFeQ5XOvEtD8hTXy00 { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB43MVr469mOfrLt9oWk0XafO3Oiybmv { width:17.5rem;height:3.4375rem;top:13.8125rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZgQezOqTH3Laql0xWf3n8MG6QIQTatN { display:block; }
 }@media only screen and (max-width: 763px) { #Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP { display:block; }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqgI01bvyoyQvSFMk9CgFRMEGv6HLJsk { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g00Bku3D3lH3EiXXPAVhgPu0H6F5MtzM { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRMsCevIJQikZgmdCJIGdckMOgqCfU0l { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlMLdKb0DxLdNMFHeR3wbEFAN37Qz54w { width:12.875rem;height:12.875rem;top:1.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxpcNNdbRMPThvTrrX1pxf3fC9DZAZHX { width:17.5rem;height:3.4375rem;top:10.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxVvgLCemqZA8piKIKy7OVInGBUKWokD { display:block; }
 }@media only screen and (max-width: 763px) { #KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M { display:block; }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwuNgs7uFzSaJTaQviGIL463keTMiuOK { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fds36L8LZsMnJExJP8WQyag94AlKSims { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIryHkL7QOJyTbBwcl5w9cFzXw6z286e { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCtJE6OvX3HDKDJ6ClpUuRxZJWV1ACTq { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0LKum4Pd4Cc2HWTcGuQotoSAG2kQtGo { width:17.5rem;height:3.4375rem;top:13.8125rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9a1ZDZiAfhCfKnk1FstNzLIyyvSf9GG { display:block; }
 }@media only screen and (max-width: 763px) { #EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC { display:block; }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXsCGPU7QItKL8PtG3lzP72JxI5NdUyd { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3bB0sUbBza7PSyGxPGZw7STdqoXslBp { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdeHGNLuHOPVPrSrlt1mBvvosKnpByp1 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZv90UFqywIMl3p82BFEX0VRCO1aiDri { width:12.875rem;height:12.875rem;top:1.0625rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSm8m4knCy7r0k9Id5xAqFhtQAaRQDWl { width:17.5rem;height:3.4375rem;top:10.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWkPaLtrl8R3TsmF0rgFkPBNXv4bxUM9 { display:block; }
 }@media only screen and (max-width: 763px) { #dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG { display:block; }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bu3PgkVyPCguFp5Rgqgc0bSIh4vOcbDH { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBoazQ6MJx5MDV48pumxgGD7nRxApSTN { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDH5RWvETEBMQMve3dkG7yTn0PEbbxf3 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #erMaFXHDGlMHlpRLpsLx8x9Tet5miRLh { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJG22PBU8Ssru0ax4g4A4WumnVZrbUEk { width:17.5rem;height:3.4375rem;top:13.8125rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnl9fnU0d1zxcI6a22lSvQZXsVt44xnC { display:block; }
 }@media only screen and (max-width: 763px) { #IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di { display:block; }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVkxMyi6Q9EeXCC8oG7t7Vktr4L36DxL { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JslaSsJo6Hw0LBoTzW316FJrHrGGpCtz { width:22.5rem;height:13.2993125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSun8omkBgQZlUVyIr0Zf7TE1N6aCarB { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuHopQIev9y2AzrRvHJI4Z1RoEXRt6QM { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE7nJgXXaKh3OZIpfImCqRFfRrZqOh9w { width:17.5rem;height:3.4375rem;top:13.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqVokIsEeZbr3zus53Oef4NGZSQTTHBL { display:block; }
 }@media only screen and (max-width: 763px) { #DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF { display:block; }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6d66VxiOdKzTPDQXARPQaUok6Nyex1O { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqskvM0Vo6wiq7KEdvqFTiCfmuPutiNt { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoeAVgvb7AJrDyH9zp52NXiS40ePQnPA { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpxZ9P8FqG36FT3fizVkrTwAMfkt4vQM { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp8rP8HNRAFGvOr1Ad9vT8O0aLywePib { width:17.5rem;height:3.4375rem;top:13.8125rem;left:29.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k08VBw5QbVkZ8NW0b1sNHayxZHHDMzX1 { display:block; }
 }@media only screen and (max-width: 763px) { #i90d368PCN1pIl141ZJTsunyHNZslHz8 { display:block; }#i90d368PCN1pIl141ZJTsunyHNZslHz8 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHTSxPkIIF0d6popaTJgQyzWaMePzhHd { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZe9LN88U6SorE42NwfI4apwnxrrX51a { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhXBav42QXSCFsLTn0Hz3sHSxd2PmlHX { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #orbRpJa9XfFZ3UBskfu8KbnEyTF0T2MZ { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIAcc7GJAvqnsxC45GhKwaT12mk0mGlZ { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB13hyJXPPnqDl4gCFvAwTHoVw0d5M4U { display:block; }
 }@media only screen and (max-width: 763px) { #kroPxFsmsT8viofPPZqtH7nFI2PExVk7 { display:block; }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2q1HWpRD3DIc4rXLsy4DO10p86Zsznw { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScQiTfWT4wPidUaynVFMd5WOfTmvLdo7 { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkqO8iAo5lLKKQEpAolE1z8hcr2Ligno { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6qvyxkMwBH1cB5HegMD9HQumsH5WfHh { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1MRpnWulrRyOhaeUy10ThKcwMrTnKbc { width:17.5rem;height:3.4375rem;top:11.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrpMmkXaEENNg6BWodxMp2hhKkEMAiTo { display:block; }
 }@media only screen and (max-width: 763px) { #GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 { display:block; }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZtoPusRcGARHh8rALiMMtkTp9eA0gXA { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXVJOJOlNTL22U3FNENoohIJNnSF0Iqi { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMsk2MNG5PS4PzU7UcXeRhMIpQ6Cp6Tk { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnAC0IcuuEQxcxnnq5KuJZ3VTKNvZqTo { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkwGpTecEdtWkQh2sBUJx2HbTPe31o6g { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHR2fq3dp4UXfTegJDVLdRyPKv1nUgJp { display:block; }
 }@media only screen and (max-width: 763px) { #SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m { display:block; }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBxsL20Uo01MKRIazQo3Pk6mSQHM8wFo { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2zW5KAOml7J3CP7gpUNfrC5xDse2ge9 { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlLwTqxmgot5Ni131zWoXa9TDIv7AZwL { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcbyUTHTRENQBDGGouUXZxT4hSeOZBic { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpNIb5RvLwUbxwMzGaC77xX5GZ7IxdwE { width:17.5rem;height:3.4375rem;top:11.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQO8J7tgWAOrVZIZJ0dlGfbUFZsHk0Zr { display:block; }
 }@media only screen and (max-width: 763px) { #KetGCZ62eZi0oBkDx3u5AitKldTiNgBo { display:block; }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Prr0hGIfdspLt2PnbIKcqry9RRLWgOkD { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAnqUkNFCduHKU8nDKQfGZ7e2WxnqNre { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtxeI2TrE5PwyCTT6T7AQtLTb78BrMh0 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4TGBLvMH7C5dxXFrDtSWXIh5XmxMVTl { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdxel4f2WAf8QRyOnh9LdDiNvyH1S1Db { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7i7wfXZFKTodOM0GUrHBcSCvqbkT9sP { display:block; }
 }@media only screen and (max-width: 763px) { #vnFg7xqiyUlpm1JULi92flKGTEH7dzbK { display:block; }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOF74GJFblSrRAcuHDhh8yvt8FiONrwu { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #itVvigT88gQEJ1kGNveG1R3JENNqlbr4 { width:22.5rem;height:3.79980625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2x666Z3CEsU7yF58MsyZr3uUFhPTfhe { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcLW7vZwe8iTAUAPztK2cTF8TtookHTn { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTAby2IyTfc7bJMrS5OklKJ7kwR19h5U { width:17.5rem;height:3.4375rem;top:11.625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTRtIp1Jo7A9i3b9LuPbLKiVBN50aOyl { display:block; }
 }@media only screen and (max-width: 763px) { #AE8STaTayIPKGcH1HT280Q3ZeLxonyPy { display:block; }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0WRXA4aDuEuW7W42U1nnmADpQu29ACF { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGVJpAiWtS8QU2SuAuyGtvmnEwJPTPzb { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTKuMQsJm5PturNuQAT8l5b0iosoVdJ2 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5M3yErRaT8dgzmm4g183EV6hLvRaDWL { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxAuNGVdvrzzpQ6QNs6Ayh82JICtqvhK { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtpniuqfIFmMeKF8MWZuAluU13NpZSXT { display:block; }
 }@media only screen and (max-width: 763px) { #IweatEJnyly1AS50lGJB67ssRVAn40SH { display:block; }#IweatEJnyly1AS50lGJB67ssRVAn40SH > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9devPgq6BnfcJruq4QNyO5QCnPfRgV4 { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mevJVRuiWG3adSX4RJl1BXymA4PmEWFu { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCq6GNNW3lJpaDdeIfcty41H4OHIvDOK { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4LOxcBa4scsokR8oN3E3E1lwneIQ6GH { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpsoqFUhsT3dJK7O0Fn0fVorKrv1WdaB { width:17.5rem;height:3.4375rem;top:14.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASc1Lk30f50QZLa4TBMObbD3BibWqOcx { display:block; }
 }@media only screen and (max-width: 763px) { #Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG { display:block; }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbTrMXxeA6uD2CWGivOyWZXs9EFBfRzS { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfvXNHgdkS4L8sTT2SQ7fUSwKlDSOoJe { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUUXlsfHIzlQ4WK6X55JfeWw26f9kDsD { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4emX9GMHGPywfZNKUs1KuSC2Mheb9TT { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHOnp1sFBqTTsVk7yp5b5DB8HoRlng41 { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOwIRaWVvR0VPisBOKWFWxdDlP3sw0wb { display:block; }
 }@media only screen and (max-width: 763px) { #JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ { display:block; }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNTq9K0selZv9Btot2PI90nPeTK7vD63 { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx4ODfTKrFZhvcZr9zGLirBiUAkpwlwP { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnT6RiHUiCQvWoDR2UHHi5zD8XXTBlh5 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtZQyOQlDGnLSFE3kmfwlBz5f1W3TQxG { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh10PMtamIBmQJEpnHclTTK87BEwz12g { width:17.5rem;height:3.4375rem;top:14.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAcZECJg2sELRwJTydTdolBhtO9R6dCN { display:block; }
 }@media only screen and (max-width: 763px) { #EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu { display:block; }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCk6iGi1S1fflft5wkiXsbEGarXSgehl { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkTSdkZvBIw6sJH8kGkiTkiPZz9fdAFq { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SS4BLu8foIyimXgXm8GUC1o8FqfozCT6 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPT6rF9LUaI9OI3ngi53rbnMC0hNIy26 { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9p82TrJf3gkI7EoEHIsiM2XSzXlioXc { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRdBcdSr3FhaudiF7RdHX1MUDRyIgOLl { display:block; }
 }@media only screen and (max-width: 763px) { #lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ { display:block; }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfgoPUsRJvKMSv8GtwOLvfvhCLykhtpW { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7qlkO0ea0CdBgoopUvp7MnCK4mT2oIq { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfRa4U9B9J4mHg750f935IAW4NxCquJu { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWePad1WVQ4UpMvDwkkr79JMDAct8eK6 { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiQXcNToluuyzs6qT7p2r6oOdLveAg1u { width:17.5rem;height:3.4375rem;top:14.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZQo2CFVlfP2k1HRXtvE3JMQ44KS5VTJ { display:block; }
 }@media only screen and (max-width: 763px) { #eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P { display:block; }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGk6OhG1rVz0iDTqEOA5nhiQD8ptJUK2 { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPTbc6krklikPNfVFSxHNknBB5uuQkdi { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6frARBt5FNqUfTRGe5vSnfL9KgtoSv7 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XudsT8S0XT6vTvZNZLl1m3XIlgfgaguT { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5n10dCP6B96KfN9R66rs5L7Bg6S17cv { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #duGEepvWca8oiOrd4HV8O97ICtc0d6Q3 { display:block; }
 }@media only screen and (max-width: 763px) { #KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS { display:block; }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkWQtkZtpdJeoRoBTGuTAVAzK5IvUtuO { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp2KQxTw2T3hISkmDdeJRLKqZTh43DkQ { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTS5vIJT8cDfBQPo4aVISV3wTJTQ9C9J { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVZ00qhVwHTaW8fV3wAq50I0XXqWaBkQ { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSXVAq6388PSKU8R5sIA159VQkmWk1o8 { width:17.5rem;height:3.4375rem;top:14.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxDSWKrtndvc8ZtXrrPz1VTuDJl1SQzO { display:block; }
 }@media only screen and (max-width: 763px) { #iz0macU7Zb75huyqHfSPNXmuUrt7htIb { display:block; }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B277BRd2dWm2oCbfkQxBrQISkTpRNDfD { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt3loLbicUSG0PhfPr2lfqGWEHfnhWW1 { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6ms5PxstiLEeXacRnBxd1vGRKbrr2GJ { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy5C1geIt9ENdQ3SrqQxcT5RE0MyTdAk { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFSbsMosbrI5yuydxhLwLMwMacZ4wNhU { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv0RTrSTh2wgPOJgZdX880ayN4GetzsO { display:block; }
 }@media only screen and (max-width: 763px) { #SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO { display:block; }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhlwue9dBCTGBWvm8R7xqRyck5MkmJrH { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATAQiQ4cVPBKk13ruvAExpdqpndimhEb { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHRnEGqiFDa271Pqsm0auLA0XJOeUuwd { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLFGxNR2TilUXBy6unU7VLWRLaZW3yeb { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9m5WkhuX9Gkz26EPmo3VysqbA6eqvtw { width:17.5rem;height:3.4375rem;top:14.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3KmplsUwQmL8LnKCAqkndMRGye27mm0 { display:block; }
 }@media only screen and (max-width: 763px) { #RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc { display:block; }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xakpuqRVgdFxauLTxLTll4J8cJkoIevE { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUyXl0S8AGskzvbCnwFveR2VVboxV0h9 { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GctCpXmHVhhiJhnFFOuZLIKBZcNqcCWC { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0oyegFRrXXffhPP87ANr5qs9IUmh0EL { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HocemvJ2ZhwJ9cSzeQv02qeI5XUvBQiL { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5iaHPduobJrW2ZJdlJ5PpCwFuV5N5kc { display:block; }
 }@media only screen and (max-width: 763px) { #vFpkWaKusOCCI8viV7GCANTOJfCWBT1M { display:block; }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOHJIsGJcATUhQXOfgvxLnTqUKUmHB9X { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyic4DwWUdgHUT5SvS7oqlb6CVMNPOzx { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8uBM99m59WNcivXCCS3oWf55JpKvFHN { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4JgTDWu9Rl7HAbpoFL9KxmQenRCoe2g { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Md1T9oTGQeFasrmNSe3UiuyI82QSIg { width:17.5rem;height:3.4375rem;top:14.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHaz1wSKSrpNoIEGal3knosUrhydiFSA { display:block; }
 }@media only screen and (max-width: 763px) { #AuQO7tRTAThM5COM5nD1TNT6bclWInAb { display:block; }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQhdUgCMLVyuwZSUTvMN22uI9zUBZQUu { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXKQUhb5ZWKKn4Gqu2wEtVC0qZqUrFxG { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWEFCC8huzKMrqVA05OxpSB4qoMh4TMp { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUhxkermTn1ntnCzKP29Xi7vbbeTExAm { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2DJlwbXaMHKt20XECUrtC8UTd6WQevi { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD5LabiHLTWXniMNc9tyvOk1XTEVFdm0 { display:block; }
 }@media only screen and (max-width: 763px) { #M430U4yN7MqorvTIbIwmTC6KnJawOWOD { display:block; }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTGXZHNWHetUbtT7uKdLQOMkmedT0X6r { width:22.5rem;height:2.92480625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpruntnx79Aay3sDbEP2cM7H1DZgb5P1 { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qskZieoeivQTzeXKDpBzgWbU7s0AuFek { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhFLSTwrbeTmXzTyBJse1hQFQVe30Tk6 { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNuyM2NBSQXRvMaawgyLL8n4eHesbGf8 { width:17.5rem;height:3.4375rem;top:14.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0dzIx5ahKTQLHOWcAsbXHt894y2M2ii { display:block; }
 }@media only screen and (max-width: 763px) { #kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A { display:block; }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V62VSVQfXL1uGiecnC7eQJ63JHGlAhBh { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBCH7SW18ZAIZah8IDAAV3Khon26rcBt { width:22.5rem;height:7.59960625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4k2pOLGtoqMyISWNewAfMg6sGf4VVw9 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR1lUDOOrf8xA9UAkQMN4nqxa7oD5tCm { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmvIIwbcuawVaCo9GkFs2zizquIACpbn { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHIvOJd06Th33kuGzTMiQz3GmVeB4fgR { display:block; }
 }@media only screen and (max-width: 763px) { #eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu { display:block; }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPWSgeMaT9ky4zUoawunLDDTaMkTFmoD { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7UUvRxDlvuORTgl5ydHUl0eyB33SZqx { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzMPqoD8yUeEs2eSPmU8PnBC3bcZTPCx { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW39Tlwc0FWFzTV5S7Rs1zoZocFwA6Ie { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTfSWogOv1XMn327qeNgCuA0nxmhClZ8 { width:17.5rem;height:3.4375rem;top:14.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOpqlUZiAUPGAB8zQETtDotf5NbvW8d0 { display:block; }
 }@media only screen and (max-width: 763px) { #aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C { display:block; }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EG2QPAuekMQIeEr2prA7rKsMaMSpUnpH { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDUDn9kcTdSxeEN76cALFNIAmlKVsk28 { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhdVIKdBG2KBkmsMOzOtiXEuCVT0EFJI { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuZMdb8gBKgbaUlqXQLyff9P4OazHVTF { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgTpV8RHaZxXb1SnTEhDk09kaNaCqAyL { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzt56SBn0iAE8psDk5qC3EygMMQdm4Zu { display:block; }
 }@media only screen and (max-width: 763px) { #dl8WFNvuoKe5FshMnG13ixgR9VBOogCI { display:block; }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rF4PuGtHDp1umVvIhroffapcPBmwFM8Z { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFm7tRb6PLyoUKIx4lv65H5BK5kmZDqq { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGI5KIu6s7IqFlKyMUOg8FHz170qUmxk { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7KXknM8rgthqtTH3Hw5JipZO85HESOk { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbdMMnQytgCOq4yMkrip6AQq4qa7E4ho { width:17.5rem;height:3.4375rem;top:14.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVzAhkFFl9AT5WLxpbZxSTtb4inUAqkG { display:block; }
 }@media only screen and (max-width: 763px) { #FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 { display:block; }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCFOk2TcD9Jx2mE9fGIRlLeUPRprcTJS { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2pNITKXpwVrGTtekZVkf4cwATJUorBT { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyyZn2Tn7fuD4steCdPs2qgl7TH1AhRN { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdM4wvm4zQHdUPwUJNrakEpVaHSTll3C { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgzez01mBgKepQhi6Wr66LIHv71fondI { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2sbeQrfDQMnpnk0oG1Kg16wBkeJzvdm { display:block; }
 }@media only screen and (max-width: 763px) { #irRk46SEw4EQzq2P2pkJtZOrSIase2l8 { display:block; }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSRBZPCPXx271v6iOUL5uvI8nbaKkNGM { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybsIysLTlAbJCyz3cvvWZRJEXZqEZVSO { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMiTGQZ6kB8M2xpQhseGrq8HlKf8VdIi { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #op9lmEGhfd91s4bmzOVRXCI5XgAV0kkx { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVlek7IRWAWTTs8nE9WoiqfKP2w4wWuS { width:17.5rem;height:3.4375rem;top:14.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfwubsAyb4tmTg38n4dT4Th9wzn4D5zT { display:block; }
 }@media only screen and (max-width: 763px) { #R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH { display:block; }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7l9JeoDMPDQxxRCiBU3E55JobWdvOJF { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoexfdkQeVC00ExxGlO80mWv3zSgNTBO { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSDVJTfqvZTM1o3bSLWa8TCBy7NusTtV { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAPt474rr4iDx7Q8ucahZzHdBhySLZfC { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZaMXu1mX6BAwHNS5cXKat4vWkfFt1cH { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1mWI7v0OOdJbdgKSXporBmQum14vT2L { display:block; }
 }@media only screen and (max-width: 763px) { #aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc { display:block; }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VF7UNrzb6n4ndTPeTO4viN1ZpKOrGtLC { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRJRcZL4Jw3QuPflnHRQ11AHK3z5rN7X { width:22.5rem;height:7.5996125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOu8eQfBr0ZX5kSnSGTBI5Cg5hMRzxRT { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT5gC60SpdxhWBdsVFsnXK69gqxUNTJI { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHv40MvC7L9MXaGR0harbM3RFunrILD5 { width:17.5rem;height:3.4375rem;top:14.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQFsgvpLLM6fX4kCtRAPAQoB24kmO0WP { display:block; }
 }@media only screen and (max-width: 763px) { #N97Co5pERoqcgTRLwNnHKd80r8SVL45a { display:block; }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfDuslhUhUuT1n3TR0QTddOWWb3yyGtP { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4k34ScAbD3vBOIHRZ5UTqvkkyvgz4y8 { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBhLEesWHJ8oVTaL7B4h20vqvbZtHyyr { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIXb42UhRyWwgle1qkrDP9TZ0XdDARXu { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMK7amgx3TqurbZ7pbLgg6W0sTOnaE9v { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJMzEuiM6G0QE2McVMtMP6rmv2Eo7s3J { display:block; }
 }@media only screen and (max-width: 763px) { #iW1DFKLXkRwzPukHX2qs6bq2TJazIInc { display:block; }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUEv4rAyu9DTUsow8qrde4tkDBXs6dqd { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOLTJleBub4sL87B9LxDVs63FVeZlPcQ { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoQs5DHTbvaLTJaLrwL7hy00zSwgwiRu { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dndXt8ImFsOBz13Fvtg6kPMbEhKZizXE { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV3QcHZhSvLJCgssim18L0ilt0yvXIE7 { width:17.5rem;height:3.4375rem;top:14.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiU7p094vKURhl0CP46VKmPTnKT3ZMW4 { display:block; }
 }@media only screen and (max-width: 763px) { #BJ9Ooo77wylVspv4MrprRadhkaCRDz5J { display:block; }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZwPr1e4GUPwnuWEqoApTrMNtFDtkELG { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3QBqaTn5GBiP9ZXyOViEDHud3hAmtiv { width:22.5rem;height:7.5996125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVHP0UWbGgC5w4NlesfLVwrwvHBsXBRb { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJuFMEBPfJLxWBh3bgTTUSh92VbeSrha { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8UoWdGBPNiStRdknmV9CFVtt8UknmQ5 { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eigcSVSyV7BbGcyu5nwKe3dBiUTkue3b { display:block; }
 }@media only screen and (max-width: 763px) { #hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA { display:block; }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5CKAChzp6fWxSy3gK8fn0DrfW9hSd4p { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpd4StsNIyNeqGsEMID06i9tsbbIKLsG { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe9TbRn1HD9Vg7QTzFibcv5rrOv5R0Os { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiRnJByQpM5dx1opNtFhr9f1HNXfaWZh { width:12.4375rem;height:12.4375rem;top:3.125rem;left:2.4833984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko1QgtP7ATCRCCsB0XKKy3ExLbRmfZeW { width:17.5rem;height:3.4375rem;top:14.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHMacdFhqB64WOJUmKq0Fp8f2UEGTWCa { display:block; }
 }@media only screen and (max-width: 763px) { #xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc { display:block; }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbsGUXIQWF7ZDrX0lWOdhTPfEqLpTUdp { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SH3cyULIhK689eZwSSkBS9pNwDJM2nMJ { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nP8sB7zhAWyTldMdxi4DhefEwHAlKeic { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7u6v4TEelA0OeZwyQiGsT3KdboB5th9 { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHsQbRLSMZ48QDulqXKvkAx95xICOomZ { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJQ3D4VVkWh8JFZPP9v4wZmc3sB6Rty1 { display:block; }
 }@media only screen and (max-width: 763px) { #RKMgdyrRpp8JZsungePG8VCBoqkGWu27 { display:block; }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHPD6THWkCklOQCxh8B3Ca6ioV2EGKBk { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfkWXU4B0m9f6aEqFlIzw6TdJo9Hv0WO { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFwu7g9C2fJ5s5w1wvMmX3cI0pBOnW92 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9i0IirWXSxCNfSMVoEJhalefPNArtlE { width:12.4375rem;height:12.4375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoxQ3UPCWIHXUKPWcJGPmAbP60dghGkm { width:17.5rem;height:3.4375rem;top:14.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnaJcNWy78TnCqzBpZVkF8Nv2mJLJKTu { display:block; }
 }@media only screen and (max-width: 763px) { #QHTxwyIN3mK4C57ec3NZVWSc65Q87FSy { width:7.8125rem;height:12rem;top:1.625rem;left:11.2021484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9cdqzxSPXhM4GKSARCsP7V6l6P89fki { width:22.5rem;height:1.8999rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGhMMymAS2bSshdifXZLZ75IGQgdgPcC { width:22.5rem;height:1.8999rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2qNXcR1Ous679cUvrNegUQ3FG18EbvH { display:block; }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3Rept0MtrLPDiVM8bpmuHKS7I6JD4q3 { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsnsBltx6XCTzyce7zT2UU1EnNtAz6ea { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJTl8gEIsTroMxOzyA6sWJwTxMZeaMAA { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1I4iUtg6qcdKibRAJTNWWsvwuDy55w7 { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIFXPw0CKw1yV5dIOZMIGcJOprEW79Wc { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLcliK8akLn8Z6ciivvnybmTJw8LCwqq { display:block; }
 }@media only screen and (max-width: 763px) { #xT598kLRHPR2agT4KUErk0t75Ea8kRt4 { display:block; }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWBzLDtZVeXTAmx5EaQZo2HSVRNpMus5 { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sg33UH6cDJxO0gNmUK7f5yct7mPGfpGN { width:22.5rem;height:11.3994375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHPMlv9N3P0SbREtm0RQVKeUhLdCxwU4 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJxmCIiPeWph1GSzIOrP31XOyklSk827 { width:12.4375rem;height:12.4375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJNFbvLJugUu3yTK51PHggmqBKXMeqln { width:17.5rem;height:3.4375rem;top:14.0625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sauUTlJ2TapwWlFLdtbtnuQQXUPQqytT { display:block; }
 }@media only screen and (max-width: 763px) { #qQ0zMyTZQP6nNfmuQQQDU9hCITaiJKfT { width:12.4375rem;height:9.5625rem;top:1.4375rem;left:9.5458984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec1S96qdpMH0bTHF8GuDvuFXJKAdgXqW { width:22.5rem;height:1.8999rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDuNmyyK6wQnTfMvGOTew8ZvabNQqKmT { width:22.5rem;height:3.7998rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI { display:block; }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9MQS41O1QuANTgcN2U0h1Rm3lQqLrzE { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh6BGWzb32DaFdr7XAWUIT67wxRIheL0 { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktG5tvM7gTU6ntMIFekXWO5BO5ie8E55 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7Lr8ihbyR92wXcrG8VPFf5MI13JDu4a { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEmZLBHkBvygcBM5DPbdKVJtIK7aOg3N { width:17.5rem;height:3.4375rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWKfd587mHzJpeQxJ40UATkmAekm1bGQ { display:block; }
 }@media only screen and (max-width: 763px) { #Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE { display:block; }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLvdXxM85l9Tte8MrnfZoUnync6LIWz4 { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBT0H7wQsSI0SnH7bf7Swav5OOUDyRxH { width:22.5rem;height:9.499525rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJauwv6OVBftLAiRKL4xMhozzHwCn5FR { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8W4hHVKqvBaHTDEMw5ha101iVBJ1LDB { width:12.4375rem;height:12.4375rem;top:1.625rem;left:2.5458984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HixaTuAdc9vDJLWyZLEDNbXEObUD5QZ1 { width:17.5rem;height:3.4375rem;top:11.375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeW5Hpf618McpS1N5UE3vCtvqtCHJ27I { display:block; }
 }@media only screen and (max-width: 763px) { #R6X7MH5VPcL2q51KupSucZufcnDiHMH7 { display:block; }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #othr6Cf0CqP8Mm5i0BUkmUb0ygISyldW { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brzVwRxb6l5bq6yFy3y1RAN5z6T9nd7K { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeuNQT69vOZ662yye2HXJ4ap5uGDd5OE { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCGhrK0bqrAubTbqPAUmhF8bODBiNuxn { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkWu8EwwnZig9n54wptJnxRPVTaHKJmg { width:17.5rem;height:3.4375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COLOwFcGRRI2Q0i0dxWAe4AFEO2JAJnD { display:block; }
 }@media only screen and (max-width: 763px) { #UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E { display:block; }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THs8hVgG6EolrwggoxdugExJT8ImZp35 { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbtUp5mhvIzhSKmTIMA9TSzkkRpxR5Gw { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNfEe7SoWIFsPzkzhpfwKFAq9CoE1CJX { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KicbdAQQAsab9CALcLyFsQp6fnl6iDt3 { width:12.875rem;height:12.875rem;top:1.4375rem;left:2.2333984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbut6ylpCguB0t2y1DO3SkNwkhyRdtrL { width:17.5rem;height:3.4375rem;top:11.375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn4RGxTZB4ykeFb3TRTzHoJWIHsNwfSc { display:block; }
 }@media only screen and (max-width: 763px) { #g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ { display:block; }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bykp3vco3XAq5T3P1oqIZTcK2QfMN8kD { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbCZaMOnIbMtELp1hCHsKNaoblGbWZEK { width:22.5rem;height:7.59960625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB7POFOf6B9qmDd6uAITz8pSWbr3moo9 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDN58rszGrgblwKWXcPI3pmS8A51ZhAz { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA8O1GU5yWITQCWZboxA52TaDqrnT4Cd { width:17.5rem;height:3.4375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9an0PpoJlwHNA2TiUNyGQEi2INnntyL { display:block; }
 }@media only screen and (max-width: 763px) { #s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A { display:block; }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPOfhtvhkuFuA182fEmmZ5oMb3Q01WsP { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUH5b4GPHHxfixETT4U0eBRx8qaboB54 { width:22.5rem;height:7.599625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4zaFk6taxiCuXnKcHVeM9EXIqOzvRQA { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAgLVc27cATk8KHEvfSPKEFBXyTNA0d7 { width:12.875rem;height:12.875rem;top:1.4375rem;left:2.2333984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZQX92xDSCW7TFSRt60QuAK9rc30i47U { width:17.5rem;height:3.4375rem;top:11.375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTRZ7nIDNVLV7mwKqg8nH8E5aumoKPqE { display:block; }
 }@media only screen and (max-width: 763px) { #laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo { display:block; }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oV9NpLtpwz3K9wfkUSMyEseEXo4qG2uH { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #InQ5htbH2VuZvRoQBgCxlQSwfchONTFU { width:22.5rem;height:20.89895625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSvx9XUMlQLpALm7JqcEooVpc5S1iTVW { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KETfNqoWTRtkeqR4JuoBncpVvtny8Lol { width:16.3125rem;height:16.3125rem;top:2.75rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWbEiZCXGipEJMlNsxWoIvOHruaTinZn { width:17.5rem;height:3.4375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPzikt0UnFOkzHL9X0fSJDhT5fRATmOL { display:block; }
 }@media only screen and (max-width: 763px) { #ky5ateGEex19g0LLmLNk2UUnxyukobQJ { display:block; }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTa3MphNEAWZT5v9A5WB1TO7VuO8DqOe { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDzLoxcTZDbhqncxbs8ZLotHUMWJIc6C { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL7pGgZAWLbqE5pCSuygqeAr9xiOpevw { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdwgDp3Sbk23CwhZQIo9XcueJniO5sT8 { width:12.875rem;height:12.875rem;top:1.4375rem;left:2.2333984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM1JAxeLbOcq3Ib5kLhf4zTlkIEeG5uc { width:17.5rem;height:3.4375rem;top:11.375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNmTeTme0KXSaZqyMfKm323JTPMUrHrb { display:block; }
 }@media only screen and (max-width: 763px) { #tWGqWi0sufzAD2CyFS87FXkGwL580QhJ { display:block; }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQ89MGH3Axr1i6iwLJVHHFWQ6T2X4ht7 { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVgicP9PaDF8hraFcInhLbrecVJyM0sD { width:22.5rem;height:5.69970625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vObXbwqfI1xQcPVcHeSKz5DkHryPn0R7 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GysvZzi58uQ0HolAhwX9LscN9oMPVCu4 { width:12.875rem;height:12.875rem;top:1.4375rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6p5yU1ma50E61450s8kowszR8py2gu2 { width:17.5rem;height:3.4375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1RrChNbXm492okdn5D16rqwy4H61DI5 { display:block; }
 }@media only screen and (max-width: 763px) { #viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW { display:block; }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xP8ENU6xwBCsCZlzBOOX4mzrwu09qB1P { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiAZQn8Ul3qfwcg91Gnid3GpbBn7lrDx { width:22.5rem;height:9.49950625rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHdNfPaN4UIe6owZVNvc2WrKJVaCAxZQ { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiulbTZbi7vh8gMZKI8P4SwyHLCEbFlm { width:12.875rem;height:12.875rem;top:1.4375rem;left:2.2333984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoxlvG9tkexuhTG2fWzztzovBEPB1cEo { width:17.5rem;height:3.4375rem;top:11.375rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIUegx64W75kOaiMEHxkcAPm8KhP1TrM { display:block; }
 }@media only screen and (max-width: 763px) { #ooPpOccobGqQGMb5kuNoWl3HfgxAopsy { display:block; }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTFazQ3evG5WDVXvCrLDChrMHmCXuALE { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyKPcXqu6TJTM1rxEZ28mH9OnbiOoGMo { width:22.5rem;height:9.4995rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf0c8BQcETeCO0m8kHXD1Q5fFSTKXLky { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuriWBHgEbbEdA6eeJXD3kqZINBuFUHX { width:12.375rem;height:12.375rem;top:1.6875rem;left:31.3583984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kflFtkrRbFRzviztTbrVTV5OhTP0l6Wn { width:17.5rem;height:3.4375rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwAXJAJ8oD9Co4T6v4MITi8kpvmJuPFE { display:block; }
 }@media only screen and (max-width: 763px) { #Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp { display:block; }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPaqb6OOrxiTy63XruMbrQDDMJNaRpQB { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLgJFJ1H7iLbKqLvDrUhkfiA0RWVvW7X { width:22.5rem;height:5.6997rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRoVTXDQZEQC95TAAiBoeiVCGkrZbfh6 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcpM3lK79vKKFlevPUEgV5GxfoOZyArz { width:10.125rem;height:8.4375rem;top:2.3125rem;left:3.1708984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Frq8ooNUu3rhWkbUALI7poTpkS1put { width:17.5rem;height:3.4375rem;top:7.5rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJsbdRAdapPXmTmKybdsyzTIgJJHXPDQ { display:block; }
 }@media only screen and (max-width: 763px) { #modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ { display:block; }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuBv9yWe7KbxzNGFha3ptTXr7OTHNgX2 { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0OAqWJseaKsh0RJGEGO6lHq5oPcDpsi { width:22.5rem;height:5.6997rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz61Wnqxn6XtNA6cDb4B90gtvQETJOPS { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySpv9l54EQS3fvEH96hfvV5fZxHkGykM { width:10.125rem;height:8.4375rem;top:2.375rem;left:33.2958984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO6083yvPwvP2MTXN47OBd7m9eFBM47w { width:17.5rem;height:3.4375rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToqvB3K8phrxCbhMyK8WyoDVCUdloqU9 { display:block; }
 }@media only screen and (max-width: 763px) { #AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg { display:block; }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg > .row .container { width:47.75rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AC8NGSNatgy4vAq3NraKHw4uhBgmpZbT { width:22.5rem;height:1.4624rem;top:0rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrTbFiV0fTtFMh136Cf1yWw8gAmf2qIr { width:22.5rem;height:5.6997rem;top:1.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDaVtuTi2VuqJTg6r5My2Ti08DwA3Zo2 { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJVdBbET8aUmuGhPnAGJHeXx5mWKGXkr { width:8.5rem;height:8.5rem;top:1.6875rem;left:4.3583984375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utpwRE9hLpVnGFzNfb1RJi4xGHFIVr12 { width:17.5rem;height:3.4375rem;top:7.5625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgEfdkT2LIpdTM29lkWp7h18KQEqvvA9 { display:block; }
 }@media only screen and (max-width: 763px) { #oLObNshksDTtXIkkAXQQr2rPxi5B5GEH { display:block; }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH > .row .container { width:47.75rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXSLTCDOqgkVN3agyU5WQfx8llPUC2MS { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP4DXUxMEVxUuLTB46SPXvkhVPsnDSZP { width:22.5rem;height:5.6997rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6N5PoqUA8dEXJ4rxo4JMlOHZHJlnQJC { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJyeEmKa35D3ppL8XZRuiSMp1ZCuNwNR { width:9.875rem;height:9.5625rem;top:1.125rem;left:33.384765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNAD235dKuGiiSRV7t4DkRBlqAraSm7N { width:17.5rem;height:3.4375rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ2rBDacmZ28znCT5I97EnJVKB8912Is { display:block; }
 }@media only screen and (max-width: 763px) { #tm3WgUCfwZSrf5RaGpE196rX9HWqlQee { display:block; }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2mriKiddnKhl1RGPHvMsx1TcrGrbc4r { width:22.5rem;height:1.4624rem;top:0rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2idQ3FVtMzRTpITfvATDSPn1eS9m1kt { width:22.5rem;height:7.5996rem;top:1.9375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcfJbtVo7sPJUKzIaM3RBo4cc90dJSEU { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMBzdkmD1QPT68y7O5oTiM84SteaIow3 { width:15.5rem;height:8.625rem;top:1.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtB8l8lakkhHzASyq6E37TAHTzxtSHcb { width:17.5rem;height:3.4375rem;top:7.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGkwPexun2ZMMXwT1yfuHXrO4XLgmnUv { display:block; }
 }@media only screen and (max-width: 763px) { #sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS { display:block; }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEslUXrAZ9EARbcyaadCLZghWkMyxJH7 { width:22.5rem;height:1.4624rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO5GwHsR0fEhuqKFTySsLaH1sUVbIEnP { width:22.5rem;height:3.7998rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLSEhDKGeMgzuV6yl0d35kUgBkVN3mDi { width:0.625rem;height:0.625rem;top:0rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1wiwLgzqqscTWRCxzb0gVgRvCOVsJP5 { width:11.9375rem;height:11.9375rem;top:0rem;left:32.41015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEuh8fWgVsWbxQpyyvbkWBwBGL0y49P1 { width:17.5rem;height:3.4375rem;top:7rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7W6ZiIBIFtSbKJxZwi6KpKVRVPC4I29 { display:block; }
 }@media only screen and (max-width: 763px) { #rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 { display:block; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlPJ9cnVqraVpQFu5FtxlcDtOzrGzyi9 { width:47.75rem;height:3.25rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxd52I29wUtc6qdq9eT7PZOVGKg1UED5 { width:47.75rem;height:1.29980625rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9NeBgHlDiFq11ua6pXvSHUMVs48CiSc { display:block; }#y9NeBgHlDiFq11ua6pXvSHUMVs48CiSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeE8RyekTBeMuBlq5QOe8yyOJsfBPQw5 { width:7.375rem;height:7.375rem;top:0.8125rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFeNWXHhV1LaoZIcH3fL0m4KtSTMPoJm { width:6.875rem;height:6.875rem;top:1.0625rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIeNGQScZfTBSR64Xo6rVbizacpHZwSU { width:6.6875rem;height:6.6875rem;top:1.1875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFWvE0Pk0OyazGMhWqPa31HLGJGoOSOq { width:7rem;height:7rem;top:1rem;left:38.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S { display:block; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcPGzU3kfhXqOCRW5BLz8Z4TzHH3N5Ok { width:47.75rem;height:4.38720625rem;top:4.875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnkQvmB38eNkTRDlu8BexMqIMCOu3iQX { width:47.75rem;height:2.4375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ  { width:17.5rem;height:auto;top:15.75rem;left:13.6875rem; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ {display:block;}#obJH5oWMH2w2NczusJv3tnFSb1brbipJ { width:17.5rem;height:auto;top:15.75rem;left:13.6875rem; }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #a2W2ChtCpe6sTwzz4vFIgIlwEPTPOeJ1 {  }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #VQ3hWTI1wJAI7O4hKSNuIThd40QSJaBd { display:block; }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #sR4zyVpWHgLtbsCDDX1PIuB1ApJ8ozi1 {  }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #cc6TcKpuxQLkWt9ZBaeJt1LhTNX0apH8 {  }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #WkqVKvV9PAhGNzlas4Q4C8oQeTHVfTQt { display:block; }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #JzbrSWmCcVArm5dmM5QL5ASwJ4JEhpLQ {  }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #Nwt2TEfzRRJsNJntiwPVo8vFhNRHdGGy {  }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #va3vtNPlgBnIxbLH87TBdy725hyqAAlm {  }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #HdTXcpekIOPnfmrDyPUzE3I4v4Eccrcw {  }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #HSR2J7dM70XDLeFRJzxuRhOpMgHbX0rW {  }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #N2hAAyM5NUTwAuanWp7TcpdN0ke6V0Wn {  }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/25b83b4a7b895eafe8d7/pictures/a84cea48be076f817e794abc347982b8.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row > .video-iframe-container { display: none; }#NX3pPOGAx0ic4sC5wtAD0H1JDal5r9FN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pg4ckrUtiCE/unsplash/syed-ahmad-pg4ckrUtiCE-photo-1599556021357-4d06fb44f639.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax.adaptive-delivery-prevent-bg, #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax.lazyload, #vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax.lazyloading { background-image: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { background-color: transparent; background-image: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container > .video-iframe-container { display: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row > .video-iframe-container { display: none; }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .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); }#vVNOAuLMTrT3OHx0BUpyON5V22fMM9ax > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1akAE2xKsMzUrQDf59IlCgKOWvHfof2 { width:20rem;height:3.57470625rem;top:2.75rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E8NxvpWdATef76LfhXNTaUOn2oeeXBuf { width:20rem;height:5.84911875rem;top:6.32421875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LZRJBD6ANVKl9rDQbdFEdpoJThWKtLfB { width:20rem;height:3.8496125rem;top:11.85986328125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ovgn5tDDp2i3DOMHLsJJhQf68GuTUMqb { width:20rem;height:4.1875rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFRIiU11aOXhLiZ4nTVlLxcpzXpBKhZa { display:block; }
 }@media only screen and (max-width: 763px) { #zTlXR03RZZNX6fuCCKJulgDlQMaRLqnN { width:20rem;height:4.1875rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVhHbbpEkNRLZccMHoWGGpfzwTzmZSTP { display:block; }
 }@media only screen and (max-width: 763px) { #i2HqedHwI0Oef8dqrvKc8eFfT6U5T6lH { width:6.4375rem;height:4.75rem;top:30.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq { display:block; }#iUNBGI0MUb0OWzZ6L4OJW9JCG1o2HXiq > .row .container { width:20rem;height:68.47265625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OoyVpZINPoGmUBE00xd8EGhv43K7M4Hu { width:20rem;height:7.3125rem;top:0rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adeBAzad9K494IlRRH9vTc9k5nFxAthG { width:20rem;height:9.0986375rem;top:8.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BV5mbM0SU0c82CE9X1n0V1uG1SgB9fJH { width:20rem;height:25.6464625rem;top:17.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #n0knrTcE4iI37zd1aT0f6pTMggAZByoI { width:20rem;height:2.4375rem;top:37.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kedXM5rMuucTdMft0arBQ6uSx0OkUNrr { width:6.9375rem;height:6.9375rem;top:40.125rem;left:6.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nbRnwKqBgGkURa0ImK98LDwXnRaDVGKq { width:20rem;height:9.09861875rem;top:48.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dZMVzz0hHOTDNLTHszcLR4bfdSfJXU6l { width:9.5625rem;height:5.5rem;top:57.91015625rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvhhNTT1ELAvbkTrUxtCMCLGvhMO9dA2 { display:block; }
 }@media only screen and (max-width: 763px) { #X5WR5icrqnTN4xJp2I0sPKENt0IhvKgq { width:20rem;height:2.5625rem;top:64.66015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od84EisDH7VE3kBoinw6BZTugAnP3xET { display:block; }#Od84EisDH7VE3kBoinw6BZTugAnP3xET > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbDgfg9ZmLA3fkHbB0smGH73vUSb2WMM { width:20rem;height:2.4375rem;top:1.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xsTMdB25g9rQZ6c0o77WiESuOOOdxtuB { width:20rem;height:5.8496125rem;top:4.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NiU9qzaUtxA1lilGmaWqqP8xsdolc87d { display:block; }#NiU9qzaUtxA1lilGmaWqqP8xsdolc87d > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLdeA9BElTKH1Sr5A3rTTun4e0SysXdO { width:12.5rem;height:12.5rem;top:0rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuG5o6TRSeUrEfUWfZPEev8WAZJTqwhs { width:19.9375rem;height:1.29980625rem;top:15.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ErEe6kzRsOdJhSU9etOxk0IBT6AiAgeW { width:19.9375rem;height:1.29980625rem;top:17.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #itk7vuXtHnrei1LeseoTR2x6ixlTJrm0 { width:19.9375rem;height:1.29980625rem;top:36.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OR1TOvCKtiPygHnsfkf4Wz3OVO1WVZHD { width:19.9375rem;height:1.29980625rem;top:38.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yc86AkxF6d01p3f2PKWDViiqIa63qq2z { width:13.75rem;height:13.75rem;top:21.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrodvRLcN26T5QNLzWqmEG9cmE0Rf65x { width:18.125rem;height:13.625rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #upQRGPGLzhpekk7FZzfiTdD8DUeeLgux { display:block; }#upQRGPGLzhpekk7FZzfiTdD8DUeeLgux > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QaOhMqfPTpEaBxslcrfSIFmTZaSThhe6 { width:20rem;height:2.4375rem;top:3.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPCscobHHOJFydsTNBGnsIfCyE6WfzSg { width:20rem;height:5.199225rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm { background-color:#eeeeee;background-image:none;display:block; }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm > .row .container { background-color: transparent; background-image: none; }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm > .row .container > .video-iframe-container { display: none; }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm > .row > .video-iframe-container { display: none; }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm > .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); }#bzemTDbpxBe5TsFTtU9lPuIPBaWKfzfm > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVmPL9EPTyqlnLN0QgIcwWfZs9fwesTA { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FStTr6Egme4TTBqfttVFe5ULfKHiGQcA { width:18.75rem;height:13.2993125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #guLzuKuWLtGK9pdTEOzq0KyOdJgU8nsQ { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TA5lkywVop8cOV4012LrHdsgNfPTm2tu { width:8.5rem;height:8.5rem;top:17.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwZUQnJgdln1fTENrq8Oi7BWflnf1q8l { width:17.5rem;height:3.4375rem;top:27.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXd9RFT5R1lKOMurhRfMRBtdFqF9zWVx { display:block; }
 }@media only screen and (max-width: 763px) { #Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF { background-color:#eeeeee;background-image:none;display:block; }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF > .row .container { background-color: transparent; background-image: none; }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF > .row .container > .video-iframe-container { display: none; }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF > .row > .video-iframe-container { display: none; }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF > .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); }#Mw5NELTEf5CJKXLb7DwsOs7J2U5KAkXF > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7nmheedEZiJUr4ouUDh2uT5Lc4LAs2K { width:18.75rem;height:5.8496125rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6HRsfpvEStcRqXvkbh9J0cO4dl6Naff { width:18.75rem;height:15.19925rem;top:6.11279296875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qhtd550HqEQUuVWQWOlvA2nQP91JK86J { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cF0xGGLgAlMAdTvl1z317ksv58Qq7mdh { width:7.125rem;height:7.125rem;top:21.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uEONGUohX4gRTQzTaXTBrN37utZNgRxn { width:17.5rem;height:3.4375rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyQRbGb3awOqbTKxvDTPpTVz1QK2GNRz { display:block; }
 }@media only screen and (max-width: 763px) { #Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 { background-color:#eeeeee;background-image:none;display:block; }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 > .row .container { background-color: transparent; background-image: none; }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 > .row .container > .video-iframe-container { display: none; }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 > .row > .video-iframe-container { display: none; }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 > .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); }#Hdt3HLLQc41zmRaTul16KwNtP1FCGK89 > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wsL25x8I5a06araDyTnWkwc49XhGPLn6 { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D2rp81mNPTn8StcbkLC3dNyoNOgvNNSM { width:18.75rem;height:13.2993125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbtKTcewObzhSKFFK8h50EA1RbHgHm9b { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wLLg0Qvqo3JU4ThIBztESbRUHrNTFTJM { width:8.5rem;height:8.5rem;top:17.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #chmg1aA0vqbAlKtO1lDtocVEUVh8zXaX { width:17.5rem;height:3.4375rem;top:27.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sqpk263U5T0zzQm54flwEar5X0HUeNie { display:block; }
 }@media only screen and (max-width: 763px) { #QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 { background-color:#eeeeee;background-image:none;display:block; }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 > .row .container { background-color: transparent; background-image: none; }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 > .row .container > .video-iframe-container { display: none; }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 > .row > .video-iframe-container { display: none; }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 > .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); }#QRz3TPVqV6d5VQt2BccrTWoOKQsh5oZ7 > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWTQeqGENfpxMZGEJfUqQG3BK8mi9oTt { width:18.75rem;height:5.8496125rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpNuaT15LwbiTxrUQQ85HRWp3oce2O9z { width:18.75rem;height:15.19925rem;top:6.11279296875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J5BSDATIZ07VUxUOIJUVtT6doKFe0cgX { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMLdrV6nEsa2ZiW4JrUEgoqEgaxvuMAo { width:7.125rem;height:7.125rem;top:21.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #b0l9XToh5V1Juk5S1dEsrdFCkiCzmcht { width:17.5rem;height:3.4375rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWVFrI7ftUkZZZVmkWEqeFcSfJshdhn6 { display:block; }
 }@media only screen and (max-width: 763px) { #pzh2AGdaRaeM7akosSVy524h6PcXQVJN { background-color:#eeeeee;background-image:none;display:block; }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN > .row .container { background-color: transparent; background-image: none; }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN > .row .container > .video-iframe-container { display: none; }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN > .row > .video-iframe-container { display: none; }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN > .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); }#pzh2AGdaRaeM7akosSVy524h6PcXQVJN > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fix29rw3blHQPHFb4zhrRO6GAdr8VWyv { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwkeupdsTnpB9ZvilTcA7NGZdG6Uw0Th { width:18.75rem;height:13.2993125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gklArTFOoanIcLIKRCcAVfzORcfaLQ6X { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeN3J8cq6BAVLivyNU6tEKUNOpMLZKlD { width:8.5rem;height:8.5rem;top:17.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o71K3KoRvNIvIJ9w2pzzuT7N2fTQwSHJ { width:17.5rem;height:3.4375rem;top:27.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1IOHoKFHa5g40U65RxcnbGzM7RUu3sy { display:block; }
 }@media only screen and (max-width: 763px) { #HXD112TZaKvmtJA7kEEdMbkEoxAHvknE { background-color:#eeeeee;background-image:none;display:block; }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE > .row .container { background-color: transparent; background-image: none; }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE > .row .container > .video-iframe-container { display: none; }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE > .row > .video-iframe-container { display: none; }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE > .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); }#HXD112TZaKvmtJA7kEEdMbkEoxAHvknE > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMglZczkcMdPxNtEAzkNiuuvPZgn4gUV { width:18.75rem;height:5.8496125rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G4OZToydJC8muUJ8gAnBJdRGhJoV0zBH { width:18.75rem;height:15.19925rem;top:6.11279296875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oqP6n11wTRd18QThQXa3fk4nGNiv7iOF { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0tn1W29tsKx3M59TFxHhJhiJ8TPVuim { width:7.125rem;height:7.125rem;top:21.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ulAqGvxu13LAwTuTWTCstW0ZVfUOgXiz { width:17.5rem;height:3.4375rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX8dU1ysqoswrSldnfLNOsGaidlB4UJd { display:block; }
 }@media only screen and (max-width: 763px) { #ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra { background-color:#eeeeee;background-image:none;display:block; }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra > .row .container { background-color: transparent; background-image: none; }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra > .row .container > .video-iframe-container { display: none; }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra > .row > .video-iframe-container { display: none; }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra > .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); }#ZsEnzC7dfE1ePVULUpepiX8Ta2Xovhra > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I51BFfX9RJeVErrycVyocvxdd60RbXOf { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yFoRrIMkuFoTF08HLi0VRbQ0XBFr3e8M { width:18.75rem;height:13.2993125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DnyS3iRVWT1JTly4bdcR4oGHqQpdvOmi { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FhoATEFd28pwNAG0AozZa8K4GcszqxMJ { width:8.5rem;height:8.5rem;top:17.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZDcCnfwyh5IuZ7sidkRsPrbATT63Hi8 { width:17.5rem;height:3.4375rem;top:27.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc7I6mBmTKD7dnwvo1I4xv36TAx8zTCC { display:block; }
 }@media only screen and (max-width: 763px) { #i6NKh4QazVTgXfshBnKCmgxODrgZfgyf { background-color:#eeeeee;background-image:none;display:block; }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf > .row .container { background-color: transparent; background-image: none; }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf > .row .container > .video-iframe-container { display: none; }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf > .row > .video-iframe-container { display: none; }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf > .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); }#i6NKh4QazVTgXfshBnKCmgxODrgZfgyf > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHovuxeSKthQzBho5pIUevwUGUkKS8Uz { width:18.75rem;height:5.8496125rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wt8un9COM4LsxiZlcWC0n92Hg7vRZO1y { width:18.75rem;height:15.19925rem;top:6.11279296875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zoOX3glfw7AwQW7neSWmE9a23gquOrze { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXDvMGTETaMny0tpAzvVL0cbzB8vz0SI { width:7.125rem;height:7.125rem;top:21.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tAkzNMz8gxdZesnJoMcgFyb0V6bI6K5l { width:17.5rem;height:3.4375rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKLxcL6fg5iXWLETkvT1vNhib3GXViCO { display:block; }
 }@media only screen and (max-width: 763px) { #vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC { background-color:#eeeeee;background-image:none;display:block; }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC > .row .container { background-color: transparent; background-image: none; }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC > .row .container > .video-iframe-container { display: none; }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC > .row > .video-iframe-container { display: none; }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC > .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); }#vo6ToAJHFT4A1hpTGHwHvcPmESUqLwJC > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOU9mtVCgM5Sps10S07ZMQeHqVdG8bA4 { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m7UFdL3b0Gd7EidxSx3wIxTTqQqk6LzZ { width:18.75rem;height:13.2993125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zmT3PGdDEPw8IC5HV8FyUvxHgh0IxT96 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykmoNtUQsCI0tiQe2DEtAiPiLRqoW49H { width:8.5rem;height:8.5rem;top:17.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkqVlPEKx8ifep5zFD9vGvu8K7JobbWz { width:17.5rem;height:3.4375rem;top:27.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBaBs2SbWhpWJoW3VpasD5bmsS5VyEUa { display:block; }
 }@media only screen and (max-width: 763px) { #Grg4qaCge26QGWdiGzW303m6zWeficBa { background-color:#eeeeee;background-image:none;display:block; }#Grg4qaCge26QGWdiGzW303m6zWeficBa > .row .container { background-color: transparent; background-image: none; }#Grg4qaCge26QGWdiGzW303m6zWeficBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Grg4qaCge26QGWdiGzW303m6zWeficBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Grg4qaCge26QGWdiGzW303m6zWeficBa > .row .container > .video-iframe-container { display: none; }#Grg4qaCge26QGWdiGzW303m6zWeficBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Grg4qaCge26QGWdiGzW303m6zWeficBa > .row > .video-iframe-container { display: none; }#Grg4qaCge26QGWdiGzW303m6zWeficBa > .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); }#Grg4qaCge26QGWdiGzW303m6zWeficBa > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cPVytJcQKTo35r6KRgqTd4wI0TN75qTl { width:18.75rem;height:5.8496125rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToqaKsaz9UTK1HSlhAo3iR2ghsK7Ki5e { width:18.75rem;height:15.19925rem;top:6.11279296875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SnENkbH3f8T2Cwbdd0T0DNPL3KGfz3aV { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5xDenWtc00L6RiD4BU8Sh0Shc2DIG4P { width:7.125rem;height:7.125rem;top:21.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kpiRUgGB0fspBCSTyrhb5dR1Wr8WAzgs { width:17.5rem;height:3.4375rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1weAt7sG0nlJLAZZeetnXh5AIJPwpmv { display:block; }
 }@media only screen and (max-width: 763px) { #QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z { background-color:#eeeeee;background-image:none;display:block; }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z > .row .container { background-color: transparent; background-image: none; }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z > .row .container > .video-iframe-container { display: none; }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z > .row > .video-iframe-container { display: none; }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z > .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); }#QzVIuxnF6Ry9vNfeFlwa3mxAkJQqmE8z > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKmetUauoHdTTTbD0gLh8LJcPMRWzfFM { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9pZisRkDWa3Hhn0fXcNUl67HtuTR3iU { width:18.75rem;height:13.2993125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #if1mtwrqH0xM2lfQ5ObUOAwJmBGKydKb { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRA6FQnTgSXFoQGKm2m1I6a9FdxnXUMS { width:8.5rem;height:8.5rem;top:17.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGgVRryb5wOwP5DNPd1GdCcZD92eBPyp { width:17.5rem;height:3.4375rem;top:27.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG7342ziaSuIJDr6OPhaZMU4XUPt87kb { display:block; }
 }@media only screen and (max-width: 763px) { #sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN { background-color:#eeeeee;background-image:none;display:block; }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN > .row .container { background-color: transparent; background-image: none; }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN > .row .container > .video-iframe-container { display: none; }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN > .row > .video-iframe-container { display: none; }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN > .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); }#sQmDRxqgg4NTakRsX3hpk9Le2MU9RxnN > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INJfmfCTHktKLQuK3Mk8n1tWNSgTxZRK { width:18.75rem;height:5.8496125rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l65zVeiAQVTeiUV20OFTXQPuDEvNQ2ZV { width:18.75rem;height:15.19925rem;top:6.11279296875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JygXXoT8wbqIT4Cw77bdmbAUsmoqy9tK { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwdwFEkiJGf4eemvMAxMUIedpwRAEUbb { width:7.125rem;height:7.125rem;top:21.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OWCL98zdXFVkuvHhOclQmDMB7uxn5CEE { width:17.5rem;height:3.4375rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5C0PThwxwDNtZkDcz24uCDd1X19cIrM { display:block; }
 }@media only screen and (max-width: 763px) { #xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ { background-color:#eeeeee;background-image:none;display:block; }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ > .row .container { background-color: transparent; background-image: none; }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ > .row .container > .video-iframe-container { display: none; }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ > .row > .video-iframe-container { display: none; }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ > .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); }#xMS4LUcT8Ld1O7GfJPQBhqvEksvbmhxJ > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdH9xiFnxI9J4VCFcE46EsT5z7X3wWVQ { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MWkNQEVy8R5iAzezp9qRKi62pwLRynss { width:18.75rem;height:13.2993125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bkFHACbWbWnmdCZ0RhH2z4voUSA0XuwL { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AtI6IV3qcaHUTCeIimxOZiqg0somGFKo { width:8.5rem;height:8.5rem;top:17.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKGZT4lNpyWTizeBAiPwmWC4P0ggkye0 { width:17.5rem;height:3.4375rem;top:27.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJbcJlEXJZsODTl0PTKoU37e1de8Th8f { display:block; }
 }@media only screen and (max-width: 763px) { #AszpzTyXv79olONFcnayVJeQH7KV0LUo { background-color:#eeeeee;background-image:none;display:block; }#AszpzTyXv79olONFcnayVJeQH7KV0LUo > .row .container { background-color: transparent; background-image: none; }#AszpzTyXv79olONFcnayVJeQH7KV0LUo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AszpzTyXv79olONFcnayVJeQH7KV0LUo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AszpzTyXv79olONFcnayVJeQH7KV0LUo > .row .container > .video-iframe-container { display: none; }#AszpzTyXv79olONFcnayVJeQH7KV0LUo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AszpzTyXv79olONFcnayVJeQH7KV0LUo > .row > .video-iframe-container { display: none; }#AszpzTyXv79olONFcnayVJeQH7KV0LUo > .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); }#AszpzTyXv79olONFcnayVJeQH7KV0LUo > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrsqCCZpzdvp2Ro0TT413bU9ylQcThW5 { width:18.75rem;height:5.8496125rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5GfiTQyn2dsTWLuwgbpo1PoMhaVPR2a { width:18.75rem;height:15.19925rem;top:6.11279296875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgqgN3RTDPpLy870nQVWthocTJyQ0Kvk { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXs5h7vilVhuETyzaeGrFlCIscOBr74t { width:7.125rem;height:7.125rem;top:21.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NLeEuJch7tOR60KEkKnI9s7i04sBDVSF { width:17.5rem;height:3.4375rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elruiLWkbWqyQmqTl7MO7hkwDTsx6MRI { display:block; }
 }@media only screen and (max-width: 763px) { #rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp { background-color:#eeeeee;background-image:none;display:block; }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp > .row .container { background-color: transparent; background-image: none; }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp > .row .container > .video-iframe-container { display: none; }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp > .row > .video-iframe-container { display: none; }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp > .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); }#rW1OWA9iClf7H0DSgLi4bVt2xJvUaOZp > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q8Qmk8h922SXV3d0ICbic5wBdJlcDCtJ { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPcfsdJZkmRBNKS9HmpR3pfs3dZ0BfMm { width:18.75rem;height:13.2993125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBnJb43W8tvsxAyv12yp1iORWJ9ezyg4 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlT4uHO3CFNKiykXLx4F1nnATWoC4QUr { width:8.5rem;height:8.5rem;top:17.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc2UkK9qMKk4tVkLT4oi8rGqd6nAubkn { width:17.5rem;height:3.4375rem;top:27.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RghBUrPLx2ZfLqsU3iKgeGoKkT55nd5V { display:block; }
 }@media only screen and (max-width: 763px) { #BgEwcvreRk89nWkbiVgQGXwxiZylaaOT { background-color:#eeeeee;background-image:none;display:block; }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT > .row .container { background-color: transparent; background-image: none; }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT > .row .container > .video-iframe-container { display: none; }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT > .row > .video-iframe-container { display: none; }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT > .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); }#BgEwcvreRk89nWkbiVgQGXwxiZylaaOT > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IrUi89SIIr1ldpbmXe5OUk6AiDEe0ReG { width:18.75rem;height:5.8496125rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AhCRzTdrKR9EzOukWlGpASTHu4kOfWue { width:18.75rem;height:15.19925rem;top:6.11279296875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yuvAdHATHJXUMEl8HZBKg6NcZisJPrTO { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y7ux6zWTbHQSRO4UHEGKcwRlii8zu3BQ { width:7.125rem;height:7.125rem;top:21.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LECI6f4XxaQctJn7ZZ1boHkw8Ticpzps { width:17.5rem;height:3.4375rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7KlIQWxX5D0AARe3TIRxMMQhli4A2xK { display:block; }
 }@media only screen and (max-width: 763px) { #LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x { background-color:#eeeeee;background-image:none;display:block; }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x > .row .container { background-color: transparent; background-image: none; }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x > .row .container > .video-iframe-container { display: none; }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x > .row > .video-iframe-container { display: none; }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x > .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); }#LwbK0xW7gUHzLTghRvCU7aFZ0xxXqO0x > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sEyRymEIbDwFropXI7sQL4ZnH658U8hX { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #epdBdlv1pqacwpCkaMezeMByyZiUa8T5 { width:18.75rem;height:13.2993125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmboMt7r7nkQOm8NfD3hPBTMUx1oeHuz { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xOh2ac5wUDufUgJElKFmXUmdkWD5kfHl { width:8.5rem;height:8.5rem;top:17.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOXRaxK3D65sRmoAcJ2g65qb6PfiLtmB { width:17.5rem;height:3.4375rem;top:27.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #duNBK2lEWVmG07Xr3Z4029vfC2yDv1hK { display:block; }
 }@media only screen and (max-width: 763px) { #beUKoI1mScUHdchg6zTEfDmW5radws93 { background-color:#eeeeee;background-image:none;display:block; }#beUKoI1mScUHdchg6zTEfDmW5radws93 > .row .container { background-color: transparent; background-image: none; }#beUKoI1mScUHdchg6zTEfDmW5radws93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beUKoI1mScUHdchg6zTEfDmW5radws93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beUKoI1mScUHdchg6zTEfDmW5radws93 > .row .container > .video-iframe-container { display: none; }#beUKoI1mScUHdchg6zTEfDmW5radws93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#beUKoI1mScUHdchg6zTEfDmW5radws93 > .row > .video-iframe-container { display: none; }#beUKoI1mScUHdchg6zTEfDmW5radws93 > .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); }#beUKoI1mScUHdchg6zTEfDmW5radws93 > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5w343wuXJdS92cOGvTIVnqGlFenqRxQ { width:18.75rem;height:5.8496125rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVzd2aoTRBaT9WZXQeKJMAHUiJU5pNeS { width:18.75rem;height:15.19925rem;top:6.11279296875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JWmUJEVuRWpuuKTzxs63iTvuLKaxWo9o { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOtGLcdzXrwrTDUFW29SoBK5pMlFuFla { width:7.125rem;height:7.125rem;top:21.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rHKz396SdFgQAsJnLew8EPXv81bNbTKL { width:17.5rem;height:3.4375rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7fshNrIa5gdPswuoFb2DbfSRdDmTeQg { display:block; }
 }@media only screen and (max-width: 763px) { #FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL { background-color:#eeeeee;background-image:none;display:block; }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL > .row .container { background-color: transparent; background-image: none; }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL > .row .container > .video-iframe-container { display: none; }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL > .row > .video-iframe-container { display: none; }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL > .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); }#FGR8s5GfcwlWIEeF5QI1C3fm3yi1sHoL > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJT1QNId4Ne9QnVgIZ8grp82mC7Kb8Ss { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSuCkbpM2hvKX6JketGldJTTUnF9npsN { width:18.75rem;height:13.2993125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oruRdGoJhnk8vlKuqN0ndJ7gSwHX0usp { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cco2wI5l2Dvy0hWzm0TKrqBkk1rQw9pK { width:8.5rem;height:8.5rem;top:17.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Pq7bnTOAC4J2AF1E64SNgZ6Cu1p8U4 { width:17.5rem;height:3.4375rem;top:27.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPB9KHpCEftKGHFR8aD1aT6dwdoXOuWw { display:block; }
 }@media only screen and (max-width: 763px) { #gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq { background-color:#eeeeee;background-image:none;display:block; }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq > .row .container { background-color: transparent; background-image: none; }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq > .row .container > .video-iframe-container { display: none; }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq > .row > .video-iframe-container { display: none; }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq > .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); }#gmDCTOOJNl2CeCbFiwXvOA3HZW03IAIq > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glLTL2ZhgLm7c2kdhSvBFRSzrQl0vGLb { width:18.75rem;height:5.8496125rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #om0HkTUWtDh5Oolv8bl3i9UhoA8p1kdZ { width:18.75rem;height:15.19925rem;top:6.11279296875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcWaDMTwWXixwZogli320c7RHhH2zwtA { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LtLSbgDfl0fXkUnpCgay39oMrlwXCipK { width:7.125rem;height:7.125rem;top:21.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AcwS8LzxFIZvnSssCgdt2Td0NhBa3vbr { width:17.5rem;height:3.4375rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucUz7pogILcREw86QZxT1L6WBzBx5hLv { display:block; }
 }@media only screen and (max-width: 763px) { #qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c { background-color:#eeeeee;background-image:none;display:block; }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c > .row .container { background-color: transparent; background-image: none; }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c > .row .container > .video-iframe-container { display: none; }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c > .row > .video-iframe-container { display: none; }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c > .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); }#qhwyDfE9ptBgysBNDZP60VwzQ5ziQV2c > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nKTbGw5AptSNmilqeS5gcPmO7ffsg24s { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLNdL5mxCEE37yl4AXiOwomw4v08BBWJ { width:18.75rem;height:13.2993125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bW4dKDDTPiSf4JQbBvQNX2FpTx83AR46 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hat7N0yRDdMf6JyrQuQA9iqQVOpkLmh6 { width:8.5rem;height:8.5rem;top:17.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiJArVy3TGSZoNpCvPiEifm939ODTDn8 { width:17.5rem;height:3.4375rem;top:27.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW2PuLExF54qcnOwyAIOgITa7mt58odq { display:block; }
 }@media only screen and (max-width: 763px) { #rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD { background-color:#eeeeee;background-image:none;display:block; }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD > .row .container { background-color: transparent; background-image: none; }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD > .row .container > .video-iframe-container { display: none; }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD > .row > .video-iframe-container { display: none; }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD > .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); }#rR96xhOWyv7k0pvJQaEGKR5stxaMxZhD > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BXJR3Win7sGTakOC1aXERRUhkEFvBxJp { width:18.75rem;height:5.8496125rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ngXWTnTQriVIAcuZ76xe8a6rBcE5bBQX { width:18.75rem;height:15.19925rem;top:6.11279296875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oti9JgvuRuonNJaC5xmTXXKMWP9E87ym { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TA1t7mFhHnz7O4G1VrnV9OTFDDBF7xFD { width:7.125rem;height:7.125rem;top:21.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dBur8y7vS0ZPPl3Vk56g6oKOtSxm3Car { width:17.5rem;height:3.4375rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN0iiGH5txaVTV54y1cI4yFJwvTwkeFy { display:block; }
 }@media only screen and (max-width: 763px) { #MsF4E8da8lnUkA3we6LVHDd41GbTiNNB { background-color:#eeeeee;background-image:none;display:block; }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB > .row .container { background-color: transparent; background-image: none; }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB > .row .container > .video-iframe-container { display: none; }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB > .row > .video-iframe-container { display: none; }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB > .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); }#MsF4E8da8lnUkA3we6LVHDd41GbTiNNB > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mT750lmxLu4bTGotJzeXGyotMqeqMcf5 { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIlEUi5yKceu9o796GXTsNTJgi3lCLPt { width:18.75rem;height:13.2993125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eoIaxTONLRoOMtNGq7fk8BhuV8N0tXp9 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvLMrLZy1dPwG9PgTzISirdtCJVWLlTK { width:8.5rem;height:8.5rem;top:17.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuTHZttXoFkoHMsNwoMSZ6I135r8aJHm { width:17.5rem;height:3.4375rem;top:27.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yB2vsWnT65T1evINEWHNr4i3Ii2kt74t { display:block; }
 }@media only screen and (max-width: 763px) { #eRuEa2G2zWWb8CTnronWleb2mZf1ug4J { background-color:#eeeeee;background-image:none;display:block; }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J > .row .container { background-color: transparent; background-image: none; }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J > .row .container > .video-iframe-container { display: none; }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J > .row > .video-iframe-container { display: none; }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J > .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); }#eRuEa2G2zWWb8CTnronWleb2mZf1ug4J > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1maDZZhkGP7SlbTTir5gBtyVKNOlcQN { width:18.75rem;height:5.8496125rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofBo9fgICDRaqaucuka3BmbSqae92atb { width:18.75rem;height:15.19925rem;top:6.11279296875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUIUQo9nzAuGgAN4vaoH19TkXwyorWX8 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vOWSwAw48L6EpABTmKIlLMGzJU4qpNl0 { width:7.125rem;height:7.125rem;top:21.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ASLndBJsVCu0N9lfvVlTSAQb0BEz7KL8 { width:17.5rem;height:3.4375rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPTxTeTKvJOaUh83uh4zO4yshd6ClX1X { display:block; }
 }@media only screen and (max-width: 763px) { #ERJU85ZZltQDsEfkkms83ARSTEO8DvmT { background-color:#eeeeee;background-image:none;display:block; }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT > .row .container { background-color: transparent; background-image: none; }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT > .row .container > .video-iframe-container { display: none; }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT > .row > .video-iframe-container { display: none; }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT > .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); }#ERJU85ZZltQDsEfkkms83ARSTEO8DvmT > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y11aG8sGx3oViXbaviDNANPhMgTbXNme { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M1GyhyiLhQRHIKE4nyK3XBwo3Veodlwd { width:18.75rem;height:13.2993125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6p6sk7uJQnzv15Ep4SttvMP6qsBXM2q { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGzUPQAyCAKVIrVcSBCZUADbTO65h3zX { width:8.5rem;height:8.5rem;top:17.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm3DFnCtxBTObshSzZLEr5B037e1lwoT { width:17.5rem;height:3.4375rem;top:27.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owfVRMBs90V6o9cT7KtSDBRpxeQGdd3h { display:block; }
 }@media only screen and (max-width: 763px) { #CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM { background-color:#eeeeee;background-image:none;display:block; }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM > .row .container { background-color: transparent; background-image: none; }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM > .row .container > .video-iframe-container { display: none; }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM > .row > .video-iframe-container { display: none; }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM > .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); }#CfbN5XWm5HGhxT1FMR38mK2c5M5VHlyM > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Py1nWuh3KwbpELZG93z4WmxvoUXeUNWM { width:18.75rem;height:5.8496125rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zBy6lhfPIKunTxPWy0x7QMUnRKwSobJD { width:18.75rem;height:15.19925rem;top:6.11279296875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0fGutnUfK0GlbiN5sbgazNDaJom8sxy { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMF1ZGWWgUKdFPpMGKpoBIZUw1rkFbSS { width:7.125rem;height:7.125rem;top:21.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #umoItvIeTyNpdPBnzoq2PTb8gXld6FWP { width:17.5rem;height:3.4375rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5AATy33HWzkPQ9soRld6f3ViASBQMLP { display:block; }
 }@media only screen and (max-width: 763px) { #bIVBpnvgMcGpe2hTn6K10zrExhfvLkce { background-color:#eeeeee;background-image:none;display:block; }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce > .row .container { background-color: transparent; background-image: none; }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce > .row .container > .video-iframe-container { display: none; }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce > .row > .video-iframe-container { display: none; }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce > .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); }#bIVBpnvgMcGpe2hTn6K10zrExhfvLkce > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zvpc7ZqCuLoumm68MCt9sSBhHRyBoVIN { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XqSIELP169MuCNa7T9ecTSwwWcCGVPfu { width:18.75rem;height:13.2993125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H11ATtGTZZ5ZRT33FkAHoqcv98p298mn { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o2QpTS1zSXKpJ73irQJ8ekQtJmT2fNrN { width:8.5rem;height:8.5rem;top:17.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr8XnESUe1zGoiMf6Gr0ovtqI4DzsTL2 { width:17.5rem;height:3.4375rem;top:27.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPuWsuHdkdXvl6zhcfx6pT6FSBOMgezQ { display:block; }
 }@media only screen and (max-width: 763px) { #NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 { background-color:#eeeeee;background-image:none;display:block; }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 > .row .container { background-color: transparent; background-image: none; }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 > .row .container > .video-iframe-container { display: none; }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 > .row > .video-iframe-container { display: none; }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 > .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); }#NcL99F9hcy8KpyeZnT7yDEcqrIDndpr8 > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJNg0sSb0asS2I1xcbKqQApC7WMtDmZP { width:18.75rem;height:5.8496125rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxkTTtGlhiCvHzGb7IS9QR37qdMnlwUT { width:18.75rem;height:15.19925rem;top:6.11279296875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v6oRND2S3BxLTLFTDQP9QrsTx3IO7soJ { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uecr8dwTVC1yzmC8PWPqnlK0ZX6ZSFig { width:7.125rem;height:7.125rem;top:21.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WkUABwUF0v2rdadvlRbnqgmh7MCvzLxR { width:17.5rem;height:3.4375rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrc8qO66uigcr5IsZxf0y6HNzZ1DpCpT { display:block; }
 }@media only screen and (max-width: 763px) { #AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz { background-color:#eeeeee;background-image:none;display:block; }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz > .row .container { background-color: transparent; background-image: none; }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz > .row .container > .video-iframe-container { display: none; }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz > .row > .video-iframe-container { display: none; }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz > .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); }#AdbnPODFw3MKfVzvaTWB96ZWeA9Np1Vz > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uu10sZ0Zegb0LriQBsN32Z2iWN7b8EgA { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DyrIcBBRfSyeOPTVNzhCdVbz37e8fE45 { width:18.75rem;height:13.2993125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GpzsxVwW9wncrPQaTtWiLIZgNvGE8mpa { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #apu1FIzANCiVET9hqVhl03kD9Una8vR3 { width:8.5rem;height:8.5rem;top:17.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBxTtfheCC0sbA1PpCT12P9TkXDtzCJR { width:17.5rem;height:3.4375rem;top:27.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpHWxbGLTT7e0k2x0DVQBgGNAbHnubW2 { display:block; }
 }@media only screen and (max-width: 763px) { #W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv { background-color:#eeeeee;background-image:none;display:block; }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv > .row .container { background-color: transparent; background-image: none; }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv > .row .container > .video-iframe-container { display: none; }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv > .row > .video-iframe-container { display: none; }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv > .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); }#W9ViuclD74o6AJSz5LuPNb5Tzh0fUWBv > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3WrRIiSlviH3FsHWelSfcFeA19RlOJu { width:18.75rem;height:5.8496125rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnMzpWgLU5Qr82eTfSRKXne0TxcQ4dVM { width:18.75rem;height:15.19925rem;top:6.11279296875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2WVp4DpvrEVrxPRB4z2x8cF3PV0UUtX { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9xu2KpHQEmy0tMpVZxZgotrBapCUPvL { width:7.125rem;height:7.125rem;top:21.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xO4boqgECtzJSZ80XbfHGMFB6Ainbtl5 { width:17.5rem;height:3.4375rem;top:28.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #usOJVghBCyClXvs7iTP1D9zhK4hkSLCS { display:block; }
 }@media only screen and (max-width: 763px) { #nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q { background-color:#eeeeee;background-image:none;display:block; }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q > .row .container { background-color: transparent; background-image: none; }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q > .row .container > .video-iframe-container { display: none; }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q > .row > .video-iframe-container { display: none; }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q > .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); }#nMnTPEvRVrPLFHEVNMMNmNTKgb0RU49Q > .row .container { width:20rem;height:31.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dheE2kOIexf3ZP7G9k2v074FK7a1PDQd { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DCgKozV4tmRErI7czhHz2a0mT0WzslWt { width:18.75rem;height:13.2993125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKrlZox2M6smA1GHuHw3L7P1wcgFTtHm { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEVMyxnhLL2Z6LfG1gp4Jo8FVl8bxT2u { width:8.5rem;height:8.5rem;top:17.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv9NTiHkMazgrc0EbCcmXFFmT0qqHep1 { width:17.5rem;height:3.4375rem;top:27.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPiRX75VhG5FU6D8To6fTJ5oCCvsZMNL { display:block; }
 }@media only screen and (max-width: 763px) { #OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo { background-color:#eeeeee;background-image:none;display:block; }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo > .row .container { background-color: transparent; background-image: none; }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo > .row .container > .video-iframe-container { display: none; }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo > .row > .video-iframe-container { display: none; }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo > .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); }#OtGGrASbtBPiJIEJtyVQJSWBi6nglCHo > .row .container { width:20rem;height:31.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oAN8Wbrm8L7EcioN0sWhuZ11sHCWD2Fd { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k05Nd6NrhLARQbs8wnybKAgb8SR9ATei { width:18.75rem;height:15.19925rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PU6TM6pGramm7vpOsza0SMoAnAmUFF8K { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTCaPE4C5owq1EE99HITDiM84hJxXkVa { width:7.125rem;height:7.125rem;top:18.88671875rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T5XfJIPwoQaoieyOofkXuTfgPDRyxFXC { width:17.5rem;height:3.4375rem;top:27rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVvKzFy14DLBwQ3fCDdgWpKu2Tga1lTx { display:block; }
 }@media only screen and (max-width: 763px) { #TTk8TxEInITzTP1FRHws0gBUoNELWHd6 { background-color:#eeeeee;background-image:none;display:block; }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 > .row .container { background-color: transparent; background-image: none; }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 > .row .container > .video-iframe-container { display: none; }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 > .row > .video-iframe-container { display: none; }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 > .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); }#TTk8TxEInITzTP1FRHws0gBUoNELWHd6 > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rckVzI1Kv3H5OBirROPaB9NhZLIJPkba { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AZGLCg5gisX1P5rDf2b3mRbcRw0ADcTD { width:18.75rem;height:15.19925rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gl6swiuLrA4HxitmzEJ3cTiaJarT77Ig { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hokGsqE303u35q0U5pTRxztPC7Q71UXM { width:8.5rem;height:8.5rem;top:20.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybtP1zmHKM9JHQ6Sshd4JnWZJoCsibX1 { width:17.5rem;height:3.4375rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COphMDTsdhsTlERgHpcwXNkuAQi85ycH { display:block; }
 }@media only screen and (max-width: 763px) { #zBkK9usBGEmoXSmM7eW2eRFtro33U7ap { background-color:#eeeeee;background-image:none;display:block; }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap > .row .container { background-color: transparent; background-image: none; }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap > .row .container > .video-iframe-container { display: none; }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap > .row > .video-iframe-container { display: none; }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap > .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); }#zBkK9usBGEmoXSmM7eW2eRFtro33U7ap > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LkzS2zwtDDRb0RD5Zn6T6ssDIgTTf2WI { width:18.75rem;height:1.4624rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I492bZuxXkIfNGTM6K5xJt74ehTB2Eqa { width:18.75rem;height:11.3994375rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bUvig2JQwkCn1d8TvogDua3EVRwvsflL { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3FxQrZ8ULFtiad0kJR57S647aBl4Mvg { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NgEPJT4Kk4mGQNornVOVudUxtn7vpaPP { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt1m4m2mpdPsDnyavHg37gXO4RI6pMxD { display:block; }
 }@media only screen and (max-width: 763px) { #kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK { background-color:#eeeeee;background-image:none;display:block; }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK > .row .container { background-color: transparent; background-image: none; }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK > .row .container > .video-iframe-container { display: none; }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK > .row > .video-iframe-container { display: none; }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK > .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); }#kVIgvDW2AxOsq2NMtLnZzPHENLRQwVZK > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBMm71uhHIPLn5C5D53nte3dt0kFWE4k { width:18.75rem;height:4.38720625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OCLwnlfTut1i3A4w8sA3ZMGCBI46VRf9 { width:18.75rem;height:17.099125rem;top:4.38671875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LuVUntI8TPwkVzZS5fUnNKy4NXEfN1Mi { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gxv4NOBMSaE9IkASgtVqCpxGFVfr2tme { width:8.5rem;height:8.5rem;top:21.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMImJaLPqSh5HwyOgXOyuCd8fpP4Ik39 { width:17.5rem;height:3.4375rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trbzPVswImgX2KTHxl70B0JNDSWNel0h { display:block; }
 }@media only screen and (max-width: 763px) { #tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa { background-color:#eeeeee;background-image:none;display:block; }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa > .row .container { background-color: transparent; background-image: none; }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa > .row .container > .video-iframe-container { display: none; }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa > .row > .video-iframe-container { display: none; }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa > .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); }#tnu9Jm6R0J5GKUOQXuDyisVduCJ7rrCa > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zs9SgPiiFrPE7GgezW6MgDLXfB0hTKMu { width:18.75rem;height:4.38720625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5myInulnghSHhV3Po0exJvCVU22ZfIJ { width:18.75rem;height:13.2993125rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NI9a6d9r1q17iFIMrPzt4amRx6XiNe07 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bcdmRhOIsFCLBmQRIOu2UfA4ieor7xoJ { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vqQaibN3PHZb8IoNWs1VXOnJuAoPqTKD { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEmO8ugbB6LrBJ3By2QTlmDwGNVvRGP8 { display:block; }
 }@media only screen and (max-width: 763px) { #bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR { background-color:#eeeeee;background-image:none;display:block; }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR > .row .container { background-color: transparent; background-image: none; }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR > .row .container > .video-iframe-container { display: none; }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR > .row > .video-iframe-container { display: none; }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR > .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); }#bgf7XaNvkcvHmouqsTTc4TUNfHNurPLR > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FtMbgRBiXZXbNHW5oAhTpNRJcbWh54eg { width:18.75rem;height:4.38720625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yODreDQ1zfo39MtBGAiHwNAimyEknoP4 { width:18.75rem;height:24.69875rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jp0PawplCAPdssCyCyi4qCvNbexuE7bb { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #baovlnpIX5HxlqCiWdyB5BeWfwKXvmHu { width:8.5rem;height:8.5rem;top:21.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKUJOSBPrBekBVIe5KUlHPyVEpdv3Wf3 { width:17.5rem;height:3.4375rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT7C90VDa0A6pcStTx4S6qFkIC48isg4 { display:block; }
 }@media only screen and (max-width: 763px) { #pxLMnyoFaEXambTMlgCckkwyQJ9XhBG6 { width:20rem;height:1.4624rem;top:35.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk { background-color:#eeeeee;background-image:none;display:block; }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk > .row .container { background-color: transparent; background-image: none; }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk > .row .container > .video-iframe-container { display: none; }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk > .row > .video-iframe-container { display: none; }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk > .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); }#cfXgqQTsPqTkszU6cTWtDevOxUMNc3lk > .row .container { width:20rem;height:32.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PD7P0REtnntIJzrCmRIWwEDkFxdrAozI { width:18.75rem;height:5.8496125rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XTEa6CB0X1Rk8htmaCTeptHdftTTkguQ { width:18.75rem;height:24.69875rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTvDMSMlMTZlDTfNmhLfehKESdDmHWWB { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hpi1TFi8xR02ETo3oL8zCGXAcXK6Tx7I { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GcIMiHvthNyAz8TcKzz70nIr8Ev6Gipx { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQlV6f0RWZu79o4NInZoR5NpWJqllBhK { display:block; }
 }@media only screen and (max-width: 763px) { #maSh4OWnRvBBzhNW2cinypTc8HuyT7Cr { width:20rem;height:1.4624rem;top:29.63625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM { background-color:#eeeeee;background-image:none;display:block; }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM > .row .container { background-color: transparent; background-image: none; }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM > .row .container > .video-iframe-container { display: none; }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM > .row > .video-iframe-container { display: none; }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM > .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); }#aTSOCKXQcAe8k1ObhIIBDcQvyPc5E6UM > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxNUB3fdEdmC8E1EElsAhu3RhtoAZucG { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZ2B94eHV60c1WMIzte0nrHayHshJAuw { width:18.75rem;height:7.599625rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D48wCWmadahSHxbdZpKHl9JsC3vtvkGB { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hwb89tAqkK8RNRL1fPOebDuT0Lv0cMBb { width:8.5rem;height:8.5rem;top:21.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrzyQFcSanoV5W9Jo14TLTrTqKH4ABJS { width:17.5rem;height:3.4375rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2lNNFy7MDJMwlXMg7Z4uE5CR2klDFmV { display:block; }
 }@media only screen and (max-width: 763px) { #U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN { background-color:#eeeeee;background-image:none;display:block; }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN > .row .container { background-color: transparent; background-image: none; }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN > .row .container > .video-iframe-container { display: none; }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN > .row > .video-iframe-container { display: none; }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN > .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); }#U150eSWicwFf5Sc5qUd6l5VwxE1qaUtN > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKtS1KBhWl3M1PCrBwBSWEzUu2OW6LBo { width:18.75rem;height:1.4624rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uaHF5Cufp1dTh3LJbC4G1Cl4rdwSFc0w { width:18.75rem;height:15.19925rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vvu5tZahTlfGoJwSBVo5h8mknxeo3Gkp { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrWnT2rfHKpI1EvVu58qnFicKqMlT18l { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eB58xOno4a0T1zt6mhM6lO1EuAHDb3T9 { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf7wSR4zQMIEWbcbFbQhKP10fJGCFXNV { display:block; }
 }@media only screen and (max-width: 763px) { #KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb { background-color:#eeeeee;background-image:none;display:block; }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb > .row .container { background-color: transparent; background-image: none; }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb > .row .container > .video-iframe-container { display: none; }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb > .row > .video-iframe-container { display: none; }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb > .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); }#KIo2WaKDPfN3VUzkyp6UNzoBo3m4N8wb > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTpI5ZKhlXdCu6QuX9fC6pRiQ7TxtOif { width:18.75rem;height:4.38720625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZokfZxsJFOyy20kBFzXS4wAlE6poym1 { width:18.75rem;height:32.2983125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F8htGiVIqM7WbZZ0kQZRcg6F9fz0zE4o { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTEaG5AgnsvTOrV99ckGIIqt9qQxUyUf { width:8.5rem;height:8.5rem;top:21.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhWfdQ9rAKGfHlyvi9icBmdUzDvEdJqr { width:17.5rem;height:3.4375rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6qK3MtHCZ2tT5BARNmPLdotTrCCfSv7 { display:block; }
 }@media only screen and (max-width: 763px) { #mcputTOTW1z4o9PQfsEpyb27VCa5nTFV { width:18.0625rem;height:1.4624rem;top:36.422875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzDANCbXs7710VMTiPBHc6vfnZoi0v2g { background-color:#eeeeee;background-image:none;display:block; }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g > .row .container { background-color: transparent; background-image: none; }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g > .row .container > .video-iframe-container { display: none; }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g > .row > .video-iframe-container { display: none; }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g > .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); }#zzDANCbXs7710VMTiPBHc6vfnZoi0v2g > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXCwaK0yW6vQHQ5JwKLdxOKTk80QExlW { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pH8gwiQifz6WUqSspBsG6R82gIA2yhI3 { width:18.75rem;height:32.2983125rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mvxFVZ0yRAJDh2Q60NVXU76rmbAc5194 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AA4BBm5eInV0MQniyTSSdFlFyA76bcKD { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHiduvGZGbLdgfTghx9xTbQMyUsnqp6A { display:block; }
 }@media only screen and (max-width: 763px) { #TDXJ4PXLXuALX1zggszHkyaQrIuCwDEi { width:12.875rem;height:12.875rem;top:37.235375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkOzh2ALQOyo9naaonLqgtrwsStn1E8D { width:18.0625rem;height:1.4624rem;top:51.360375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV7IUVANP2wZTJJctTpTVUBSKltIfxDA { background-color:#eeeeee;background-image:none;display:block; }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA > .row .container { background-color: transparent; background-image: none; }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA > .row .container > .video-iframe-container { display: none; }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA > .row > .video-iframe-container { display: none; }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA > .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); }#yV7IUVANP2wZTJJctTpTVUBSKltIfxDA > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VveMgGT0VH2LQxqSRZRwLRHE14Udf9gz { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7PnwSvMeiPXO0eqWPNS1pRqLKJFqvwq { width:18.75rem;height:22.7988125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uL8wcuGG2ZgazbCC1cHzo7I0gIvchxuy { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOsIhAtyWhH7ItsxabquQ3rrFMJfzb1H { width:8.5rem;height:8.5rem;top:21.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIl8ai5NrtAfvbLFr6ylckyOfM39zwGN { width:17.5rem;height:3.4375rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9aCnSraoA2LhvOqZiyOXzbMqpzaQ12R { display:block; }
 }@media only screen and (max-width: 763px) { #QrpdHvQ9CdI9Aoo6t3TIGr40goa11iAF { width:18.0625rem;height:1.4624rem;top:35.375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL { background-color:#eeeeee;background-image:none;display:block; }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL > .row .container { background-color: transparent; background-image: none; }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL > .row .container > .video-iframe-container { display: none; }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL > .row > .video-iframe-container { display: none; }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL > .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); }#uQEW0IQpTT4oHcn2qdy7JKIosTPp7mSL > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J32eRp42poT7pe0HHWtIWKLtwH3E28nA { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LnqiPW2c7grP42VXUXSD3GZGMPOAv9AD { width:18.75rem;height:20.8989375rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAqEAkUN8zrH9RonfGL5wn34DmKHqxDK { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hM3cqEz2eg26LtJZI0otbgEeOZ5eL2S9 { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hLXKwDfeUZyez2DfV7ROuK0RS9TTI7ob { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xP2h4Jh0wcpStIoC9xs0ZwKk86y9mmTA { display:block; }
 }@media only screen and (max-width: 763px) { #NSqUUdxe660SGIltySuKiWRCyl6m7BKc { width:18.0625rem;height:1.4624rem;top:28.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp { background-color:#eeeeee;background-image:none;display:block; }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp > .row .container { background-color: transparent; background-image: none; }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp > .row .container > .video-iframe-container { display: none; }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp > .row > .video-iframe-container { display: none; }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp > .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); }#HBoH05Sor9z7VpOV4CzU4iZXq7mlFiTp > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t45HCByM8zPHk3O2Tz0EdwmFU6PDDk6X { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tsb0n1HuBPttvzS3NDWAVgLr8x29n7sF { width:18.75rem;height:15.19925rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FHcwqNJUdJncRcQruGU5MTGHXh1WC2L2 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dpmVETzq1gvqiFt25MubkQzQOPUlT2ec { width:8.5rem;height:8.5rem;top:21.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzUDgTPelWlU1NZBDJFKFswErk7SXIZE { width:17.5rem;height:3.4375rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zogVeICXz7kyFT8bNVFCp92dxhfT9VbF { display:block; }
 }@media only screen and (max-width: 763px) { #fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH { background-color:#eeeeee;background-image:none;display:block; }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH > .row .container { background-color: transparent; background-image: none; }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH > .row .container > .video-iframe-container { display: none; }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH > .row > .video-iframe-container { display: none; }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH > .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); }#fT3JiPDFHzzMZ94CQyo9J0Rz8ugosMzH > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eu3xgPmEPkwtksX1qhTWqMPVt6vvWeJF { width:18.75rem;height:4.38720625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZWLLDfLkJQnQrkAwvnkO8E3bAhWdGH5 { width:18.75rem;height:20.8989375rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #arN0Xds2qJpcEFGVzPa1Oa1MW9U9f62e { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsaVUACVxUQSAN6h0tXQE9lK8I0vaiGu { width:8.5rem;height:8.5rem;top:21.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B49L9KXvssTigAfqAT4LTdTsdU0eMhPB { width:17.5rem;height:3.4375rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKQs1in94DlaxuLg1prorsyMLPo46rSi { display:block; }
 }@media only screen and (max-width: 763px) { #IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf { background-color:#eeeeee;background-image:none;display:block; }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf > .row .container { background-color: transparent; background-image: none; }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf > .row .container > .video-iframe-container { display: none; }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf > .row > .video-iframe-container { display: none; }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf > .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); }#IDGcrs2il1iImGQzPPLlAVIuFRxS2LWf > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zww9INNNZul6Z7noST8NOx1X8LGQrxVF { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ivMkeG3mZ4tXev4G37quyyAGiKFJr4QG { width:18.75rem;height:7.599625rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plvcIegUfHm1x19n2lHNQCtHrGpzO37b { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oErB79dNry4s6PQlUd0SypBNdxzowNue { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nWsU6N5pxk98kxQD1EMuEuAoGLhhX7T4 { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1dBpieFOmNfBInemuA7IUDWrOkNJVQc { display:block; }
 }@media only screen and (max-width: 763px) { #alehVexJmGwBTNFTsTT0hfOrDyB954gF { background-color:#eeeeee;background-image:none;display:block; }#alehVexJmGwBTNFTsTT0hfOrDyB954gF > .row .container { background-color: transparent; background-image: none; }#alehVexJmGwBTNFTsTT0hfOrDyB954gF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alehVexJmGwBTNFTsTT0hfOrDyB954gF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alehVexJmGwBTNFTsTT0hfOrDyB954gF > .row .container > .video-iframe-container { display: none; }#alehVexJmGwBTNFTsTT0hfOrDyB954gF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alehVexJmGwBTNFTsTT0hfOrDyB954gF > .row > .video-iframe-container { display: none; }#alehVexJmGwBTNFTsTT0hfOrDyB954gF > .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); }#alehVexJmGwBTNFTsTT0hfOrDyB954gF > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cohhluqT5h8rqUeFfnvJwtKaXpeFB46z { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7Js8vSvSTvr1Ov9JkwPEOMXmTBwJU2r { width:18.75rem;height:9.4995rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxrBKrIkJTwyPP5mJks6L6KaOdPGdWpa { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEasZVgyn512xcdznJIBkpzQHtoy8v4T { width:8.5rem;height:8.5rem;top:21.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJpT70KndgNzy42QJaWAKcPivQVOUvW9 { width:17.5rem;height:3.4375rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewanZZGIE30okk4TXQduri3Xunl0eADK { display:block; }
 }@media only screen and (max-width: 763px) { #GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e { background-color:#eeeeee;background-image:none;display:block; }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e > .row .container { background-color: transparent; background-image: none; }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e > .row .container > .video-iframe-container { display: none; }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e > .row > .video-iframe-container { display: none; }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e > .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); }#GKv5aNkOF8TyQEHiO1eFh6SImuByaI4e > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A6NkUXx3sX1S4Or9rXBhaZKlKRm3rHzc { width:18.75rem;height:1.4624rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fKrKaF3E2JWbPE1QtiFsN1crW4gtf3Oq { width:18.75rem;height:11.3994375rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eddpu4m1gW9lwGZAsXD6PIGt0TppmA10 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8ID4bvUn2gPxmhGAE9anVDgJfigJBHI { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qyeNPJqAK11L2EaQiacnaNKkVJS9KXf0 { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT480m7irpr6DaGzxE1VaSukfbzZGLkL { display:block; }
 }@media only screen and (max-width: 763px) { #a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm { background-color:#eeeeee;background-image:none;display:block; }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm > .row .container { background-color: transparent; background-image: none; }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm > .row .container > .video-iframe-container { display: none; }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm > .row > .video-iframe-container { display: none; }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm > .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); }#a1lvKiHSIBsuR4Mx4Gv0dhl2Ru9bNdVm > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkmfoiKqI4vfxhUUTuXiiJ6OdTLTqkZG { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGPLtBla7T6hhWHIFpch5sINbNXRX4WN { width:18.75rem;height:9.4995rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkyU3xuVNA3O15BTF0t2Mluh6JGQJidr { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOrrhV5X6Bz2M7kDC1RVT1aPUkF6bd3Q { width:8.5rem;height:8.5rem;top:21.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #irux3pcIpHnOeH1eCHoW1V99xKKRpxNx { width:17.5rem;height:3.4375rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg6TOw8d7VfVOClGqkDMFx6QtvsfyILt { display:block; }
 }@media only screen and (max-width: 763px) { #KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE { background-color:#eeeeee;background-image:none;display:block; }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE > .row .container { background-color: transparent; background-image: none; }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE > .row .container > .video-iframe-container { display: none; }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE > .row > .video-iframe-container { display: none; }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE > .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); }#KVJ1JkKK0htIeNUn5m1C4XKkRokGF1aE > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwz5sQdxM4eZu0gRUb1xBkBcLpblqPuC { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZcgRH4WdcpK8iTc4OMK4Q8gxr9bAzNoT { width:18.75rem;height:9.4995rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eS09s0W3gEovDpIK6I7oSg7qGMgBJrMT { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxFSD5lLRdUXpmEQ9SGgU7opNb7zcu7I { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ywJPpfzsDk2SpyZExgKBLaOgu1oTHEGL { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZAFPxUuPlLya0riffAFg5yhWKdOcWp5 { display:block; }
 }@media only screen and (max-width: 763px) { #wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 { background-color:#eeeeee;background-image:none;display:block; }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 > .row .container { background-color: transparent; background-image: none; }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 > .row .container > .video-iframe-container { display: none; }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 > .row > .video-iframe-container { display: none; }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 > .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); }#wCvaLFmPaDfJn9viWTnZlld7miuzEqn8 > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PLmKdA3oNSMqQhd5plFFAdmEpMOJ5T6W { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0TVNGprpbEZ1L9aoFoTa1bJHlRSEHnT { width:18.75rem;height:11.3994375rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELRPb5FnJThbMVBZbnWoBdkKurhLaT2n { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrlZDLSNc1OTTqkyvRf3QoTrlbxABC4L { width:8.5rem;height:8.5rem;top:21.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR5stEDLDgBTnhSJEsoKpPRrz45R5pmq { width:17.5rem;height:3.4375rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCtRmiFKhqrSmWsgi80XtcDGxzReeehs { display:block; }
 }@media only screen and (max-width: 763px) { #R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH { background-color:#eeeeee;background-image:none;display:block; }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH > .row .container { background-color: transparent; background-image: none; }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH > .row .container > .video-iframe-container { display: none; }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH > .row > .video-iframe-container { display: none; }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH > .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); }#R4eWgKqz2Hd2EKK6k8xfyTvbok6b8vKH > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9ZJJFb8rCFyUigEsPv4NVBqsbTvRBTl { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOqE634eUvJ9zMPboESWbyKX7dt1CCXH { width:18.75rem;height:7.599625rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fW1XXHoH1zBV7gIKTElRREdKrLDmmD4n { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCl1NAR7erAJNXMFGhN2DiF9sDpHcN8r { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pyV62WFiFBeL4IyT8GyBPaAoGQ7pZrXE { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh9O5iQ8qlpOcQxWRhfwWA1golDAh3sk { display:block; }
 }@media only screen and (max-width: 763px) { #xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC { background-color:#eeeeee;background-image:none;display:block; }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC > .row .container { background-color: transparent; background-image: none; }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC > .row .container > .video-iframe-container { display: none; }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC > .row > .video-iframe-container { display: none; }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC > .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); }#xonLOcSTWWkXfdZGv8Ca3TOAeauEfaTC > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwV0lJppNg4VxycUJuWCZIkqKqT48TUs { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmWfZpnm9Hh6lhqqOAS1srsO5oqEg0kp { width:18.75rem;height:11.3994375rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2W7XlTxA0DL59IoGac1S1eaM4fImh8C { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEzuvlGWEw8TwIy59dq0DITskdkhyi5B { width:8.5rem;height:8.5rem;top:21.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeINeiS51JrQGAIPJPLAtXLN7DTzuUi9 { width:17.5rem;height:3.4375rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfpHSxTolKS33agh4qITG6UgPQZq1AWZ { display:block; }
 }@media only screen and (max-width: 763px) { #QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf { background-color:#eeeeee;background-image:none;display:block; }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf > .row .container { background-color: transparent; background-image: none; }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf > .row .container > .video-iframe-container { display: none; }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf > .row > .video-iframe-container { display: none; }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf > .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); }#QTUqT9ETRn9mZxdrDkK1KonWF9LWVGEf > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r8pAm2dW9rlbe8ZbMT7GUac9RGySHrVT { width:18.75rem;height:1.4624rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsO42zim6pIc7Xsioe3HasiSLgwcHASe { width:18.75rem;height:7.599625rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xnDtc66kU7pzLc0SmDREgTeow5zUovcw { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZaKWs28FynTFX533lbJe9rW27Rv4OKf { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B5anJ1NFGuSeU5BTgVZKZN1NcH8kCMqJ { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH0PFFtItu2OoE08a8T3WRc7zy8cqG9M { display:block; }
 }@media only screen and (max-width: 763px) { #f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI { background-color:#eeeeee;background-image:none;display:block; }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI > .row .container { background-color: transparent; background-image: none; }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI > .row .container > .video-iframe-container { display: none; }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI > .row > .video-iframe-container { display: none; }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI > .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); }#f5xatlFuRT6eq8zyvtyRDBTlsKlWDLQI > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABWN0LTpuqAvRCHHSBa4EQo8L1yOE3s6 { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dNSDgJADoQC75crVyGc2wDGhzI0KC79R { width:18.75rem;height:9.4995rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5D6R2gAoIeCPRleV3ey20GlL9aTTER1 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h7WTHIUU5ietVwOaFNKZK26PRUGGcrCt { width:8.5rem;height:8.5rem;top:21.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZhy3v1q8SyvghHvQBoTAJykiTBJLaWp { width:17.5rem;height:3.4375rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyvAtKFkiCI6zp9t8Mhl1waJWSEElbcI { display:block; }
 }@media only screen and (max-width: 763px) { #ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 { background-color:#eeeeee;background-image:none;display:block; }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 > .row .container { background-color: transparent; background-image: none; }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 > .row .container > .video-iframe-container { display: none; }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 > .row > .video-iframe-container { display: none; }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 > .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); }#ng4cJUdxsncrZTcfm5GG6ctZ6s5PK7c1 > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9qFvX5sDl5DSidzP7i72lv7ub3TDxxe { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IuBOmauk2vrSEzwPnzdpU0337u0FCFc1 { width:18.75rem;height:11.3994375rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QiUPNHRoGrzSTHX2PTyo1LDtZEfM3fVW { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KkSNpvAPvUdukEyRLdQrzrc3tRVwq05v { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #e27r5LDWAnPVx6VR7R8aN2uPsHtEfDDd { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi2hieJ2fz3Omny4pDrOayzlJi7qlklJ { display:block; }
 }@media only screen and (max-width: 763px) { #c5PX87K4ctODm3vRW3SXMRHMEWm88p8e { background-color:#eeeeee;background-image:none;display:block; }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e > .row .container { background-color: transparent; background-image: none; }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e > .row .container > .video-iframe-container { display: none; }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e > .row > .video-iframe-container { display: none; }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e > .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); }#c5PX87K4ctODm3vRW3SXMRHMEWm88p8e > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rITaKHntXkSP4F2CTGVlE8KMu4gGqqHt { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FruhGTeIzKSRBuVCZx5zNM04cFhGfG6S { width:18.75rem;height:13.29933125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mt55iprkaXFabSIsGI4woan1evA8n6WS { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PqlSzpLy24vWDeiLIpAl9y8JpmIXrTJG { width:8.5rem;height:8.5rem;top:21.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #krXDTgaz6BOSSs6TJdAFqgyiNy1KoNc8 { width:17.5rem;height:3.4375rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ1OXi4wZk0cfTIeIFAbTeHbDTDer5NQ { display:block; }
 }@media only screen and (max-width: 763px) { #kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr { background-color:#eeeeee;background-image:none;display:block; }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr > .row .container { background-color: transparent; background-image: none; }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr > .row .container > .video-iframe-container { display: none; }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr > .row > .video-iframe-container { display: none; }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr > .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); }#kcOssMwVKt6CupiSwSqEcGRqmmT9MgGr > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oH1p1HMJx9F1PGWQ6qV08B3mfdEcok6a { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1bHGcWH0uuPvibHGV6dESuwZofKsP5I { width:18.75rem;height:17.099125rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GE3yrztfxadSZyDmnThqqSX9RZyItMCk { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwGoeHFIHz48FiaznSpqCSeaaCaniR7D { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sMEMhyhUTWQoe9tDIeelO2g76F9lbDFO { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeN4H9ZTT8M9JLEOHawzIkCaQwGvW7nv { display:block; }
 }@media only screen and (max-width: 763px) { #bZvTk8l7mwuy9d7MfhJsre50VWixXmJN { background-color:#eeeeee;background-image:none;display:block; }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN > .row .container { background-color: transparent; background-image: none; }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN > .row .container > .video-iframe-container { display: none; }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN > .row > .video-iframe-container { display: none; }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN > .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); }#bZvTk8l7mwuy9d7MfhJsre50VWixXmJN > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5Uy7xZazcubxnlcakTTCrHN17u1Sfpu { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oRfLUTJtb9xQER8JUsZESDZRvl7blnSh { width:18.75rem;height:20.8989375rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dIHwGNEpcxW21T5dt016l1t4kCGKtzhp { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAQuzTNDxIc3Xi6IUyNLqQxk1Q0koJlo { width:8.5rem;height:8.5rem;top:21.6875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLJK9wGF8fUboEAuEUoiVeSsxlcFmM2Z { width:17.5rem;height:3.4375rem;top:30.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4Xx3x2lhs9kxVg1R4CKJvC8VRlqVn1B { display:block; }
 }@media only screen and (max-width: 763px) { #fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 { background-color:#eeeeee;background-image:none;display:block; }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 > .row .container { background-color: transparent; background-image: none; }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 > .row .container > .video-iframe-container { display: none; }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 > .row > .video-iframe-container { display: none; }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 > .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); }#fMaoxpkokP9l0s2GpxT8uq3hciKMW6J5 > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMT4mVO6Pv9rWpR6prvZHakv3ToZnfW1 { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7pMflWs0lfy4e1Lo6eupNoop9Xoy5hv { width:18.75rem;height:17.099125rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbkv7AFTx03ZsfWKRa8EnNfCquZ3pQ25 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8XviVHa2rdHkViHcSQLb2Jme4Qgk57N { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ak0gnwGWog1HbZVXnf9cILPuKnhelswg { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBbPoCVxi5PWM05h945UtgKiRKW5kTR7 { display:block; }
 }@media only screen and (max-width: 763px) { #OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA { background-color:#eeeeee;background-image:none;display:block; }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA > .row .container { background-color: transparent; background-image: none; }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA > .row .container > .video-iframe-container { display: none; }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA > .row > .video-iframe-container { display: none; }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA > .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); }#OSCk4tXsn2T9JSFTKusUAQLfdNWt6ftA > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKI1g4Uq99ALHiSF0LZLbvOAZDJouLLX { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A7RVctrGNqXO50wCDIteKc3QNbFgIru1 { width:18.75rem;height:11.3994375rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nUeJDAMgbdxIOdBvkgDTe8925RymglbF { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMBK6sTuyyDDJ5hLvbmuCkIqo8fnBqdN { width:8.5rem;height:8.5rem;top:18rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIKtDuRxTeD9ExRTt6vnKihlm7dFXJ77 { width:17.5rem;height:3.4375rem;top:27.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Teeb3oXA6lRJzRlcm75VRrxI2H5NBAd8 { display:block; }
 }@media only screen and (max-width: 763px) { #CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE { background-color:#eeeeee;background-image:none;display:block; }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE > .row .container { background-color: transparent; background-image: none; }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE > .row .container > .video-iframe-container { display: none; }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE > .row > .video-iframe-container { display: none; }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE > .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); }#CuF7fWPGVooPPSlq3ssH5AdQTqKZfenE > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsQF2QAM0nTNWXJUKXr6Tl8Mspnu70OG { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHH2eSagJSaTmoUGvoJHMgdCTQIIdoMo { width:18.75rem;height:34.19825rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DhLJavtvVtD06584rDdv3omoGrEzcImv { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9CW42twuFi5fBdx30lPJyMiBrMhF54K { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CQOvScT1enkdTFlnRRlAllU6L3rWWfNL { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikfs7OLtEAhUpTHw3ObfUecq0IBB6Bxd { display:block; }
 }@media only screen and (max-width: 763px) { #fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa { background-color:#eeeeee;background-image:none;display:block; }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa > .row .container { background-color: transparent; background-image: none; }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa > .row .container > .video-iframe-container { display: none; }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa > .row > .video-iframe-container { display: none; }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa > .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); }#fvOSeWWTFSbdB54uyz2nbfBBPXJBDFxa > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p4wBxAylc708dAygH7MuUFopecBgykpy { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTSHC5xDTuaTCCDJK8vB0Qh930FngWZu { width:18.75rem;height:9.4995rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FEAwiXwNVLMkxTaPcm960y553LIrrurz { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsvtXCCogIkHpEz6Ta53s32XCCrx7f5c { width:8.5rem;height:8.5rem;top:18rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4eZe7Z2F5qzPkOCBMrmOz2WIhWde6Hb { width:17.5rem;height:3.4375rem;top:27.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSTA7QQRy8ruAk3SqnNPThx3ORyEsB6T { display:block; }
 }@media only screen and (max-width: 763px) { #rkAJtWPeQV061nVvuItuVJseSvovnVi3 { background-color:#eeeeee;background-image:none;display:block; }#rkAJtWPeQV061nVvuItuVJseSvovnVi3 > .row .container { background-color: transparent; background-image: none; }#rkAJtWPeQV061nVvuItuVJseSvovnVi3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkAJtWPeQV061nVvuItuVJseSvovnVi3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkAJtWPeQV061nVvuItuVJseSvovnVi3 > .row .container > .video-iframe-container { display: none; }#rkAJtWPeQV061nVvuItuVJseSvovnVi3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkAJtWPeQV061nVvuItuVJseSvovnVi3 > .row > .video-iframe-container { display: none; }#rkAJtWPeQV061nVvuItuVJseSvovnVi3 > .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); }#rkAJtWPeQV061nVvuItuVJseSvovnVi3 > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxTlmw490erdIyIwAa49kC4AXLi0ImvN { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Od4wtqpy3Uu0ZsFLqTw2cEWANlgm00zh { width:18.75rem;height:11.3994375rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i14vcfAJi9fBmty4aqeM8f8WbT17meh5 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x05hnTWPoJ8ZVGpgza4OV1BZNuwdyALL { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CQQCZK0asp5gyuNrHntOBC61Rn1nVrfw { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReCwcquwL1k91x4Tpcau4DS2tmlFLzxD { display:block; }
 }@media only screen and (max-width: 763px) { #QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO { background-color:#eeeeee;background-image:none;display:block; }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO > .row .container { background-color: transparent; background-image: none; }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO > .row .container > .video-iframe-container { display: none; }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO > .row > .video-iframe-container { display: none; }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO > .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); }#QJqrCMDAOQTEM6V2KFCPLJTQ6UstubwO > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c6KHoHWLcgZtfnnMOJlbXArQhyDHCy9l { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gsMcp3HS2qx9RD7J4qRlxTuMg1zBFaLg { width:18.75rem;height:11.3994375rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rUXRbQCZ68cllFem87tftpdboqOUN0Mu { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTST6W60EaFVQ3fEHT4BVo7PtOB99feG { width:8.5rem;height:8.5rem;top:18rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJbPKobP04bgot5QuaSk8vCC0xOgVyOS { width:17.5rem;height:3.4375rem;top:27.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmo8rtgfkx4aoEZgoUTVJHCVX6u9nF6i { display:block; }
 }@media only screen and (max-width: 763px) { #GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co { background-color:#eeeeee;background-image:none;display:block; }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co > .row .container { background-color: transparent; background-image: none; }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co > .row .container > .video-iframe-container { display: none; }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co > .row > .video-iframe-container { display: none; }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co > .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); }#GFpa7sdyppC3RGXEL4vSXkhTpCveK2Co > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RtZ2QRGVwaBd2mHtWb4HfogcNvdSTNfz { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MtP7IBqsXNHCbrFMTUf0AEsRzGS3PTNg { width:18.75rem;height:13.2993125rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TT3BZmCETwgCwkWck4s98HR0pBebmlwP { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZbIVkDKqAEAXwIGcA4WE8R7pqRToVtu { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #INlZWpl5Xoq8RremNi6pBWeUP01fh4XD { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcRyKpVR1TymEhVcvoBxIbTuyCJIe1IL { display:block; }
 }@media only screen and (max-width: 763px) { #zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV { background-color:#eeeeee;background-image:none;display:block; }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV > .row .container { background-color: transparent; background-image: none; }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV > .row .container > .video-iframe-container { display: none; }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV > .row > .video-iframe-container { display: none; }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV > .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); }#zxxcnOQtK7PUrKFgesS9A9OvcAsCSVrV > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeX3u1AsnXewTp6fLDhV3mWK3xVXmOve { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxusMdiZDwTsmZLWK75R08InRTcbP0WK { width:18.75rem;height:9.4995rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ms87mzJWB4IbmQ6koDKJlSiEQULbezpr { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wAZyG3a8hRo1GZO9pCCSos60VT4cmBft { width:8.5rem;height:8.5rem;top:18rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW874494nVCHCTSlI98pkTTz5TnTvgC4 { width:17.5rem;height:3.4375rem;top:27.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag1SrF5ccRi0DRPJivDhhltsOrDBNgR1 { display:block; }
 }@media only screen and (max-width: 763px) { #PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ { background-color:#eeeeee;background-image:none;display:block; }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ > .row .container { background-color: transparent; background-image: none; }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ > .row .container > .video-iframe-container { display: none; }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ > .row > .video-iframe-container { display: none; }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ > .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); }#PO6BHT3ePbSe4Sf4Vp0LrQeqhoTBROZJ > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wrUxRuLbcKm6NnSVbN1rzlK12pTQIwDa { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vfE5KgVVTT0l6NFfmrWJTWrE3H5kNbL9 { width:18.75rem;height:11.3994375rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X2iJKADMvve8lZmDcMqov9mZteCTTGT9 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HvUB02RL8lKt4kzFPV61abEWcpaLDzcZ { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wXuFn6MD8ErcHGf8UG3OchRtwmxsUHCQ { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUucydabu9JJm684mulPrF39zdVKvC5m { display:block; }
 }@media only screen and (max-width: 763px) { #wmRNUPaAchG1CUMApMs6Na57SbaxODX7 { background-color:#eeeeee;background-image:none;display:block; }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 > .row .container { background-color: transparent; background-image: none; }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 > .row .container > .video-iframe-container { display: none; }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 > .row > .video-iframe-container { display: none; }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 > .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); }#wmRNUPaAchG1CUMApMs6Na57SbaxODX7 > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn0MBikaszwxGPiENAPpcoVf8Pf67UaI { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cOWlq3LqzlLOQ09vqPhAF4B5ldSfPVc8 { width:18.75rem;height:11.3994375rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dT289RKqWZKxAviZolNCnvPEEVwHNCt4 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cr4EhZw2GoPCLeaU0nlScxh6oe6DQV9C { width:8.5rem;height:8.5rem;top:18rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPFTncOhDMCvilNtH4eQusg83Xfq2me4 { width:17.5rem;height:3.4375rem;top:27.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTPwwgtosllXM8VqwC2x77ORFURQ1pGK { display:block; }
 }@media only screen and (max-width: 763px) { #ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf { background-color:#eeeeee;background-image:none;display:block; }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf > .row .container { background-color: transparent; background-image: none; }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf > .row .container > .video-iframe-container { display: none; }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf > .row > .video-iframe-container { display: none; }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf > .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); }#ALa8RWDZVkxCZ0zkoCamfTIFHAyEBtvf > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcyVNfWwiPnKZcTav3Ugu6D8tG6tA36a { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lqknqG66BNunX2eQnyBRpoBRmhguEpJq { width:18.75rem;height:9.4995rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrg0UoaXa0FGBPKXqqI2tX0bhZ9TNl69 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIeyLwQisHbRdsrFeQ5XOvEtD8hTXy00 { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iB43MVr469mOfrLt9oWk0XafO3Oiybmv { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZgQezOqTH3Laql0xWf3n8MG6QIQTatN { display:block; }
 }@media only screen and (max-width: 763px) { #Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP { background-color:#eeeeee;background-image:none;display:block; }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP > .row .container { background-color: transparent; background-image: none; }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP > .row .container > .video-iframe-container { display: none; }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP > .row > .video-iframe-container { display: none; }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP > .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); }#Xm7AMTemuiMvChv0dyrBUq39J9TF9TKP > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqgI01bvyoyQvSFMk9CgFRMEGv6HLJsk { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g00Bku3D3lH3EiXXPAVhgPu0H6F5MtzM { width:18.75rem;height:9.4995rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oRMsCevIJQikZgmdCJIGdckMOgqCfU0l { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlMLdKb0DxLdNMFHeR3wbEFAN37Qz54w { width:8.5rem;height:8.5rem;top:18rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxpcNNdbRMPThvTrrX1pxf3fC9DZAZHX { width:17.5rem;height:3.4375rem;top:27.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxVvgLCemqZA8piKIKy7OVInGBUKWokD { display:block; }
 }@media only screen and (max-width: 763px) { #KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M { background-color:#eeeeee;background-image:none;display:block; }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M > .row .container { background-color: transparent; background-image: none; }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M > .row .container > .video-iframe-container { display: none; }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M > .row > .video-iframe-container { display: none; }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M > .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); }#KdyI7OabJ82bgApb8ZkmUHhKy9h0Cq6M > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwuNgs7uFzSaJTaQviGIL463keTMiuOK { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fds36L8LZsMnJExJP8WQyag94AlKSims { width:18.75rem;height:7.599625rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NIryHkL7QOJyTbBwcl5w9cFzXw6z286e { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCtJE6OvX3HDKDJ6ClpUuRxZJWV1ACTq { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K0LKum4Pd4Cc2HWTcGuQotoSAG2kQtGo { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9a1ZDZiAfhCfKnk1FstNzLIyyvSf9GG { display:block; }
 }@media only screen and (max-width: 763px) { #EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC { background-color:#eeeeee;background-image:none;display:block; }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC > .row .container { background-color: transparent; background-image: none; }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC > .row .container > .video-iframe-container { display: none; }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC > .row > .video-iframe-container { display: none; }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC > .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); }#EaLUCJzZmwIEf4pM1NDW03xrkHNqHcyC > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXsCGPU7QItKL8PtG3lzP72JxI5NdUyd { width:18.75rem;height:4.38720625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3bB0sUbBza7PSyGxPGZw7STdqoXslBp { width:18.75rem;height:9.4995rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qdeHGNLuHOPVPrSrlt1mBvvosKnpByp1 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rZv90UFqywIMl3p82BFEX0VRCO1aiDri { width:8.5rem;height:8.5rem;top:18rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSm8m4knCy7r0k9Id5xAqFhtQAaRQDWl { width:17.5rem;height:3.4375rem;top:27.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWkPaLtrl8R3TsmF0rgFkPBNXv4bxUM9 { display:block; }
 }@media only screen and (max-width: 763px) { #dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG { background-color:#eeeeee;background-image:none;display:block; }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG > .row .container { background-color: transparent; background-image: none; }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG > .row .container > .video-iframe-container { display: none; }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG > .row > .video-iframe-container { display: none; }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG > .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); }#dQ37Nn6GHnQukePkEGR1Lkk04uXIyscG > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bu3PgkVyPCguFp5Rgqgc0bSIh4vOcbDH { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cBoazQ6MJx5MDV48pumxgGD7nRxApSTN { width:18.75rem;height:11.3994375rem;top:3.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDH5RWvETEBMQMve3dkG7yTn0PEbbxf3 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #erMaFXHDGlMHlpRLpsLx8x9Tet5miRLh { width:7.125rem;height:7.125rem;top:15.3125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tJG22PBU8Ssru0ax4g4A4WumnVZrbUEk { width:17.5rem;height:3.4375rem;top:23.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnl9fnU0d1zxcI6a22lSvQZXsVt44xnC { display:block; }
 }@media only screen and (max-width: 763px) { #IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di { background-color:#eeeeee;background-image:none;display:block; }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di > .row .container { background-color: transparent; background-image: none; }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di > .row .container > .video-iframe-container { display: none; }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di > .row > .video-iframe-container { display: none; }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di > .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); }#IB4QRhB0X1lccyqJVN4ryfZPtoZ2o8Di > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVkxMyi6Q9EeXCC8oG7t7Vktr4L36DxL { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JslaSsJo6Hw0LBoTzW316FJrHrGGpCtz { width:18.75rem;height:17.099125rem;top:2.875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZSun8omkBgQZlUVyIr0Zf7TE1N6aCarB { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vuHopQIev9y2AzrRvHJI4Z1RoEXRt6QM { width:8.5rem;height:8.5rem;top:18rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NE7nJgXXaKh3OZIpfImCqRFfRrZqOh9w { width:17.5rem;height:3.4375rem;top:27.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqVokIsEeZbr3zus53Oef4NGZSQTTHBL { display:block; }
 }@media only screen and (max-width: 763px) { #DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF { background-color:#eeeeee;background-image:none;display:block; }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF > .row .container { background-color: transparent; background-image: none; }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF > .row .container > .video-iframe-container { display: none; }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF > .row > .video-iframe-container { display: none; }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF > .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); }#DyJJOJA54X9zG3b15h9Ltmy0EVMOXCNF > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6d66VxiOdKzTPDQXARPQaUok6Nyex1O { width:18.75rem;height:1.4624rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqskvM0Vo6wiq7KEdvqFTiCfmuPutiNt { width:18.75rem;height:13.2993125rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EoeAVgvb7AJrDyH9zp52NXiS40ePQnPA { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpxZ9P8FqG36FT3fizVkrTwAMfkt4vQM { width:7.125rem;height:7.125rem;top:16.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Lp8rP8HNRAFGvOr1Ad9vT8O0aLywePib { width:17.5rem;height:3.4375rem;top:23.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k08VBw5QbVkZ8NW0b1sNHayxZHHDMzX1 { display:block; }
 }@media only screen and (max-width: 763px) { #i90d368PCN1pIl141ZJTsunyHNZslHz8 { background-color:#eeeeee;background-image:none;display:block; }#i90d368PCN1pIl141ZJTsunyHNZslHz8 > .row .container { background-color: transparent; background-image: none; }#i90d368PCN1pIl141ZJTsunyHNZslHz8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i90d368PCN1pIl141ZJTsunyHNZslHz8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i90d368PCN1pIl141ZJTsunyHNZslHz8 > .row .container > .video-iframe-container { display: none; }#i90d368PCN1pIl141ZJTsunyHNZslHz8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i90d368PCN1pIl141ZJTsunyHNZslHz8 > .row > .video-iframe-container { display: none; }#i90d368PCN1pIl141ZJTsunyHNZslHz8 > .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); }#i90d368PCN1pIl141ZJTsunyHNZslHz8 > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FHTSxPkIIF0d6popaTJgQyzWaMePzhHd { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HZe9LN88U6SorE42NwfI4apwnxrrX51a { width:18.75rem;height:11.3994375rem;top:2.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PhXBav42QXSCFsLTn0Hz3sHSxd2PmlHX { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #orbRpJa9XfFZ3UBskfu8KbnEyTF0T2MZ { width:8.5rem;height:8.5rem;top:14.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIAcc7GJAvqnsxC45GhKwaT12mk0mGlZ { width:17.5rem;height:3.4375rem;top:23.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB13hyJXPPnqDl4gCFvAwTHoVw0d5M4U { display:block; }
 }@media only screen and (max-width: 763px) { #kroPxFsmsT8viofPPZqtH7nFI2PExVk7 { background-color:#eeeeee;background-image:none;display:block; }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 > .row .container { background-color: transparent; background-image: none; }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 > .row .container > .video-iframe-container { display: none; }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 > .row > .video-iframe-container { display: none; }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 > .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); }#kroPxFsmsT8viofPPZqtH7nFI2PExVk7 > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2q1HWpRD3DIc4rXLsy4DO10p86Zsznw { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ScQiTfWT4wPidUaynVFMd5WOfTmvLdo7 { width:18.75rem;height:7.599625rem;top:4.375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkqO8iAo5lLKKQEpAolE1z8hcr2Ligno { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6qvyxkMwBH1cB5HegMD9HQumsH5WfHh { width:7.125rem;height:7.125rem;top:13.125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R1MRpnWulrRyOhaeUy10ThKcwMrTnKbc { width:17.5rem;height:3.4375rem;top:21.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrpMmkXaEENNg6BWodxMp2hhKkEMAiTo { display:block; }
 }@media only screen and (max-width: 763px) { #GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 { background-color:#eeeeee;background-image:none;display:block; }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 > .row .container { background-color: transparent; background-image: none; }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 > .row .container > .video-iframe-container { display: none; }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 > .row > .video-iframe-container { display: none; }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 > .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); }#GBKLlSFlt1RX03IFuvdfVvK66uw4Zz33 > .row .container { width:20rem;height:28.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZtoPusRcGARHh8rALiMMtkTp9eA0gXA { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXVJOJOlNTL22U3FNENoohIJNnSF0Iqi { width:18.75rem;height:13.2993125rem;top:2.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMsk2MNG5PS4PzU7UcXeRhMIpQ6Cp6Tk { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnAC0IcuuEQxcxnnq5KuJZ3VTKNvZqTo { width:8.5rem;height:8.5rem;top:14.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkwGpTecEdtWkQh2sBUJx2HbTPe31o6g { width:17.5rem;height:3.4375rem;top:23.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHR2fq3dp4UXfTegJDVLdRyPKv1nUgJp { display:block; }
 }@media only screen and (max-width: 763px) { #SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m { background-color:#eeeeee;background-image:none;display:block; }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m > .row .container { background-color: transparent; background-image: none; }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m > .row .container > .video-iframe-container { display: none; }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m > .row > .video-iframe-container { display: none; }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m > .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); }#SXIIPdMo5hDrhMK0maBoySrLHsxAAw7m > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sBxsL20Uo01MKRIazQo3Pk6mSQHM8wFo { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H2zW5KAOml7J3CP7gpUNfrC5xDse2ge9 { width:18.75rem;height:7.599625rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SlLwTqxmgot5Ni131zWoXa9TDIv7AZwL { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcbyUTHTRENQBDGGouUXZxT4hSeOZBic { width:7.125rem;height:7.125rem;top:11.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fpNIb5RvLwUbxwMzGaC77xX5GZ7IxdwE { width:17.5rem;height:3.4375rem;top:19.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQO8J7tgWAOrVZIZJ0dlGfbUFZsHk0Zr { display:block; }
 }@media only screen and (max-width: 763px) { #KetGCZ62eZi0oBkDx3u5AitKldTiNgBo { background-color:#eeeeee;background-image:none;display:block; }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo > .row .container { background-color: transparent; background-image: none; }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo > .row .container > .video-iframe-container { display: none; }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo > .row > .video-iframe-container { display: none; }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo > .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); }#KetGCZ62eZi0oBkDx3u5AitKldTiNgBo > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Prr0hGIfdspLt2PnbIKcqry9RRLWgOkD { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HAnqUkNFCduHKU8nDKQfGZ7e2WxnqNre { width:18.75rem;height:11.3994375rem;top:2.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KtxeI2TrE5PwyCTT6T7AQtLTb78BrMh0 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4TGBLvMH7C5dxXFrDtSWXIh5XmxMVTl { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdxel4f2WAf8QRyOnh9LdDiNvyH1S1Db { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7i7wfXZFKTodOM0GUrHBcSCvqbkT9sP { display:block; }
 }@media only screen and (max-width: 763px) { #vnFg7xqiyUlpm1JULi92flKGTEH7dzbK { background-color:#eeeeee;background-image:none;display:block; }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK > .row .container { background-color: transparent; background-image: none; }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK > .row .container > .video-iframe-container { display: none; }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK > .row > .video-iframe-container { display: none; }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK > .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); }#vnFg7xqiyUlpm1JULi92flKGTEH7dzbK > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOF74GJFblSrRAcuHDhh8yvt8FiONrwu { width:18.75rem;height:1.4624rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #itVvigT88gQEJ1kGNveG1R3JENNqlbr4 { width:18.75rem;height:5.69970625rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h2x666Z3CEsU7yF58MsyZr3uUFhPTfhe { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZcLW7vZwe8iTAUAPztK2cTF8TtookHTn { width:7.125rem;height:7.125rem;top:11.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TTAby2IyTfc7bJMrS5OklKJ7kwR19h5U { width:17.5rem;height:3.4375rem;top:19.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTRtIp1Jo7A9i3b9LuPbLKiVBN50aOyl { display:block; }
 }@media only screen and (max-width: 763px) { #AE8STaTayIPKGcH1HT280Q3ZeLxonyPy { background-color:#eeeeee;background-image:none;display:block; }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy > .row .container { background-color: transparent; background-image: none; }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy > .row .container > .video-iframe-container { display: none; }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy > .row > .video-iframe-container { display: none; }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy > .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); }#AE8STaTayIPKGcH1HT280Q3ZeLxonyPy > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0WRXA4aDuEuW7W42U1nnmADpQu29ACF { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zGVJpAiWtS8QU2SuAuyGtvmnEwJPTPzb { width:18.75rem;height:13.2993125rem;top:2.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTKuMQsJm5PturNuQAT8l5b0iosoVdJ2 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5M3yErRaT8dgzmm4g183EV6hLvRaDWL { width:8.5rem;height:8.5rem;top:15.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxAuNGVdvrzzpQ6QNs6Ayh82JICtqvhK { width:17.5rem;height:3.4375rem;top:25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtpniuqfIFmMeKF8MWZuAluU13NpZSXT { display:block; }
 }@media only screen and (max-width: 763px) { #IweatEJnyly1AS50lGJB67ssRVAn40SH { background-color:#eeeeee;background-image:none;display:block; }#IweatEJnyly1AS50lGJB67ssRVAn40SH > .row .container { background-color: transparent; background-image: none; }#IweatEJnyly1AS50lGJB67ssRVAn40SH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IweatEJnyly1AS50lGJB67ssRVAn40SH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IweatEJnyly1AS50lGJB67ssRVAn40SH > .row .container > .video-iframe-container { display: none; }#IweatEJnyly1AS50lGJB67ssRVAn40SH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IweatEJnyly1AS50lGJB67ssRVAn40SH > .row > .video-iframe-container { display: none; }#IweatEJnyly1AS50lGJB67ssRVAn40SH > .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); }#IweatEJnyly1AS50lGJB67ssRVAn40SH > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9devPgq6BnfcJruq4QNyO5QCnPfRgV4 { width:18.75rem;height:1.4624rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mevJVRuiWG3adSX4RJl1BXymA4PmEWFu { width:18.75rem;height:7.599625rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCq6GNNW3lJpaDdeIfcty41H4OHIvDOK { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4LOxcBa4scsokR8oN3E3E1lwneIQ6GH { width:7.125rem;height:7.125rem;top:11.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CpsoqFUhsT3dJK7O0Fn0fVorKrv1WdaB { width:17.5rem;height:3.4375rem;top:19.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASc1Lk30f50QZLa4TBMObbD3BibWqOcx { display:block; }
 }@media only screen and (max-width: 763px) { #Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG { background-color:#eeeeee;background-image:none;display:block; }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG > .row .container { background-color: transparent; background-image: none; }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG > .row .container > .video-iframe-container { display: none; }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG > .row > .video-iframe-container { display: none; }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG > .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); }#Sv93aPsI77RdOJoSOT2VKZd7eFnPGwiG > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dbTrMXxeA6uD2CWGivOyWZXs9EFBfRzS { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RfvXNHgdkS4L8sTT2SQ7fUSwKlDSOoJe { width:18.75rem;height:7.599625rem;top:2.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUUXlsfHIzlQ4WK6X55JfeWw26f9kDsD { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4emX9GMHGPywfZNKUs1KuSC2Mheb9TT { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHOnp1sFBqTTsVk7yp5b5DB8HoRlng41 { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOwIRaWVvR0VPisBOKWFWxdDlP3sw0wb { display:block; }
 }@media only screen and (max-width: 763px) { #JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ { background-color:#eeeeee;background-image:none;display:block; }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ > .row .container { background-color: transparent; background-image: none; }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ > .row .container > .video-iframe-container { display: none; }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ > .row > .video-iframe-container { display: none; }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ > .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); }#JRNv9kAz3suyl6THmDSy19mHVBsmgNvQ > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNTq9K0selZv9Btot2PI90nPeTK7vD63 { width:18.75rem;height:1.4624rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rx4ODfTKrFZhvcZr9zGLirBiUAkpwlwP { width:18.75rem;height:5.69970625rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AnT6RiHUiCQvWoDR2UHHi5zD8XXTBlh5 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtZQyOQlDGnLSFE3kmfwlBz5f1W3TQxG { width:7.125rem;height:7.125rem;top:11.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Mh10PMtamIBmQJEpnHclTTK87BEwz12g { width:17.5rem;height:3.4375rem;top:19.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAcZECJg2sELRwJTydTdolBhtO9R6dCN { display:block; }
 }@media only screen and (max-width: 763px) { #EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu { background-color:#eeeeee;background-image:none;display:block; }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu > .row .container { background-color: transparent; background-image: none; }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu > .row .container > .video-iframe-container { display: none; }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu > .row > .video-iframe-container { display: none; }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu > .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); }#EaxcAAvHVa6CPyQmlmzMov7TTMzi2cGu > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCk6iGi1S1fflft5wkiXsbEGarXSgehl { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZkTSdkZvBIw6sJH8kGkiTkiPZz9fdAFq { width:18.75rem;height:7.599625rem;top:2.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SS4BLu8foIyimXgXm8GUC1o8FqfozCT6 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPT6rF9LUaI9OI3ngi53rbnMC0hNIy26 { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9p82TrJf3gkI7EoEHIsiM2XSzXlioXc { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRdBcdSr3FhaudiF7RdHX1MUDRyIgOLl { display:block; }
 }@media only screen and (max-width: 763px) { #lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ { background-color:#eeeeee;background-image:none;display:block; }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ > .row .container { background-color: transparent; background-image: none; }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ > .row .container > .video-iframe-container { display: none; }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ > .row > .video-iframe-container { display: none; }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ > .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); }#lQr5MwQk1878k2hTXuwbNRvq6uuqgNmZ > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfgoPUsRJvKMSv8GtwOLvfvhCLykhtpW { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7qlkO0ea0CdBgoopUvp7MnCK4mT2oIq { width:18.75rem;height:7.599625rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfRa4U9B9J4mHg750f935IAW4NxCquJu { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWePad1WVQ4UpMvDwkkr79JMDAct8eK6 { width:7.125rem;height:7.125rem;top:11.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NiQXcNToluuyzs6qT7p2r6oOdLveAg1u { width:17.5rem;height:3.4375rem;top:19.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZQo2CFVlfP2k1HRXtvE3JMQ44KS5VTJ { display:block; }
 }@media only screen and (max-width: 763px) { #eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P { background-color:#eeeeee;background-image:none;display:block; }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P > .row .container { background-color: transparent; background-image: none; }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P > .row .container > .video-iframe-container { display: none; }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P > .row > .video-iframe-container { display: none; }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P > .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); }#eCwgNeAv0BvMrrqQo0pXexbniAFbwX0P > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGk6OhG1rVz0iDTqEOA5nhiQD8ptJUK2 { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPTbc6krklikPNfVFSxHNknBB5uuQkdi { width:18.75rem;height:5.69970625rem;top:2.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E6frARBt5FNqUfTRGe5vSnfL9KgtoSv7 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XudsT8S0XT6vTvZNZLl1m3XIlgfgaguT { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5n10dCP6B96KfN9R66rs5L7Bg6S17cv { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #duGEepvWca8oiOrd4HV8O97ICtc0d6Q3 { display:block; }
 }@media only screen and (max-width: 763px) { #KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS { background-color:#eeeeee;background-image:none;display:block; }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS > .row .container { background-color: transparent; background-image: none; }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS > .row .container > .video-iframe-container { display: none; }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS > .row > .video-iframe-container { display: none; }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS > .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); }#KLhlgZgBaQDdKKXmEL9pfXWc4fNbuSNS > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkWQtkZtpdJeoRoBTGuTAVAzK5IvUtuO { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fp2KQxTw2T3hISkmDdeJRLKqZTh43DkQ { width:18.75rem;height:5.69970625rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTS5vIJT8cDfBQPo4aVISV3wTJTQ9C9J { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVZ00qhVwHTaW8fV3wAq50I0XXqWaBkQ { width:7.125rem;height:7.125rem;top:11.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dSXVAq6388PSKU8R5sIA159VQkmWk1o8 { width:17.5rem;height:3.4375rem;top:19.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxDSWKrtndvc8ZtXrrPz1VTuDJl1SQzO { display:block; }
 }@media only screen and (max-width: 763px) { #iz0macU7Zb75huyqHfSPNXmuUrt7htIb { background-color:#eeeeee;background-image:none;display:block; }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb > .row .container { background-color: transparent; background-image: none; }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb > .row .container > .video-iframe-container { display: none; }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb > .row > .video-iframe-container { display: none; }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb > .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); }#iz0macU7Zb75huyqHfSPNXmuUrt7htIb > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B277BRd2dWm2oCbfkQxBrQISkTpRNDfD { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kt3loLbicUSG0PhfPr2lfqGWEHfnhWW1 { width:18.75rem;height:13.2993125rem;top:2.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6ms5PxstiLEeXacRnBxd1vGRKbrr2GJ { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qy5C1geIt9ENdQ3SrqQxcT5RE0MyTdAk { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFSbsMosbrI5yuydxhLwLMwMacZ4wNhU { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv0RTrSTh2wgPOJgZdX880ayN4GetzsO { display:block; }
 }@media only screen and (max-width: 763px) { #SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO { background-color:#eeeeee;background-image:none;display:block; }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO > .row .container { background-color: transparent; background-image: none; }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO > .row .container > .video-iframe-container { display: none; }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO > .row > .video-iframe-container { display: none; }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO > .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); }#SiieOVxMk4dMpqCTuIpmXoBeCnRGIoVO > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yhlwue9dBCTGBWvm8R7xqRyck5MkmJrH { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATAQiQ4cVPBKk13ruvAExpdqpndimhEb { width:18.75rem;height:7.599625rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHRnEGqiFDa271Pqsm0auLA0XJOeUuwd { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vLFGxNR2TilUXBy6unU7VLWRLaZW3yeb { width:7.125rem;height:7.125rem;top:11.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #H9m5WkhuX9Gkz26EPmo3VysqbA6eqvtw { width:17.5rem;height:3.4375rem;top:19.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3KmplsUwQmL8LnKCAqkndMRGye27mm0 { display:block; }
 }@media only screen and (max-width: 763px) { #RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc { background-color:#eeeeee;background-image:none;display:block; }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc > .row .container { background-color: transparent; background-image: none; }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc > .row .container > .video-iframe-container { display: none; }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc > .row > .video-iframe-container { display: none; }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc > .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); }#RDXl5gSDbo3WOfBdGiawRHTQ3Op3k7vc > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xakpuqRVgdFxauLTxLTll4J8cJkoIevE { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mUyXl0S8AGskzvbCnwFveR2VVboxV0h9 { width:18.75rem;height:7.599625rem;top:2.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GctCpXmHVhhiJhnFFOuZLIKBZcNqcCWC { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0oyegFRrXXffhPP87ANr5qs9IUmh0EL { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HocemvJ2ZhwJ9cSzeQv02qeI5XUvBQiL { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5iaHPduobJrW2ZJdlJ5PpCwFuV5N5kc { display:block; }
 }@media only screen and (max-width: 763px) { #vFpkWaKusOCCI8viV7GCANTOJfCWBT1M { background-color:#eeeeee;background-image:none;display:block; }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M > .row .container { background-color: transparent; background-image: none; }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M > .row .container > .video-iframe-container { display: none; }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M > .row > .video-iframe-container { display: none; }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M > .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); }#vFpkWaKusOCCI8viV7GCANTOJfCWBT1M > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOHJIsGJcATUhQXOfgvxLnTqUKUmHB9X { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wyic4DwWUdgHUT5SvS7oqlb6CVMNPOzx { width:18.75rem;height:11.3994375rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q8uBM99m59WNcivXCCS3oWf55JpKvFHN { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z4JgTDWu9Rl7HAbpoFL9KxmQenRCoe2g { width:7.125rem;height:7.125rem;top:11.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r4Md1T9oTGQeFasrmNSe3UiuyI82QSIg { width:17.5rem;height:3.4375rem;top:19.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHaz1wSKSrpNoIEGal3knosUrhydiFSA { display:block; }
 }@media only screen and (max-width: 763px) { #AuQO7tRTAThM5COM5nD1TNT6bclWInAb { background-color:#eeeeee;background-image:none;display:block; }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb > .row .container { background-color: transparent; background-image: none; }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb > .row .container > .video-iframe-container { display: none; }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb > .row > .video-iframe-container { display: none; }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb > .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); }#AuQO7tRTAThM5COM5nD1TNT6bclWInAb > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQhdUgCMLVyuwZSUTvMN22uI9zUBZQUu { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXKQUhb5ZWKKn4Gqu2wEtVC0qZqUrFxG { width:18.75rem;height:7.599625rem;top:2.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pWEFCC8huzKMrqVA05OxpSB4qoMh4TMp { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUhxkermTn1ntnCzKP29Xi7vbbeTExAm { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2DJlwbXaMHKt20XECUrtC8UTd6WQevi { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD5LabiHLTWXniMNc9tyvOk1XTEVFdm0 { display:block; }
 }@media only screen and (max-width: 763px) { #M430U4yN7MqorvTIbIwmTC6KnJawOWOD { background-color:#eeeeee;background-image:none;display:block; }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD > .row .container { background-color: transparent; background-image: none; }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD > .row .container > .video-iframe-container { display: none; }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD > .row > .video-iframe-container { display: none; }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD > .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); }#M430U4yN7MqorvTIbIwmTC6KnJawOWOD > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTGXZHNWHetUbtT7uKdLQOMkmedT0X6r { width:18.75rem;height:2.92480625rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fpruntnx79Aay3sDbEP2cM7H1DZgb5P1 { width:18.75rem;height:7.599625rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qskZieoeivQTzeXKDpBzgWbU7s0AuFek { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhFLSTwrbeTmXzTyBJse1hQFQVe30Tk6 { width:7.125rem;height:7.125rem;top:11.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WNuyM2NBSQXRvMaawgyLL8n4eHesbGf8 { width:17.5rem;height:3.4375rem;top:19.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0dzIx5ahKTQLHOWcAsbXHt894y2M2ii { display:block; }
 }@media only screen and (max-width: 763px) { #kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A { background-color:#eeeeee;background-image:none;display:block; }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A > .row .container { background-color: transparent; background-image: none; }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A > .row .container > .video-iframe-container { display: none; }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A > .row > .video-iframe-container { display: none; }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A > .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); }#kJ9kuqxRT3mtuTL1rJmcq4zHO8MKRU3A > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V62VSVQfXL1uGiecnC7eQJ63JHGlAhBh { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBCH7SW18ZAIZah8IDAAV3Khon26rcBt { width:18.75rem;height:7.59960625rem;top:2.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4k2pOLGtoqMyISWNewAfMg6sGf4VVw9 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TR1lUDOOrf8xA9UAkQMN4nqxa7oD5tCm { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmvIIwbcuawVaCo9GkFs2zizquIACpbn { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHIvOJd06Th33kuGzTMiQz3GmVeB4fgR { display:block; }
 }@media only screen and (max-width: 763px) { #eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu { background-color:#eeeeee;background-image:none;display:block; }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu > .row .container { background-color: transparent; background-image: none; }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu > .row .container > .video-iframe-container { display: none; }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu > .row > .video-iframe-container { display: none; }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu > .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); }#eLMQPGuxt7xeIfUa7LNIgNfdGFHufbCu > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPWSgeMaT9ky4zUoawunLDDTaMkTFmoD { width:18.75rem;height:1.4624rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n7UUvRxDlvuORTgl5ydHUl0eyB33SZqx { width:18.75rem;height:7.599625rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PzMPqoD8yUeEs2eSPmU8PnBC3bcZTPCx { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sW39Tlwc0FWFzTV5S7Rs1zoZocFwA6Ie { width:7.125rem;height:7.125rem;top:11.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HTfSWogOv1XMn327qeNgCuA0nxmhClZ8 { width:17.5rem;height:3.4375rem;top:19.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOpqlUZiAUPGAB8zQETtDotf5NbvW8d0 { display:block; }
 }@media only screen and (max-width: 763px) { #aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C { background-color:#eeeeee;background-image:none;display:block; }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C > .row .container { background-color: transparent; background-image: none; }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C > .row .container > .video-iframe-container { display: none; }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C > .row > .video-iframe-container { display: none; }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C > .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); }#aougnwLzcJ3Dw6O1kITIxfUlf2ubNa9C > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EG2QPAuekMQIeEr2prA7rKsMaMSpUnpH { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDUDn9kcTdSxeEN76cALFNIAmlKVsk28 { width:18.75rem;height:11.3994375rem;top:2.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhdVIKdBG2KBkmsMOzOtiXEuCVT0EFJI { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tuZMdb8gBKgbaUlqXQLyff9P4OazHVTF { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgTpV8RHaZxXb1SnTEhDk09kaNaCqAyL { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzt56SBn0iAE8psDk5qC3EygMMQdm4Zu { display:block; }
 }@media only screen and (max-width: 763px) { #dl8WFNvuoKe5FshMnG13ixgR9VBOogCI { background-color:#eeeeee;background-image:none;display:block; }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI > .row .container { background-color: transparent; background-image: none; }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI > .row .container > .video-iframe-container { display: none; }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI > .row > .video-iframe-container { display: none; }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI > .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); }#dl8WFNvuoKe5FshMnG13ixgR9VBOogCI > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rF4PuGtHDp1umVvIhroffapcPBmwFM8Z { width:18.75rem;height:1.4624rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SFm7tRb6PLyoUKIx4lv65H5BK5kmZDqq { width:18.75rem;height:9.4995rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OGI5KIu6s7IqFlKyMUOg8FHz170qUmxk { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q7KXknM8rgthqtTH3Hw5JipZO85HESOk { width:7.125rem;height:7.125rem;top:11.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MbdMMnQytgCOq4yMkrip6AQq4qa7E4ho { width:17.5rem;height:3.4375rem;top:19.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVzAhkFFl9AT5WLxpbZxSTtb4inUAqkG { display:block; }
 }@media only screen and (max-width: 763px) { #FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 { background-color:#eeeeee;background-image:none;display:block; }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 > .row .container { background-color: transparent; background-image: none; }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 > .row .container > .video-iframe-container { display: none; }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 > .row > .video-iframe-container { display: none; }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 > .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); }#FCyX1VpoeII7pNIUNFhIdhq1K6hXf472 > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCFOk2TcD9Jx2mE9fGIRlLeUPRprcTJS { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2pNITKXpwVrGTtekZVkf4cwATJUorBT { width:18.75rem;height:7.599625rem;top:2.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PyyZn2Tn7fuD4steCdPs2qgl7TH1AhRN { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UdM4wvm4zQHdUPwUJNrakEpVaHSTll3C { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgzez01mBgKepQhi6Wr66LIHv71fondI { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2sbeQrfDQMnpnk0oG1Kg16wBkeJzvdm { display:block; }
 }@media only screen and (max-width: 763px) { #irRk46SEw4EQzq2P2pkJtZOrSIase2l8 { background-color:#eeeeee;background-image:none;display:block; }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 > .row .container { background-color: transparent; background-image: none; }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 > .row .container > .video-iframe-container { display: none; }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 > .row > .video-iframe-container { display: none; }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 > .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); }#irRk46SEw4EQzq2P2pkJtZOrSIase2l8 > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSRBZPCPXx271v6iOUL5uvI8nbaKkNGM { width:18.75rem;height:1.4624rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ybsIysLTlAbJCyz3cvvWZRJEXZqEZVSO { width:18.75rem;height:7.5996125rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMiTGQZ6kB8M2xpQhseGrq8HlKf8VdIi { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #op9lmEGhfd91s4bmzOVRXCI5XgAV0kkx { width:7.125rem;height:7.125rem;top:11.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yVlek7IRWAWTTs8nE9WoiqfKP2w4wWuS { width:17.5rem;height:3.4375rem;top:19.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfwubsAyb4tmTg38n4dT4Th9wzn4D5zT { display:block; }
 }@media only screen and (max-width: 763px) { #R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH { background-color:#eeeeee;background-image:none;display:block; }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH > .row .container { background-color: transparent; background-image: none; }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH > .row .container > .video-iframe-container { display: none; }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH > .row > .video-iframe-container { display: none; }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH > .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); }#R42ew0Iwe2m2mdb1Tal5iyACiInt0CoH > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7l9JeoDMPDQxxRCiBU3E55JobWdvOJF { width:18.75rem;height:2.92480625rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xoexfdkQeVC00ExxGlO80mWv3zSgNTBO { width:18.75rem;height:9.4995rem;top:2.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSDVJTfqvZTM1o3bSLWa8TCBy7NusTtV { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAPt474rr4iDx7Q8ucahZzHdBhySLZfC { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZaMXu1mX6BAwHNS5cXKat4vWkfFt1cH { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1mWI7v0OOdJbdgKSXporBmQum14vT2L { display:block; }
 }@media only screen and (max-width: 763px) { #aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc { background-color:#eeeeee;background-image:none;display:block; }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc > .row .container { background-color: transparent; background-image: none; }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc > .row .container > .video-iframe-container { display: none; }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc > .row > .video-iframe-container { display: none; }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc > .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); }#aRDS32DJ7xyBdRAaaXhqSGy40m8kQqkc > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VF7UNrzb6n4ndTPeTO4viN1ZpKOrGtLC { width:18.75rem;height:1.4624rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRJRcZL4Jw3QuPflnHRQ11AHK3z5rN7X { width:18.75rem;height:7.5996125rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rOu8eQfBr0ZX5kSnSGTBI5Cg5hMRzxRT { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tT5gC60SpdxhWBdsVFsnXK69gqxUNTJI { width:7.125rem;height:7.125rem;top:11.25rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JHv40MvC7L9MXaGR0harbM3RFunrILD5 { width:17.5rem;height:3.4375rem;top:19.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQFsgvpLLM6fX4kCtRAPAQoB24kmO0WP { display:block; }
 }@media only screen and (max-width: 763px) { #N97Co5pERoqcgTRLwNnHKd80r8SVL45a { background-color:#eeeeee;background-image:none;display:block; }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a > .row .container { background-color: transparent; background-image: none; }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a > .row .container > .video-iframe-container { display: none; }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a > .row > .video-iframe-container { display: none; }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a > .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); }#N97Co5pERoqcgTRLwNnHKd80r8SVL45a > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tfDuslhUhUuT1n3TR0QTddOWWb3yyGtP { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o4k34ScAbD3vBOIHRZ5UTqvkkyvgz4y8 { width:18.75rem;height:7.599625rem;top:2.25rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBhLEesWHJ8oVTaL7B4h20vqvbZtHyyr { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIXb42UhRyWwgle1qkrDP9TZ0XdDARXu { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMK7amgx3TqurbZ7pbLgg6W0sTOnaE9v { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJMzEuiM6G0QE2McVMtMP6rmv2Eo7s3J { display:block; }
 }@media only screen and (max-width: 763px) { #iW1DFKLXkRwzPukHX2qs6bq2TJazIInc { background-color:#eeeeee;background-image:none;display:block; }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc > .row .container { background-color: transparent; background-image: none; }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc > .row .container > .video-iframe-container { display: none; }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc > .row > .video-iframe-container { display: none; }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc > .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); }#iW1DFKLXkRwzPukHX2qs6bq2TJazIInc > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nUEv4rAyu9DTUsow8qrde4tkDBXs6dqd { width:18.75rem;height:1.4624rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LOLTJleBub4sL87B9LxDVs63FVeZlPcQ { width:18.75rem;height:5.69970625rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VoQs5DHTbvaLTJaLrwL7hy00zSwgwiRu { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dndXt8ImFsOBz13Fvtg6kPMbEhKZizXE { width:7.125rem;height:7.125rem;top:8.4375rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IV3QcHZhSvLJCgssim18L0ilt0yvXIE7 { width:17.5rem;height:3.4375rem;top:17.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiU7p094vKURhl0CP46VKmPTnKT3ZMW4 { display:block; }
 }@media only screen and (max-width: 763px) { #BJ9Ooo77wylVspv4MrprRadhkaCRDz5J { background-color:#eeeeee;background-image:none;display:block; }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J > .row .container { background-color: transparent; background-image: none; }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J > .row .container > .video-iframe-container { display: none; }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J > .row > .video-iframe-container { display: none; }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J > .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); }#BJ9Ooo77wylVspv4MrprRadhkaCRDz5J > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZwPr1e4GUPwnuWEqoApTrMNtFDtkELG { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3QBqaTn5GBiP9ZXyOViEDHud3hAmtiv { width:18.75rem;height:7.5996125rem;top:1.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yVHP0UWbGgC5w4NlesfLVwrwvHBsXBRb { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJuFMEBPfJLxWBh3bgTTUSh92VbeSrha { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8UoWdGBPNiStRdknmV9CFVtt8UknmQ5 { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eigcSVSyV7BbGcyu5nwKe3dBiUTkue3b { display:block; }
 }@media only screen and (max-width: 763px) { #hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA { background-color:#eeeeee;background-image:none;display:block; }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA > .row .container { background-color: transparent; background-image: none; }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA > .row .container > .video-iframe-container { display: none; }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA > .row > .video-iframe-container { display: none; }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA > .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); }#hFLQPpiKDhKFdL0B3C72nkfL0Zy89mcA > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z5CKAChzp6fWxSy3gK8fn0DrfW9hSd4p { width:18.75rem;height:1.4624rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rpd4StsNIyNeqGsEMID06i9tsbbIKLsG { width:18.75rem;height:9.4995rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xe9TbRn1HD9Vg7QTzFibcv5rrOv5R0Os { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiRnJByQpM5dx1opNtFhr9f1HNXfaWZh { width:7.125rem;height:7.125rem;top:14.5625rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ko1QgtP7ATCRCCsB0XKKy3ExLbRmfZeW { width:17.5rem;height:3.4375rem;top:24.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHMacdFhqB64WOJUmKq0Fp8f2UEGTWCa { display:block; }
 }@media only screen and (max-width: 763px) { #xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc { background-color:#eeeeee;background-image:none;display:block; }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc > .row .container { background-color: transparent; background-image: none; }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc > .row .container > .video-iframe-container { display: none; }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc > .row > .video-iframe-container { display: none; }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc > .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); }#xCwd4h56ETGMTw4RsLSDiuTscCWNmSPc > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbsGUXIQWF7ZDrX0lWOdhTPfEqLpTUdp { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SH3cyULIhK689eZwSSkBS9pNwDJM2nMJ { width:18.75rem;height:9.4995rem;top:1.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nP8sB7zhAWyTldMdxi4DhefEwHAlKeic { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7u6v4TEelA0OeZwyQiGsT3KdboB5th9 { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHsQbRLSMZ48QDulqXKvkAx95xICOomZ { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJQ3D4VVkWh8JFZPP9v4wZmc3sB6Rty1 { display:block; }
 }@media only screen and (max-width: 763px) { #RKMgdyrRpp8JZsungePG8VCBoqkGWu27 { background-color:#eeeeee;background-image:none;display:block; }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 > .row .container { background-color: transparent; background-image: none; }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 > .row .container > .video-iframe-container { display: none; }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 > .row > .video-iframe-container { display: none; }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 > .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); }#RKMgdyrRpp8JZsungePG8VCBoqkGWu27 > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHPD6THWkCklOQCxh8B3Ca6ioV2EGKBk { width:18.75rem;height:1.4624rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xfkWXU4B0m9f6aEqFlIzw6TdJo9Hv0WO { width:18.75rem;height:9.4995rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tFwu7g9C2fJ5s5w1wvMmX3cI0pBOnW92 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d9i0IirWXSxCNfSMVoEJhalefPNArtlE { width:7.125rem;height:7.125rem;top:14.5625rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QoxQ3UPCWIHXUKPWcJGPmAbP60dghGkm { width:17.5rem;height:3.4375rem;top:24.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnaJcNWy78TnCqzBpZVkF8Nv2mJLJKTu { display:block; }
 }@media only screen and (max-width: 763px) { #QHTxwyIN3mK4C57ec3NZVWSc65Q87FSy { width:6.3125rem;height:9.5625rem;top:30.125rem;left:6.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W9cdqzxSPXhM4GKSARCsP7V6l6P89fki { width:11.125rem;height:1.8999rem;top:21.8125rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGhMMymAS2bSshdifXZLZ75IGQgdgPcC { width:11.125rem;height:1.8999rem;top:40.5rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2qNXcR1Ous679cUvrNegUQ3FG18EbvH { background-color:#eeeeee;background-image:none;display:block; }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH > .row .container { background-color: transparent; background-image: none; }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH > .row .container > .video-iframe-container { display: none; }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH > .row > .video-iframe-container { display: none; }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH > .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); }#K2qNXcR1Ous679cUvrNegUQ3FG18EbvH > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3Rept0MtrLPDiVM8bpmuHKS7I6JD4q3 { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OsnsBltx6XCTzyce7zT2UU1EnNtAz6ea { width:18.75rem;height:9.4995rem;top:1.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJTl8gEIsTroMxOzyA6sWJwTxMZeaMAA { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1I4iUtg6qcdKibRAJTNWWsvwuDy55w7 { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIFXPw0CKw1yV5dIOZMIGcJOprEW79Wc { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLcliK8akLn8Z6ciivvnybmTJw8LCwqq { display:block; }
 }@media only screen and (max-width: 763px) { #xT598kLRHPR2agT4KUErk0t75Ea8kRt4 { background-color:#eeeeee;background-image:none;display:block; }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 > .row .container { background-color: transparent; background-image: none; }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 > .row .container > .video-iframe-container { display: none; }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 > .row > .video-iframe-container { display: none; }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 > .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); }#xT598kLRHPR2agT4KUErk0t75Ea8kRt4 > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWBzLDtZVeXTAmx5EaQZo2HSVRNpMus5 { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sg33UH6cDJxO0gNmUK7f5yct7mPGfpGN { width:18.75rem;height:13.2993125rem;top:1.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHPMlv9N3P0SbREtm0RQVKeUhLdCxwU4 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJxmCIiPeWph1GSzIOrP31XOyklSk827 { width:7.125rem;height:7.125rem;top:14.5625rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SJNFbvLJugUu3yTK51PHggmqBKXMeqln { width:17.5rem;height:3.4375rem;top:24.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sauUTlJ2TapwWlFLdtbtnuQQXUPQqytT { display:block; }
 }@media only screen and (max-width: 763px) { #qQ0zMyTZQP6nNfmuQQQDU9hCITaiJKfT { width:12.4375rem;height:9.5625rem;top:30.3125rem;left:3.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ec1S96qdpMH0bTHF8GuDvuFXJKAdgXqW { width:11.125rem;height:1.8999rem;top:21.8125rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDuNmyyK6wQnTfMvGOTew8ZvabNQqKmT { width:11.125rem;height:3.7998rem;top:40.5rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI { background-color:#eeeeee;background-image:none;display:block; }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI > .row .container { background-color: transparent; background-image: none; }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI > .row .container > .video-iframe-container { display: none; }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI > .row > .video-iframe-container { display: none; }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI > .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); }#rBE4J6nZDxD4FcScsH7MKww8rUPHfuAI > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9MQS41O1QuANTgcN2U0h1Rm3lQqLrzE { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bh6BGWzb32DaFdr7XAWUIT67wxRIheL0 { width:18.75rem;height:9.4995rem;top:1.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ktG5tvM7gTU6ntMIFekXWO5BO5ie8E55 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7Lr8ihbyR92wXcrG8VPFf5MI13JDu4a { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEmZLBHkBvygcBM5DPbdKVJtIK7aOg3N { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWKfd587mHzJpeQxJ40UATkmAekm1bGQ { display:block; }
 }@media only screen and (max-width: 763px) { #Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE { background-color:#eeeeee;background-image:none;display:block; }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE > .row .container { background-color: transparent; background-image: none; }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE > .row .container > .video-iframe-container { display: none; }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE > .row > .video-iframe-container { display: none; }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE > .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); }#Gv0JKsWwEM62gKZLtkJBZnNphZezTKCE > .row .container { width:20rem;height:26.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rLvdXxM85l9Tte8MrnfZoUnync6LIWz4 { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBT0H7wQsSI0SnH7bf7Swav5OOUDyRxH { width:18.75rem;height:11.3994rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJauwv6OVBftLAiRKL4xMhozzHwCn5FR { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8W4hHVKqvBaHTDEMw5ha101iVBJ1LDB { width:7.125rem;height:7.125rem;top:13.8125rem;left:6.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HixaTuAdc9vDJLWyZLEDNbXEObUD5QZ1 { width:17.5rem;height:3.4375rem;top:21.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeW5Hpf618McpS1N5UE3vCtvqtCHJ27I { display:block; }
 }@media only screen and (max-width: 763px) { #R6X7MH5VPcL2q51KupSucZufcnDiHMH7 { background-color:#eeeeee;background-image:none;display:block; }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 > .row .container { background-color: transparent; background-image: none; }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 > .row .container > .video-iframe-container { display: none; }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 > .row > .video-iframe-container { display: none; }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 > .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); }#R6X7MH5VPcL2q51KupSucZufcnDiHMH7 > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #othr6Cf0CqP8Mm5i0BUkmUb0ygISyldW { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brzVwRxb6l5bq6yFy3y1RAN5z6T9nd7K { width:18.75rem;height:7.599625rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GeuNQT69vOZ662yye2HXJ4ap5uGDd5OE { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCGhrK0bqrAubTbqPAUmhF8bODBiNuxn { width:8.5rem;height:8.5rem;top:7.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkWu8EwwnZig9n54wptJnxRPVTaHKJmg { width:17.5rem;height:3.4375rem;top:16.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COLOwFcGRRI2Q0i0dxWAe4AFEO2JAJnD { display:block; }
 }@media only screen and (max-width: 763px) { #UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E { background-color:#eeeeee;background-image:none;display:block; }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E > .row .container { background-color: transparent; background-image: none; }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E > .row .container > .video-iframe-container { display: none; }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E > .row > .video-iframe-container { display: none; }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E > .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); }#UErChgxPSuQ6h0vBLT4p0ocOLqGSGI0E > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THs8hVgG6EolrwggoxdugExJT8ImZp35 { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RbtUp5mhvIzhSKmTIMA9TSzkkRpxR5Gw { width:18.75rem;height:5.69970625rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rNfEe7SoWIFsPzkzhpfwKFAq9CoE1CJX { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KicbdAQQAsab9CALcLyFsQp6fnl6iDt3 { width:8.5rem;height:8.5rem;top:7.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbut6ylpCguB0t2y1DO3SkNwkhyRdtrL { width:17.5rem;height:3.4375rem;top:16.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn4RGxTZB4ykeFb3TRTzHoJWIHsNwfSc { display:block; }
 }@media only screen and (max-width: 763px) { #g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ { background-color:#eeeeee;background-image:none;display:block; }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ > .row .container { background-color: transparent; background-image: none; }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ > .row .container > .video-iframe-container { display: none; }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ > .row > .video-iframe-container { display: none; }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ > .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); }#g6b8UNtpXMsXwJe3imTpGsX1Sfx6DsRQ > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bykp3vco3XAq5T3P1oqIZTcK2QfMN8kD { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbCZaMOnIbMtELp1hCHsKNaoblGbWZEK { width:18.75rem;height:9.499525rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gB7POFOf6B9qmDd6uAITz8pSWbr3moo9 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDN58rszGrgblwKWXcPI3pmS8A51ZhAz { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA8O1GU5yWITQCWZboxA52TaDqrnT4Cd { width:17.5rem;height:3.4375rem;top:20.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9an0PpoJlwHNA2TiUNyGQEi2INnntyL { display:block; }
 }@media only screen and (max-width: 763px) { #s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A { background-color:#eeeeee;background-image:none;display:block; }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A > .row .container { background-color: transparent; background-image: none; }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A > .row .container > .video-iframe-container { display: none; }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A > .row > .video-iframe-container { display: none; }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A > .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); }#s7KMBF5AhbOc5u7oulQ3CMP8opkPpQ1A > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPOfhtvhkuFuA182fEmmZ5oMb3Q01WsP { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IUH5b4GPHHxfixETT4U0eBRx8qaboB54 { width:18.75rem;height:7.599625rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t4zaFk6taxiCuXnKcHVeM9EXIqOzvRQA { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAgLVc27cATk8KHEvfSPKEFBXyTNA0d7 { width:8.5rem;height:8.5rem;top:9.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZQX92xDSCW7TFSRt60QuAK9rc30i47U { width:17.5rem;height:3.4375rem;top:19rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTRZ7nIDNVLV7mwKqg8nH8E5aumoKPqE { display:block; }
 }@media only screen and (max-width: 763px) { #laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo { background-color:#eeeeee;background-image:none;display:block; }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo > .row .container { background-color: transparent; background-image: none; }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo > .row .container > .video-iframe-container { display: none; }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo > .row > .video-iframe-container { display: none; }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo > .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); }#laHGQRnlPrxFPwHVTalZ04b4qgMOIAdo > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oV9NpLtpwz3K9wfkUSMyEseEXo4qG2uH { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #InQ5htbH2VuZvRoQBgCxlQSwfchONTFU { width:18.75rem;height:20.89895625rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSvx9XUMlQLpALm7JqcEooVpc5S1iTVW { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KETfNqoWTRtkeqR4JuoBncpVvtny8Lol { width:8.5rem;height:8.5rem;top:23.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWbEiZCXGipEJMlNsxWoIvOHruaTinZn { width:17.5rem;height:3.4375rem;top:32.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPzikt0UnFOkzHL9X0fSJDhT5fRATmOL { display:block; }
 }@media only screen and (max-width: 763px) { #ky5ateGEex19g0LLmLNk2UUnxyukobQJ { background-color:#eeeeee;background-image:none;display:block; }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ > .row .container { background-color: transparent; background-image: none; }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ > .row .container > .video-iframe-container { display: none; }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ > .row > .video-iframe-container { display: none; }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ > .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); }#ky5ateGEex19g0LLmLNk2UUnxyukobQJ > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTa3MphNEAWZT5v9A5WB1TO7VuO8DqOe { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DDzLoxcTZDbhqncxbs8ZLotHUMWJIc6C { width:18.75rem;height:5.69970625rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zL7pGgZAWLbqE5pCSuygqeAr9xiOpevw { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdwgDp3Sbk23CwhZQIo9XcueJniO5sT8 { width:8.5rem;height:8.5rem;top:7.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM1JAxeLbOcq3Ib5kLhf4zTlkIEeG5uc { width:17.5rem;height:3.4375rem;top:16.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNmTeTme0KXSaZqyMfKm323JTPMUrHrb { display:block; }
 }@media only screen and (max-width: 763px) { #tWGqWi0sufzAD2CyFS87FXkGwL580QhJ { background-color:#eeeeee;background-image:none;display:block; }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ > .row .container { background-color: transparent; background-image: none; }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ > .row .container > .video-iframe-container { display: none; }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ > .row > .video-iframe-container { display: none; }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ > .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); }#tWGqWi0sufzAD2CyFS87FXkGwL580QhJ > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQ89MGH3Axr1i6iwLJVHHFWQ6T2X4ht7 { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aVgicP9PaDF8hraFcInhLbrecVJyM0sD { width:18.75rem;height:5.69970625rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vObXbwqfI1xQcPVcHeSKz5DkHryPn0R7 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GysvZzi58uQ0HolAhwX9LscN9oMPVCu4 { width:8.5rem;height:8.5rem;top:7.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6p5yU1ma50E61450s8kowszR8py2gu2 { width:17.5rem;height:3.4375rem;top:16.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1RrChNbXm492okdn5D16rqwy4H61DI5 { display:block; }
 }@media only screen and (max-width: 763px) { #viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW { background-color:#eeeeee;background-image:none;display:block; }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW > .row .container { background-color: transparent; background-image: none; }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW > .row .container > .video-iframe-container { display: none; }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW > .row > .video-iframe-container { display: none; }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW > .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); }#viPBWRnEorLvTZNiwHFOrWQCmLdQiLtW > .row .container { width:20rem;height:24.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xP8ENU6xwBCsCZlzBOOX4mzrwu09qB1P { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tiAZQn8Ul3qfwcg91Gnid3GpbBn7lrDx { width:18.75rem;height:9.49950625rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHdNfPaN4UIe6owZVNvc2WrKJVaCAxZQ { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uiulbTZbi7vh8gMZKI8P4SwyHLCEbFlm { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoxlvG9tkexuhTG2fWzztzovBEPB1cEo { width:17.5rem;height:3.4375rem;top:20.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIUegx64W75kOaiMEHxkcAPm8KhP1TrM { display:block; }
 }@media only screen and (max-width: 763px) { #ooPpOccobGqQGMb5kuNoWl3HfgxAopsy { background-color:#eeeeee;background-image:none;display:block; }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy > .row .container { background-color: transparent; background-image: none; }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy > .row .container > .video-iframe-container { display: none; }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy > .row > .video-iframe-container { display: none; }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy > .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); }#ooPpOccobGqQGMb5kuNoWl3HfgxAopsy > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTFazQ3evG5WDVXvCrLDChrMHmCXuALE { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyKPcXqu6TJTM1rxEZ28mH9OnbiOoGMo { width:18.75rem;height:9.4995rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vf0c8BQcETeCO0m8kHXD1Q5fFSTKXLky { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VuriWBHgEbbEdA6eeJXD3kqZINBuFUHX { width:8.5rem;height:8.5rem;top:11.3125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kflFtkrRbFRzviztTbrVTV5OhTP0l6Wn { width:17.5rem;height:3.4375rem;top:20.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwAXJAJ8oD9Co4T6v4MITi8kpvmJuPFE { display:block; }
 }@media only screen and (max-width: 763px) { #Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp { background-color:#eeeeee;background-image:none;display:block; }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp > .row .container { background-color: transparent; background-image: none; }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp > .row .container > .video-iframe-container { display: none; }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp > .row > .video-iframe-container { display: none; }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp > .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); }#Uf0yS5bGFHTZmVPUclpxFwI5ScAySvOp > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPaqb6OOrxiTy63XruMbrQDDMJNaRpQB { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JLgJFJ1H7iLbKqLvDrUhkfiA0RWVvW7X { width:18.75rem;height:5.6997rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dRoVTXDQZEQC95TAAiBoeiVCGkrZbfh6 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UcpM3lK79vKKFlevPUEgV5GxfoOZyArz { width:10.125rem;height:8.4375rem;top:7.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5Frq8ooNUu3rhWkbUALI7poTpkS1put { width:17.5rem;height:3.4375rem;top:16.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJsbdRAdapPXmTmKybdsyzTIgJJHXPDQ { display:block; }
 }@media only screen and (max-width: 763px) { #modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ { background-color:#eeeeee;background-image:none;display:block; }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ > .row .container { background-color: transparent; background-image: none; }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ > .row .container > .video-iframe-container { display: none; }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ > .row > .video-iframe-container { display: none; }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ > .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); }#modonbgRhuFkJCwRtd0iHZkTwz2gFoKQ > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuBv9yWe7KbxzNGFha3ptTXr7OTHNgX2 { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0OAqWJseaKsh0RJGEGO6lHq5oPcDpsi { width:18.75rem;height:5.6997rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qz61Wnqxn6XtNA6cDb4B90gtvQETJOPS { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySpv9l54EQS3fvEH96hfvV5fZxHkGykM { width:10.125rem;height:8.4375rem;top:7.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO6083yvPwvP2MTXN47OBd7m9eFBM47w { width:17.5rem;height:3.4375rem;top:16.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToqvB3K8phrxCbhMyK8WyoDVCUdloqU9 { display:block; }
 }@media only screen and (max-width: 763px) { #AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg { background-color:#eeeeee;background-image:none;display:block; }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg > .row .container { background-color: transparent; background-image: none; }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg > .row .container > .video-iframe-container { display: none; }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg > .row > .video-iframe-container { display: none; }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg > .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); }#AJAEPh7LUevsr3teXabigk9Pv9Wqa5Vg > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AC8NGSNatgy4vAq3NraKHw4uhBgmpZbT { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GrTbFiV0fTtFMh136Cf1yWw8gAmf2qIr { width:18.75rem;height:5.6997rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDaVtuTi2VuqJTg6r5My2Ti08DwA3Zo2 { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJVdBbET8aUmuGhPnAGJHeXx5mWKGXkr { width:8.5rem;height:8.5rem;top:7.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utpwRE9hLpVnGFzNfb1RJi4xGHFIVr12 { width:17.5rem;height:3.4375rem;top:16.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgEfdkT2LIpdTM29lkWp7h18KQEqvvA9 { display:block; }
 }@media only screen and (max-width: 763px) { #oLObNshksDTtXIkkAXQQr2rPxi5B5GEH { background-color:#eeeeee;background-image:none;display:block; }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH > .row .container { background-color: transparent; background-image: none; }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH > .row .container > .video-iframe-container { display: none; }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH > .row > .video-iframe-container { display: none; }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH > .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); }#oLObNshksDTtXIkkAXQQr2rPxi5B5GEH > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXSLTCDOqgkVN3agyU5WQfx8llPUC2MS { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TP4DXUxMEVxUuLTB46SPXvkhVPsnDSZP { width:18.75rem;height:5.6997rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6N5PoqUA8dEXJ4rxo4JMlOHZHJlnQJC { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJyeEmKa35D3ppL8XZRuiSMp1ZCuNwNR { width:8.75rem;height:8.5rem;top:8.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNAD235dKuGiiSRV7t4DkRBlqAraSm7N { width:17.5rem;height:3.4375rem;top:18.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ2rBDacmZ28znCT5I97EnJVKB8912Is { display:block; }
 }@media only screen and (max-width: 763px) { #tm3WgUCfwZSrf5RaGpE196rX9HWqlQee { background-color:#eeeeee;background-image:none;display:block; }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee > .row .container { background-color: transparent; background-image: none; }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee > .row .container > .video-iframe-container { display: none; }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee > .row > .video-iframe-container { display: none; }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee > .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); }#tm3WgUCfwZSrf5RaGpE196rX9HWqlQee > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c2mriKiddnKhl1RGPHvMsx1TcrGrbc4r { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P2idQ3FVtMzRTpITfvATDSPn1eS9m1kt { width:18.75rem;height:7.5996rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QcfJbtVo7sPJUKzIaM3RBo4cc90dJSEU { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aMBzdkmD1QPT68y7O5oTiM84SteaIow3 { width:10.125rem;height:5.6875rem;top:6.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtB8l8lakkhHzASyq6E37TAHTzxtSHcb { width:17.5rem;height:3.4375rem;top:13.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGkwPexun2ZMMXwT1yfuHXrO4XLgmnUv { display:block; }
 }@media only screen and (max-width: 763px) { #sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS { background-color:#eeeeee;background-image:none;display:block; }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS > .row .container { background-color: transparent; background-image: none; }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS > .row .container > .video-iframe-container { display: none; }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS > .row > .video-iframe-container { display: none; }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS > .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); }#sy7mkBLtJwa9gk4eMZ9Tem2oPZq0XeVS > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pEslUXrAZ9EARbcyaadCLZghWkMyxJH7 { width:18.75rem;height:1.4624rem;top:0rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DO5GwHsR0fEhuqKFTySsLaH1sUVbIEnP { width:18.75rem;height:3.7998rem;top:1.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xLSEhDKGeMgzuV6yl0d35kUgBkVN3mDi { width:0.625rem;height:0.625rem;top:0rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1wiwLgzqqscTWRCxzb0gVgRvCOVsJP5 { width:11.3125rem;height:11.3125rem;top:7.375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEuh8fWgVsWbxQpyyvbkWBwBGL0y49P1 { width:17.5rem;height:3.4375rem;top:21.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7W6ZiIBIFtSbKJxZwi6KpKVRVPC4I29 { display:block; }
 }@media only screen and (max-width: 763px) { #rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 { display:block; }#rfZWMMxk3SJ6yZW9aMgMfT23HCplaRJ5 > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlPJ9cnVqraVpQFu5FtxlcDtOzrGzyi9 { width:20rem;height:4.875rem;top:0rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zxd52I29wUtc6qdq9eT7PZOVGKg1UED5 { width:20rem;height:1.29980625rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9NeBgHlDiFq11ua6pXvSHUMVs48CiSc { display:block; }#y9NeBgHlDiFq11ua6pXvSHUMVs48CiSc > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeE8RyekTBeMuBlq5QOe8yyOJsfBPQw5 { width:6.25rem;height:6.25rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFeNWXHhV1LaoZIcH3fL0m4KtSTMPoJm { width:6.25rem;height:6.25rem;top:5.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIeNGQScZfTBSR64Xo6rVbizacpHZwSU { width:6.25rem;height:6.25rem;top:11.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFWvE0Pk0OyazGMhWqPa31HLGJGoOSOq { width:6.25rem;height:6.25rem;top:18.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S { display:block; }#MT8Lg8XxML0x88EPmiKqM1ocCSmQiN5S > .row .container { width:20rem;height:42.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcPGzU3kfhXqOCRW5BLz8Z4TzHH3N5Ok { width:20rem;height:5.8496125rem;top:3rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZnkQvmB38eNkTRDlu8BexMqIMCOu3iQX { width:20rem;height:1.94970625rem;top:9.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ  { width:17.375rem;height:auto;top:13.875rem;left:0rem; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#obJH5oWMH2w2NczusJv3tnFSb1brbipJ {display:block;}#obJH5oWMH2w2NczusJv3tnFSb1brbipJ { width:17.375rem;height:auto;top:13.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #a2W2ChtCpe6sTwzz4vFIgIlwEPTPOeJ1 {  }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #VQ3hWTI1wJAI7O4hKSNuIThd40QSJaBd { display:block; }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #sR4zyVpWHgLtbsCDDX1PIuB1ApJ8ozi1 {  }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #cc6TcKpuxQLkWt9ZBaeJt1LhTNX0apH8 {  }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #WkqVKvV9PAhGNzlas4Q4C8oQeTHVfTQt { display:block; }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #JzbrSWmCcVArm5dmM5QL5ASwJ4JEhpLQ {  }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #Nwt2TEfzRRJsNJntiwPVo8vFhNRHdGGy {  }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #va3vtNPlgBnIxbLH87TBdy725hyqAAlm {  }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #HdTXcpekIOPnfmrDyPUzE3I4v4Eccrcw {  }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #HSR2J7dM70XDLeFRJzxuRhOpMgHbX0rW {  }
 }@media only screen and (max-width: 763px) { #obJH5oWMH2w2NczusJv3tnFSb1brbipJ #N2hAAyM5NUTwAuanWp7TcpdN0ke6V0Wn {  }
 }