.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,240,232;--color-primary-1:128,207,177;--color-primary-2:0,158,99;--color-primary-3:0,79,50;--color-primary-4:0,24,15;--color-secondary-0:216,239,251;--color-secondary-1:139,206,242;--color-secondary-2:62,174,234;--color-secondary-3:14,154,229;--color-secondary-4:7,68,124;--color-tertiary-0:255,255,255;--color-tertiary-1:220,220,220;--color-tertiary-2:67,67,67;--color-tertiary-3:39,39,39;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/eGcUQfbv/pillars_comp.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-bottom:0;border-left:0;border-right:0;border-top: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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:60rem;overflow:visible;position:relative;display:block; }#TkX34XVFVkmWx9xCDWNThti00QMqwm7r { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:4.4375rem;font-weight:400;line-height:1;height:6.3113125rem;width:6.561625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:30.373231887818rem;left:26.716983795166rem;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block; }
#lX4Mfs8C2TxWtlKENdXkOPaKK7607fba { color:rgba(var(--color-tertiary-0),1);display:block;width:50.8744375rem;position:absolute;font-family:"open sans";font-size:3.375rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.559257507324rem;left:3.6863212585449rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b7kcyyeWTH4sm8MpUS8ARShr4UbCSHPb { z-index:15000;top:1.1559551954269rem;left:33.80749130249rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.7479375rem;height:2.4994125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b48aeoAMkUZXFv8KTzAtJ2H4CMJkk1sU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SL5N8283UI7gtkLixMW1CM7tWBPiIoIK { z-index:15002;top:1.1559551954269rem;left:50.558670043945rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1244375rem;height:2.4994125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kqUxIllcbHph7G2QB7ySkXLUieaLeFJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJ3SsEEskqLgzBuFiZklEGqoOvA9QLF5 { z-index:15003;top:1.1559551954269rem;left:42.494400024414rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:"open sans";font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1244375rem;height:2.4994125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#izRGEmXW27uWGdILXLhKV9Wr2pfqLg5s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQToIueZrWM9TVcL4xzDJpyEiDHZuFpG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.875rem;width:20.9375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.59345519542694rem;left:0rem;overflow:hidden;display:block; }
#qxqvP5HUMrzvzCmOOR6iUcXpmRxnHAcK { position:absolute;display:block;z-index:15015;background-color:#f4f4f4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.3125rem;width:18.75rem;top:21.875rem;left:0rem;display:block; }
#sfX80maUehP9D2SD8nLQ16EdxhaWknJx { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.4375rem;left:3.6875rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sSd2A6lcXbubr8isE9u3FO014kbFRrsQ { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:24.3125rem;left:3.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTLQRZIb3367e59xNvSTEmVWvwyZdToi { box-sizing:content-box;color:rgba(var(--color-secondary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:24.6875rem;left:0.375rem;display:block; }
#xbvRNCaQTIQagxsPDbgfpLyDmFu83ntH { position:absolute;display:block;z-index:15019;background-color:#f4f4f4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.3125rem;width:18.8125rem;top:21.875rem;left:20.625rem;display:block; }
#KPQtLLuDPLuSqv6lO5tU0lhCogGufnTl { box-sizing:content-box;color:rgba(var(--color-secondary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:24.6875rem;left:20.5625rem;display:block; }
#v44tPuynftmQKTzsnMyrQnLQ8lXQ3Vqo { color:rgba(var(--color-tertiary-3),1);display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:22.4375rem;left:24.375rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZBoFsRHTTn36pwqgehTpl18PbXP5MKA { color:rgba(var(--color-tertiary-3),1);display:block;width:12.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:24.25rem;left:23.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AlTkpGMWmlkX78ir4I4pVT25wPqBP4oU { box-sizing:content-box;color:rgba(var(--color-secondary-4),1);font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:24.625rem;left:41.1875rem;display:block; }
#gzgd4azrHoUCzxszGgkk7CEH65Zw9BGo { position:absolute;display:block;z-index:15023;background-color:#f4f4f4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:7.3125rem;width:18.75rem;top:21.875rem;left:41.25rem;display:block; }
#hLhZyyqhw2TG1yqB0Hbi4bPMq7yb9XHe { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:24.3125rem;left:45rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NrfGua4qwDSWQP9opwzPeGHl0MUuZvXR { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:22.4375rem;left:44.9375rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BBME598sM6OebsmZf8Jvq7IF199Iiqn0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BBME598sM6OebsmZf8Jvq7IF199Iiqn0 > .row .container { background-color: transparent; background-image: none; }#BBME598sM6OebsmZf8Jvq7IF199Iiqn0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBME598sM6OebsmZf8Jvq7IF199Iiqn0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBME598sM6OebsmZf8Jvq7IF199Iiqn0 > .row .container > .video-iframe-container { display: none; }#BBME598sM6OebsmZf8Jvq7IF199Iiqn0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBME598sM6OebsmZf8Jvq7IF199Iiqn0 > .row > .video-iframe-container { display: none; }#BBME598sM6OebsmZf8Jvq7IF199Iiqn0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BBME598sM6OebsmZf8Jvq7IF199Iiqn0 > .row .container { border-width: 0; border-radius: 0; }#BBME598sM6OebsmZf8Jvq7IF199Iiqn0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BBME598sM6OebsmZf8Jvq7IF199Iiqn0 > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;position:relative;display:block; }#TI8684fIZ3VD38nV5WraO0CBeNXhUhtm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.3125rem;width:9.375rem;position:absolute;display:block;z-index:15002;top:2.5625rem;left:10.375rem;display:block; }
#mUD0tbF4AOereGFAuBNtdm3o8V179UlV { display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:10.375rem;height:3.3125rem;font-style:normal;color:rgba(var(--color-secondary-4),1);display:block; }
#PXhp1PRn0Rv5nD8mRF1CFqaQIrh9ZEyK { box-sizing:content-box;color:rgba(var(--color-secondary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:9.875rem;left:4.5rem;display:block; }
#ETBdqAmOCe2SdPwSb4rops14T8M714Eb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.25rem;width:12.1875rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.3125rem;left:40.75rem;overflow:hidden;display:block; }
#CSfH8o7NGHPmfvl73L8M52SVlu78NVvh { box-sizing:content-box;color:rgba(var(--color-secondary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:13.75rem;left:4.5rem;display:block; }
#uVVSLLm8ALzZCe56WMBhcUQ8KDhEEhw3 { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.6875rem;left:9.125rem;height:1.625rem;color:rgba(var(--color-tertiary-2),1);display:block; }
#KHzUXc0tGLQ6BRS3hTO4xDmH6wsXwBkx { display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.5rem;left:9.125rem;height:1.625rem;color:rgba(var(--color-tertiary-2),1);display:block; }
#OQdXvZmouGvb67ebGEq36XqvQli03hE0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;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; }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row .container { background-color: transparent; background-image: none; }#OQdXvZmouGvb67ebGEq36XqvQli03hE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row .container > .video-iframe-container { display: none; }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row > .video-iframe-container { display: none; }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row .container { border-width: 0; border-radius: 0; }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row .container { font-size:0.875rem;font-family:arial;height:54.9375rem;width:60rem;position:relative;display:block; }#pQXtf6rIyNcb19nZ8J20TUSTbAVtvvNv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.3125rem;width:9.375rem;position:absolute;display:block;z-index:15004;top:3.5625rem;left:40.8125rem;display:block; }
#MMLyppk1PpMZrkCbzrrITSZg0Tri4rs0 { display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.9375rem;left:24.125rem;height:5.75rem;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:right;text-align-last:right;display:block; }
#QN6K2I5wRUWIIcCFpTdBP0aKnJ9FxRxd { display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:7.9375rem;height:8.125rem;font-style:normal;color:rgba(var(--color-tertiary-2),1);display:block; }
#gSIJQlywVEnagPipITfhJkMAOCFNE9IQ { display:block;width:51.9375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:13.875rem;left:4rem;height:10rem;color:rgba(var(--color-tertiary-2),1);text-align:left;text-align-last:left;display:block; }
#CX0UvImI3NDTwJ7hc0bJ2dAx9mRNTgJf { display:block;width:31.7494375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:25.816627502441rem;left:14.123527526856rem;height:5.125rem;color:#0c0c0c;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S6iEZ9Qm5Fx4sGlHdEmzJquDJA4GCuih { display:block;width:51.875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:33.25rem;left:4rem;height:18rem;color:rgba(var(--color-tertiary-2),1);text-align:left;text-align-last:left;display:block; }
#CntyhrXiTIK8ZElsiGCIJii8Tw53UcGc { position:absolute;display:block;z-index:15007;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.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:7.3125rem;width:43.9369375rem;top:24.736734390259rem;left:7.9979381561281rem;display:block; }
#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row .container { background-color: transparent; background-image: none; }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row .container > .video-iframe-container { display: none; }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row > .video-iframe-container { display: none; }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row .container { border-width: 0; border-radius: 0; }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row .container { font-size:0.875rem;font-family:arial;height:57rem;width:60rem;position:relative;display:block; }#UAoXdozLmLEuFaXbAPsXRLdzpVEO0Po7 { width:60rem;height:40.625rem;position:absolute;z-index:15000;top:8.1872062683106rem;left:0rem;display:block; }
#zr7VIJMp2cz9eS2TdZmNTVhwONwcPv5T { display:block;width:25.9996875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.7668037414551rem;left:16.966983795166rem;height:2.875rem;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#hTrESFRCOOXbILED2cPbvVR8dz2NFWiM { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.312205rem;width:9.375rem;position:absolute;display:block;z-index:15006;top:2.1420993804932rem;left:25.310733795166rem;display:block; }
#n116Az06cvLiIwF4aP5EQllKTaMJdaZE { background-color:#0e9ae5;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3113125rem;height:3.4369125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:50.995578765869rem;left:19.342571258545rem;display:block; }
#wZ5gxRiQ8taaVy4R0lHSRHLUWsqT1viG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#slkcwtslxoUM6o4lR94TNen7nEBPgAHH { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/sbfjff95/pillar.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH.adaptive-delivery-prevent-bg, #slkcwtslxoUM6o4lR94TNen7nEBPgAHH.lazyload, #slkcwtslxoUM6o4lR94TNen7nEBPgAHH.lazyloading { background-image: none; }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH > .row .container { background-color: transparent; background-image: none; }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH > .row .container > .video-iframe-container { display: none; }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH > .row > .video-iframe-container { display: none; }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH > .row .container { border-width: 0; border-radius: 0; }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:60rem;position:relative;display:block; }#J7FOmLJDR9CUHUgZKdbkC0IJUoRafSJg { display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.6875rem;left:43.5rem;height:8.125rem;font-style:normal;color:rgba(var(--color-tertiary-1),1);display:block; }
#VJ0yJgkygNhTK4wXAg0PvQBHo7dvS38g { display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:7.625rem;left:7.75rem;height:5.75rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;display:block; }
#aleQfydzLQ4zs3TwSV7KwlEq5fhBfPza { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.3125rem;width:9.375rem;position:absolute;display:block;z-index:15007;top:5.375rem;left:7.75rem;display:block; }
#PLPdKpT0vrtRI1TL9x3NnoDNdUeymwnk { display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:15.8125rem;left:4rem;height:12rem;color:#f6f6f6;text-align:left;text-align-last:left;display:block; }
#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row .container { background-color: transparent; background-image: none; }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row .container > .video-iframe-container { display: none; }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row > .video-iframe-container { display: none; }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row .container { border-width: 0; border-radius: 0; }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row .container { font-size:0.875rem;font-family:arial;height:87.0625rem;width:60rem;position:relative;display:block; }#ds0T5JuJNVyOo11lgUDSzMztQZJ917d1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.3125rem;width:9.375rem;position:absolute;display:block;z-index:15004;top:2.9375rem;left:9.625rem;display:block; }
#QbETkgvpUf6a9wJb9aB0ttLMrfCac8iA { display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.75rem;left:9.625rem;height:3.3125rem;font-style:normal;color:rgba(var(--color-secondary-4),1);display:block; }
#PwedLuaha9K2XzpgvuVR0IVoDTUUEiCg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15006;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;top:13.25rem;left:0.75rem;overflow:hidden;display:block; }
#slQbvuWsaJTr6bNg8QNBzNzlWDffog15 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15007;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1) ;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;top:35.1875rem;left:0.75rem;overflow:hidden;display:block; }
#zQSUMKf4zqTn6czMUpyBPz0s0WyRv8nT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.4375rem;width:12.5rem;position:absolute;display:block;z-index:15008;box-shadow: none;border-top-left-radius:9.9375rem;border-top-right-radius:9.9375rem;border-bottom-left-radius:9.9375rem;border-bottom-right-radius:9.9375rem;top:70.374404907225rem;left:0.75rem;overflow:hidden;display:block; }
#mT1hQ4zz3blNXuBFh8lGdTQtCCXBlqPk { display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:10.25rem;left:15.3125rem;height:19.25rem;color:rgba(var(--color-tertiary-2),1);display:block; }
#zxeJD6acR3ar3Jr9uCycByF80DwCLnxX { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.25rem;left:0.75rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
#CNKgklZW3Twn1ItvSa2Mq35Si0vK8VgE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#cccccc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:56.25rem;position:absolute;display:block;z-index:15011;top:31.125rem;left:1.8125rem;display:block; }
#b0GBvZqpWg2r1e5LwKyyfRtaRTJruBsS { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.4375rem;left:0.75rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
#TmOIIqgEHPo8uT1ee9OtEV9u7yTsS6mz { display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:32.4375rem;left:15.3125rem;height:31.625rem;color:rgba(var(--color-tertiary-2),1);display:block; }
#FTmnaG6cgDz5W1dBM6LBQfmhie9kz3fK { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#cccccc;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:56.25rem;position:absolute;display:block;z-index:15012;top:66.124710083006rem;left:1.8122062683106rem;display:block; }
#gMR2UIppoXxDvZfGVOmSTrrTuJLnflSq { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:67.624710083006rem;left:0.75rem;height:1.9375rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);display:block; }
#x88JLN1VV7eGIp8tpRFPI491ZOJx2F0Z { display:block;width:44.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:67.624710083006rem;left:15.249412536621rem;height:16.5rem;color:rgba(var(--color-tertiary-2),1);display:block; }
#FSDZtdXIyXz3vPGBTDTFZrQP2J9uOtnA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f8f8;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; }#FSDZtdXIyXz3vPGBTDTFZrQP2J9uOtnA > .row .container { background-color: transparent; background-image: none; }#FSDZtdXIyXz3vPGBTDTFZrQP2J9uOtnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSDZtdXIyXz3vPGBTDTFZrQP2J9uOtnA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSDZtdXIyXz3vPGBTDTFZrQP2J9uOtnA > .row .container > .video-iframe-container { display: none; }#FSDZtdXIyXz3vPGBTDTFZrQP2J9uOtnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSDZtdXIyXz3vPGBTDTFZrQP2J9uOtnA > .row > .video-iframe-container { display: none; }#FSDZtdXIyXz3vPGBTDTFZrQP2J9uOtnA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FSDZtdXIyXz3vPGBTDTFZrQP2J9uOtnA > .row .container { border-width: 0; border-radius: 0; }#FSDZtdXIyXz3vPGBTDTFZrQP2J9uOtnA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FSDZtdXIyXz3vPGBTDTFZrQP2J9uOtnA > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:60rem;position:relative;display:block; }#JpKIihBGscwebreGMXnuPMT34r4blAI5 { display:block;width:39.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:4.3125rem;left:9.5rem;height:14.25rem;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#I29wV0aoPiFT5gOSxAAWZWpTsLUhC4ym { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:43.75rem;position:absolute;display:block;z-index:15003;top:20.1875rem;left:8rem;display:block; }
#eG9UZpivRJ2RtbmeZaFc1AqH9boNoALW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:43.75rem;position:absolute;display:block;z-index:15004;top:2.6875rem;left:7.1875rem;display:block; }
#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/mZipbceI/scales.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA.adaptive-delivery-prevent-bg, #q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA.lazyload, #q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA.lazyloading { background-image: none; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container { background-color: transparent; background-image: none; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container > .video-iframe-container { display: none; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row > .video-iframe-container { display: none; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container { border-width: 0; border-radius: 0; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:60rem;position:relative;display:block; }#JbJppUpOLTg5uCATervTTiSaZd8ZcOct { display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.75rem;left:17rem;height:3.25rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#A9CH1IDm1T423Tpxvqu0fiVPuk5WA6e1 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.3125rem;width:9.3125rem;position:absolute;display:block;z-index:15008;top:10.1875rem;left:25.3125rem;display:block; }
#CxQg0U3AhHxHHdTa7XeNnDmUfmy7dND1 { display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.3125rem;left:4.8125rem;height:2.0625rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#ne1bPNG2moCsTTCCV8z7OhgzJXtrIa1T { display:block;width:36.8746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:18.000000953674rem;left:11.560436248779rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row .container { background-color: transparent; background-image: none; }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row .container > .video-iframe-container { display: none; }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row > .video-iframe-container { display: none; }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row .container { border-width: 0; border-radius: 0; }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#o4VAhBZgJgwbmtcTDuWuoXmTAWHi68TX { display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:13.625rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:41.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TkX34XVFVkmWx9xCDWNThti00QMqwm7r { width:6.561625rem;height:6.3121875rem;top:35.1875rem;left:20.3125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #lX4Mfs8C2TxWtlKENdXkOPaKK7607fba { width:47.6869375rem;height:6.79245rem;top:8.2482309341431rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #b7kcyyeWTH4sm8MpUS8ARShr4UbCSHPb { top:1.6866155862808rem;left:21.374116480351rem;width:8.1244375rem;height:2.4994125rem;display:block; }
 }@media only screen and (max-width: 959px) { #b48aeoAMkUZXFv8KTzAtJ2H4CMJkk1sU { display:block; }
 }@media only screen and (max-width: 959px) { #SL5N8283UI7gtkLixMW1CM7tWBPiIoIK { top:1.6866155862808rem;left:30.749116480351rem;width:8.1244375rem;height:2.4994125rem;display:block; }
 }@media only screen and (max-width: 959px) { #kqUxIllcbHph7G2QB7ySkXLUieaLeFJq { display:block; }
 }@media only screen and (max-width: 959px) { #kJ3SsEEskqLgzBuFiZklEGqoOvA9QLF5 { top:1.6866155862808rem;left:38.812501490116rem;width:8.125rem;height:2.4994125rem;display:block; }
 }@media only screen and (max-width: 959px) { #izRGEmXW27uWGdILXLhKV9Wr2pfqLg5s { display:block; }
 }@media only screen and (max-width: 959px) { #mQToIueZrWM9TVcL4xzDJpyEiDHZuFpG { width:15.1246875rem;height:5.18720625rem;top:0.34227594733238rem;left:0.87293630838394rem;display:block; }
 }@media only screen and (max-width: 959px) { #qxqvP5HUMrzvzCmOOR6iUcXpmRxnHAcK { width:18.75rem;height:7.3125rem;top:17.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #sfX80maUehP9D2SD8nLQ16EdxhaWknJx { width:11.25rem;height:1.41509375rem;top:18.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sSd2A6lcXbubr8isE9u3FO014kbFRrsQ { width:11.25rem;height:4.075475rem;top:20.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #sTLQRZIb3367e59xNvSTEmVWvwyZdToi { width:3.0625rem;height:3.0625rem;top:24.6875rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 959px) { #xbvRNCaQTIQagxsPDbgfpLyDmFu83ntH { width:18.875rem;height:7.3125rem;top:17.8125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #KPQtLLuDPLuSqv6lO5tU0lhCogGufnTl { width:3.0625rem;height:3.0625rem;top:24.6875rem;left:14.4375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 959px) { #v44tPuynftmQKTzsnMyrQnLQ8lXQ3Vqo { width:11.125rem;height:1.41509375rem;top:18.375rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OZBoFsRHTTn36pwqgehTpl18PbXP5MKA { width:12.6875rem;height:4.075475rem;top:20.25rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #AlTkpGMWmlkX78ir4I4pVT25wPqBP4oU { width:3.3125rem;height:3.3125rem;top:28.375rem;left:14.4375rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 959px) { #gzgd4azrHoUCzxszGgkk7CEH65Zw9BGo { width:18.8125rem;height:7.3125rem;top:27.875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #hLhZyyqhw2TG1yqB0Hbi4bPMq7yb9XHe { width:11.25rem;height:4.075475rem;top:30.5rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #NrfGua4qwDSWQP9opwzPeGHl0MUuZvXR { width:11.25rem;height:1.41509375rem;top:28.625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #BBME598sM6OebsmZf8Jvq7IF199Iiqn0 { display:block; }#BBME598sM6OebsmZf8Jvq7IF199Iiqn0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TI8684fIZ3VD38nV5WraO0CBeNXhUhtm { width:9.375rem;height:0.3125rem;top:2.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #mUD0tbF4AOereGFAuBNtdm3o8V179UlV { width:16.8125rem;height:3.28301875rem;top:4.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #PXhp1PRn0Rv5nD8mRF1CFqaQIrh9ZEyK { width:3.125rem;height:3.1875rem;top:9.875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ETBdqAmOCe2SdPwSb4rops14T8M714Eb { width:10.0625rem;height:10rem;top:7.625rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #CSfH8o7NGHPmfvl73L8M52SVlu78NVvh { width:3.125rem;height:3.125rem;top:13.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #uVVSLLm8ALzZCe56WMBhcUQ8KDhEEhw3 { width:27.4375rem;height:1.58490625rem;top:10.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #KHzUXc0tGLQ6BRS3hTO4xDmH6wsXwBkx { width:27.4375rem;height:1.58490625rem;top:14.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 959px) { #OQdXvZmouGvb67ebGEq36XqvQli03hE0 { display:block; }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pQXtf6rIyNcb19nZ8J20TUSTbAVtvvNv { width:9.375rem;height:0.3125rem;top:3.5625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MMLyppk1PpMZrkCbzrrITSZg0Tri4rs0 { width:26rem;height:5.7735875rem;top:4.9375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #QN6K2I5wRUWIIcCFpTdBP0aKnJ9FxRxd { width:7.5rem;height:8.0943125rem;top:3.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #gSIJQlywVEnagPipITfhJkMAOCFNE9IQ { width:43.125rem;height:11.8867875rem;top:13.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #CX0UvImI3NDTwJ7hc0bJ2dAx9mRNTgJf { width:31.75rem;height:4.98113125rem;top:26.0625rem;left:7.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #S6iEZ9Qm5Fx4sGlHdEmzJquDJA4GCuih { width:43.125rem;height:21.79241875rem;top:32.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #CntyhrXiTIK8ZElsiGCIJii8Tw53UcGc { width:37.4371875rem;height:5.4375rem;top:25.919221878052rem;left:5.1235261559486rem;display:block; }
 }@media only screen and (max-width: 959px) { #HN5OstCOqTbm5nWlTEeXwZ4i119erdHy { display:block; }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row .container { width:47.75rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UAoXdozLmLEuFaXbAPsXRLdzpVEO0Po7 { width:47.6869375rem;height:40.625rem;top:8.0616188049319rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zr7VIJMp2cz9eS2TdZmNTVhwONwcPv5T { width:25.9996875rem;height:2.88679375rem;top:4.3744111061096rem;left:10.842276155949rem;display:block; }
 }@media only screen and (max-width: 959px) { #hTrESFRCOOXbILED2cPbvVR8dz2NFWiM { width:9.375rem;height:0.312205rem;top:2.6860265731811rem;left:19.18691021204rem;display:block; }
 }@media only screen and (max-width: 959px) { #n116Az06cvLiIwF4aP5EQllKTaMJdaZE { width:21.2494375rem;height:3.37411875rem;top:50.686027526856rem;left:13.248820841313rem;display:block; }
 }@media only screen and (max-width: 959px) { #wZ5gxRiQ8taaVy4R0lHSRHLUWsqT1viG { display:block; }
 }@media only screen and (max-width: 959px) { #slkcwtslxoUM6o4lR94TNen7nEBPgAHH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/sbfjff95/pillar.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH.adaptive-delivery-prevent-bg, #slkcwtslxoUM6o4lR94TNen7nEBPgAHH.lazyload, #slkcwtslxoUM6o4lR94TNen7nEBPgAHH.lazyloading { background-image: none; }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH > .row .container { background-color: transparent; background-image: none; }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH > .row .container > .video-iframe-container { display: none; }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH > .row > .video-iframe-container { display: none; }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #J7FOmLJDR9CUHUgZKdbkC0IJUoRafSJg { width:7.5rem;height:8.0943125rem;top:3.875rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #VJ0yJgkygNhTK4wXAg0PvQBHo7dvS38g { width:21.9375rem;height:5.7735875rem;top:6.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #aleQfydzLQ4zs3TwSV7KwlEq5fhBfPza { width:9.375rem;height:0.3125rem;top:4.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #PLPdKpT0vrtRI1TL9x3NnoDNdUeymwnk { width:43.125rem;height:13.86789375rem;top:14.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz { display:block; }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row .container { width:47.75rem;height:113.1875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ds0T5JuJNVyOo11lgUDSzMztQZJ917d1 { width:9.3125rem;height:0.3125rem;top:2.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #QbETkgvpUf6a9wJb9aB0ttLMrfCac8iA { width:16.8125rem;height:3.28301875rem;top:4.75rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #PwedLuaha9K2XzpgvuVR0IVoDTUUEiCg { width:6.25rem;height:6.25rem;top:9.25rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #slQbvuWsaJTr6bNg8QNBzNzlWDffog15 { width:6.25rem;height:6.25rem;top:40.5rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zQSUMKf4zqTn6czMUpyBPz0s0WyRv8nT { width:6.1875rem;height:6.1875rem;top:85.4375rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mT1hQ4zz3blNXuBFh8lGdTQtCCXBlqPk { width:44.125rem;height:19.0188625rem;top:19.0625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #zxeJD6acR3ar3Jr9uCycByF80DwCLnxX { width:12.5rem;height:1.92453125rem;top:16.375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #CNKgklZW3Twn1ItvSa2Mq35Si0vK8VgE { width:37.5rem;height:0.125rem;top:39rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #b0GBvZqpWg2r1e5LwKyyfRtaRTJruBsS { width:12.5rem;height:1.92453125rem;top:47.6875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #TmOIIqgEHPo8uT1ee9OtEV9u7yTsS6mz { width:44.125rem;height:31.24525rem;top:50.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #FTmnaG6cgDz5W1dBM6LBQfmhie9kz3fK { width:37.5rem;height:0.125rem;top:84.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #gMR2UIppoXxDvZfGVOmSTrrTuJLnflSq { width:12.5rem;height:1.92453125rem;top:92.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #x88JLN1VV7eGIp8tpRFPI491ZOJx2F0Z { width:44.125rem;height:16.30188125rem;top:95rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #FSDZtdXIyXz3vPGBTDTFZrQP2J9uOtnA { display:block; }#FSDZtdXIyXz3vPGBTDTFZrQP2J9uOtnA > .row .container { width:47.75rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #JpKIihBGscwebreGMXnuPMT34r4blAI5 { width:27.3125rem;height:10.4151rem;top:3.625rem;left:10.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #I29wV0aoPiFT5gOSxAAWZWpTsLUhC4ym { width:31.25rem;height:0.125rem;top:15.875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #eG9UZpivRJ2RtbmeZaFc1AqH9boNoALW { width:31.25rem;height:0.125rem;top:2.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mZipbceI/scales.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA.adaptive-delivery-prevent-bg, #q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA.lazyload, #q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA.lazyloading { background-image: none; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container { background-color: transparent; background-image: none; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container > .video-iframe-container { display: none; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row > .video-iframe-container { display: none; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container { width:47.75rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #JbJppUpOLTg5uCATervTTiSaZd8ZcOct { width:26rem;height:3.2264125rem;top:2.5rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #A9CH1IDm1T423Tpxvqu0fiVPuk5WA6e1 { width:9.3125rem;height:0.3125rem;top:8.125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CxQg0U3AhHxHHdTa7XeNnDmUfmy7dND1 { width:47.75rem;height:2.0943375rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ne1bPNG2moCsTTCCV8z7OhgzJXtrIa1T { width:22.375rem;height:2.71698125rem;top:13.6875rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT { display:block; }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #o4VAhBZgJgwbmtcTDuWuoXmTAWHi68TX { width:32.6875rem;height:1.24528125rem;top:1.3125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/eGcUQfbv/pillars_comp.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:50.0625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkX34XVFVkmWx9xCDWNThti00QMqwm7r { width:4.3125rem;height:4.125rem;top:44.874410152435rem;left:7.8431606292725rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX4Mfs8C2TxWtlKENdXkOPaKK7607fba { width:15.1875rem;height:6.96226875rem;top:9.498821258545rem;left:2.4056603908539rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7kcyyeWTH4sm8MpUS8ARShr4UbCSHPb { top:1.125rem;left:5.625rem;width:8.6875rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b48aeoAMkUZXFv8KTzAtJ2H4CMJkk1sU { display:block; }
 }@media only screen and (max-width: 763px) { #SL5N8283UI7gtkLixMW1CM7tWBPiIoIK { top:1.125rem;left:5.9375rem;width:8.0625rem;height:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqUxIllcbHph7G2QB7ySkXLUieaLeFJq { display:block; }
 }@media only screen and (max-width: 763px) { #kJ3SsEEskqLgzBuFiZklEGqoOvA9QLF5 { top:3.6875rem;left:5.9375rem;width:8.125rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #izRGEmXW27uWGdILXLhKV9Wr2pfqLg5s { display:block; }
 }@media only screen and (max-width: 763px) { #mQToIueZrWM9TVcL4xzDJpyEiDHZuFpG { width:19.9996875rem;height:6.9215625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxqvP5HUMrzvzCmOOR6iUcXpmRxnHAcK { width:15.625rem;height:7.3125rem;top:19.5625rem;left:2.1875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sfX80maUehP9D2SD8nLQ16EdxhaWknJx { width:11.25rem;height:1.41509375rem;top:20.1875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSd2A6lcXbubr8isE9u3FO014kbFRrsQ { width:11.25rem;height:4.075475rem;top:22.0625rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTLQRZIb3367e59xNvSTEmVWvwyZdToi { width:3.0625rem;height:3.0625rem;top:24.6875rem;left:8.4375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xbvRNCaQTIQagxsPDbgfpLyDmFu83ntH { width:15.625rem;height:7.3125rem;top:28.0625rem;left:2.1875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KPQtLLuDPLuSqv6lO5tU0lhCogGufnTl { width:3.0625rem;height:3.0625rem;top:48.130893768311rem;left:11.4375rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v44tPuynftmQKTzsnMyrQnLQ8lXQ3Vqo { width:11.0625rem;height:1.41509375rem;top:28.75rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZBoFsRHTTn36pwqgehTpl18PbXP5MKA { width:12.561625rem;height:4.075475rem;top:30.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlTkpGMWmlkX78ir4I4pVT25wPqBP4oU { width:3.3125rem;height:3.2517181569632rem;top:58.880313934326rem;left:0.93661552667619rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gzgd4azrHoUCzxszGgkk7CEH65Zw9BGo { width:15.625rem;height:7.3125rem;top:36.75rem;left:2.1875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hLhZyyqhw2TG1yqB0Hbi4bPMq7yb9XHe { width:11.25rem;height:4.075475rem;top:39.375rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrfGua4qwDSWQP9opwzPeGHl0MUuZvXR { width:11.25rem;height:1.41509375rem;top:37.5rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBME598sM6OebsmZf8Jvq7IF199Iiqn0 { display:block; }#BBME598sM6OebsmZf8Jvq7IF199Iiqn0 > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TI8684fIZ3VD38nV5WraO0CBeNXhUhtm { width:9.375rem;height:0.3125rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUD0tbF4AOereGFAuBNtdm3o8V179UlV { width:16.8125rem;height:3.28301875rem;top:2.8125rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXhp1PRn0Rv5nD8mRF1CFqaQIrh9ZEyK { width:3.125rem;height:3.1875rem;top:7.875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETBdqAmOCe2SdPwSb4rops14T8M714Eb { width:6.75rem;height:6.75rem;top:22.936027288437rem;left:6.6244106292725rem;display:none; }
 }@media only screen and (max-width: 763px) { #CSfH8o7NGHPmfvl73L8M52SVlu78NVvh { width:3.125rem;height:3.125rem;top:16.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVVSLLm8ALzZCe56WMBhcUQ8KDhEEhw3 { width:15.8746875rem;height:3.1698125rem;top:11.060729980469rem;left:2.0616157054901rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHzUXc0tGLQ6BRS3hTO4xDmH6wsXwBkx { width:20rem;height:1.58490625rem;top:19.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQdXvZmouGvb67ebGEq36XqvQli03hE0 { display:block; }#OQdXvZmouGvb67ebGEq36XqvQli03hE0 > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQXtf6rIyNcb19nZ8J20TUSTbAVtvvNv { width:9.375rem;height:0.3125rem;top:10.625rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMLyppk1PpMZrkCbzrrITSZg0Tri4rs0 { width:20rem;height:4.188675rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN6K2I5wRUWIIcCFpTdBP0aKnJ9FxRxd { width:7.5rem;height:8.125rem;top:1.25rem;left:6.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gSIJQlywVEnagPipITfhJkMAOCFNE9IQ { width:18.75rem;height:17.54715625rem;top:7.875rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX0UvImI3NDTwJ7hc0bJ2dAx9mRNTgJf { width:18.75rem;height:6.283rem;top:27.0625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6iEZ9Qm5Fx4sGlHdEmzJquDJA4GCuih { width:18.75rem;height:31.5849rem;top:34.8125rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CntyhrXiTIK8ZElsiGCIJii8Tw53UcGc { width:20rem;height:7.3125rem;top:67.646204718587rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HN5OstCOqTbm5nWlTEeXwZ4i119erdHy { display:block; }#HN5OstCOqTbm5nWlTEeXwZ4i119erdHy > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAoXdozLmLEuFaXbAPsXRLdzpVEO0Po7 { width:20.0625rem;height:12.4369375rem;top:5.7470413781703rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zr7VIJMp2cz9eS2TdZmNTVhwONwcPv5T { width:19.9988125rem;height:2.0943375rem;top:2.1217513084412rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hTrESFRCOOXbILED2cPbvVR8dz2NFWiM { width:9.375rem;height:0.25rem;top:2.125rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n116Az06cvLiIwF4aP5EQllKTaMJdaZE { width:19rem;height:3.375rem;top:6.2759447097781rem;left:0.49970519542694rem;background-color:#009e63;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #wZ5gxRiQ8taaVy4R0lHSRHLUWsqT1viG { display:block; }
 }@media only screen and (max-width: 763px) { #slkcwtslxoUM6o4lR94TNen7nEBPgAHH { display:block; }#slkcwtslxoUM6o4lR94TNen7nEBPgAHH > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7FOmLJDR9CUHUgZKdbkC0IJUoRafSJg { width:7.5rem;height:8.125rem;top:9.8125rem;left:6.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VJ0yJgkygNhTK4wXAg0PvQBHo7dvS38g { width:20rem;height:4.18868125rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aleQfydzLQ4zs3TwSV7KwlEq5fhBfPza { width:9.375rem;height:0.3125rem;top:1.25rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLPdKpT0vrtRI1TL9x3NnoDNdUeymwnk { width:18.75rem;height:19.30186875rem;top:9rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz { display:block; }#gh8buhoZ3ic6kDLOUmrQHAHReSklwCkz > .row .container { width:20rem;height:170.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ds0T5JuJNVyOo11lgUDSzMztQZJ917d1 { width:9.3125rem;height:0.3125rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbETkgvpUf6a9wJb9aB0ttLMrfCac8iA { width:16.8125rem;height:3.28301875rem;top:2.3125rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PwedLuaha9K2XzpgvuVR0IVoDTUUEiCg { width:6.25rem;height:6.25rem;top:7rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slQbvuWsaJTr6bNg8QNBzNzlWDffog15 { width:6.25rem;height:6.25rem;top:57rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQSUMKf4zqTn6czMUpyBPz0s0WyRv8nT { width:6.1875rem;height:6.1875rem;top:127.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT1hQ4zz3blNXuBFh8lGdTQtCCXBlqPk { width:18.75rem;height:36.6792875rem;top:16.8125rem;left:0.5625rem;text-align:left;text-align-last:left;line-height:1.5;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxeJD6acR3ar3Jr9uCycByF80DwCLnxX { width:12.5rem;height:1.92453125rem;top:14.25rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CNKgklZW3Twn1ItvSa2Mq35Si0vK8VgE { width:18.75rem;height:0.125rem;top:55.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0GBvZqpWg2r1e5LwKyyfRtaRTJruBsS { width:12.5rem;height:1.92453125rem;top:64rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmOIIqgEHPo8uT1ee9OtEV9u7yTsS6mz { width:18.75rem;height:57.056575rem;top:67.125rem;left:0.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FTmnaG6cgDz5W1dBM6LBQfmhie9kz3fK { width:18.75rem;height:0.125rem;top:125.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMR2UIppoXxDvZfGVOmSTrrTuJLnflSq { width:12.5rem;height:1.92453125rem;top:134.5rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x88JLN1VV7eGIp8tpRFPI491ZOJx2F0Z { width:18.75rem;height:31.24525rem;top:137.75rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FSDZtdXIyXz3vPGBTDTFZrQP2J9uOtnA { display:block; }#FSDZtdXIyXz3vPGBTDTFZrQP2J9uOtnA > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JpKIihBGscwebreGMXnuPMT34r4blAI5 { width:20rem;height:6.79245rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I29wV0aoPiFT5gOSxAAWZWpTsLUhC4ym { width:18.75rem;height:0.125rem;top:11.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG9UZpivRJ2RtbmeZaFc1AqH9boNoALW { width:18.75rem;height:0.125rem;top:1.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA { display:block; }#q8ZuKW7I1uiTE4moXEpugCAcMyO41oDA > .row .container { width:20rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbJppUpOLTg5uCATervTTiSaZd8ZcOct { width:20rem;height:2.4339625rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9CH1IDm1T423Tpxvqu0fiVPuk5WA6e1 { width:9.3125rem;height:0.3125rem;top:5.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxQg0U3AhHxHHdTa7XeNnDmUfmy7dND1 { width:18.4375rem;height:5.603775rem;top:7.1875rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne1bPNG2moCsTTCCV8z7OhgzJXtrIa1T { width:18.75rem;height:5.7735875rem;top:14.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT { display:block; }#xxQQ8xqOGBbdEouiUZESVVbnw5LlrfMT > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4VAhBZgJgwbmtcTDuWuoXmTAWHi68TX { width:20rem;height:2.49056875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }