.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:253,218,218;--color-primary-1:250,131,131;--color-primary-2:244,7,7;--color-primary-3:122,4,4;--color-primary-4:37,1,1;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/68a0ba2e-a4f3-49d2-9bb2-b649ea461bc1/RRR.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe.adaptive-delivery-prevent-bg, #Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe.lazyload, #Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe.lazyloading { background-image: none; }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe > .row .container { background-color: transparent; background-image: none; }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe > .row .container > .video-iframe-container { display: none; }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe > .row > .video-iframe-container { display: none; }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe > .row .container { border-width: 0; border-radius: 0; }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;overflow:visible;position:relative;display:block; }#A9IEmthR7Pe4LFw0eJMCvoSWA6RQJmwk { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:19.9375rem;top:4.25rem;left:27.53125rem;overflow:hidden;display:block; }
#TpLIvESyy0e4H649rE6T16M3UmBBZhlc { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.4375rem;left:0rem;height:3.41264375rem;text-align:center;text-align-last:center;display:block; }
#WbkPCL2ghSG1xv9H14SLMGU82rvZ17sW { background-color:#3c64de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3124375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.625rem;left:30.3125rem;display:block; }
#l4VxfaxXnKrPOSWUNKqaKGUOgTsiJ1Kl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vNPTIBUeTJVu3MzrAd6PburdCNCoSyQf { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:75rem;top:10.686700820923rem;left:0rem;overflow:hidden;display:block; }
#ugfXiwwTMCT2COQOPtaWqvO4eGeFSBPF { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.3125rem;width:36.5625rem;display:none; }
#phAAmcwqfxJGkdoRKtrGsNdo91zmuRCs { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#ffffff;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.25rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:24.8125rem;left:0rem;display:block; }
#sJ5gDmfep8GugAJgcouyD7F7M5uvHgTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y9Xs1VJyuuU4qV3BgrDRMcKPi5nQrLAA { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#ffffff;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5623125rem;height:2.24964375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:24.8125rem;left:11.6875rem;display:block; }
#qvWp8l0A8DAXKaTcKbwKoTaP0kHLpART { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KeDsazOoDFNfeHER6xtTBB4DRvnJQ77g { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#ffffff;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9999375rem;height:2.24964375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:24.8125rem;left:29.0625rem;display:block; }
#m9GHs4TFoSfI2u669tJdvZKXLF6hOTFw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lWd4KvuzBKipqIrt6L3LXbbokMV71lNu { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#ffffff;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.49975rem;height:2.24964375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:24.8125rem;left:40.75rem;display:block; }
#pDKmUmdL5L2gT1vKQIoXkEhUvhqfEzJE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GgbTbppdoca8F3tFort4HZZdFObLSu3K { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#ffffff;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.49975rem;height:2.24964375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:24.8125rem;left:52.8125rem;display:block; }
#TiQ717Whcn76fNq5MDkTdLMlPZqdgNV4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#orMtGnHopxudmCqxnHwyNhpZ7FmETV8W { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#ffffff;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:2.25rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:27.3125rem;left:0rem;display:block; }
#DLpLGg2IBgsBcdPisw0Tw4HF5K0wAGyA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ng0rHpghUhSnq7Lwkitf4NVDpPZ1HAuT { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#ffffff;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:2.24964375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:27.3125rem;left:27.375rem;display:block; }
#nmTh8K78rp2UWufMehyuTRyBSWIifmy6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZGw5xMgxyLbmvFsFdsbGGMnIZGJMSf5S { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#ffffff;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.2499375rem;height:2.2492rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:24.8125rem;left:64.75rem;display:block; }
#QQ93G8pI9oTMTIdkGW4TGZiyGd3Lxb70 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ocAmwVA9r57J6It5VffckZgwZmdd9oKT { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#ffffff;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.31225rem;height:2.24964375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:27.3125rem;left:48.9375rem;display:block; }
#MxDGWLb7v3iqJ2qw0l5GhrsHt3lPhiuu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PRmb17ms4QG0DmfR2LavU1OU2RdLnMp1 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#ffffff;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.06214375rem;height:2.24964375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:27.31178855896rem;left:69.93785095215rem;display:block; }
#HM0kBw97HtpxcDRogTHZHiVSGDBASUgN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BW0MFv3LAn89l91cWaf6CcELpHWMpBXQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d51223;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BW0MFv3LAn89l91cWaf6CcELpHWMpBXQ > .row .container { background-color: transparent; background-image: none; }#BW0MFv3LAn89l91cWaf6CcELpHWMpBXQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW0MFv3LAn89l91cWaf6CcELpHWMpBXQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW0MFv3LAn89l91cWaf6CcELpHWMpBXQ > .row .container > .video-iframe-container { display: none; }#BW0MFv3LAn89l91cWaf6CcELpHWMpBXQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW0MFv3LAn89l91cWaf6CcELpHWMpBXQ > .row > .video-iframe-container { display: none; }#BW0MFv3LAn89l91cWaf6CcELpHWMpBXQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BW0MFv3LAn89l91cWaf6CcELpHWMpBXQ > .row .container { border-width: 0; border-radius: 0; }#BW0MFv3LAn89l91cWaf6CcELpHWMpBXQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BW0MFv3LAn89l91cWaf6CcELpHWMpBXQ > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:block; }#XWSSlm4eI9ky7tPoWSJVw1hChJxkbr72 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5rem;left:2.125rem;height:12.1875rem;display:block; }
#Tt1RHTGe0WBFywNHSX0nTlowf6QDB4fz { color:rgba(var(--color-tertiary-0),1);display:block;width:35.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:17.4375rem;left:2.125rem;height:3.5746625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iU79ylT7nc3M7SxF2LP8PkH6O2E58ARJ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:17.9998125rem;width:30.74975rem;top:4.4322624206543rem;left:39.749641418457rem;overflow:hidden;display:block; }
#TE6nwDrQMiSSVXf6eyQOGPRPxKris6eT { background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:#f4f3f3;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.050514221191rem;left:48.248397827149rem;display:block; }
#JlqwEOAUROdHteuPSwbsi44wezuU9EL9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jn4OboPSJh50Bb1g61Lp3C3ahtpzLHqw { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:28.3125rem;width:75rem;top:0.90553951263425rem;left:0rem;overflow:hidden;display:block; }
#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/27267b51-4214-490d-8576-8e5cdb6c74a7/zoje30strimawwwdesktop1920x550pl1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ.adaptive-delivery-prevent-bg, #vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ.lazyload, #vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ.lazyloading { background-image: none; }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row .container { background-color: transparent; background-image: none; }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row .container > .video-iframe-container { display: none; }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row > .video-iframe-container { display: none; }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row .container { border-width: 0; border-radius: 0; }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;position:relative;display:block; }#OU00xxGUuCJo6PTyUJhHWpVr4MzfMIvZ { color:rgba(var(--color-primary-0),1);display:block;width:70rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:6.4999375rem;display:block; }
#bng1QAARMT88OOE3KIoB9EFwvUBWfpdv { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.68725rem;width:16.68725rem;top:27.0625rem;left:4.5625rem;overflow:hidden;display:block; }
#JhVWyouQyFW8rTHE7zZZAkQ42WSrPTys { box-sizing:content-box;height:6.1875rem;width:32.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.9375rem;left:0rem;display:block; }
#DdtaoU3aCFFnvFmsDQCN1wG6dZ1dZaiG { color:rgba(var(--color-tertiary-0),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.312321662903rem;left:0rem;height:5.68714375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wORvU4oIgwxUnBIfFz4Q8kt4pxViUWxB { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:27.0625rem;left:26.9375rem;height:4.95605625rem;font-style:normal;display:block; }
#UeKfapoBcETW6yayi9ElnHB0Xg4FtDl7 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:16rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.375rem;left:34.6875rem;height:20.799875rem;font-style:normal;display:block; }
#hLKdB11oa94Nr8dHlPyIebSwVEKLtMBb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f9f49;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hLKdB11oa94Nr8dHlPyIebSwVEKLtMBb > .row .container { background-color: transparent; background-image: none; }#hLKdB11oa94Nr8dHlPyIebSwVEKLtMBb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLKdB11oa94Nr8dHlPyIebSwVEKLtMBb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLKdB11oa94Nr8dHlPyIebSwVEKLtMBb > .row .container > .video-iframe-container { display: none; }#hLKdB11oa94Nr8dHlPyIebSwVEKLtMBb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLKdB11oa94Nr8dHlPyIebSwVEKLtMBb > .row > .video-iframe-container { display: none; }#hLKdB11oa94Nr8dHlPyIebSwVEKLtMBb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLKdB11oa94Nr8dHlPyIebSwVEKLtMBb > .row .container { border-width: 0; border-radius: 0; }#hLKdB11oa94Nr8dHlPyIebSwVEKLtMBb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLKdB11oa94Nr8dHlPyIebSwVEKLtMBb > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:75rem;position:relative;display:block; }#Fg2n9LCnaBpLpJhOAPR924CUBIVO3Hdr { background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:#f4f3f3;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:41.874567031861rem;left:30.62455368042rem;display:block; }
#io4A0Xagiyw0lPqbD8ffFl2QweaZBODf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEWB0GPNVcRToa1233KG4TAyE4K6RfMp { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:16.875rem;top:20.562408447266rem;left:58.125rem;overflow:hidden;display:block; }
#kwqU4cTaxheIfKrB4Q0rdrJy32yQufdf { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:16.875rem;top:20.562408447266rem;left:38.75rem;overflow:hidden;display:block; }
#UT4IsJ7SBnFIMJEICMMhiOZkSpmB7d3y { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:16.875rem;top:20.562408447266rem;left:19.375rem;overflow:hidden;display:block; }
#bSh7Aocgdea7xmP7gnyp9ma2O6nzuS6F { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:16.875rem;top:20.562408447266rem;left:0rem;overflow:hidden;display:block; }
#VwweoeWZEkMKTztV5Mzc7XAcKHSMPycN { color:rgba(var(--color-tertiary-0),1);display:block;width:53.0624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.312320709229rem;left:0rem;height:5.60625rem;display:block; }
#VTASHMgFeZNBEz7L14trq17Om8bLOVXh { color:rgba(var(--color-tertiary-0),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.4997329711914rem;left:0rem;height:3.08726875rem;display:block; }
#nhxykVhdam6uAUyZR3KswwViCRyDyZaZ { box-sizing:content-box;height:2.9375rem;width:58.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.06205368042rem;left:0rem;display:block; }
#VwmS1ExA6kA0lrMTU3yi9POoEknmbE2u { color:rgba(var(--color-tertiary-0),1);display:block;width:58.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.04838180542rem;left:0rem;height:3.08726875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fcNRV4ai6V6aL5lov2FCKbmrSwT3bXA9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fcNRV4ai6V6aL5lov2FCKbmrSwT3bXA9 > .row .container { background-color: transparent; background-image: none; }#fcNRV4ai6V6aL5lov2FCKbmrSwT3bXA9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcNRV4ai6V6aL5lov2FCKbmrSwT3bXA9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcNRV4ai6V6aL5lov2FCKbmrSwT3bXA9 > .row .container > .video-iframe-container { display: none; }#fcNRV4ai6V6aL5lov2FCKbmrSwT3bXA9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcNRV4ai6V6aL5lov2FCKbmrSwT3bXA9 > .row > .video-iframe-container { display: none; }#fcNRV4ai6V6aL5lov2FCKbmrSwT3bXA9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcNRV4ai6V6aL5lov2FCKbmrSwT3bXA9 > .row .container { border-width: 0; border-radius: 0; }#fcNRV4ai6V6aL5lov2FCKbmrSwT3bXA9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fcNRV4ai6V6aL5lov2FCKbmrSwT3bXA9 > .row .container { font-size:0.875rem;font-family:arial;height:66rem;width:75rem;position:relative;display:block; }#lMGVdUuMwCcuZ0iZeGB8hFkhvshRBhbV { color:#d51224;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.1248207092285rem;left:0rem;height:6.581125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ch6T2nCvEQpKUuQNzliPDXT5peogtb1t { color:#000000;display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.361328125rem;left:0rem;height:3.7375rem;text-align:left;text-align-last:left;display:block; }
#E2MrD80iazbSFWF5i7gkVFap6JlWvVeJ { background-color:#3c64de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:#ffffff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:54.6875rem;left:30.625rem;display:block; }
#DNA1aUvcZs3F1PtcygB1gBLwRfNs8DU5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lEruytTGxCeiCT4XI6ZFNuTsKu7qht8U { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:75rem;top:48.3125rem;left:0rem;overflow:hidden;display:block; }
#MphaKAQTf4k2VLkI1SCSvCDTgI9hJ4zy { color:#d51224;display:block;width:25.999625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:11.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5813217163088rem;left:46.311698913574rem;height:14.6249375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nATAxbRkAarCG8uJHUEweCS82C2Upf1o { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.24973125rem;width:20.625rem;top:14.675247192382rem;left:18.731800079346rem;overflow:hidden;display:block; }
#fGiRTPROJTTTZoxTZt8MI541OJbl4upd { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top: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.6249375rem;width:14.6249375rem;top:27.8125rem;left:0rem;overflow:hidden;display:block; }
#JEniW4KzwCu5NvqanCyu4AIgmDIrCUDX { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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.37475rem;width:17.7499375rem;top:29.8125rem;left:18.5625rem;overflow:hidden;display:block; }
#TDC30oZwsnS6idXLTZh8sHlL210xnwmH { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:15.5rem;top:27.375rem;left:39.9375rem;overflow:hidden;display:block; }
#psPi5RwuLsxTT862vo0gwAtrmUpl5OKT { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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.3124375rem;width:14.3124375rem;top:28.062410831451rem;left:59.905891418457rem;overflow:hidden;display:block; }
#t2vsfAuLcn4U6zeS6hssnsnARu4rtoVZ { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.56225rem;height:2.24964375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:42.9375rem;left:0rem;display:block; }
#CAtR9Kh5pNNA8oTDaPRtphp2nrzVJm0O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uaCNaDhRz21TRFklAmi1rHkq616DqKQt { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.56225rem;height:2.2492rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:42.9375rem;left:18.75rem;display:block; }
#wTq4EMKFifqUAqTGTyJa8PxGFTXGTn4K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CClfXSZCdAsLJH99exz1uPf9pU01NNa0 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.56225rem;height:2.24964375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:42.9375rem;left:38.8125rem;display:block; }
#XgUpXeZ22wiWhedOTF7KZtXpdBD1XfzA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ky7ymuRHEhcVwV6mpxATzLMrNb9Mu4I6 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.56225rem;height:2.24964375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:42.9375rem;left:57.9375rem;display:block; }
#OTxyAUefbQqqTgEksXFvuEAJTToxg0Bi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#afVKtJmNu0hQMvQncOgSWMA9iflp8PMe { color:#d51224;display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.704189822078rem;left:0rem;height:6.581125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/68a0ba2e-a4f3-49d2-9bb2-b649ea461bc1/RRR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss.adaptive-delivery-prevent-bg, #L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss.lazyload, #L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss.lazyloading { background-image: none; }#L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss > .row .container { background-color: transparent; background-image: none; }#L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss > .row .container > .video-iframe-container { display: none; }#L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss > .row > .video-iframe-container { display: none; }#L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss > .row .container { border-width: 0; border-radius: 0; }#L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:75rem;position:relative;display:block; }#UZI0PZBHNx8Gh5AWbH6OgcGKfDSoPWE3 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.562325rem;width:75rem;top:6.7986488342288rem;left:0rem;overflow:hidden;display:block; }
#oS6CTq3TIFRBTDD0tJGkLSIB3lXWCT97 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:9.6875rem;top:24.4375rem;left:0rem;overflow:hidden;display:block; }
#CTR5SpIlNlae8R8hbcI6ypX5KK4vIwfT { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:11.937125rem;top:26rem;left:12.0625rem;overflow:hidden;display:block; }
#zWNHiVR2aCuQoKmPh4ix7yCl7JhCd5Sn { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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.3125rem;width:14.9375rem;top:26.187225341797rem;left:26.375rem;overflow:hidden;display:block; }
#BfIw9KI5lo978dFcxZXuEPnMe0lKPCdG { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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.9373125rem;width:14.18725rem;top:25.75rem;left:42.9375rem;overflow:hidden;display:block; }
#xiosyhKNt8N7DAB6cl8gk4i6w6sXzywZ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:9rem;width:15.8125rem;top:25.6875rem;left:59.1875rem;overflow:hidden;display:block; }
#TzrssFGu6ng0ZaeQAJggLIHcLwWpwgRT { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:36.1875rem;left:0rem;height:1.46218125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pqmxe1Rwz4yJBwVRHHeSJR2WNP8phF6b { color:#ffffff;display:block;width:9.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:38.125rem;left:0rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H7anMy0khS43sQHuJMQSBch7lZGcPyCz { color:#ffffff;display:block;width:9.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:38.125rem;left:12.0625rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QFnHAeJ00cqIcJtVGtTuTcD0yzepaTrG { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:36.1875rem;left:12.0625rem;height:1.46218125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hPtyDg3evKpSqOgZQDBtc0rUAIZIIo2g { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:38.125rem;left:26.5625rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gq3s2n4yDVOIW99zSsrsO1Vp94nSSxuh { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:36.1875rem;left:26.5625rem;height:1.46218125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NTXZLGdhDcVQWSeXtpPTA7QTmCFQR5aG { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:38.125rem;left:44.0625rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NXTkvN0WeRfvZkWVwtGkDLE9mZadkN4Q { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:36.1875rem;left:44.0625rem;height:1.46218125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BgHBevewIUgJMDMTCalBMzo1ZdDTEqlZ { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:38.125rem;left:59.75rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G8Nl8ILTIfXtM620iGJ42lnshL8cxuBm { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:36.1875rem;left:59.75rem;height:1.46218125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dMMTaeAyRTyC9ICPr4cVzLXHMqeR9rFM { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:47.061792373657rem;left:0rem;height:2.4374125rem;text-align:center;text-align-last:center;display:block; }
#ypUwEyGG1BuG7VfTUa1TT85aQsrMUE55 { color:#ffffff;display:block;width:19.49975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.0625rem;left:18.3125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#MDbG7SXr3dxnTU0vEbOH1xdbXrlXGyQI { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:18.875rem;top:14.9375rem;left:37.75rem;overflow:hidden;display:block; }
#TmVsZZUeapRePZ3uLzpMg8RNkpX1nmiW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:75rem;display:none; }
#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(38,87,89,0.5);background-image:url("https://images.assets-landingi.com/uc/a5e25236-966b-4ff5-866c-b6231459a813/hamaktlo1.jpg");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA.adaptive-delivery-prevent-bg, #fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA.lazyload, #fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA.lazyloading { background-image: none; }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row .container { background-color: transparent; background-image: none; }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row .container > .video-iframe-container { display: none; }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row > .video-iframe-container { display: none; }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row .container { border-width: 0; border-radius: 0; }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#ovuxwsX1fculbWqLmwZTGw3WKXnLlbwx { color:rgba(var(--color-tertiary-0),1);display:block;width:52.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.0622339248658rem;left:0rem;height:4.0625rem;font-style:normal;display:block; }
#DK6O9FvsZqqDte8TozwZ2ntz2u7OCDtO { color:rgba(var(--color-tertiary-0),1);display:block;width:36.312125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.0617895126342rem;left:38.687412261963rem;height:7.3125rem;display:block; }
#kPsI9TZVggQcfmf4WJgsawMeBS946v1b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8dcbec;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kPsI9TZVggQcfmf4WJgsawMeBS946v1b > .row .container { background-color: transparent; background-image: none; }#kPsI9TZVggQcfmf4WJgsawMeBS946v1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPsI9TZVggQcfmf4WJgsawMeBS946v1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPsI9TZVggQcfmf4WJgsawMeBS946v1b > .row .container > .video-iframe-container { display: none; }#kPsI9TZVggQcfmf4WJgsawMeBS946v1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPsI9TZVggQcfmf4WJgsawMeBS946v1b > .row > .video-iframe-container { display: none; }#kPsI9TZVggQcfmf4WJgsawMeBS946v1b > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kPsI9TZVggQcfmf4WJgsawMeBS946v1b > .row .container { border-width: 0; border-radius: 0; }#kPsI9TZVggQcfmf4WJgsawMeBS946v1b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kPsI9TZVggQcfmf4WJgsawMeBS946v1b > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;position:relative;display:block; }#CwIQeNdWJEudQTGaAzZLFVIClzlc6EL5 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.43725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:10.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#acIaFZwl7XVH5nRy52LCxZ04bMTbBe98 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:21.9375rem;left:0rem;height:7.475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uZouz5THqMs0iO03BcQ4CNNFxDa16NRd { color:rgba(var(--color-tertiary-4),1);display:block;width:24.49975rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:2.4374125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aLo30gkCcKJ7VG0vi0LqaIyhnZICTK8c { background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:#ffffff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24rem;left:61.25rem;display:block; }
#HrBlTKeRV5Kmheu2qJO6ymx7VJboSgZL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ed6lJHNarFVvGiHeI3cNWk1n3f9k5EKq { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.12475rem;width:22.3739375rem;top:36.305928349495rem;left:23.619495391846rem;overflow:hidden;display:none; }
#bAtUW9XzfRGgcsS5P98tOzM1MfagvziA { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.31225rem;width:29.0625rem;top:34.062054753304rem;left:45.93705368042rem;overflow:hidden;display:none; }
#JkW3ASOlcq8WHTkRIx1XkXf0RTw19TuM { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.12475rem;width:22.3739375rem;top:1.125rem;left:25.4375rem;overflow:hidden;display:block; }
#mNovMeRngC8FHQVd7IWCTyHqdAMFCzbW { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.31225rem;width:29.0625rem;top:0.18732452392578rem;left:45.93705368042rem;overflow:hidden;display:block; }
#z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#265759;background-image:url("https://images.assets-landingi.com/uc/c82a5962-d6a7-4e74-bf77-d99c0fc5e1cf/patternstrimawwwdesktop1920x550pl.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz.adaptive-delivery-prevent-bg, #z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz.lazyload, #z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz.lazyloading { background-image: none; }#z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz > .row .container { background-color: transparent; background-image: none; }#z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz > .row .container > .video-iframe-container { display: none; }#z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz > .row > .video-iframe-container { display: none; }#z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz > .row .container { border-width: 0; border-radius: 0; }#z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#Ju5Dr7FHwbeLkbNUgv7RSUZ89arV00Tn { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:31.06225rem;width:55.8123125rem;top:9.1978874206544rem;left:19.187675476074rem;overflow:hidden;display:block; }
#r7ZQOcsRLGN2x3qIqSaWMMHRTziKvKUV { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:27.8741875rem;width:52.4374375rem;top:28.327415466309rem;left:14.624912261963rem;overflow:hidden;display:block; }
#xnFku4csM2ceskbEJQ4tnssr90tuDqAx { color:#ffcc00;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.624644726515rem;left:0rem;height:4.4686625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bo6QkHaeZwNIpAP8i3S7qT1KO5aMGtuF { color:#ffffff;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:15.3125rem;left:0rem;height:8.775rem;font-style:normal;display:block; }
#AraEruMzn7FyOvsaSGGhRJ8IdVtHGFra { color:#ffcc00;display:block;width:15.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:31rem;left:0rem;height:3.0875rem;display:block; }
#kPQngNDBZlh1sV97A9myX7obFQPaIlBw { background-color:#5d92ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:#f4f3f3;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.4375rem;left:0rem;display:block; }
#XpXPuNTa14FTJ6ZnhxBBFy0esKUHVbqF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nEFrJ4xsyQ761azEr4DdCBfftiUJT8Qd { position:relative;display:block; }#nEFrJ4xsyQ761azEr4DdCBfftiUJT8Qd { background-color: transparent; background-image: none; }#nEFrJ4xsyQ761azEr4DdCBfftiUJT8Qd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEFrJ4xsyQ761azEr4DdCBfftiUJT8Qd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEFrJ4xsyQ761azEr4DdCBfftiUJT8Qd > .row .container > .video-iframe-container { display: none; }#nEFrJ4xsyQ761azEr4DdCBfftiUJT8Qd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEFrJ4xsyQ761azEr4DdCBfftiUJT8Qd > .row > .video-iframe-container { display: none; }#nEFrJ4xsyQ761azEr4DdCBfftiUJT8Qd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEFrJ4xsyQ761azEr4DdCBfftiUJT8Qd { border-width: 0; border-radius: 0; }#nEFrJ4xsyQ761azEr4DdCBfftiUJT8Qd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nEFrJ4xsyQ761azEr4DdCBfftiUJT8Qd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AXNmQJ21ubz299CZlTlaTe3qvqvIXZpS { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.1875rem;left:0rem;height:1.5434125rem;font-style:normal;display:block; }
#ktfRpGmBwm0qS6IRG5b0avFgrTcg8dDN { color:rgba(var(--color-primary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:2.843575rem;font-style:normal;display:block; }
#Tfhd9HV4Z0tqTzhKu4gLvbpdx5RbudPC { color:rgba(var(--color-primary-4),1);display:block;width:40.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:28.4375rem;left:21.6875rem;height:2.6rem;font-style:normal;display:block; }
#Eo82bGqtPLsBvgW5igTcdTzrv6pOTzTr { color:#5d92ff;display:block;width:6.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:24.6875rem;left:58.75rem;height:2.4374125rem;font-style:normal;display:block; }
#laHis0sFOctUyJrsVWgbEuAH4IiAHUyZ { color:#5d92ff;display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:24.75rem;left:46.125rem;height:2.4374125rem;font-style:normal;display:block; }
#s1T4MgH2J1g6sNR891tf2vxLTumdbaHl { color:rgba(var(--color-tertiary-4),1);display:block;width:10.999625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:23.125rem;left:46.125rem;height:1.62464375rem;font-style:normal;display:block; }
#qZTJJPSVEOQEw4CvU6BPX0UKglyeltoc { color:rgba(var(--color-primary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:23.0625rem;left:58.75rem;height:1.62464375rem;font-style:normal;display:block; }
#xkHHif8EdAtU1Ozc8Wo4v18pt2nddkLm { color:rgba(var(--color-primary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:23.1875rem;left:31.5rem;height:1.62464375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#frpwwgZ921uEV3GBRxlZE4WNptbAZ0Ea { color:#5d92ff;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.812232971191rem;left:34.249820709229rem;height:2.4374125rem;font-style:normal;display:block; }
#TwECXhHLV4L0Maaen7SVbG5yk3sK18UF { color:rgba(var(--color-primary-4),1);display:block;width:9.9374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:23.25rem;left:21.6875rem;height:1.62464375rem;font-style:normal;display:block; }
#LbnUIryZnJ8WtIrxQNEZ14KqAoGXn9WR { color:#5d92ff;display:block;width:8.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:24.8125rem;left:21.6875rem;height:2.4374125rem;font-style:normal;display:block; }
#JuLt73QZhPbfXKtN1katy24uRInAWzzA { color:#5d92ff;display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.4375rem;left:21.6875rem;height:2.4374125rem;font-style:normal;display:block; }
#ntVSLhm9wZVZhuUGgwpfXCaGVLG9JKrc { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:10.2499375rem;width:19.3124375rem;top:17.125rem;left:0rem;overflow:hidden;display:block; }
#DqMb2WIqkHfWvS9h0UvdLbo7dL0WpbZN { color:rgba(var(--color-primary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.5625rem;left:21.6875rem;height:1.46218125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A6ahqqNitGev6duIPNcK84eTVeTW3XUz { background-color:#3c64de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:#ffffff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16.687393188476rem;left:58.749996185302rem;display:block; }
#IlS9lTnlXraqZaT2eHeZMTeuwn42Tkwk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dbc68c0c-52b6-4115-b796-af08e61e544e/Frame101.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd.adaptive-delivery-prevent-bg, #lQBTexd3JwzS2GkmILHRzApAc3VFlQQd.lazyload, #lQBTexd3JwzS2GkmILHRzApAc3VFlQQd.lazyloading { background-image: none; }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd > .row .container { background-color: transparent; background-image: none; }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd > .row .container > .video-iframe-container { display: none; }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd > .row > .video-iframe-container { display: none; }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd > .row .container { border-width: 0; border-radius: 0; }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#vTBkLlCqOBn8E2EQyO1NkeH2WBirTn8K { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:15.5rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#vwQWV0TmLnBnN4LQn1FenR6hxl1BfUPo { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3116875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.1875rem;left:17.5rem;height:3.65589375rem;display:block; }
#f0J5aUSmTonJkHvnF0mhoB7tTF4aapZq { color:rgba(var(--color-tertiary-0),1);display:block;width:36.3108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17rem;left:0rem;height:7.3125rem;display:block; }
#Ohr3Ac744qeVCRTbP0sMZtOSWUocBWG9 { box-sizing:content-box;height:4.625rem;width:14.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.4375rem;left:0rem;display:block; }
#q0lHgDwfakthx3QTnEufET761fK4zx2F { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:25.6875rem;left:1rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sQI5D8JLO2NzOalE8gUxMdxCoOTWCWuD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:19rem;display:none; }
#y6DJrM9TLEKz7c0mdyi5xzXT96kIvJe5 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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.3748125rem;width:8.75rem;top:46.398258209229rem;left:13.499645233154rem;overflow:hidden;display:none; }
#TyoJi2lOpJy1tUo8ukFxr5ScFXnneI2X { position:relative;display:block; }#TyoJi2lOpJy1tUo8ukFxr5ScFXnneI2X { background-color: transparent; background-image: none; }#TyoJi2lOpJy1tUo8ukFxr5ScFXnneI2X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyoJi2lOpJy1tUo8ukFxr5ScFXnneI2X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyoJi2lOpJy1tUo8ukFxr5ScFXnneI2X > .row .container > .video-iframe-container { display: none; }#TyoJi2lOpJy1tUo8ukFxr5ScFXnneI2X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyoJi2lOpJy1tUo8ukFxr5ScFXnneI2X > .row > .video-iframe-container { display: none; }#TyoJi2lOpJy1tUo8ukFxr5ScFXnneI2X > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyoJi2lOpJy1tUo8ukFxr5ScFXnneI2X { border-width: 0; border-radius: 0; }#TyoJi2lOpJy1tUo8ukFxr5ScFXnneI2X > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TyoJi2lOpJy1tUo8ukFxr5ScFXnneI2X > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t5DTqGlhIIDurgLXeFa6555vgHNuBvvB { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9991302490234rem;left:0rem;height:3.24973125rem;text-align:center;text-align-last:center;display:block; }
#cX7btIPcIAdZCzkTzt8PQCmwwVDfqpGF { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:5.5rem;top:11.749816894531rem;left:0rem;overflow:hidden;display:block; }
#LWkmtUzJxhqul4c8xrAmkJPyRxUly3oJ { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81214375rem;width:4.6249125rem;top:12.180840492249rem;left:15.24946975708rem;overflow:hidden;display:block; }
#HVr6SduKcqkXzn6zUc1rrG2KgBwTTtph { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;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:17.9375rem;left:0rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tr9mVurEhXClUsBV7vzn61nzV4HPkltf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.4375rem;left:0rem;height:5.2rem;display:block; }
#ofXRnsHWqaLImGXBQ97xEyoh3u3TgIHK { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:21.4375rem;left:15.5625rem;height:7.8rem;display:block; }
#Uxp2LiBstywVfLFT9ONynTsITxyMKTt5 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.9375rem;left:15.5625rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eaTtXnfcMIQLOe2APzLrgznOd1MZ77xZ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:21.5625rem;left:30.0625rem;height:6.5rem;display:block; }
#tPxuZzSSAswtxistWDrLILREoIoE4cmX { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.0625rem;left:30.0625rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uEZ0V2m8qAwGM5JIvPBBzgVxq87fIKKa { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:5.5625rem;top:12.5rem;left:30.0625rem;overflow:hidden;display:block; }
#A2rl9xhv0NXOgrCr39aP3IVEdbvxitau { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.1875rem;left:43.5625rem;height:1.46218125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OENbmWGm9inLb5K4hCbtGFElWphP53ta { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:21.6875rem;left:43.5625rem;height:9.1rem;display:block; }
#tITeXUUB7m7oB5svZFroZmRmkvO8C4ox { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:4.4375rem;top:12.249633789062rem;left:43.562236785889rem;overflow:hidden;display:block; }
#EA7wMev8mdceesM5X2UVcbOnp095N74W { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.8125rem;left:56.6875rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ehHu0Uu7yOtbRbT3bRwzHCmtn2vrBuyF { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:21.3125rem;left:56.6875rem;height:5.2rem;display:block; }
#KTKM7Srfvi0BHOtNkUlu5wPzWQED8tcL { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6874125rem;width:4.81223125rem;top:12.430130958557rem;left:56.061344146729rem;overflow:hidden;display:block; }
#xzDDLkq2BvfDDiJRbfwcb0DWy87bCdzu { color:rgba(var(--color-tertiary-4),1);display:block;width:6.937125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:17.9375rem;left:67.6875rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HPATrnK7MGQXduCaGupkaHZunIN981tl { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:21.4375rem;left:67.6875rem;height:3.9rem;display:block; }
#PgAuaBShpIG3fLSohF8ruWlg03gDTNmT { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.43714375rem;top:12.056104660034rem;left:67.686878204344rem;overflow:hidden;display:block; }
#yX1FAeJMkGLLwOZ2eaEUhpGBDDhqK640 { color:#000000;display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:36.25rem;left:7.25rem;height:3.24973125rem;text-align:left;text-align-last:left;display:block; }
#StXgc7Xs4egg2fJ2ltnSgmvHXrdKTVHw { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:15rem;width:22.375rem;top:38.716262817382rem;left:0rem;overflow:hidden;display:block; }
#p0yVHK60h8lVILPETrU5aLBIDue6UMFn { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top: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.5623125rem;width:22.62475rem;top:39.465995788574rem;left:52.374820709229rem;overflow:hidden;display:block; }
#XrJo4bO24WsGBb0yxTtm9MFpxLn2oPep { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.8125rem;width:16.624625rem;top:42.840462684631rem;left:28.562236785889rem;overflow:hidden;display:block; }
#Pq3bhSS4MfivuqLISViTAtgQTF2qfaSi { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:52.374359130859rem;left:0rem;display:block; }
#UVbuIFgEDQnZ3hL9fTEVomo9r6qgHSlJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tD8JUSSIZit7H7nRpHB0qPnfemd7Vo90 { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.625rem;height:2.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:52.5rem;left:28.562232971191rem;display:block; }
#ogTIoHZUbTxGo5XkV5wqqeKn3fBlnnNe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IoutPDNxb4FJqkOh586DHzGqhOLCI0Ek { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top: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:#000000;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.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:52.5rem;left:57.749912261963rem;display:block; }
#tb51MhSfX2MFaZWxxCFdCH3gGrBIQcPr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#coCrQV1RRlhAtyCnu4zzlCOcxzM9O0iA { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top: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.3748125rem;width:8.75rem;top:46.398258209229rem;left:13.499645233154rem;overflow:hidden;display:block; }
#O3SPtezPp8uTf6NETF0RfTA5owKKc1ce { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top: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.374375rem;width:8.75rem;top:46.398700714111rem;left:38.873844146729rem;overflow:hidden;display:block; }
#b6l4G9RRvFXkyBvzUqqBiMOf7MBoLUXm { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top: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.3739375rem;width:8.75rem;top:46.398700714111rem;left:66.249553680419rem;overflow:hidden;display:block; }
#D1mVbTdQZHxHcsOSJZw5n4k16Aeb0oza { color:#ff0000;display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:36.25rem;left:33.3125rem;height:3.24973125rem;text-align:left;text-align-last:left;display:block; }
#JTRkn7KS4nFpJQA9IcLzZHu6kTTPh44S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3b4d72;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JTRkn7KS4nFpJQA9IcLzZHu6kTTPh44S > .row .container { background-color: transparent; background-image: none; }#JTRkn7KS4nFpJQA9IcLzZHu6kTTPh44S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTRkn7KS4nFpJQA9IcLzZHu6kTTPh44S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTRkn7KS4nFpJQA9IcLzZHu6kTTPh44S > .row .container > .video-iframe-container { display: none; }#JTRkn7KS4nFpJQA9IcLzZHu6kTTPh44S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTRkn7KS4nFpJQA9IcLzZHu6kTTPh44S > .row > .video-iframe-container { display: none; }#JTRkn7KS4nFpJQA9IcLzZHu6kTTPh44S > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTRkn7KS4nFpJQA9IcLzZHu6kTTPh44S > .row .container { border-width: 0; border-radius: 0; }#JTRkn7KS4nFpJQA9IcLzZHu6kTTPh44S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JTRkn7KS4nFpJQA9IcLzZHu6kTTPh44S > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#fDoRZecPriifmqxBJrOhWSUgxMITDTFb { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:15.499820709229rem;left:0rem; }
#fDoRZecPriifmqxBJrOhWSUgxMITDTFb > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#t959AZvpbzVcm0IgmWtzBeTeg9gGU3bP { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:15.249820709229rem;left:18.812320709229rem; }
#XTZ1zyoc144EzNdeENv1reDUuZyWXJO2 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:15.499820709229rem;left:38.249645233154rem; }
#Ic3Z5upRE0q6hO10vldaSk14SCfPuesW { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.908203125rem;left:3.7495574951172rem;height:1.86834375rem;display:block; }
#ddUZByFXmxc9OLwOZw8sGMLKukxtTHOB { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.908203125rem;left:22.561878204346rem;height:1.86834375rem;display:block; }
#NOURAVJ960MsdMnxT2nfR4Tu294JUOJ4 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.624625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.908203125rem;left:41.873935699463rem;height:1.86834375rem;display:block; }
#K6hq7XCbJsOCTbdcbksUOE4DKfh0V0bf { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.0621452331543rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#AIK9iH5q1sS5BMoMGrJsPkGUfEygyshw { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.1872329711912rem;left:0rem;height:1.86834375rem;text-align:center;text-align-last:center;display:block; }
#aossxheCIrbOX4tKEDC8EHaEUMDcGsEd { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:15.499820709229rem;left:53.874732971191rem; }
#A6MpI4VSci30QsSk10oK96M0RzG260cE { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15.9375rem;left:57.5rem;height:3.7375rem;font-style:normal;display:block; }
#WfFmwxsPflwgK3QL4i1uGzgPC8nFp03r { position:relative;display:block; }#WfFmwxsPflwgK3QL4i1uGzgPC8nFp03r { background-color: transparent; background-image: none; }#WfFmwxsPflwgK3QL4i1uGzgPC8nFp03r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfFmwxsPflwgK3QL4i1uGzgPC8nFp03r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfFmwxsPflwgK3QL4i1uGzgPC8nFp03r > .row .container > .video-iframe-container { display: none; }#WfFmwxsPflwgK3QL4i1uGzgPC8nFp03r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfFmwxsPflwgK3QL4i1uGzgPC8nFp03r > .row > .video-iframe-container { display: none; }#WfFmwxsPflwgK3QL4i1uGzgPC8nFp03r > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfFmwxsPflwgK3QL4i1uGzgPC8nFp03r { border-width: 0; border-radius: 0; }#WfFmwxsPflwgK3QL4i1uGzgPC8nFp03r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WfFmwxsPflwgK3QL4i1uGzgPC8nFp03r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SL3MTv6k1DFsV1ILGRHMsUdUSztp9LJI { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.18723125rem;width:20.1873125rem;top:3.7495536804199rem;left:27.405895233154rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe { display:block; }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9IEmthR7Pe4LFw0eJMCvoSWA6RQJmwk { top:4.25rem;left:13.90625rem;width:19.9375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpLIvESyy0e4H649rE6T16M3UmBBZhlc { top:19.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbkPCL2ghSG1xv9H14SLMGU82rvZ17sW { width:14.25rem;height:3.4375rem;top:33.625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4VxfaxXnKrPOSWUNKqaKGUOgTsiJ1Kl { display:block; }
 }@media only screen and (max-width: 763px) { #vNPTIBUeTJVu3MzrAd6PburdCNCoSyQf { top:10.625rem;left:0rem;width:47.75rem;height:3.3822916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugfXiwwTMCT2COQOPtaWqvO4eGeFSBPF { width:36.5625rem;height:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #phAAmcwqfxJGkdoRKtrGsNdo91zmuRCs { width:8.8125rem;height:2.1875rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ5gDmfep8GugAJgcouyD7F7M5uvHgTt { display:block; }
 }@media only screen and (max-width: 763px) { #y9Xs1VJyuuU4qV3BgrDRMcKPi5nQrLAA { width:14.5rem;height:2.1875rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvWp8l0A8DAXKaTcKbwKoTaP0kHLpART { display:block; }
 }@media only screen and (max-width: 763px) { #KeDsazOoDFNfeHER6xtTBB4DRvnJQ77g { width:8.9375rem;height:2.1875rem;top:24.8125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9GHs4TFoSfI2u669tJdvZKXLF6hOTFw { display:block; }
 }@media only screen and (max-width: 763px) { #lWd4KvuzBKipqIrt6L3LXbbokMV71lNu { width:9.4375rem;height:2.1875rem;top:24.8125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDKmUmdL5L2gT1vKQIoXkEhUvhqfEzJE { display:block; }
 }@media only screen and (max-width: 763px) { #GgbTbppdoca8F3tFort4HZZdFObLSu3K { width:9.4375rem;height:2.1875rem;top:24.8125rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiQ717Whcn76fNq5MDkTdLMlPZqdgNV4 { display:block; }
 }@media only screen and (max-width: 763px) { #orMtGnHopxudmCqxnHwyNhpZ7FmETV8W { width:24.0625rem;height:2.1875rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLpLGg2IBgsBcdPisw0Tw4HF5K0wAGyA { display:block; }
 }@media only screen and (max-width: 763px) { #ng0rHpghUhSnq7Lwkitf4NVDpPZ1HAuT { width:18.4375rem;height:2.1875rem;top:27.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmTh8K78rp2UWufMehyuTRyBSWIifmy6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZGw5xMgxyLbmvFsFdsbGGMnIZGJMSf5S { width:10.1875rem;height:2.1875rem;top:24.8125rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ93G8pI9oTMTIdkGW4TGZiyGd3Lxb70 { display:block; }
 }@media only screen and (max-width: 763px) { #ocAmwVA9r57J6It5VffckZgwZmdd9oKT { width:17.25rem;height:2.1875rem;top:27.3125rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxDGWLb7v3iqJ2qw0l5GhrsHt3lPhiuu { display:block; }
 }@media only screen and (max-width: 763px) { #PRmb17ms4QG0DmfR2LavU1OU2RdLnMp1 { width:5rem;height:2.1875rem;top:27.25rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM0kBw97HtpxcDRogTHZHiVSGDBASUgN { display:block; }
 }@media only screen and (max-width: 763px) { #BW0MFv3LAn89l91cWaf6CcELpHWMpBXQ { display:block; }#BW0MFv3LAn89l91cWaf6CcELpHWMpBXQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWSSlm4eI9ky7tPoWSJVw1hChJxkbr72 { top:5.5rem;left:0rem;width:20rem;height:12.1875rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt1RHTGe0WBFywNHSX0nTlowf6QDB4fz { top:17.4375rem;left:0rem;width:35.4375rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU79ylT7nc3M7SxF2LP8PkH6O2E58ARJ { top:4.375rem;left:17.0625rem;width:30.6875rem;height:17.963373558931rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE6nwDrQMiSSVXf6eyQOGPRPxKris6eT { width:13.75rem;height:3.4375rem;top:19rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlqwEOAUROdHteuPSwbsi44wezuU9EL9 { display:block; }
 }@media only screen and (max-width: 763px) { #Jn4OboPSJh50Bb1g61Lp3C3ahtpzLHqw { top:0.875rem;left:0rem;width:47.75rem;height:18.025625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ { display:block; }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OU00xxGUuCJo6PTyUJhHWpVr4MzfMIvZ { top:7.5rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bng1QAARMT88OOE3KIoB9EFwvUBWfpdv { top:27.0625rem;left:0rem;width:16.625rem;height:6.6623039296469rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhVWyouQyFW8rTHE7zZZAkQ42WSrPTys { top:14.9375rem;left:0rem;width:32.375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdtaoU3aCFFnvFmsDQCN1wG6dZ1dZaiG { top:15.25rem;left:0rem;width:32.3125rem;height:5.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wORvU4oIgwxUnBIfFz4Q8kt4pxViUWxB { top:27.0625rem;left:13.3125rem;width:12.5rem;height:4.9375rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeKfapoBcETW6yayi9ElnHB0Xg4FtDl7 { top:18.375rem;left:12rem;width:35.75rem;height:20.75rem;font-size:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLKdB11oa94Nr8dHlPyIebSwVEKLtMBb { display:block; }#hLKdB11oa94Nr8dHlPyIebSwVEKLtMBb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fg2n9LCnaBpLpJhOAPR924CUBIVO3Hdr { width:13.75rem;height:3.4375rem;top:41.8125rem;left:16.99955368042rem;display:block; }
 }@media only screen and (max-width: 763px) { #io4A0Xagiyw0lPqbD8ffFl2QweaZBODf { display:block; }
 }@media only screen and (max-width: 763px) { #TEWB0GPNVcRToa1233KG4TAyE4K6RfMp { top:20.5rem;left:30.875rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwqU4cTaxheIfKrB4Q0rdrJy32yQufdf { top:20.5rem;left:25.125rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT4IsJ7SBnFIMJEICMMhiOZkSpmB7d3y { top:20.5rem;left:5.75rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSh7Aocgdea7xmP7gnyp9ma2O6nzuS6F { top:20.5rem;left:0rem;width:16.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwweoeWZEkMKTztV5Mzc7XAcKHSMPycN { top:13.25rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTASHMgFeZNBEz7L14trq17Om8bLOVXh { top:4.4375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhxykVhdam6uAUyZR3KswwViCRyDyZaZ { top:8rem;left:0rem;width:47.75rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwmS1ExA6kA0lrMTU3yi9POoEknmbE2u { top:8rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcNRV4ai6V6aL5lov2FCKbmrSwT3bXA9 { display:block; }#fcNRV4ai6V6aL5lov2FCKbmrSwT3bXA9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMGVdUuMwCcuZ0iZeGB8hFkhvshRBhbV { top:6.0625rem;left:0rem;width:24.375rem;height:6.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch6T2nCvEQpKUuQNzliPDXT5peogtb1t { top:20.3125rem;left:0rem;width:38.125rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2MrD80iazbSFWF5i7gkVFap6JlWvVeJ { width:13.75rem;height:3.4375rem;top:54.6875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNA1aUvcZs3F1PtcygB1gBLwRfNs8DU5 { display:block; }
 }@media only screen and (max-width: 763px) { #lEruytTGxCeiCT4XI6ZFNuTsKu7qht8U { top:48.3125rem;left:0rem;width:47.75rem;height:1.6710788958333rem;display:block; }
 }@media only screen and (max-width: 763px) { #MphaKAQTf4k2VLkI1SCSvCDTgI9hJ4zy { top:8.5625rem;left:21.75rem;width:25.9375rem;height:14.5625rem;font-size:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nATAxbRkAarCG8uJHUEweCS82C2Upf1o { top:14.625rem;left:5.1068000793457rem;width:20.625rem;height:3.24973125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGiRTPROJTTTZoxTZt8MI541OJbl4upd { top:27.8125rem;left:0rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEniW4KzwCu5NvqanCyu4AIgmDIrCUDX { top:29.8125rem;left:4.9375rem;width:17.6875rem;height:11.334737974429rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDC30oZwsnS6idXLTZh8sHlL210xnwmH { top:27.375rem;left:26.3125rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psPi5RwuLsxTT862vo0gwAtrmUpl5OKT { top:28rem;left:33.4375rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2vsfAuLcn4U6zeS6hssnsnARu4rtoVZ { width:13.5rem;height:2.1875rem;top:42.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAtR9Kh5pNNA8oTDaPRtphp2nrzVJm0O { display:block; }
 }@media only screen and (max-width: 763px) { #uaCNaDhRz21TRFklAmi1rHkq616DqKQt { width:13.5rem;height:2.1875rem;top:42.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTq4EMKFifqUAqTGTyJa8PxGFTXGTn4K { display:block; }
 }@media only screen and (max-width: 763px) { #CClfXSZCdAsLJH99exz1uPf9pU01NNa0 { width:13.5rem;height:2.1875rem;top:42.9375rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgUpXeZ22wiWhedOTF7KZtXpdBD1XfzA { display:block; }
 }@media only screen and (max-width: 763px) { #Ky7ymuRHEhcVwV6mpxATzLMrNb9Mu4I6 { width:13.5rem;height:2.1875rem;top:42.9375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTxyAUefbQqqTgEksXFvuEAJTToxg0Bi { display:block; }
 }@media only screen and (max-width: 763px) { #afVKtJmNu0hQMvQncOgSWMA9iflp8PMe { top:12.6875rem;left:0rem;width:43.75rem;height:6.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss { display:block; }#L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZI0PZBHNx8Gh5AWbH6OgcGKfDSoPWE3 { top:6.75rem;left:0rem;width:47.75rem;height:2.90468025rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS6CTq3TIFRBTDD0tJGkLSIB3lXWCT97 { top:24.4375rem;left:0rem;width:9.6875rem;height:9.9374375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTR5SpIlNlae8R8hbcI6ypX5KK4vIwfT { top:26rem;left:0rem;width:11.875rem;height:8.3935882802601rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWNHiVR2aCuQoKmPh4ix7yCl7JhCd5Sn { top:26.125rem;left:12.75rem;width:14.9375rem;height:8.3123472796957rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfIw9KI5lo978dFcxZXuEPnMe0lKPCdG { top:25.75rem;left:29.3125rem;width:14.125rem;height:8.8980978739713rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiosyhKNt8N7DAB6cl8gk4i6w6sXzywZ { top:25.6875rem;left:31.9375rem;width:15.8125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzrssFGu6ng0ZaeQAJggLIHcLwWpwgRT { top:36.1875rem;left:0rem;width:9.0625rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqmxe1Rwz4yJBwVRHHeSJR2WNP8phF6b { top:38.125rem;left:0rem;width:9.0625rem;height:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7anMy0khS43sQHuJMQSBch7lZGcPyCz { top:38.125rem;left:0rem;width:9.0625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFnHAeJ00cqIcJtVGtTuTcD0yzepaTrG { top:36.1875rem;left:0rem;width:9.0625rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPtyDg3evKpSqOgZQDBtc0rUAIZIIo2g { top:38.125rem;left:12.9375rem;width:11.875rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq3s2n4yDVOIW99zSsrsO1Vp94nSSxuh { top:36.1875rem;left:12.9375rem;width:9.0625rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTXZLGdhDcVQWSeXtpPTA7QTmCFQR5aG { top:38.125rem;left:30.4375rem;width:11.875rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXTkvN0WeRfvZkWVwtGkDLE9mZadkN4Q { top:36.1875rem;left:30.4375rem;width:9.0625rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgHBevewIUgJMDMTCalBMzo1ZdDTEqlZ { top:38.125rem;left:35.875rem;width:11.875rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8Nl8ILTIfXtM620iGJ42lnshL8cxuBm { top:36.1875rem;left:38.6875rem;width:9.0625rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMMTaeAyRTyC9ICPr4cVzLXHMqeR9rFM { top:47rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypUwEyGG1BuG7VfTUa1TT85aQsrMUE55 { top:19.0625rem;left:4.6875rem;width:19.4375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDbG7SXr3dxnTU0vEbOH1xdbXrlXGyQI { top:14.9375rem;left:24.125rem;width:18.875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmVsZZUeapRePZ3uLzpMg8RNkpX1nmiW { width:47.75rem;height:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA { display:block; }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovuxwsX1fculbWqLmwZTGw3WKXnLlbwx { top:6rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK6O9FvsZqqDte8TozwZ2ntz2u7OCDtO { top:6rem;left:11.5rem;width:36.25rem;height:7.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPsI9TZVggQcfmf4WJgsawMeBS946v1b { display:block; }#kPsI9TZVggQcfmf4WJgsawMeBS946v1b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwIQeNdWJEudQTGaAzZLFVIClzlc6EL5 { top:4.5rem;left:0rem;width:35.375rem;height:10.9375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acIaFZwl7XVH5nRy52LCxZ04bMTbBe98 { top:21.9375rem;left:0rem;width:47.75rem;height:7.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZouz5THqMs0iO03BcQ4CNNFxDa16NRd { top:8.125rem;left:0rem;width:24.4375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLo30gkCcKJ7VG0vi0LqaIyhnZICTK8c { width:13.75rem;height:3.4375rem;top:24rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrBlTKeRV5Kmheu2qJO6ymx7VJboSgZL { display:block; }
 }@media only screen and (max-width: 763px) { #Ed6lJHNarFVvGiHeI3cNWk1n3f9k5EKq { top:36.25rem;left:9.9944953918456rem;width:22.3125rem;height:20.069488634935rem;display:none; }
 }@media only screen and (max-width: 763px) { #bAtUW9XzfRGgcsS5P98tOzM1MfagvziA { top:34rem;left:18.6875rem;width:29.0625rem;height:22.31225rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkW3ASOlcq8WHTkRIx1XkXf0RTw19TuM { top:1.125rem;left:11.8125rem;width:22.3125rem;height:20.069488634935rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNovMeRngC8FHQVd7IWCTyHqdAMFCzbW { top:0.125rem;left:18.6875rem;width:29.0625rem;height:22.31225rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz { display:block; }#z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ju5Dr7FHwbeLkbNUgv7RSUZ89arV00Tn { top:9.1875rem;left:0rem;width:47.75rem;height:26.575183343281rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ZQOcsRLGN2x3qIqSaWMMHRTziKvKUV { top:28.3125rem;left:0rem;width:47.75rem;height:25.382484663271rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnFku4csM2ceskbEJQ4tnssr90tuDqAx { top:6.5625rem;left:0rem;width:47.75rem;height:4.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo6QkHaeZwNIpAP8i3S7qT1KO5aMGtuF { top:15.3125rem;left:0rem;width:14.5625rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AraEruMzn7FyOvsaSGGhRJ8IdVtHGFra { top:31rem;left:0rem;width:15.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPQngNDBZlh1sV97A9myX7obFQPaIlBw { width:13.75rem;height:3.4375rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpXPuNTa14FTJ6ZnhxBBFy0esKUHVbqF { display:block; }
 }@media only screen and (max-width: 763px) { #nEFrJ4xsyQ761azEr4DdCBfftiUJT8Qd { display:block; }#nEFrJ4xsyQ761azEr4DdCBfftiUJT8Qd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXNmQJ21ubz299CZlTlaTe3qvqvIXZpS { top:11.1875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktfRpGmBwm0qS6IRG5b0avFgrTcg8dDN { top:7.1875rem;left:0rem;width:25.8125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfhd9HV4Z0tqTzhKu4gLvbpdx5RbudPC { top:28.4375rem;left:7.3125rem;width:40.4375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo82bGqtPLsBvgW5igTcdTzrv6pOTzTr { top:24.6875rem;left:40.875rem;width:6.875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laHis0sFOctUyJrsVWgbEuAH4IiAHUyZ { top:24.6875rem;left:32.499820709229rem;width:7.1875rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1T4MgH2J1g6sNR891tf2vxLTumdbaHl { top:23.125rem;left:32.5rem;width:10.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZTJJPSVEOQEw4CvU6BPX0UKglyeltoc { top:23.0625rem;left:39rem;width:8.75rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkHHif8EdAtU1Ozc8Wo4v18pt2nddkLm { top:23.1875rem;left:17.875rem;width:13.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #frpwwgZ921uEV3GBRxlZE4WNptbAZ0Ea { top:24.75rem;left:20.624820709229rem;width:10.4375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwECXhHLV4L0Maaen7SVbG5yk3sK18UF { top:23.25rem;left:8.0625rem;width:9.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbnUIryZnJ8WtIrxQNEZ14KqAoGXn9WR { top:24.75rem;left:8.0622329711912rem;width:8.25rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuLt73QZhPbfXKtN1katy24uRInAWzzA { top:16.4375rem;left:8.0625rem;width:36.5625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntVSLhm9wZVZhuUGgwpfXCaGVLG9JKrc { top:17.125rem;left:0rem;width:19.25rem;height:10.216799245305rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqMb2WIqkHfWvS9h0UvdLbo7dL0WpbZN { top:19.5625rem;left:8.0625rem;width:20.9375rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6ahqqNitGev6duIPNcK84eTVeTW3XUz { width:13.75rem;height:3.4375rem;top:16.625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlS9lTnlXraqZaT2eHeZMTeuwn42Tkwk { display:block; }
 }@media only screen and (max-width: 763px) { #lQBTexd3JwzS2GkmILHRzApAc3VFlQQd { display:block; }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTBkLlCqOBn8E2EQyO1NkeH2WBirTn8K { top:3.75rem;left:0rem;width:15.4375rem;height:4.4816413857829rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwQWV0TmLnBnN4LQn1FenR6hxl1BfUPo { top:5.1875rem;left:3.875rem;width:36.25rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0J5aUSmTonJkHvnF0mhoB7tTF4aapZq { top:17rem;left:0rem;width:36.25rem;height:7.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohr3Ac744qeVCRTbP0sMZtOSWUocBWG9 { top:25.4375rem;left:0rem;width:14.0625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0lHgDwfakthx3QTnEufET761fK4zx2F { top:25.6875rem;left:0rem;width:12.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQI5D8JLO2NzOalE8gUxMdxCoOTWCWuD { width:19rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #y6DJrM9TLEKz7c0mdyi5xzXT96kIvJe5 { top:46.375rem;left:0rem;width:8.75rem;height:7.3748125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TyoJi2lOpJy1tUo8ukFxr5ScFXnneI2X { display:block; }#TyoJi2lOpJy1tUo8ukFxr5ScFXnneI2X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5DTqGlhIIDurgLXeFa6555vgHNuBvvB { top:4.9375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX7btIPcIAdZCzkTzt8PQCmwwVDfqpGF { top:11.6875rem;left:0rem;width:5.5rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWkmtUzJxhqul4c8xrAmkJPyRxUly3oJ { top:12.125rem;left:1.6244697570801rem;width:4.5625rem;height:3.7606994422867rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVr6SduKcqkXzn6zUc1rrG2KgBwTTtph { top:17.9375rem;left:0rem;width:11.4375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr9mVurEhXClUsBV7vzn61nzV4HPkltf { top:21.4375rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofXRnsHWqaLImGXBQ97xEyoh3u3TgIHK { top:21.4375rem;left:1.9375rem;width:11.4375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxp2LiBstywVfLFT9ONynTsITxyMKTt5 { top:17.9375rem;left:1.9375rem;width:6.25rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaTtXnfcMIQLOe2APzLrgznOd1MZ77xZ { top:21.5625rem;left:16.4375rem;width:9.375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPxuZzSSAswtxistWDrLILREoIoE4cmX { top:18.0625rem;left:16.4375rem;width:9.375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEZ0V2m8qAwGM5JIvPBBzgVxq87fIKKa { top:12.5rem;left:16.4375rem;width:5.5rem;height:3.5841530091485rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2rl9xhv0NXOgrCr39aP3IVEdbvxitau { top:18.1875rem;left:29.9375rem;width:8.125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OENbmWGm9inLb5K4hCbtGFElWphP53ta { top:21.6875rem;left:29.9375rem;width:9.375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tITeXUUB7m7oB5svZFroZmRmkvO8C4ox { top:12.1875rem;left:29.937236785889rem;width:4.375rem;height:3.8204642837524rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA7wMev8mdceesM5X2UVcbOnp095N74W { top:17.8125rem;left:39.625rem;width:8.125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehHu0Uu7yOtbRbT3bRwzHCmtn2vrBuyF { top:21.3125rem;left:39.9375rem;width:7.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTKM7Srfvi0BHOtNkUlu5wPzWQED8tcL { top:12.375rem;left:42.436344146729rem;width:4.75rem;height:3.6397272834717rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzDDLkq2BvfDDiJRbfwcb0DWy87bCdzu { top:17.9375rem;left:40.875rem;width:6.875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPATrnK7MGQXduCaGupkaHZunIN981tl { top:21.4375rem;left:40.4375rem;width:7.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgAuaBShpIG3fLSohF8ruWlg03gDTNmT { top:12rem;left:43.375rem;width:4.375rem;height:4.0056032667411rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX1FAeJMkGLLwOZ2eaEUhpGBDDhqK640 { top:36.25rem;left:0rem;width:23.9375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #StXgc7Xs4egg2fJ2ltnSgmvHXrdKTVHw { top:38.6875rem;left:0rem;width:22.375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0yVHK60h8lVILPETrU5aLBIDue6UMFn { top:39.4375rem;left:25.1875rem;width:22.5625rem;height:14.522245584205rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrJo4bO24WsGBb0yxTtm9MFpxLn2oPep { top:42.8125rem;left:14.937236785889rem;width:16.5625rem;height:7.7835100963581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq3bhSS4MfivuqLISViTAtgQTF2qfaSi { width:9.5625rem;height:2.25rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVbuIFgEDQnZ3hL9fTEVomo9r6qgHSlJ { display:block; }
 }@media only screen and (max-width: 763px) { #tD8JUSSIZit7H7nRpHB0qPnfemd7Vo90 { width:9.625rem;height:2.25rem;top:52.5rem;left:14.937232971191rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogTIoHZUbTxGo5XkV5wqqeKn3fBlnnNe { display:block; }
 }@media only screen and (max-width: 763px) { #IoutPDNxb4FJqkOh586DHzGqhOLCI0Ek { width:9.5625rem;height:2.25rem;top:52.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb51MhSfX2MFaZWxxCFdCH3gGrBIQcPr { display:block; }
 }@media only screen and (max-width: 763px) { #coCrQV1RRlhAtyCnu4zzlCOcxzM9O0iA { top:46.375rem;left:0rem;width:8.75rem;height:7.3748125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3SPtezPp8uTf6NETF0RfTA5owKKc1ce { top:46.375rem;left:25.248844146729rem;width:8.75rem;height:7.374375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6l4G9RRvFXkyBvzUqqBiMOf7MBoLUXm { top:46.375rem;left:39rem;width:8.75rem;height:7.3739375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1mVbTdQZHxHcsOSJZw5n4k16Aeb0oza { top:36.25rem;left:13.25rem;width:34.4375rem;height:3.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTRkn7KS4nFpJQA9IcLzZHu6kTTPh44S { display:block; }#JTRkn7KS4nFpJQA9IcLzZHu6kTTPh44S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDoRZecPriifmqxBJrOhWSUgxMITDTFb { top:15.4375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#fDoRZecPriifmqxBJrOhWSUgxMITDTFb > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #t959AZvpbzVcm0IgmWtzBeTeg9gGU3bP { top:15.1875rem;left:5.1873207092285rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTZ1zyoc144EzNdeENv1reDUuZyWXJO2 { top:15.4375rem;left:24.624645233154rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic3Z5upRE0q6hO10vldaSk14SCfPuesW { top:15.875rem;left:0rem;width:8.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddUZByFXmxc9OLwOZw8sGMLKukxtTHOB { top:15.875rem;left:8.9368782043456rem;width:8.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOURAVJ960MsdMnxT2nfR4Tu294JUOJ4 { top:15.875rem;left:28.248935699463rem;width:11.5625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6hq7XCbJsOCTbdcbksUOE4DKfh0V0bf { top:5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIK9iH5q1sS5BMoMGrJsPkGUfEygyshw { top:9.125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aossxheCIrbOX4tKEDC8EHaEUMDcGsEd { top:15.4375rem;left:40.249732971191rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6MpI4VSci30QsSk10oK96M0RzG260cE { top:15.9375rem;left:30.1875rem;width:17.5625rem;height:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfFmwxsPflwgK3QL4i1uGzgPC8nFp03r { display:block; }#WfFmwxsPflwgK3QL4i1uGzgPC8nFp03r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SL3MTv6k1DFsV1ILGRHMsUdUSztp9LJI { top:3.6875rem;left:13.780895233154rem;width:20.125rem;height:4.1743064564067rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/68a0ba2e-a4f3-49d2-9bb2-b649ea461bc1/RRR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe.adaptive-delivery-prevent-bg, #Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe.lazyload, #Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe.lazyloading { background-image: none; }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe > .row .container { background-color: transparent; background-image: none; }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe > .row .container > .video-iframe-container { display: none; }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe > .row > .video-iframe-container { display: none; }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xo5kDt3dxR9lLTreiH4QPp0Hqfz1snUe > .row .container { width:20rem;height:64.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9IEmthR7Pe4LFw0eJMCvoSWA6RQJmwk { width:14.9375rem;height:1.9375rem;top:3.125rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpLIvESyy0e4H649rE6T16M3UmBBZhlc { width:20rem;height:4.0625rem;top:19.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WbkPCL2ghSG1xv9H14SLMGU82rvZ17sW { width:13.6874375rem;height:3.4375rem;top:54.43714427948rem;left:3.155628323555rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4VxfaxXnKrPOSWUNKqaKGUOgTsiJ1Kl { display:block; }
 }@media only screen and (max-width: 763px) { #vNPTIBUeTJVu3MzrAd6PburdCNCoSyQf { width:0.0625rem;height:0.0625rem;top:24.8125rem;left:5.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ugfXiwwTMCT2COQOPtaWqvO4eGeFSBPF { top:8.5rem;left:0rem;width:20rem;height:7.8125rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #phAAmcwqfxJGkdoRKtrGsNdo91zmuRCs { width:20rem;height:2.5625rem;top:24.8125rem;left:0rem;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sJ5gDmfep8GugAJgcouyD7F7M5uvHgTt { display:block; }
 }@media only screen and (max-width: 763px) { #y9Xs1VJyuuU4qV3BgrDRMcKPi5nQrLAA { width:20rem;height:2.56214375rem;top:27.375rem;left:0rem;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qvWp8l0A8DAXKaTcKbwKoTaP0kHLpART { display:block; }
 }@media only screen and (max-width: 763px) { #KeDsazOoDFNfeHER6xtTBB4DRvnJQ77g { width:20rem;height:2.5625rem;top:29.9375rem;left:0rem;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m9GHs4TFoSfI2u669tJdvZKXLF6hOTFw { display:block; }
 }@media only screen and (max-width: 763px) { #lWd4KvuzBKipqIrt6L3LXbbokMV71lNu { width:20rem;height:2.5625rem;top:32.5rem;left:0rem;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pDKmUmdL5L2gT1vKQIoXkEhUvhqfEzJE { display:block; }
 }@media only screen and (max-width: 763px) { #GgbTbppdoca8F3tFort4HZZdFObLSu3K { width:20rem;height:2.5625rem;top:35.0625rem;left:0rem;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TiQ717Whcn76fNq5MDkTdLMlPZqdgNV4 { display:block; }
 }@media only screen and (max-width: 763px) { #orMtGnHopxudmCqxnHwyNhpZ7FmETV8W { width:20rem;height:2.5625rem;top:37.625rem;left:0rem;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DLpLGg2IBgsBcdPisw0Tw4HF5K0wAGyA { display:block; }
 }@media only screen and (max-width: 763px) { #ng0rHpghUhSnq7Lwkitf4NVDpPZ1HAuT { width:20rem;height:2.5625rem;top:40.1875rem;left:0rem;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nmTh8K78rp2UWufMehyuTRyBSWIifmy6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZGw5xMgxyLbmvFsFdsbGGMnIZGJMSf5S { width:20rem;height:2.5625rem;top:42.75rem;left:0rem;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QQ93G8pI9oTMTIdkGW4TGZiyGd3Lxb70 { display:block; }
 }@media only screen and (max-width: 763px) { #ocAmwVA9r57J6It5VffckZgwZmdd9oKT { width:20rem;height:2.5625rem;top:45.3125rem;left:0rem;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MxDGWLb7v3iqJ2qw0l5GhrsHt3lPhiuu { display:block; }
 }@media only screen and (max-width: 763px) { #PRmb17ms4QG0DmfR2LavU1OU2RdLnMp1 { width:20rem;height:2.5625rem;top:47.875rem;left:0rem;font-size:1.1875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HM0kBw97HtpxcDRogTHZHiVSGDBASUgN { display:block; }
 }@media only screen and (max-width: 763px) { #BW0MFv3LAn89l91cWaf6CcELpHWMpBXQ { display:block; }#BW0MFv3LAn89l91cWaf6CcELpHWMpBXQ > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWSSlm4eI9ky7tPoWSJVw1hChJxkbr72 { width:20rem;height:6.9873125rem;top:4.8441944122314rem;left:0rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt1RHTGe0WBFywNHSX0nTlowf6QDB4fz { width:20rem;height:5.19975rem;top:11.8310546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iU79ylT7nc3M7SxF2LP8PkH6O2E58ARJ { width:20rem;height:11.7063125rem;top:18.60618019104rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE6nwDrQMiSSVXf6eyQOGPRPxKris6eT { width:13.75rem;height:3.4375rem;top:31.207386016846rem;left:3.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlqwEOAUROdHteuPSwbsi44wezuU9EL9 { display:block; }
 }@media only screen and (max-width: 763px) { #Jn4OboPSJh50Bb1g61Lp3C3ahtpzLHqw { width:0.0625rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/27267b51-4214-490d-8576-8e5cdb6c74a7/zoje30strimawwwdesktop1920x550pl1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ.adaptive-delivery-prevent-bg, #vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ.lazyload, #vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ.lazyloading { background-image: none; }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row .container { background-color: transparent; background-image: none; }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row .container > .video-iframe-container { display: none; }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row > .video-iframe-container { display: none; }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row .container { border-width: 0; border-radius: 0; }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vNk3qcdZozHFoJGJRZElJeX0HpZ28fvJ > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OU00xxGUuCJo6PTyUJhHWpVr4MzfMIvZ { width:20rem;height:2.1937125rem;top:6.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bng1QAARMT88OOE3KIoB9EFwvUBWfpdv { width:12.7499375rem;height:5.06214375rem;top:14.624910354614rem;left:3.6248224973679rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhVWyouQyFW8rTHE7zZZAkQ42WSrPTys { width:20rem;height:2.75rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdtaoU3aCFFnvFmsDQCN1wG6dZ1dZaiG { width:12.5rem;height:2.1937125rem;top:9.4375rem;left:3.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wORvU4oIgwxUnBIfFz4Q8kt4pxViUWxB { width:3.18714375rem;height:2.599875rem;top:21.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #UeKfapoBcETW6yayi9ElnHB0Xg4FtDl7 { width:20rem;height:11.537625rem;top:19.6875rem;left:0rem;font-size:8.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLKdB11oa94Nr8dHlPyIebSwVEKLtMBb { display:block; }#hLKdB11oa94Nr8dHlPyIebSwVEKLtMBb > .row .container { width:20rem;height:115.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fg2n9LCnaBpLpJhOAPR924CUBIVO3Hdr { width:13.75rem;height:3.4375rem;top:105.81187272072rem;left:3.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #io4A0Xagiyw0lPqbD8ffFl2QweaZBODf { display:block; }
 }@media only screen and (max-width: 763px) { #TEWB0GPNVcRToa1233KG4TAyE4K6RfMp { width:18.75rem;height:18.75rem;top:84.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwqU4cTaxheIfKrB4Q0rdrJy32yQufdf { width:18.75rem;height:18.75rem;top:64.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT4IsJ7SBnFIMJEICMMhiOZkSpmB7d3y { width:18.75rem;height:18.75rem;top:44.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSh7Aocgdea7xmP7gnyp9ma2O6nzuS6F { width:18.75rem;height:18.75rem;top:25.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwweoeWZEkMKTztV5Mzc7XAcKHSMPycN { width:20rem;height:9.747875rem;top:13.927111625671rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #VTASHMgFeZNBEz7L14trq17Om8bLOVXh { width:20rem;height:3.2492875rem;top:2.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #nhxykVhdam6uAUyZR3KswwViCRyDyZaZ { width:20rem;height:4.125rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwmS1ExA6kA0lrMTU3yi9POoEknmbE2u { width:19.2498125rem;height:3.2492875rem;top:7.5rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #fcNRV4ai6V6aL5lov2FCKbmrSwT3bXA9 { display:block; }#fcNRV4ai6V6aL5lov2FCKbmrSwT3bXA9 > .row .container { width:20rem;height:115rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMGVdUuMwCcuZ0iZeGB8hFkhvshRBhbV { width:9.3125rem;height:2.4374125rem;top:5.8121337890625rem;left:1.7499111890793rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ch6T2nCvEQpKUuQNzliPDXT5peogtb1t { width:20rem;height:4.38654375rem;top:23.062410354614rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2MrD80iazbSFWF5i7gkVFap6JlWvVeJ { width:13.75rem;height:3.4375rem;top:105rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNA1aUvcZs3F1PtcygB1gBLwRfNs8DU5 { display:block; }
 }@media only screen and (max-width: 763px) { #lEruytTGxCeiCT4XI6ZFNuTsKu7qht8U { width:20rem;height:0.699575rem;top:102.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MphaKAQTf4k2VLkI1SCSvCDTgI9hJ4zy { width:20rem;height:10.5624375rem;top:10.99981880188rem;left:0rem;font-size:8.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nATAxbRkAarCG8uJHUEweCS82C2Upf1o { width:20rem;height:3.1503rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGiRTPROJTTTZoxTZt8MI541OJbl4upd { width:14.5623125rem;height:14.5623125rem;top:28.999908447266rem;left:2.7183948755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEniW4KzwCu5NvqanCyu4AIgmDIrCUDX { width:17.6873125rem;height:11.3343125rem;top:47.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDC30oZwsnS6idXLTZh8sHlL210xnwmH { width:15.4998125rem;height:15.4998125rem;top:64.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #psPi5RwuLsxTT862vo0gwAtrmUpl5OKT { width:14.25rem;height:14.25rem;top:84.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2vsfAuLcn4U6zeS6hssnsnARu4rtoVZ { width:13.499625rem;height:2.1875rem;top:42.305572509766rem;left:3.2492898702621rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAtR9Kh5pNNA8oTDaPRtphp2nrzVJm0O { display:block; }
 }@media only screen and (max-width: 763px) { #uaCNaDhRz21TRFklAmi1rHkq616DqKQt { width:13.499625rem;height:2.1875rem;top:59.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTq4EMKFifqUAqTGTyJa8PxGFTXGTn4K { display:block; }
 }@media only screen and (max-width: 763px) { #CClfXSZCdAsLJH99exz1uPf9pU01NNa0 { width:13.499625rem;height:2.1875rem;top:79.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgUpXeZ22wiWhedOTF7KZtXpdBD1XfzA { display:block; }
 }@media only screen and (max-width: 763px) { #Ky7ymuRHEhcVwV6mpxATzLMrNb9Mu4I6 { width:13.5rem;height:2.1875rem;top:97.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTxyAUefbQqqTgEksXFvuEAJTToxg0Bi { display:block; }
 }@media only screen and (max-width: 763px) { #afVKtJmNu0hQMvQncOgSWMA9iflp8PMe { width:6.124825rem;height:2.4374125rem;top:5.8121337890625rem;left:12.062410712242rem;font-size:1.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss { display:block; }#L5dIK57ze7oH0TJOmGhte6uNkWpX7Zss > .row .container { width:20rem;height:129.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZI0PZBHNx8Gh5AWbH6OgcGKfDSoPWE3 { width:0.0625rem;height:0.0625rem;top:4.8748149871826rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oS6CTq3TIFRBTDD0tJGkLSIB3lXWCT97 { width:12.62475rem;height:13.0624375rem;top:25.436789512634rem;left:3.6874111890793rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTR5SpIlNlae8R8hbcI6ypX5KK4vIwfT { width:15.43725rem;height:10.687125rem;top:47.005502700806rem;left:2.2811611890793rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWNHiVR2aCuQoKmPh4ix7yCl7JhCd5Sn { width:20rem;height:10.8123125rem;top:65.561342239381rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfIw9KI5lo978dFcxZXuEPnMe0lKPCdG { width:18.6248125rem;height:11.5625rem;top:84.8242149353rem;left:0.68714487552644rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiosyhKNt8N7DAB6cl8gk4i6w6sXzywZ { width:20rem;height:11.25rem;top:103.31187820434rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzrssFGu6ng0ZaeQAJggLIHcLwWpwgRT { width:20rem;height:1.62464375rem;top:39.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pqmxe1Rwz4yJBwVRHHeSJR2WNP8phF6b { width:20rem;height:1.38139375rem;top:41.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H7anMy0khS43sQHuJMQSBch7lZGcPyCz { width:20rem;height:1.38139375rem;top:60.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QFnHAeJ00cqIcJtVGtTuTcD0yzepaTrG { width:19.9374375rem;height:1.62464375rem;top:58.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPtyDg3evKpSqOgZQDBtc0rUAIZIIo2g { width:20rem;height:2.76278125rem;top:78.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gq3s2n4yDVOIW99zSsrsO1Vp94nSSxuh { width:19.8748125rem;height:1.62464375rem;top:76.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTXZLGdhDcVQWSeXtpPTA7QTmCFQR5aG { width:20rem;height:1.38139375rem;top:98.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXTkvN0WeRfvZkWVwtGkDLE9mZadkN4Q { width:20rem;height:1.62464375rem;top:96.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgHBevewIUgJMDMTCalBMzo1ZdDTEqlZ { width:20rem;height:1.38139375rem;top:116.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G8Nl8ILTIfXtM620iGJ42lnshL8cxuBm { width:20rem;height:1.62464375rem;top:114.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMMTaeAyRTyC9ICPr4cVzLXHMqeR9rFM { width:20rem;height:3.2492875rem;top:120.81187438965rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ypUwEyGG1BuG7VfTUa1TT85aQsrMUE55 { width:20rem;height:2.599875rem;top:18.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDbG7SXr3dxnTU0vEbOH1xdbXrlXGyQI { width:14.9374375rem;height:6.37475rem;top:12.5rem;left:1.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmVsZZUeapRePZ3uLzpMg8RNkpX1nmiW { top:4.8739347457886rem;left:0rem;width:20rem;height:6.1875rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f292dd75-e254-491f-92c6-4fd7edb717d3/hamakmobiletlo1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA.adaptive-delivery-prevent-bg, #fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA.lazyload, #fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA.lazyloading { background-image: none; }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row .container { background-color: transparent; background-image: none; }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row .container > .video-iframe-container { display: none; }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row > .video-iframe-container { display: none; }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row .container { border-width: 0; border-radius: 0; }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fedV1JIMl3mcrkLbDdmrFtK5QbnqoPXA > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovuxwsX1fculbWqLmwZTGw3WKXnLlbwx { width:20rem;height:2.4374125rem;top:5.061767578125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DK6O9FvsZqqDte8TozwZ2ntz2u7OCDtO { width:20rem;height:4.0625rem;top:7.8117065429688rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPsI9TZVggQcfmf4WJgsawMeBS946v1b { display:block; }#kPsI9TZVggQcfmf4WJgsawMeBS946v1b > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CwIQeNdWJEudQTGaAzZLFVIClzlc6EL5 { width:20rem;height:7.0671875rem;top:3.1165657043457rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acIaFZwl7XVH5nRy52LCxZ04bMTbBe98 { width:20rem;height:7.7983125rem;top:33.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZouz5THqMs0iO03BcQ4CNNFxDa16NRd { width:20rem;height:1.46218125rem;top:16.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLo30gkCcKJ7VG0vi0LqaIyhnZICTK8c { width:13.75rem;height:3.4375rem;top:44.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrBlTKeRV5Kmheu2qJO6ymx7VJboSgZL { display:block; }
 }@media only screen and (max-width: 763px) { #Ed6lJHNarFVvGiHeI3cNWk1n3f9k5EKq { width:11rem;height:9.875rem;top:23.875rem;left:6.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #bAtUW9XzfRGgcsS5P98tOzM1MfagvziA { width:20rem;height:15.1873125rem;top:11.024503707886rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #JkW3ASOlcq8WHTkRIx1XkXf0RTw19TuM { width:0.0625rem;height:0.0625rem;top:14.1875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNovMeRngC8FHQVd7IWCTyHqdAMFCzbW { width:0.0625rem;height:0.0625rem;top:16.436435699463rem;left:18.187143683434rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz { display:block; }#z7gcNZWg78C0PDuN2nMDC0deHlkSBJyz > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ju5Dr7FHwbeLkbNUgv7RSUZ89arV00Tn { width:20rem;height:11.175rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7ZQOcsRLGN2x3qIqSaWMMHRTziKvKUV { width:20rem;height:10.4998125rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnFku4csM2ceskbEJQ4tnssr90tuDqAx { width:20rem;height:6.8253125rem;top:5.5609016418457rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bo6QkHaeZwNIpAP8i3S7qT1KO5aMGtuF { width:19.124625rem;height:11.21003125rem;top:14.498845100403rem;left:0.43723368644714rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AraEruMzn7FyOvsaSGGhRJ8IdVtHGFra { width:20rem;height:3.086825rem;top:43.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPQngNDBZlh1sV97A9myX7obFQPaIlBw { width:13.75rem;height:3.4375rem;top:47.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpXPuNTa14FTJ6ZnhxBBFy0esKUHVbqF { display:block; }
 }@media only screen and (max-width: 763px) { #nEFrJ4xsyQ761azEr4DdCBfftiUJT8Qd { display:block; }#nEFrJ4xsyQ761azEr4DdCBfftiUJT8Qd > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AXNmQJ21ubz299CZlTlaTe3qvqvIXZpS { width:20rem;height:4.8739375rem;top:9.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktfRpGmBwm0qS6IRG5b0avFgrTcg8dDN { width:20rem;height:2.1937125rem;top:6.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfhd9HV4Z0tqTzhKu4gLvbpdx5RbudPC { width:20rem;height:1.9504625rem;top:52.749465942382rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Eo82bGqtPLsBvgW5igTcdTzrv6pOTzTr { width:6.875rem;height:2.4374125rem;top:48.99955368042rem;left:11.874999403954rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laHis0sFOctUyJrsVWgbEuAH4IiAHUyZ { width:7.1875rem;height:2.4374125rem;top:48.99955368042rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1T4MgH2J1g6sNR891tf2vxLTumdbaHl { width:5.9375rem;height:2.74946875rem;top:45.68705368042rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qZTJJPSVEOQEw4CvU6BPX0UKglyeltoc { width:6.4373125rem;height:2.74946875rem;top:45.686609268189rem;left:11.874999403954rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xkHHif8EdAtU1Ozc8Wo4v18pt2nddkLm { width:4.874825rem;height:2.74946875rem;top:38.249287605286rem;left:11.874999403954rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #frpwwgZ921uEV3GBRxlZE4WNptbAZ0Ea { width:8.125rem;height:2.4374125rem;top:41.499643325806rem;left:11.874999403954rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwECXhHLV4L0Maaen7SVbG5yk3sK18UF { width:6.25rem;height:2.74946875rem;top:38.249287605286rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LbnUIryZnJ8WtIrxQNEZ14KqAoGXn9WR { width:8.24975rem;height:2.4374125rem;top:41.499643325806rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuLt73QZhPbfXKtN1katy24uRInAWzzA { width:20rem;height:4.874825rem;top:17.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntVSLhm9wZVZhuUGgwpfXCaGVLG9JKrc { width:19.2498125rem;height:10.216625rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqMb2WIqkHfWvS9h0UvdLbo7dL0WpbZN { width:20rem;height:1.38139375rem;top:25.237464904785rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A6ahqqNitGev6duIPNcK84eTVeTW3XUz { width:13.75rem;height:3.4375rem;top:57.811189651489rem;left:3.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlS9lTnlXraqZaT2eHeZMTeuwn42Tkwk { display:block; }
 }@media only screen and (max-width: 763px) { #lQBTexd3JwzS2GkmILHRzApAc3VFlQQd { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/ab22300e-8dac-4c03-92a3-1de7daa410b6/Frame1011.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd.adaptive-delivery-prevent-bg, #lQBTexd3JwzS2GkmILHRzApAc3VFlQQd.lazyload, #lQBTexd3JwzS2GkmILHRzApAc3VFlQQd.lazyloading { background-image: none; }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd > .row .container { background-color: transparent; background-image: none; }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd > .row .container > .video-iframe-container { display: none; }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd > .row > .video-iframe-container { display: none; }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQBTexd3JwzS2GkmILHRzApAc3VFlQQd > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vTBkLlCqOBn8E2EQyO1NkeH2WBirTn8K { width:0.0625rem;height:0.0625rem;top:5.6360987415771rem;left:12.995562017141rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwQWV0TmLnBnN4LQn1FenR6hxl1BfUPo { width:20rem;height:2.03125rem;top:6.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #f0J5aUSmTonJkHvnF0mhoB7tTF4aapZq { width:20rem;height:3.89915rem;top:18.955965995789rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #Ohr3Ac744qeVCRTbP0sMZtOSWUocBWG9 { width:0.0625rem;height:0.0625rem;top:23.448152542114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0lHgDwfakthx3QTnEufET761fK4zx2F { width:12.0614375rem;height:2.599875rem;top:24.374377250671rem;left:3.9688385725021rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQI5D8JLO2NzOalE8gUxMdxCoOTWCWuD { top:2.9375rem;left:5.25rem;width:9.437125rem;height:2.687325rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y6DJrM9TLEKz7c0mdyi5xzXT96kIvJe5 { width:8.75rem;height:7.3739375rem;top:13.386895656586rem;left:3.1134587526321rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #TyoJi2lOpJy1tUo8ukFxr5ScFXnneI2X { display:block; }#TyoJi2lOpJy1tUo8ukFxr5ScFXnneI2X > .row .container { width:20rem;height:143.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5DTqGlhIIDurgLXeFa6555vgHNuBvvB { width:20rem;height:7.31225rem;top:5.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cX7btIPcIAdZCzkTzt8PQCmwwVDfqpGF { width:5.99964375rem;height:4.5774125rem;top:14.861328125rem;left:6.9997333288194rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWkmtUzJxhqul4c8xrAmkJPyRxUly3oJ { width:4.562325rem;height:3.76065625rem;top:27.981018066406rem;left:7.7183946371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVr6SduKcqkXzn6zUc1rrG2KgBwTTtph { width:20rem;height:1.29971875rem;top:20.338500976562rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tr9mVurEhXClUsBV7vzn61nzV4HPkltf { width:20rem;height:3.89915rem;top:22.206848144531rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofXRnsHWqaLImGXBQ97xEyoh3u3TgIHK { width:20rem;height:5.1988625rem;top:34.861328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxp2LiBstywVfLFT9ONynTsITxyMKTt5 { width:20rem;height:1.29971875rem;top:32.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eaTtXnfcMIQLOe2APzLrgznOd1MZ77xZ { width:20rem;height:3.89915rem;top:48.692993164062rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPxuZzSSAswtxistWDrLILREoIoE4cmX { width:20rem;height:1.29971875rem;top:46.768249511719rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEZ0V2m8qAwGM5JIvPBBzgVxq87fIKKa { width:5.499825rem;height:3.5839875rem;top:42.559753417969rem;left:7.2496446371081rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2rl9xhv0NXOgrCr39aP3IVEdbvxitau { width:8.125rem;height:1.29971875rem;top:58.912292480469rem;left:5.9374998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OENbmWGm9inLb5K4hCbtGFElWphP53ta { width:20rem;height:3.89915rem;top:60.9990234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tITeXUUB7m7oB5svZFroZmRmkvO8C4ox { width:4.375rem;height:3.8201375rem;top:54.467163085938rem;left:7.8124994039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA7wMev8mdceesM5X2UVcbOnp095N74W { width:20rem;height:1.29971875rem;top:72.723999023438rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehHu0Uu7yOtbRbT3bRwzHCmtn2vrBuyF { width:20rem;height:2.59943125rem;top:74.648681640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTKM7Srfvi0BHOtNkUlu5wPzWQED8tcL { width:5.3125rem;height:4.07670625rem;top:68.022705078125rem;left:7.3433059453963rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzDDLkq2BvfDDiJRbfwcb0DWy87bCdzu { width:20rem;height:1.29971875rem;top:84.874633789062rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HPATrnK7MGQXduCaGupkaHZunIN981tl { width:20rem;height:1.29971875rem;top:86.79931640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgAuaBShpIG3fLSohF8ruWlg03gDTNmT { width:4.375rem;height:4.0052375rem;top:80.312316894531rem;left:7.8124994039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX1FAeJMkGLLwOZ2eaEUhpGBDDhqK640 { width:20rem;height:2.599875rem;top:93.291259765625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StXgc7Xs4egg2fJ2ltnSgmvHXrdKTVHw { width:20rem;height:13.407933586036rem;top:99.124877929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0yVHK60h8lVILPETrU5aLBIDue6UMFn { width:20rem;height:12.8724375rem;top:126.68438720703rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrJo4bO24WsGBb0yxTtm9MFpxLn2oPep { width:16.5625rem;height:7.7831875rem;top:115.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq3bhSS4MfivuqLISViTAtgQTF2qfaSi { width:14.8748125rem;height:2.24964375rem;top:110.24969482422rem;left:2.5621448755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVbuIFgEDQnZ3hL9fTEVomo9r6qgHSlJ { display:block; }
 }@media only screen and (max-width: 763px) { #tD8JUSSIZit7H7nRpHB0qPnfemd7Vo90 { width:15.374625rem;height:2.1875rem;top:123.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogTIoHZUbTxGo5XkV5wqqeKn3fBlnnNe { display:block; }
 }@media only screen and (max-width: 763px) { #IoutPDNxb4FJqkOh586DHzGqhOLCI0Ek { width:14.375rem;height:2.1875rem;top:136.73291015625rem;left:2.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb51MhSfX2MFaZWxxCFdCH3gGrBIQcPr { display:block; }
 }@media only screen and (max-width: 763px) { #coCrQV1RRlhAtyCnu4zzlCOcxzM9O0iA { width:8.75rem;height:7.3739375rem;top:105.49963378906rem;left:11.249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3SPtezPp8uTf6NETF0RfTA5owKKc1ce { width:8.75rem;height:7.3739375rem;top:118.4375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6l4G9RRvFXkyBvzUqqBiMOf7MBoLUXm { width:8.75rem;height:7.3739375rem;top:132.23968505859rem;left:11.249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1mVbTdQZHxHcsOSJZw5n4k16Aeb0oza { width:20rem;height:4.0625rem;top:96.766052246094rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JTRkn7KS4nFpJQA9IcLzZHu6kTTPh44S { display:block; }#JTRkn7KS4nFpJQA9IcLzZHu6kTTPh44S > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDoRZecPriifmqxBJrOhWSUgxMITDTFb { display:flex;width:2.6875rem;height:2.6875rem;top:12.25rem;left:8.6875rem; }
#fDoRZecPriifmqxBJrOhWSUgxMITDTFb > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #t959AZvpbzVcm0IgmWtzBeTeg9gGU3bP { display:flex;width:2.6875rem;height:2.6875rem;top:19.1875rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #XTZ1zyoc144EzNdeENv1reDUuZyWXJO2 { display:flex;width:2.6875rem;height:2.6875rem;top:25.375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #Ic3Z5upRE0q6hO10vldaSk14SCfPuesW { width:8.125rem;height:1.86834375rem;top:14.8125rem;left:4.8125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddUZByFXmxc9OLwOZw8sGMLKukxtTHOB { width:8.125rem;height:1.86834375rem;top:21.75rem;left:4.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NOURAVJ960MsdMnxT2nfR4Tu294JUOJ4 { width:11.625rem;height:1.86834375rem;top:28rem;left:4.1875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6hq7XCbJsOCTbdcbksUOE4DKfh0V0bf { width:20rem;height:2.6rem;top:3.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AIK9iH5q1sS5BMoMGrJsPkGUfEygyshw { width:20rem;height:3.2492875rem;top:6.72500038147rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aossxheCIrbOX4tKEDC8EHaEUMDcGsEd { display:flex;width:2.6875rem;height:2.6875rem;top:31.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #A6MpI4VSci30QsSk10oK96M0RzG260cE { width:20rem;height:3.7366875rem;top:34.5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfFmwxsPflwgK3QL4i1uGzgPC8nFp03r { display:block; }#WfFmwxsPflwgK3QL4i1uGzgPC8nFp03r > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SL3MTv6k1DFsV1ILGRHMsUdUSztp9LJI { width:16.8124375rem;height:3.4375rem;top:3.8694038391113rem;left:1.5931285619736rem;display:block; }
 }