.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:224,236,234;--color-primary-1:163,197,193;--color-primary-2:102,158,152;--color-primary-3:61,95,91;--color-primary-4:0,93,84;--color-secondary-0:225,249,252;--color-secondary-1:154,235,245;--color-secondary-2:53,215,234;--color-secondary-3:27,108,117;--color-secondary-4:8,32,35;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"PoliceCocon";--paragraphs-font-family:"PoliceCocon"; }@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); }#hkVyZwEq9O1i9sJhz0JlT2NsfoHii9XF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hkVyZwEq9O1i9sJhz0JlT2NsfoHii9XF > .row .container { background-color: transparent; background-image: none; }#hkVyZwEq9O1i9sJhz0JlT2NsfoHii9XF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkVyZwEq9O1i9sJhz0JlT2NsfoHii9XF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkVyZwEq9O1i9sJhz0JlT2NsfoHii9XF > .row .container > .video-iframe-container { display: none; }#hkVyZwEq9O1i9sJhz0JlT2NsfoHii9XF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkVyZwEq9O1i9sJhz0JlT2NsfoHii9XF > .row > .video-iframe-container { display: none; }#hkVyZwEq9O1i9sJhz0JlT2NsfoHii9XF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkVyZwEq9O1i9sJhz0JlT2NsfoHii9XF > .row .container { border-width: 0; border-radius: 0; }#hkVyZwEq9O1i9sJhz0JlT2NsfoHii9XF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hkVyZwEq9O1i9sJhz0JlT2NsfoHii9XF > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#Vgx4TXa5TPo3sIfdrOUfHX12bWIG6oqT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:7rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#OKD35STP6zq1S5CCIFg1WQHBWn7aQ7xP { background-color:transparent;background-image:none;border-top:0.125rem solid #008f4f;border-left:0.125rem solid #008f4f;border-right:0.125rem solid #008f4f;border-bottom:0.125rem solid #008f4f;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#008f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.09375rem;left:62.25rem;display:block; }
#WtJmNLc5gquseTTyt5x6OISDEVTzvaBz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f227a93b-92dd-4da7-912a-b35cd66c8172/Modulo.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo.adaptive-delivery-prevent-bg, #RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo.lazyload, #RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo.lazyloading { background-image: none; }#RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo > .row .container { background-color: transparent; background-image: none; }#RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo > .row .container > .video-iframe-container { display: none; }#RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo > .row > .video-iframe-container { display: none; }#RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo > .row .container { border-width: 0; border-radius: 0; }#RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo > .row .container { font-size:0.875rem;font-family:"open sans";height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#H6kRe2gJOm4EZpOFZQvSxHZ5neMT4ppK { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:21.375rem;width:30.25rem;top:11.1875rem;left:0rem;display:block; }
#P8EyuAGEUtKnNibV0rVlsmkMGTti7DVO { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16rem;left:2rem;height:2.2749rem;display:block; }
#wUFIsVrsMiqiTZ6ZFgMDo0hxfI1xTeFo { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.8125rem;left:2rem;height:5.19965625rem;font-style:normal;display:block; }
#TiBIMH7rfmZ24mXwITRKcUshWtbO80Hw { background-color:#039257;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:27.6875rem;left:2rem;display:block; }
#Zy6UU8WKaWiXTxGMGIeTswdTgZ2PmJsf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yr5BzOb2Bc7kMuy5WSBpEwUomRyepsTt { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:6.1875rem;top:10.375rem;left:2rem;display:none; }
#Ri2wisMWwGH6UQeqPoeJJVugDXMQgvxJ { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.125rem;height:1.4619125rem;font-style:normal;display:none; }
#pJHGPSTiEyTFlhIJcvA9ITdMK9eFVc6T { position:absolute;display:block;z-index:15012;height:21.75rem;width:38.75rem;top:10.375rem;left:36.25rem;display:block; }
#ufgUMRaybdEXfBOT4oJ3hnzhFI8sT7fZ { position:absolute;display:block;z-index:15015;background-color:#039257;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:7.375rem;top:13.25rem;left:2rem;display:block; }
#D1XbSITRB8qd0OmRifowJ6rnHThKAJxV { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;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:13.5rem;left:2.625rem;height:1.462675rem;font-style:normal;display:block; }
#OTsCPw79dqkfOMCiZDFhCyw4ohP4BhTy { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:13.5rem;left:10.3125rem;height:1.462675rem;font-style:normal;display:block; }
#MOPxDOnaVa392tlgpG315r0cOhgiNnaQ { position:absolute;display:block;z-index:15017;background-color:#039257;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:5.75rem;top:13.25rem;left:9.6875rem;display:block; }
#PrBoBxsxgwQFDR3CIIb5ETsTebx0SHDs { color:rgba(var(--color-tertiary-0),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:13.5rem;left:16.375rem;height:1.462675rem;font-style:normal;display:block; }
#uPZIAhSRiA1TkgTq24sT52np8f81Tyr4 { position:absolute;display:block;z-index:15019;background-color:#039257;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:3.875rem;top:13.25rem;left:15.75rem;display:block; }
#UyoBRzdGCClSLIRtggIzvT9SPil8qlbE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:12.1875rem;left:19.3125rem;overflow:hidden;display:block; }
#PgKUTQQX2KcuirLhB9oi3T0aNsU797tm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a66468e9-c659-4c71-9e65-c840c19c5550/Sliderdesktop.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PgKUTQQX2KcuirLhB9oi3T0aNsU797tm.adaptive-delivery-prevent-bg, #PgKUTQQX2KcuirLhB9oi3T0aNsU797tm.lazyload, #PgKUTQQX2KcuirLhB9oi3T0aNsU797tm.lazyloading { background-image: none; }#PgKUTQQX2KcuirLhB9oi3T0aNsU797tm > .row .container { border-width: 0; border-radius: 0; }#PgKUTQQX2KcuirLhB9oi3T0aNsU797tm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PgKUTQQX2KcuirLhB9oi3T0aNsU797tm > .row .container { font-size:0.875rem;font-family:"open sans";height:35.4375rem;width:75rem;overflow:visible;position:relative;display:none; }#ib3vUZLh5nsr6rDvzbV3UbDr6iSGLfMC { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:21.375rem;width:30.25rem;top:8.4375rem;left:0rem;display:block; }
#hg9qwacmZ8MOU22OuCBAKKOFeTyJUK1v { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:6.1875rem;top:10.375rem;left:2rem;display:block; }
#r22NxCwGK9tO7Ny9TqIC92gXOuyq9ohp { color:rgba(var(--color-tertiary-0),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.125rem;height:1.4625rem;font-style:normal;display:block; }
#p1VTHqOEseyKP9M4g46warETVqbDynPT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.25rem;left:2rem;height:4.875rem;display:block; }
#G8rfN6J0x3tPSl2dC7aP1TNwRAVv37OC { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2rem;height:3.9rem;font-style:normal;display:block; }
#qEPyk6cG3m55boSrAP0Es5xbMamprR7U { background-color:#039257;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.9375rem;left:2rem;display:block; }
#W4twd0UBWSXNew8VKUsaunw4TKdkbKBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PXrz4uzNXtZWxCSZJSGE4KT9RDLysyvo { position:absolute;display:block;z-index:15012;height:21.75rem;width:38.75rem;top:9rem;left:34.4375rem;display:block; }
#Z34Gv3vLifwuNoUAa9lExRztCnKiOMtU { position:relative;display:none; }#Z34Gv3vLifwuNoUAa9lExRztCnKiOMtU { border-width: 0; border-radius: 0; }#Z34Gv3vLifwuNoUAa9lExRztCnKiOMtU > .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; }#Z34Gv3vLifwuNoUAa9lExRztCnKiOMtU > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RFabFu2TvleEtmSqSVPOZGeIPXCcDUgE { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.25rem;left:2rem;height:4.875rem;display:none; }
#BJyN1sexbXbro1naZCwOQxorKcSCwg42 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2rem;height:3.8994125rem;font-style:normal;display:none; }
#D8iHXmKzkL9ca8aMkbF89yqhJl6IthhT { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;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:10.75rem;left:2.625rem;height:1.4624rem;font-style:normal;display:none; }
#nOavu8mmvlnKLaVGf8GIlWqrcGNE9tXy { position:absolute;display:block;z-index:15015;background-color:#039257;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:7.375rem;top:10.5rem;left:2rem;display:none; }
#rSlMTEVd5iswTyXoDqTre8kWwuNEKksr { background-color:#039257;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:27.6875rem;left:2rem;display:none; }
#HhR5WQm7flNvdqwITIc0skqPmbyd5lly { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RNq7Muhcbmuw7Qa5dOzr1Eqh4orXE9dh { background-color:#039257;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:27.6875rem;left:2rem;display:none; }
#xZzpfZ4qzB30cAbGJAU022piUKWTiztn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gQutnpzzLvO8CyVCJIQAh05htx0O3GN0 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:13.5rem;left:10.3125rem;height:1.4624rem;font-style:normal;display:none; }
#EWylOGP71RosxADn9ZNThzPdhxEX6yGE { position:absolute;display:block;z-index:15017;background-color:#039257;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:5.75rem;top:13.25rem;left:9.6875rem;display:none; }
#AEKWaXSQPEavTyn9iA5F0Ce5epHL7O2g { color:rgba(var(--color-tertiary-0),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:13.5rem;left:16.375rem;height:1.4624rem;font-style:normal;display:none; }
#LuKegIoGGVBB42Zsq8ubSzaACN6TbnO9 { position:absolute;display:block;z-index:15019;background-color:#039257;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.9375rem;width:3.875rem;top:13.25rem;left:15.75rem;display:none; }
#B2cQ2T7rw8w8fo8Vv5KLHkB4aT0e5yxL { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:12.1875rem;left:19.3125rem;overflow:hidden;display:none; }
#H2qksQST1QTbqTnmHeloypa24DPgDOov { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#H2qksQST1QTbqTnmHeloypa24DPgDOov > .row .container { background-color: transparent; background-image: none; }#H2qksQST1QTbqTnmHeloypa24DPgDOov::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2qksQST1QTbqTnmHeloypa24DPgDOov > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2qksQST1QTbqTnmHeloypa24DPgDOov > .row .container > .video-iframe-container { display: none; }#H2qksQST1QTbqTnmHeloypa24DPgDOov > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2qksQST1QTbqTnmHeloypa24DPgDOov > .row > .video-iframe-container { display: none; }#H2qksQST1QTbqTnmHeloypa24DPgDOov > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2qksQST1QTbqTnmHeloypa24DPgDOov > .row .container { border-width: 0; border-radius: 0; }#H2qksQST1QTbqTnmHeloypa24DPgDOov > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H2qksQST1QTbqTnmHeloypa24DPgDOov > .row .container { font-size:0.875rem;font-family:"open sans";height:36.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#ck4GLHiXnrrd2MHdbayJ8bCQvCvUiNh4 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.125rem;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:0rem;left:0rem;height:7.3111875rem;font-style:normal;display:block; }
#IkHNKA2suwP8oPWNtrBVwzbadA3vmPs9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.625rem;top:11.125rem;left:0rem;overflow:hidden;display:block; }
#B1NMrouuWaavymsQQi9QiFzoy7LFOX5w { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.25rem;left:0rem;height:4.0625rem;display:block; }
#aInEvzHHWkwexeKVqhNMHIKevirSot8K { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:21.5rem;left:0rem;height:5.19965625rem;font-style:normal;display:block; }
#XDPMDDnFXbJ79qF4OrNa5x0E1ofiqLTs { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:33.3994140625rem;left:0rem;display:block; }
#Lzn73oPX2VLU2KAWQFTu2HdJgOpXo3ob { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:33.3994140625rem;left:18.8125rem;display:block; }
#TNNKQo8Uwu0QfhSIcIEgNzWxnN88g7A5 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:21.5rem;left:18.5625rem;height:5.19965625rem;font-style:normal;display:block; }
#TkcAgDeiqevhtKem4TpWQxABHtQbcxiu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:16.25rem;left:18.5625rem;height:2.03125rem;display:block; }
#Qc1k2IoQ0ax8MtvCX7pwm5M381VanT8S { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:11.125rem;left:18.5625rem;overflow:hidden;display:block; }
#SX5hxn7gzGCdcTdgczO8aWF7xvuFurNW { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:33.2744140625rem;left:39.1875rem;display:block; }
#N5lSQmNc6rZGmxlBS2gtmyhU6LD32UaT { color:rgba(var(--color-tertiary-4),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:21.5rem;left:39.1875rem;height:3.8997375rem;font-style:normal;display:block; }
#Jt0cHoCKwQl8468zxsq40ikBqSIuLpWm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:16.25rem;left:39.1875rem;height:2.03125rem;display:block; }
#i6Mnr93bmIFuCHetQ3kU962bVyLIbszE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:11.125rem;left:39.1875rem;overflow:hidden;display:block; }
#zccQfsWOtv4kD6zwD7uaI0sy6ugbPGxX { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.5rem;top:33.375rem;left:60.75rem;display:block; }
#I8cyWDHFET82GWdBg85MAPESJF8E5Wos { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:21.4375rem;left:60.75rem;height:6.4995625rem;font-style:normal;display:block; }
#FQewiXNNVCFiRsoTil5KWVLn9fFNqh0u { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.25rem;left:60.75rem;height:4.0625rem;display:block; }
#iRHzK92D1r40fq9Mz52I8FooIPd9MrBX { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.625rem;top:11.125rem;left:60.75rem;overflow:hidden;display:block; }
#aFSTAIdFbBttXkxnIPTRLGg1EDgcwbb3 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#039257;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.5rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:29.748046875rem;left:0rem;display:block; }
#CauhTr3Oe8Z4rmSFXTTT843HakeBG837 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G8EyDTNz2tzxObDSDAdpmV4JuqcT2RRk { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#039257;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:29.748046875rem;left:18.8125rem;display:block; }
#rlAZBbekEM4ZQeO2nkuS3cmZSBGO64sc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UIrWT0sETRizPe0pSQyZZ2QQcKepgBSh { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#039257;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:29.623046875rem;left:39.1875rem;display:block; }
#QwtFt0OdmyLxi2K6cbgiv4TVuQTLH2xc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kIg3bc3x273mu0TKKb3PGqlsKdyABWcK { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#039257;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.5rem;text-decoration:none;z-index:15027;text-align:left;text-align-last:left;top:29.7119140625rem;left:60.75rem;display:block; }
#lWRpCDXvNB6XXyB2LeuPAzL0uUkCQekQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C > .row .container { background-color: transparent; background-image: none; }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C > .row .container > .video-iframe-container { display: none; }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C > .row > .video-iframe-container { display: none; }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C > .row .container { border-width: 0; border-radius: 0; }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C > .row .container { font-size:0.875rem;font-family:"open sans";height:44.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#P7FATOhVm8QCftrMC2a2NAkEToi1NT5r { color:rgba(var(--color-tertiary-4),1);display:block;width:31.9375rem;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.3125rem;left:0rem;height:7.3111875rem;font-style:normal;display:block; }
#fTNXuAFpsBJGTU34QSwr7GvssT1eP3OI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:21.625rem;left:39.625rem;overflow:hidden;display:block; }
#e5dhUZ7x2xAOMwNAkluOGOBGEzMCCUXC { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:21.6875rem;left:42rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QMqTQyM93LGXPdy7shzRLGhCyPNZNUsK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:24.375rem;left:39.625rem;overflow:hidden;display:block; }
#eliC10OQIwJey9b49vC0Nl5ZOT8lTASk { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:24.4375rem;left:42rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u7aep2yqVq76gJ7qLPkQfwEbMX0geBQG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:27.25rem;left:39.625rem;overflow:hidden;display:block; }
#l0BvQno5UPRf2s12cIl76Iv0h7VtAtd8 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.25rem;left:42rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CGzBBtViGRQcv6Qg2RvTa08kU5PetdpI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:30.6875rem;left:39.625rem;overflow:hidden;display:block; }
#ovGFlWfT5twTG7JvzxJJO31Hf5NQUz6V { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:30.75rem;left:42rem;height:2.599825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Co8WT3iSOEm1GZwAVJZlrv0w9SO5lBsm { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:34.625rem;left:42rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aN0FP9x9Z8Vu2TLiBkfJLMsTKg0J6Us3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:34.5625rem;left:39.625rem;overflow:hidden;display:block; }
#gZSK5HioQBBZnQD8CTpemqR2TqA9Qmq7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.75rem;width:35.4375rem;top:15.53125rem;left:0rem;display:block; }
#mTMbalTo6iGARIKrRoZ1LBQIeG94bzsK { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.5625rem;left:39.625rem;height:2.599825rem;font-style:normal;display:block; }
#OToK0XRMHzPndMLiAaO2liBxxfwg3vK6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/e43b9144-1236-4b59-91e1-aa0f85f31425/Vector.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#OToK0XRMHzPndMLiAaO2liBxxfwg3vK6.adaptive-delivery-prevent-bg, #OToK0XRMHzPndMLiAaO2liBxxfwg3vK6.lazyload, #OToK0XRMHzPndMLiAaO2liBxxfwg3vK6.lazyloading { background-image: none; }#OToK0XRMHzPndMLiAaO2liBxxfwg3vK6 > .row .container { background-color: transparent; background-image: none; }#OToK0XRMHzPndMLiAaO2liBxxfwg3vK6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OToK0XRMHzPndMLiAaO2liBxxfwg3vK6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OToK0XRMHzPndMLiAaO2liBxxfwg3vK6 > .row .container > .video-iframe-container { display: none; }#OToK0XRMHzPndMLiAaO2liBxxfwg3vK6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OToK0XRMHzPndMLiAaO2liBxxfwg3vK6 > .row > .video-iframe-container { display: none; }#OToK0XRMHzPndMLiAaO2liBxxfwg3vK6 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OToK0XRMHzPndMLiAaO2liBxxfwg3vK6 > .row .container { border-width: 0; border-radius: 0; }#OToK0XRMHzPndMLiAaO2liBxxfwg3vK6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OToK0XRMHzPndMLiAaO2liBxxfwg3vK6 > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#M3TlbQgzeeuxqIngWkzPnbUGqvykPU6V { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:12.5625rem;width:16.25rem;top:12.25rem;left:1.4375rem;display:block; }
#La8T8UihHTKbpbgCITgVoH7Ts5vTF0us { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:19.1875rem;left:2.0625rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#U6LVKbCmA6nCnDdwLeROgohTVea7egq2 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:12.5625rem;width:16.375rem;top:12.125rem;left:20.125rem;display:block; }
#h7emV097V7kGluulkm1QaNT2nXvWXG6W { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:20.1875rem;left:20.8125rem;height:1.7871125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TKWKLJWaxzRRZtvW248K6yKnMTQlZwkz { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:12.5rem;width:16.375rem;top:12.1875rem;left:38.875rem;display:block; }
#tMCaHq2Btz7RqLFHyzdeHcxO1X94sxul { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.625rem;left:39.5625rem;height:3.57421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bxlJapfEuctM1Q4MkrphZQThMDrZeE7q { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.25) ;height:12.5625rem;width:16.1875rem;top:12.1875rem;left:57.6875rem;display:block; }
#a16hehAMwebQ3afGsgTxxwWZBJlidPK0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15016;line-height:2.1;letter-spacing:0;top:19.625rem;left:58rem;height:2.88720625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#o6pH296e1Za3QF36h16RnPnz83EXM51g { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/874d10c7-1eec-4796-b59d-9b491d19dce8/iStock1088637186min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6rem;width:16.3125rem;top:12.25rem;left:1.375rem;display:block; }#o6pH296e1Za3QF36h16RnPnz83EXM51g.adaptive-delivery-prevent-bg, #o6pH296e1Za3QF36h16RnPnz83EXM51g.lazyload, #o6pH296e1Za3QF36h16RnPnz83EXM51g.lazyloading { background-image: none; }
#K68X4zSrXrVFKKXT1GQJ2IrLDthbqyNM { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/acf75886-3c54-47c6-9eb1-c9e308a972f0/iStock1206622213min.jpg");background-position:bottom 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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6rem;width:16.4375rem;top:12.125rem;left:20.125rem;display:block; }#K68X4zSrXrVFKKXT1GQJ2IrLDthbqyNM.adaptive-delivery-prevent-bg, #K68X4zSrXrVFKKXT1GQJ2IrLDthbqyNM.lazyload, #K68X4zSrXrVFKKXT1GQJ2IrLDthbqyNM.lazyloading { background-image: none; }
#kHwLTs0HZdzcW4wVkqdpow2Xi6y96l82 { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e865d80e-8296-4298-bbff-be19a37cc4b4/GettyImages821775562.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6rem;width:16.4375rem;top:12.125rem;left:38.875rem;display:block; }#kHwLTs0HZdzcW4wVkqdpow2Xi6y96l82.adaptive-delivery-prevent-bg, #kHwLTs0HZdzcW4wVkqdpow2Xi6y96l82.lazyload, #kHwLTs0HZdzcW4wVkqdpow2Xi6y96l82.lazyloading { background-image: none; }
#OewTJAFLxO2NF7gB5UHniCp89pQfEsXn { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ad4e6c4c-dd69-461a-adb7-5cc81852749c/GettyImages863476230.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6rem;width:16.25rem;top:12.125rem;left:57.6875rem;display:block; }#OewTJAFLxO2NF7gB5UHniCp89pQfEsXn.adaptive-delivery-prevent-bg, #OewTJAFLxO2NF7gB5UHniCp89pQfEsXn.lazyload, #OewTJAFLxO2NF7gB5UHniCp89pQfEsXn.lazyloading { background-image: none; }
#PRDzfwZ6RTAGK8mGa80aZo9wRqwSG6uw { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:3.15625rem;left:1.375rem;height:3.0874rem;font-style:normal;display:block; }
#TmFEMUzZFsKGXohnMNlbIHMOW1XFNPzW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#TmFEMUzZFsKGXohnMNlbIHMOW1XFNPzW > .row .container { background-color: transparent; background-image: none; }#TmFEMUzZFsKGXohnMNlbIHMOW1XFNPzW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmFEMUzZFsKGXohnMNlbIHMOW1XFNPzW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmFEMUzZFsKGXohnMNlbIHMOW1XFNPzW > .row .container > .video-iframe-container { display: none; }#TmFEMUzZFsKGXohnMNlbIHMOW1XFNPzW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmFEMUzZFsKGXohnMNlbIHMOW1XFNPzW > .row > .video-iframe-container { display: none; }#TmFEMUzZFsKGXohnMNlbIHMOW1XFNPzW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmFEMUzZFsKGXohnMNlbIHMOW1XFNPzW > .row .container { border-width: 0; border-radius: 0; }#TmFEMUzZFsKGXohnMNlbIHMOW1XFNPzW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmFEMUzZFsKGXohnMNlbIHMOW1XFNPzW > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#XEh28MDwfAIatTkATNxDrTCqudHedn2T { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:24.1875rem;width:67.375rem;top:4.78125rem;left:3.8125rem;display:block; }
#EMXHyTVuDGOmt7JxGh5t4vsTcnHzmhub { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:8.9375rem;left:39.8125rem;height:5.6857625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CgBZuE9II8EhRG115pyAuS9G5ap08w5t { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:"proxima nova free";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17rem;left:39.8125rem;height:2.92535rem;text-align:left;text-align-last:left;display:block; }
#nABi2sbQLRD4vRdHM5MocADmIcTa6SsM { background-color:transparent;background-image:none;border-top:0.125rem solid #008f4f;border-left:0.125rem solid #008f4f;border-right:0.125rem solid #008f4f;border-bottom:0.125rem solid #008f4f;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#008f4f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:21.875rem;left:39.8125rem;display:block; }
#HRtzsXl0LRXyhIxLKrJyo2IXlMMFIa69 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WAe5sKDytxJhsFGNUxc4scomeTlN33yd { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/86db63df-5456-43ce-91fa-488db91d55c6/Conseiller_BVSR11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.6875rem;width:12.6875rem;top:13.875rem;left:11.125rem;display:block; }#WAe5sKDytxJhsFGNUxc4scomeTlN33yd.adaptive-delivery-prevent-bg, #WAe5sKDytxJhsFGNUxc4scomeTlN33yd.lazyload, #WAe5sKDytxJhsFGNUxc4scomeTlN33yd.lazyloading { background-image: none; }
#BI7xLhkCRpo2S0gDKKiSrkVDmLVz8Ozd { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/801c669d-e1a4-4c6d-b840-db0aa4a61291/Conseiller_BVSR22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.5625rem;width:7.5625rem;top:7.25rem;left:22.5625rem;display:block; }#BI7xLhkCRpo2S0gDKKiSrkVDmLVz8Ozd.adaptive-delivery-prevent-bg, #BI7xLhkCRpo2S0gDKKiSrkVDmLVz8Ozd.lazyload, #BI7xLhkCRpo2S0gDKKiSrkVDmLVz8Ozd.lazyloading { background-image: none; }
#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q { position:relative;display:block; }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q { background-color: transparent; background-image: none; }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q > .row .container > .video-iframe-container { display: none; }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q > .row > .video-iframe-container { display: none; }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q { border-width: 0; border-radius: 0; }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q > .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; }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q > .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:27.5rem;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; }#kXSEQszrVnOsUrEVcRSRc7hmWUhmR95c { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.125rem;left:0rem;height:3.8999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QAxgaExdvcA2rTo5i0rdJK4A0t49lFzo { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.9375rem;left:62.875rem;overflow:hidden;display:block; }
#JQFx6syaInumoRtog3lsPF7pZUyRPnWp { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:18.1875rem;left:67rem;overflow:hidden;display:block; }
#KWBbu7g094oyJankDfFkOx8BSwNqSRPQ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:18.3125rem;left:59.8125rem;overflow:hidden;display:block; }
#MgxA2IZ89WpgPPS9I34vdEQI3ELK2ngA { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:18.21875rem;left:56.8125rem;overflow:hidden;display:block; }
#RLBcJdrDoNo0VmDeGni8M66UE8tL5nZg { color:#26904c;display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:15.375rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#tuusKlns48odI80ZoUItfLhWS1S4fzk7 { color:#26904c;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:18.9375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JQgZApzD0IDwOeHeJatiT0dZRswNHoat { color:#26904c;display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:22.625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A8tmTwOTRIziv9RnP43F30d7Hup5kKR9 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:15.3125rem;left:56.8125rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QIuxqMIUiDm2UTmg3Bp8twUHBepmmsde { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:15.5rem;left:32.4375rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T1TAovOKhdaqLgHf1Xkka2aaOAQMHFx9 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:17.46875rem;left:32.4375rem;display:block; }
#OC3h2k2NZUNNH8declwOiRI8W636cIrT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fVea78OIQhULAHXEbA6LqOntVtT1CLh4 { box-sizing:content-box;height:0.125rem;width:8.0625rem;position:absolute;display:block;z-index:15035;background-color:#4d4d4d;background-image:none;top:19.9375rem;left:33rem;display:block; }
#WT6lnhBorK8CIrN0Nuoso4q1Xpbh9sTk { position:relative;display:block; }#WT6lnhBorK8CIrN0Nuoso4q1Xpbh9sTk { background-color: transparent; background-image: none; }#WT6lnhBorK8CIrN0Nuoso4q1Xpbh9sTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT6lnhBorK8CIrN0Nuoso4q1Xpbh9sTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT6lnhBorK8CIrN0Nuoso4q1Xpbh9sTk > .row .container > .video-iframe-container { display: none; }#WT6lnhBorK8CIrN0Nuoso4q1Xpbh9sTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT6lnhBorK8CIrN0Nuoso4q1Xpbh9sTk > .row > .video-iframe-container { display: none; }#WT6lnhBorK8CIrN0Nuoso4q1Xpbh9sTk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT6lnhBorK8CIrN0Nuoso4q1Xpbh9sTk { border-width: 0; border-radius: 0; }#WT6lnhBorK8CIrN0Nuoso4q1Xpbh9sTk > .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; }#WT6lnhBorK8CIrN0Nuoso4q1Xpbh9sTk > .row .container { border-top:0.0625rem solid #f3f3f3;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.375rem;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; }#iKWVx5HSaQMgiWbvdyhIf5rsBuyhzhym { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:1.037109375rem;left:31.03125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hkVyZwEq9O1i9sJhz0JlT2NsfoHii9XF { display:block; }#hkVyZwEq9O1i9sJhz0JlT2NsfoHii9XF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vgx4TXa5TPo3sIfdrOUfHX12bWIG6oqT { top:1.125rem;left:0rem;width:7rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKD35STP6zq1S5CCIFg1WQHBWn7aQ7xP { width:11.625rem;height:3rem;top:1.0625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtJmNLc5gquseTTyt5x6OISDEVTzvaBz { display:block; }
 }@media only screen and (max-width: 763px) { #RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo { display:block; }#RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6kRe2gJOm4EZpOFZQvSxHZ5neMT4ppK { top:11.1875rem;left:0rem;width:30.25rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8EyuAGEUtKnNibV0rVlsmkMGTti7DVO { top:16rem;left:0rem;width:27.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUFIsVrsMiqiTZ6ZFgMDo0hxfI1xTeFo { top:19.8125rem;left:0rem;width:24.125rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiBIMH7rfmZ24mXwITRKcUshWtbO80Hw { width:12.5rem;height:3rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy6UU8WKaWiXTxGMGIeTswdTgZ2PmJsf { display:block; }
 }@media only screen and (max-width: 763px) { #yr5BzOb2Bc7kMuy5WSBpEwUomRyepsTt { top:10.375rem;left:0rem;width:6.1875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ri2wisMWwGH6UQeqPoeJJVugDXMQgvxJ { top:13.875rem;left:0rem;width:13.6875rem;height:2.25rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJHGPSTiEyTFlhIJcvA9ITdMK9eFVc6T { top:10.375rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufgUMRaybdEXfBOT4oJ3hnzhFI8sT7fZ { top:13.25rem;left:0rem;width:7.375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1XbSITRB8qd0OmRifowJ6rnHThKAJxV { top:13.5rem;left:0rem;width:6.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsCPw79dqkfOMCiZDFhCyw4ohP4BhTy { top:13.5rem;left:0rem;width:4.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOPxDOnaVa392tlgpG315r0cOhgiNnaQ { top:13.25rem;left:0rem;width:5.75rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrBoBxsxgwQFDR3CIIb5ETsTebx0SHDs { top:13.5rem;left:2.75rem;width:3rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPZIAhSRiA1TkgTq24sT52np8f81Tyr4 { top:13.25rem;left:2.125rem;width:3.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyoBRzdGCClSLIRtggIzvT9SPil8qlbE { top:12.1875rem;left:5.6875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgKUTQQX2KcuirLhB9oi3T0aNsU797tm { display:block; }#PgKUTQQX2KcuirLhB9oi3T0aNsU797tm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ib3vUZLh5nsr6rDvzbV3UbDr6iSGLfMC { top:8.4375rem;left:0rem;width:30.25rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg9qwacmZ8MOU22OuCBAKKOFeTyJUK1v { top:10.375rem;left:0rem;width:6.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r22NxCwGK9tO7Ny9TqIC92gXOuyq9ohp { top:10.625rem;left:0rem;width:4rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1VTHqOEseyKP9M4g46warETVqbDynPT { top:13.25rem;left:0rem;width:24.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8rfN6J0x3tPSl2dC7aP1TNwRAVv37OC { top:19.3125rem;left:0rem;width:24.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEPyk6cG3m55boSrAP0Es5xbMamprR7U { width:11.625rem;height:3rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4twd0UBWSXNew8VKUsaunw4TKdkbKBb { display:block; }
 }@media only screen and (max-width: 763px) { #PXrz4uzNXtZWxCSZJSGE4KT9RDLysyvo { top:9rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z34Gv3vLifwuNoUAa9lExRztCnKiOMtU { display:none; }#Z34Gv3vLifwuNoUAa9lExRztCnKiOMtU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RFabFu2TvleEtmSqSVPOZGeIPXCcDUgE { top:4.1875rem;left:0rem;width:20rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BJyN1sexbXbro1naZCwOQxorKcSCwg42 { top:9.1875rem;left:0rem;width:20rem;height:6.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8iHXmKzkL9ca8aMkbF89yqhJl6IthhT { top:10.75rem;left:0rem;width:6.1875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nOavu8mmvlnKLaVGf8GIlWqrcGNE9tXy { top:10.5rem;left:0rem;width:7.375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rSlMTEVd5iswTyXoDqTre8kWwuNEKksr { width:12.5rem;height:3rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhR5WQm7flNvdqwITIc0skqPmbyd5lly { display:block; }
 }@media only screen and (max-width: 763px) { #RNq7Muhcbmuw7Qa5dOzr1Eqh4orXE9dh { width:12.5rem;height:3rem;top:27.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xZzpfZ4qzB30cAbGJAU022piUKWTiztn { display:block; }
 }@media only screen and (max-width: 763px) { #gQutnpzzLvO8CyVCJIQAh05htx0O3GN0 { top:13.5rem;left:0rem;width:4.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWylOGP71RosxADn9ZNThzPdhxEX6yGE { top:13.25rem;left:0rem;width:5.75rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AEKWaXSQPEavTyn9iA5F0Ce5epHL7O2g { top:13.5rem;left:2.75rem;width:3rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LuKegIoGGVBB42Zsq8ubSzaACN6TbnO9 { top:13.25rem;left:2.125rem;width:3.875rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2cQ2T7rw8w8fo8Vv5KLHkB4aT0e5yxL { top:12.1875rem;left:5.6875rem;width:4.125rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2qksQST1QTbqTnmHeloypa24DPgDOov { display:block; }#H2qksQST1QTbqTnmHeloypa24DPgDOov > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ck4GLHiXnrrd2MHdbayJ8bCQvCvUiNh4 { top:0rem;left:0rem;width:45.125rem;height:7.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkHNKA2suwP8oPWNtrBVwzbadA3vmPs9 { top:11.125rem;left:0rem;width:3.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1NMrouuWaavymsQQi9QiFzoy7LFOX5w { top:16.25rem;left:0rem;width:12.5rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aInEvzHHWkwexeKVqhNMHIKevirSot8K { top:21.5rem;left:0rem;width:15.4375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDPMDDnFXbJ79qF4OrNa5x0E1ofiqLTs { top:33.375rem;left:0rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzn73oPX2VLU2KAWQFTu2HdJgOpXo3ob { top:33.375rem;left:5.1875rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNNKQo8Uwu0QfhSIcIEgNzWxnN88g7A5 { top:21.5rem;left:4.9375rem;width:15.4375rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkcAgDeiqevhtKem4TpWQxABHtQbcxiu { top:16.25rem;left:4.9375rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc1k2IoQ0ax8MtvCX7pwm5M381VanT8S { top:11.125rem;left:4.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX5hxn7gzGCdcTdgczO8aWF7xvuFurNW { top:33.25rem;left:25.5625rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5lSQmNc6rZGmxlBS2gtmyhU6LD32UaT { top:21.5rem;left:25.5625rem;width:15.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jt0cHoCKwQl8468zxsq40ikBqSIuLpWm { top:16.25rem;left:25.5625rem;width:16.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6Mnr93bmIFuCHetQ3kU962bVyLIbszE { top:11.125rem;left:25.5625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zccQfsWOtv4kD6zwD7uaI0sy6ugbPGxX { top:33.375rem;left:40.25rem;width:7.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8cyWDHFET82GWdBg85MAPESJF8E5Wos { top:21.4375rem;left:34.75rem;width:13rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQewiXNNVCFiRsoTil5KWVLn9fFNqh0u { top:16.25rem;left:34.8125rem;width:12.9375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRHzK92D1r40fq9Mz52I8FooIPd9MrBX { top:11.125rem;left:44.125rem;width:3.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFSTAIdFbBttXkxnIPTRLGg1EDgcwbb3 { width:10.5rem;height:2.5rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CauhTr3Oe8Z4rmSFXTTT843HakeBG837 { display:block; }
 }@media only screen and (max-width: 763px) { #G8EyDTNz2tzxObDSDAdpmV4JuqcT2RRk { width:10.5rem;height:2.5rem;top:29.6875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlAZBbekEM4ZQeO2nkuS3cmZSBGO64sc { display:block; }
 }@media only screen and (max-width: 763px) { #UIrWT0sETRizPe0pSQyZZ2QQcKepgBSh { width:10.5rem;height:2.5rem;top:29.5625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwtFt0OdmyLxi2K6cbgiv4TVuQTLH2xc { display:block; }
 }@media only screen and (max-width: 763px) { #kIg3bc3x273mu0TKKb3PGqlsKdyABWcK { width:10.5rem;height:2.5rem;top:29.6875rem;left:37.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWRpCDXvNB6XXyB2LeuPAzL0uUkCQekQ { display:block; }
 }@media only screen and (max-width: 763px) { #h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C { display:block; }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7FATOhVm8QCftrMC2a2NAkEToi1NT5r { top:4.3125rem;left:0rem;width:31.9375rem;height:7.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTNXuAFpsBJGTU34QSwr7GvssT1eP3OI { top:21.625rem;left:26rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5dhUZ7x2xAOMwNAkluOGOBGEzMCCUXC { top:21.6875rem;left:21.875rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqTQyM93LGXPdy7shzRLGhCyPNZNUsK { top:24.375rem;left:26rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eliC10OQIwJey9b49vC0Nl5ZOT8lTASk { top:24.4375rem;left:21.875rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7aep2yqVq76gJ7qLPkQfwEbMX0geBQG { top:27.25rem;left:26rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0BvQno5UPRf2s12cIl76Iv0h7VtAtd8 { top:27.25rem;left:21.875rem;width:25.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGzBBtViGRQcv6Qg2RvTa08kU5PetdpI { top:30.6875rem;left:26rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovGFlWfT5twTG7JvzxJJO31Hf5NQUz6V { top:30.75rem;left:19rem;width:28.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co8WT3iSOEm1GZwAVJZlrv0w9SO5lBsm { top:34.625rem;left:19rem;width:28.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN0FP9x9Z8Vu2TLiBkfJLMsTKg0J6Us3 { top:34.5625rem;left:26rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZSK5HioQBBZnQD8CTpemqR2TqA9Qmq7 { top:15.5rem;left:0rem;width:35.4375rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTMbalTo6iGARIKrRoZ1LBQIeG94bzsK { top:15.5625rem;left:15.875rem;width:31.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OToK0XRMHzPndMLiAaO2liBxxfwg3vK6 { display:block; }#OToK0XRMHzPndMLiAaO2liBxxfwg3vK6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3TlbQgzeeuxqIngWkzPnbUGqvykPU6V { top:12.25rem;left:0rem;width:16.25rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #La8T8UihHTKbpbgCITgVoH7Ts5vTF0us { top:19.1875rem;left:0rem;width:15.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6LVKbCmA6nCnDdwLeROgohTVea7egq2 { top:12.125rem;left:7.5rem;width:16.375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7emV097V7kGluulkm1QaNT2nXvWXG6W { top:20.1875rem;left:8.8125rem;width:15.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKWKLJWaxzRRZtvW248K6yKnMTQlZwkz { top:12.1875rem;left:19.4375rem;width:16.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMCaHq2Btz7RqLFHyzdeHcxO1X94sxul { top:19.625rem;left:20.75rem;width:15.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxlJapfEuctM1Q4MkrphZQThMDrZeE7q { top:12.1875rem;left:31.5625rem;width:16.1875rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a16hehAMwebQ3afGsgTxxwWZBJlidPK0 { top:19.625rem;left:32.125rem;width:15.625rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6pH296e1Za3QF36h16RnPnz83EXM51g { top:12.25rem;left:0rem;width:16.3125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #K68X4zSrXrVFKKXT1GQJ2IrLDthbqyNM { top:12.125rem;left:7.4375rem;width:16.4375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHwLTs0HZdzcW4wVkqdpow2Xi6y96l82 { top:12.125rem;left:19.375rem;width:16.4375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #OewTJAFLxO2NF7gB5UHniCp89pQfEsXn { top:12.125rem;left:31.5rem;width:16.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRDzfwZ6RTAGK8mGa80aZo9wRqwSG6uw { top:3.125rem;left:0rem;width:43.3125rem;height:3.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmFEMUzZFsKGXohnMNlbIHMOW1XFNPzW { display:block; }#TmFEMUzZFsKGXohnMNlbIHMOW1XFNPzW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEh28MDwfAIatTkATNxDrTCqudHedn2T { top:4.75rem;left:0rem;width:47.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMXHyTVuDGOmt7JxGh5t4vsTcnHzmhub { top:8.9375rem;left:23.1875rem;width:24.5625rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgBZuE9II8EhRG115pyAuS9G5ap08w5t { top:17rem;left:20rem;width:27.75rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nABi2sbQLRD4vRdHM5MocADmIcTa6SsM { width:11.625rem;height:3rem;top:21.875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRtzsXl0LRXyhIxLKrJyo2IXlMMFIa69 { display:block; }
 }@media only screen and (max-width: 763px) { #WAe5sKDytxJhsFGNUxc4scomeTlN33yd { top:13.875rem;left:0rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI7xLhkCRpo2S0gDKKiSrkVDmLVz8Ozd { top:7.25rem;left:8.9375rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q { display:block; }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXSEQszrVnOsUrEVcRSRc7hmWUhmR95c { top:7.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAxgaExdvcA2rTo5i0rdJK4A0t49lFzo { top:17.9375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQFx6syaInumoRtog3lsPF7pZUyRPnWp { top:18.1875rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWBbu7g094oyJankDfFkOx8BSwNqSRPQ { top:18.3125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgxA2IZ89WpgPPS9I34vdEQI3ELK2ngA { top:18.1875rem;left:43.1875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLBcJdrDoNo0VmDeGni8M66UE8tL5nZg { top:15.375rem;left:0rem;width:8.4375rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuusKlns48odI80ZoUItfLhWS1S4fzk7 { top:18.9375rem;left:0rem;width:16.1875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQgZApzD0IDwOeHeJatiT0dZRswNHoat { top:22.625rem;left:0rem;width:5.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8tmTwOTRIziv9RnP43F30d7Hup5kKR9 { top:15.3125rem;left:37.5625rem;width:10.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIuxqMIUiDm2UTmg3Bp8twUHBepmmsde { top:15.5rem;left:18.8125rem;width:10.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1TAovOKhdaqLgHf1Xkka2aaOAQMHFx9 { width:9.1875rem;height:3.4375rem;top:17.4375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC3h2k2NZUNNH8declwOiRI8W636cIrT { display:block; }
 }@media only screen and (max-width: 763px) { #fVea78OIQhULAHXEbA6LqOntVtT1CLh4 { top:19.9375rem;left:19.375rem;width:8.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT6lnhBorK8CIrN0Nuoso4q1Xpbh9sTk { display:block; }#WT6lnhBorK8CIrN0Nuoso4q1Xpbh9sTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKWVx5HSaQMgiWbvdyhIf5rsBuyhzhym { top:1rem;left:17.40625rem;width:12.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hkVyZwEq9O1i9sJhz0JlT2NsfoHii9XF { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#hkVyZwEq9O1i9sJhz0JlT2NsfoHii9XF > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vgx4TXa5TPo3sIfdrOUfHX12bWIG6oqT { width:5.375rem;height:2.3125rem;top:1.53125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OKD35STP6zq1S5CCIFg1WQHBWn7aQ7xP { width:11.625rem;height:3rem;top:1.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtJmNLc5gquseTTyt5x6OISDEVTzvaBz { display:block; }
 }@media only screen and (max-width: 763px) { #RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/083c9200-a8ac-4c02-95fb-c0e6304c263d/_Cover.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo.adaptive-delivery-prevent-bg, #RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo.lazyload, #RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo.lazyloading { background-image: none; }#RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo > .row .container { border-width: 0; border-radius: 0; }#RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrD8fGxLp70ye0p4NeohDBS3VTw5gfbo > .row .container { width:20rem;height:43.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #H6kRe2gJOm4EZpOFZQvSxHZ5neMT4ppK { width:20rem;height:19.4375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8EyuAGEUtKnNibV0rVlsmkMGTti7DVO { width:13.1875rem;height:0;top:11.0625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wUFIsVrsMiqiTZ6ZFgMDo0hxfI1xTeFo { width:14.6875rem;height:0;top:16.8125rem;left:2rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiBIMH7rfmZ24mXwITRKcUshWtbO80Hw { width:11.625rem;height:3rem;top:17.75rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zy6UU8WKaWiXTxGMGIeTswdTgZ2PmJsf { display:block; }
 }@media only screen and (max-width: 763px) { #yr5BzOb2Bc7kMuy5WSBpEwUomRyepsTt { width:9.6875rem;height:2.3125rem;top:24.75rem;left:5rem;z-index:15012;background-color:#d9505b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ri2wisMWwGH6UQeqPoeJJVugDXMQgvxJ { width:13.6875rem;height:2.1125rem;top:24.8125rem;left:3.1875rem;font-size:1.625rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJHGPSTiEyTFlhIJcvA9ITdMK9eFVc6T { width:20rem;height:21.75rem;top:10.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufgUMRaybdEXfBOT4oJ3hnzhFI8sT7fZ { width:7.375rem;height:1.9375rem;top:28.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1XbSITRB8qd0OmRifowJ6rnHThKAJxV { width:6.1875rem;height:0;top:28.5625rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTsCPw79dqkfOMCiZDFhCyw4ohP4BhTy { width:4.875rem;height:0;top:31.75rem;left:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOPxDOnaVa392tlgpG315r0cOhgiNnaQ { width:5.75rem;height:1.9375rem;top:31.5rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrBoBxsxgwQFDR3CIIb5ETsTebx0SHDs { width:3rem;height:0;top:34.9375rem;left:8.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPZIAhSRiA1TkgTq24sT52np8f81Tyr4 { width:3.875rem;height:1.9375rem;top:34.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyoBRzdGCClSLIRtggIzvT9SPil8qlbE { width:4.125rem;height:4.125rem;top:37.875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgKUTQQX2KcuirLhB9oi3T0aNsU797tm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9a7795d7-1a05-40a0-bfa7-3f2a854f2098/Slidermobile2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PgKUTQQX2KcuirLhB9oi3T0aNsU797tm.adaptive-delivery-prevent-bg, #PgKUTQQX2KcuirLhB9oi3T0aNsU797tm.lazyload, #PgKUTQQX2KcuirLhB9oi3T0aNsU797tm.lazyloading { background-image: none; }#PgKUTQQX2KcuirLhB9oi3T0aNsU797tm > .row .container { background-color: transparent; background-image: none; }#PgKUTQQX2KcuirLhB9oi3T0aNsU797tm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgKUTQQX2KcuirLhB9oi3T0aNsU797tm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgKUTQQX2KcuirLhB9oi3T0aNsU797tm > .row .container > .video-iframe-container { display: none; }#PgKUTQQX2KcuirLhB9oi3T0aNsU797tm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgKUTQQX2KcuirLhB9oi3T0aNsU797tm > .row > .video-iframe-container { display: none; }#PgKUTQQX2KcuirLhB9oi3T0aNsU797tm > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PgKUTQQX2KcuirLhB9oi3T0aNsU797tm > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ib3vUZLh5nsr6rDvzbV3UbDr6iSGLfMC { width:20rem;height:19.4375rem;top:6.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hg9qwacmZ8MOU22OuCBAKKOFeTyJUK1v { width:6.1875rem;height:1.9375rem;top:8.25rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #r22NxCwGK9tO7Ny9TqIC92gXOuyq9ohp { width:4rem;height:0;top:8.5rem;left:3.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p1VTHqOEseyKP9M4g46warETVqbDynPT { width:13.1875rem;height:0;top:11.0625rem;left:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8rfN6J0x3tPSl2dC7aP1TNwRAVv37OC { width:14.6875rem;height:0;top:16.8125rem;left:2rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qEPyk6cG3m55boSrAP0Es5xbMamprR7U { width:11.625rem;height:3rem;top:17.75rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4twd0UBWSXNew8VKUsaunw4TKdkbKBb { display:block; }
 }@media only screen and (max-width: 763px) { #PXrz4uzNXtZWxCSZJSGE4KT9RDLysyvo { width:20rem;height:21.75rem;top:9rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z34Gv3vLifwuNoUAa9lExRztCnKiOMtU { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z34Gv3vLifwuNoUAa9lExRztCnKiOMtU > .row .container { background-color: transparent; background-image: none; }#Z34Gv3vLifwuNoUAa9lExRztCnKiOMtU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z34Gv3vLifwuNoUAa9lExRztCnKiOMtU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z34Gv3vLifwuNoUAa9lExRztCnKiOMtU > .row .container > .video-iframe-container { display: none; }#Z34Gv3vLifwuNoUAa9lExRztCnKiOMtU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z34Gv3vLifwuNoUAa9lExRztCnKiOMtU > .row > .video-iframe-container { display: none; }#Z34Gv3vLifwuNoUAa9lExRztCnKiOMtU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z34Gv3vLifwuNoUAa9lExRztCnKiOMtU > .row .container { border-width: 0; border-radius: 0; }#Z34Gv3vLifwuNoUAa9lExRztCnKiOMtU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z34Gv3vLifwuNoUAa9lExRztCnKiOMtU > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFabFu2TvleEtmSqSVPOZGeIPXCcDUgE { width:20rem;height:1.625rem;top:5.125rem;left:0rem;font-size:1.25rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJyN1sexbXbro1naZCwOQxorKcSCwg42 { width:20rem;height:7.3111875rem;top:7.9375rem;left:0rem;font-size:0.9375rem;z-index:15014;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D8iHXmKzkL9ca8aMkbF89yqhJl6IthhT { width:6.1875rem;height:1.462675rem;top:1.125rem;left:0.625rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #nOavu8mmvlnKLaVGf8GIlWqrcGNE9tXy { width:7.375rem;height:1.9375rem;top:0.875rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #rSlMTEVd5iswTyXoDqTre8kWwuNEKksr { width:11.625rem;height:3rem;top:15.9375rem;left:10.875rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #HhR5WQm7flNvdqwITIc0skqPmbyd5lly { display:block; }
 }@media only screen and (max-width: 763px) { #RNq7Muhcbmuw7Qa5dOzr1Eqh4orXE9dh { width:11.625rem;height:3rem;top:17.4375rem;left:4.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #xZzpfZ4qzB30cAbGJAU022piUKWTiztn { display:block; }
 }@media only screen and (max-width: 763px) { #gQutnpzzLvO8CyVCJIQAh05htx0O3GN0 { width:4.875rem;height:1.462675rem;top:1.125rem;left:10.75rem;font-size:1.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #EWylOGP71RosxADn9ZNThzPdhxEX6yGE { width:5.75rem;height:1.9375rem;top:0.875rem;left:10.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #AEKWaXSQPEavTyn9iA5F0Ce5epHL7O2g { width:3rem;height:1.462675rem;top:1.125rem;left:16.75rem;font-size:1.125rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #LuKegIoGGVBB42Zsq8ubSzaACN6TbnO9 { width:3.875rem;height:1.9375rem;top:0.875rem;left:16.125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #B2cQ2T7rw8w8fo8Vv5KLHkB4aT0e5yxL { width:3.6875rem;height:3.6875rem;top:0rem;left:6.875rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #H2qksQST1QTbqTnmHeloypa24DPgDOov { display:block; }#H2qksQST1QTbqTnmHeloypa24DPgDOov > .row .container { width:20rem;height:92.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ck4GLHiXnrrd2MHdbayJ8bCQvCvUiNh4 { width:19.25rem;height:6.82325rem;top:2.75rem;left:0.375rem;font-size:1.75rem;z-index:15015;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkHNKA2suwP8oPWNtrBVwzbadA3vmPs9 { width:3.625rem;height:3.5625rem;top:12.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1NMrouuWaavymsQQi9QiFzoy7LFOX5w { width:17.0625rem;height:1.94970625rem;top:17.1875rem;left:1.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aInEvzHHWkwexeKVqhNMHIKevirSot8K { width:19.0625rem;height:4.875rem;top:20.5rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XDPMDDnFXbJ79qF4OrNa5x0E1ofiqLTs { width:7.5rem;height:0.125rem;top:47.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzn73oPX2VLU2KAWQFTu2HdJgOpXo3ob { width:7.5rem;height:0.125rem;top:89.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNNKQo8Uwu0QfhSIcIEgNzWxnN88g7A5 { width:20rem;height:4.875rem;top:38.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkcAgDeiqevhtKem4TpWQxABHtQbcxiu { width:17.4375rem;height:1.94970625rem;top:35.25rem;left:1.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qc1k2IoQ0ax8MtvCX7pwm5M381VanT8S { width:3.5625rem;height:3.5625rem;top:30.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX5hxn7gzGCdcTdgczO8aWF7xvuFurNW { width:7.5rem;height:0.125rem;top:29.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5lSQmNc6rZGmxlBS2gtmyhU6LD32UaT { width:20rem;height:3.65625rem;top:59.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jt0cHoCKwQl8468zxsq40ikBqSIuLpWm { width:16.5rem;height:1.94970625rem;top:55.5625rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6Mnr93bmIFuCHetQ3kU962bVyLIbszE { width:3.625rem;height:3.625rem;top:50.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zccQfsWOtv4kD6zwD7uaI0sy6ugbPGxX { width:7.5rem;height:0.125rem;top:67.875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8cyWDHFET82GWdBg85MAPESJF8E5Wos { width:20rem;height:4.875rem;top:80.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FQewiXNNVCFiRsoTil5KWVLn9fFNqh0u { width:20rem;height:1.94970625rem;top:75.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRHzK92D1r40fq9Mz52I8FooIPd9MrBX { width:3.625rem;height:3.5625rem;top:70.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFSTAIdFbBttXkxnIPTRLGg1EDgcwbb3 { width:10.5rem;height:2rem;top:26.1875rem;left:4.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CauhTr3Oe8Z4rmSFXTTT843HakeBG837 { display:block; }
 }@media only screen and (max-width: 763px) { #G8EyDTNz2tzxObDSDAdpmV4JuqcT2RRk { width:10.5rem;height:2.5rem;top:44.6875rem;left:4.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rlAZBbekEM4ZQeO2nkuS3cmZSBGO64sc { display:block; }
 }@media only screen and (max-width: 763px) { #UIrWT0sETRizPe0pSQyZZ2QQcKepgBSh { width:10.5rem;height:2.5rem;top:64.4375rem;left:4.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QwtFt0OdmyLxi2K6cbgiv4TVuQTLH2xc { display:block; }
 }@media only screen and (max-width: 763px) { #kIg3bc3x273mu0TKKb3PGqlsKdyABWcK { width:10.5rem;height:2.5rem;top:86.1875rem;left:4.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWRpCDXvNB6XXyB2LeuPAzL0uUkCQekQ { display:block; }
 }@media only screen and (max-width: 763px) { #h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C { background-color:#ffffff;background-image:none;display:block; }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C > .row .container { background-color: transparent; background-image: none; }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C > .row .container > .video-iframe-container { display: none; }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C > .row > .video-iframe-container { display: none; }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8ArUMii5iE8BwsBTfVPvA2PQ7Eo0d8C > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P7FATOhVm8QCftrMC2a2NAkEToi1NT5r { width:20rem;height:4.548825rem;top:3.25rem;left:0rem;font-size:1.75rem;z-index:15015;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTNXuAFpsBJGTU34QSwr7GvssT1eP3OI { width:1.4375rem;height:1.4375rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5dhUZ7x2xAOMwNAkluOGOBGEzMCCUXC { width:17.875rem;height:2.599825rem;top:32.375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqTQyM93LGXPdy7shzRLGhCyPNZNUsK { width:1.4375rem;height:1.4375rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eliC10OQIwJey9b49vC0Nl5ZOT8lTASk { width:17.625rem;height:2.599825rem;top:36.5625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7aep2yqVq76gJ7qLPkQfwEbMX0geBQG { width:1.4375rem;height:1.4375rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0BvQno5UPRf2s12cIl76Iv0h7VtAtd8 { width:17.6875rem;height:2.599825rem;top:40.375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGzBBtViGRQcv6Qg2RvTa08kU5PetdpI { width:1.4375rem;height:1.4375rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovGFlWfT5twTG7JvzxJJO31Hf5NQUz6V { width:18.0625rem;height:3.8997375rem;top:44.5625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co8WT3iSOEm1GZwAVJZlrv0w9SO5lBsm { width:17.375rem;height:2.599825rem;top:50.375rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN0FP9x9Z8Vu2TLiBkfJLMsTKg0J6Us3 { width:1.4375rem;height:1.4375rem;top:50.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZSK5HioQBBZnQD8CTpemqR2TqA9Qmq7 { height:11.2119375rem;width:20rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTMbalTo6iGARIKrRoZ1LBQIeG94bzsK { width:20rem;height:5.19965625rem;top:25.3125rem;left:0rem;font-size:1rem;z-index:15015;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OToK0XRMHzPndMLiAaO2liBxxfwg3vK6 { display:block; }#OToK0XRMHzPndMLiAaO2liBxxfwg3vK6 > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3TlbQgzeeuxqIngWkzPnbUGqvykPU6V { width:17.5rem;height:12.5rem;top:9.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #La8T8UihHTKbpbgCITgVoH7Ts5vTF0us { width:12.5rem;height:3.2487rem;top:17rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6LVKbCmA6nCnDdwLeROgohTVea7egq2 { width:17.5rem;height:12.5rem;top:24.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7emV097V7kGluulkm1QaNT2nXvWXG6W { width:15.0625rem;height:1.625rem;top:32.3125rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKWKLJWaxzRRZtvW248K6yKnMTQlZwkz { width:17.5rem;height:12.5rem;top:38.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMCaHq2Btz7RqLFHyzdeHcxO1X94sxul { width:15.0625rem;height:3.2487rem;top:46.25rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxlJapfEuctM1Q4MkrphZQThMDrZeE7q { width:17.5rem;height:12.5rem;top:54.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a16hehAMwebQ3afGsgTxxwWZBJlidPK0 { width:15.625rem;height:2.625rem;top:62.0625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6pH296e1Za3QF36h16RnPnz83EXM51g { width:17.5rem;height:6rem;top:9.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K68X4zSrXrVFKKXT1GQJ2IrLDthbqyNM { width:17.5rem;height:6rem;top:24.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHwLTs0HZdzcW4wVkqdpow2Xi6y96l82 { width:17.5rem;height:6rem;top:38.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OewTJAFLxO2NF7gB5UHniCp89pQfEsXn { width:17.5rem;height:6rem;top:54.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRDzfwZ6RTAGK8mGa80aZo9wRqwSG6uw { width:20rem;height:4.548825rem;top:2.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmFEMUzZFsKGXohnMNlbIHMOW1XFNPzW { display:block; }#TmFEMUzZFsKGXohnMNlbIHMOW1XFNPzW > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XEh28MDwfAIatTkATNxDrTCqudHedn2T { width:20rem;height:35.4375rem;top:1.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMXHyTVuDGOmt7JxGh5t4vsTcnHzmhub { width:20rem;height:4.38671875rem;top:18.6875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CgBZuE9II8EhRG115pyAuS9G5ap08w5t { width:20rem;height:4.38801875rem;top:24.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nABi2sbQLRD4vRdHM5MocADmIcTa6SsM { width:11.625rem;height:3rem;top:31.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRtzsXl0LRXyhIxLKrJyo2IXlMMFIa69 { display:block; }
 }@media only screen and (max-width: 763px) { #WAe5sKDytxJhsFGNUxc4scomeTlN33yd { width:9.4375rem;height:9.4375rem;top:2.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI7xLhkCRpo2S0gDKKiSrkVDmLVz8Ozd { width:6.25rem;height:6.25rem;top:8.0625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q > .row .container { background-color: transparent; background-image: none; }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q > .row .container > .video-iframe-container { display: none; }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q > .row > .video-iframe-container { display: none; }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q > .row .container { border-width: 0; border-radius: 0; }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#clLIkQCeAXF3ymFVc8nLC2z4ddEExv8Q > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kXSEQszrVnOsUrEVcRSRc7hmWUhmR95c { width:20rem;height:2.03125rem;top:4.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAxgaExdvcA2rTo5i0rdJK4A0t49lFzo { width:1.9375rem;height:1.9375rem;top:28.125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQFx6syaInumoRtog3lsPF7pZUyRPnWp { width:1.5625rem;height:1.5625rem;top:28.3125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWBbu7g094oyJankDfFkOx8BSwNqSRPQ { width:1.4375rem;height:1.4375rem;top:28.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgxA2IZ89WpgPPS9I34vdEQI3ELK2ngA { width:1.4375rem;height:1.4375rem;top:28.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLBcJdrDoNo0VmDeGni8M66UE8tL5nZg { width:20rem;height:1.625rem;top:9.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tuusKlns48odI80ZoUItfLhWS1S4fzk7 { width:16.1875rem;height:1.625rem;top:12.4375rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JQgZApzD0IDwOeHeJatiT0dZRswNHoat { width:19.875rem;height:1.625rem;top:15.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8tmTwOTRIziv9RnP43F30d7Hup5kKR9 { width:10.1875rem;height:1.625rem;top:25.375rem;left:4.9375rem;font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QIuxqMIUiDm2UTmg3Bp8twUHBepmmsde { width:10.1875rem;height:1.625rem;top:18.625rem;left:4.9375rem;font-size:1.25rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1TAovOKhdaqLgHf1Xkka2aaOAQMHFx9 { width:9.1875rem;height:3.4375rem;top:21rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC3h2k2NZUNNH8declwOiRI8W636cIrT { display:block; }
 }@media only screen and (max-width: 763px) { #fVea78OIQhULAHXEbA6LqOntVtT1CLh4 { width:8.0625rem;height:0.125rem;top:23.5625rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT6lnhBorK8CIrN0Nuoso4q1Xpbh9sTk { display:block; }#WT6lnhBorK8CIrN0Nuoso4q1Xpbh9sTk > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iKWVx5HSaQMgiWbvdyhIf5rsBuyhzhym { width:12.9375rem;height:1.2999125rem;top:1.25rem;left:3.53125rem;font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }