.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;
}
@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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW { background-color:#2b2b2b;background-image:url("https://images.assets-landingi.com/uc/cac2a8ff-f91d-4677-8113-8751932d9af9/Slide1sitolandingi.png");background-position: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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW.adaptive-delivery-prevent-bg, #vCQIei3tubS5oJlBd5FH7UCARM0INDoW.lazyload, #vCQIei3tubS5oJlBd5FH7UCARM0INDoW.lazyloading { background-image: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { background-color: transparent; background-image: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { border-width: 0; border-radius: 0; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;overflow:visible;position:relative;display:block; }#F73DBDoGqZwVZXPqN02qTuQK60h2hBEI { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:40.5625rem;display:block; }
#bQbMnf15zh31x6yNv0PVWorTs7gnoF4p { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:42.9375rem;display:block; }
#a7QgeN3NviQl7yt4lVKlSmmP43nld08Z { position:absolute;display:block;z-index:15064;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:20.625rem;width:20.625rem;top:-5rem;left:58.125rem;overflow:hidden;display:block; }
#fCsCpGM29Zs1i0vecyFTwwJJrNw5Sz4u { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0.0625rem;left:45.3125rem;display:block; }
#VwLWxGICqtNBI1uXNEJ7nhxHUEWHhuuJ { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0.0625rem;left:47.6875rem;display:block; }
#fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { color:#ffffff;display:block;width:40.25rem;position:absolute;font-family:"open sans";font-size:4.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:7.076171875rem;left:0rem;height:17.099625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { color:#ff9600;display:block;width:29.625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15063;line-height:1.7;letter-spacing:0;top:25.21484375rem;left:0rem;height:2.23111875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { background-color:#ff9600;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:29.875rem;left:0rem;display:block; }
#cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qfHWByESnNdKTeGRZ1DGwC8KW0uaKrNz { position:absolute;display:block;z-index:15065;height:8.25rem;width:13rem;top:41.75rem;left:62rem;display:block; }
#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af668782-e9b8-4437-ad03-8e9724ebd4fe/MARKETING_1920x1080_4.format_auto.avif");background-position:center !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; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.adaptive-delivery-prevent-bg, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyload, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyloading { background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { background-color: transparent; background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { border-width: 0; border-radius: 0; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#ElelkB1G8i6LA6F8CU93DRt6KBNJG22D { color:#f8ac78;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67480625rem;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; }
#fZhd86V09Hkgy4XGr7VfzTI14pGWkFCz { position:absolute;display:block;z-index:15015;background-color:#2b2b2b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:0rem;display:block; }
#fG6x8eLJp1rHnxIgl2TDRhQcC14yPVG7 { position:absolute;display:block;z-index:15019;background-color:#2b2b2b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:26.875rem;display:block; }
#KGinI1XfKn9CDU8nIHalfwpal330IKQ4 { position:absolute;display:block;z-index:15023;background-color:#2b2b2b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.1875rem;width:21.25rem;top:16rem;left:53.75rem;display:block; }
#FcucNy8n9ntsGuzg7XK70uF4ascN9BFu { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.875rem;left:1.875rem; }
#Qg44xDAEnTvF4DTggJZ5vA6H0F6EdvIX { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.875rem;left:1.875rem;display:none; }
#NEJixMdBEIpt1LknIqqvkbc2OU88gikH { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:17.875rem;left:28.75rem; }
#xrzSnD4iFkRdoPqzfUaXVDd0HTIihe1N { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.875rem;left:55.625rem; }
#eLHKgoQ4DEDLntgNx4fdBtMpLgIgTSmp { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.9375rem;left:1.875rem;height:2.54980625rem;font-style:normal;display:block; }
#WMZqad9lTvwIZgXbMiElPbAoGMK19cBJ { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.9375rem;left:28.75rem;height:2.54980625rem;font-style:normal;display:block; }
#aTZstqWTZAASdEUXwJiAt2xD63SvhdoT { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.9375rem;left:55.625rem;height:2.54980625rem;font-style:normal;display:block; }
#uEG9wXWBJzak2TG4BiZvE57DAxi9Mcx8 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.875rem;left:1.875rem;height:6.7995rem;font-style:normal;display:block; }
#XPm4D4FK4NUJ3PHCSnfTDwcDreZ778CU { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23.875rem;left:28.75rem;height:6.7995rem;font-style:normal;display:block; }
#qIDpGfPGccUPMRZvavvrK2ooyyJnbQsb { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23.875rem;left:55.625rem;height:6.7995rem;font-style:normal;display:block; }
#x5If4yXCPQtxretk45tpvKePpQQtwxMG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b2b2b;background-image:url("https://images.assets-landingi.com/uc/7db28aef-6f9e-43ed-8a10-ce49a9f38dda/Slide3sitolandingi.png");background-position:center !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; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG.adaptive-delivery-prevent-bg, #x5If4yXCPQtxretk45tpvKePpQQtwxMG.lazyload, #x5If4yXCPQtxretk45tpvKePpQQtwxMG.lazyloading { background-image: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { background-color: transparent; background-image: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container > .video-iframe-container { display: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container { display: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { border-width: 0; border-radius: 0; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#AnepLIyNVmiSvWBxrDU5lMUXFBgAf8sC { color:#ff9600;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:3.0009765625rem;left:0rem;height:1.69986875rem;font-style:normal;display:block; }
#tWL39PnIpXuuhddC4SnKTg6qaJIATZlp { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:4.6376953125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VB5m9wXr9uEH4Lvr7r3noUrohx8BiQED { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:10.3125rem;left:0rem;height:11.89909375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eu87ftAHERaJug9obJM6Oh1IJbCKE1ET { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:23.875rem;left:0rem;height:7.737rem;display:block; }#eu87ftAHERaJug9obJM6Oh1IJbCKE1ET li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eu87ftAHERaJug9obJM6Oh1IJbCKE1ET li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_926c2c6f87c2dca59d1f4ddf68f68784f3ad806a.svg); }
#sh33RKeSsiZyaQTCMc9qOdmCmtT2mdll { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#L9ZenqKHqaX5ULuq3SRCDPgZJ8ktpcvB { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#AbpL7kGbqGTl0JQzVaXGixVi1fPi1zKa { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#feGK8qRWSOXRwbRouLdwGGfB3JQ391q4 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#c8wqtCSi2MJwU95xSlm2xkNPea9RwVNc { color:#ff9600;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:3.0009765625rem;left:37.5rem;height:1.69986875rem;font-style:normal;display:block; }
#AIwNtJMyvVrE8qgKJsoTt9hnSSm6Q07u { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:4.6376953125rem;left:37.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tzXt5kTSLP0eoTD7OloTSd3U26xzhQl6 { color:#ffffff;display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:10.3115234375rem;left:37.5rem;height:10.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NPNmsehWshuTVIBRVSpEJWQ18x2q4zEI { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:23.578125rem;left:37.5rem;height:;display:block; }#NPNmsehWshuTVIBRVSpEJWQ18x2q4zEI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NPNmsehWshuTVIBRVSpEJWQ18x2q4zEI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c5b1171403357634b77e828100c9e46002af6482.svg); }
#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/vZJdYl5JVXY/unsplash/kaitlyn-baker-vZJdYl5JVXY-photo-1508780709619-79562169bc64.jpg");background-position:center !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; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI.adaptive-delivery-prevent-bg, #vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI.lazyload, #vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI.lazyloading { background-image: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { background-color: transparent; background-image: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container > .video-iframe-container { display: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container { display: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { border-width: 0; border-radius: 0; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:75rem;position:relative;display:block; }#unLhsU3qMKTB1QzcIQim5dXCy0OXpOCJ { color:#ff9600;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15023;line-height:1.7;letter-spacing:0;top:5.5625rem;left:11.25rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:7.25rem;left:11.25rem;height:;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; }
#SuWC0s5WwAePzoEveiqPQPknCkqDxk1w { box-sizing:content-box;height:35.125rem;width:55.1875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7819', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac7819', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.1), rgba(0,0,0,0));background-size:auto !important;top:15.96875rem;left:9.90625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#hDfWb7JOfUKAHnaEZ5UC4VLds2oSEWhs { box-sizing:content-box;height:6rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#1c1c1c;background-image:none;top:18.9375rem;left:17.0625rem;display:block; }
#EiWnzustiWq8TnRsnFnygEnR0WSiVH1V { box-sizing:content-box;height:6rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#1c1c1c;background-image:none;top:19.875rem;left:36.125rem;display:block; }
#UMnO8hTNFBPqxbqeh9rn1HulOwTtCC4p { box-sizing:content-box;height:6rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#1c1c1c;background-image:none;top:19.875rem;left:54.5625rem;display:block; }
#tMdgTuV1UGTmlJU5gMxtIf82JWGl8u18 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15029;opacity:1;top:20.375rem;left:18.5rem; }
#Qx2sbSqdpL53Ue5QTS0m0HVemxD21xpk { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15027;opacity:1;top:21.3125rem;left:37.5625rem; }
#Qra4StELvCP5UWZKoedmq7hKMAW1ezpr { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15030;opacity:1;top:21.3125rem;left:56rem; }
#npw1aabftqucsxLsJMKOIJDJd12sPZ2e { box-sizing:content-box;height:6rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:#1c1c1c;background-image:none;top:22rem;left:36.125rem;display:none; }
#FnIm6XWd9MsGnlmlF17HXxKGmIIJKAaK { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:25.75rem;left:10.5625rem;height:2.23111875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DJRJv7TknwUtvgB7RIyOA1TbX0bsDbiC { color:#ff9600;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:25.8125rem;left:48.8125rem;height:2.23111875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kfTU10yEwAXh4Uwdbomge28IGDcyygHr { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:25.875rem;left:31.3125rem;height:2.23111875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Myoi853oQXpTVVRDh1XZR0uAo5M0AMf2 { box-sizing:content-box;height:6rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#1c1c1c;background-image:none;top:29.5625rem;left:54.5625rem;display:block; }
#ktCeuNXwI51vz9RSC8m0pZTbueXd9cm3 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15028;opacity:1;top:31rem;left:56rem; }
#BpPut4sHlT8btAHPVFnhiqOprUHaHGVo { box-sizing:content-box;height:6rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#1c1c1c;background-image:none;top:31.0625rem;left:16.3125rem;display:block; }
#MT5xz3tgrDv6U3uPU7dxi1vpRohnueud { box-sizing:content-box;height:6rem;width:6rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#1c1c1c;background-image:none;top:31.0625rem;left:36.125rem;display:block; }
#yzDNd5EwuxT6VNXzVgTvPAC47gh0mCaS { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15025;opacity:1;top:32.5rem;left:17.75rem; }
#er9vJTGPP3k2NOCXEIBUcH0WhoWLWIn6 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15026;opacity:1;top:32.5rem;left:37.5625rem; }
#NKvTzrRWEPaJnkJ6lVAFE306IoW23vwg { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:36.375rem;left:48.8125rem;height:2.23111875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#otLHk88BZU5d8XqEPHFcuePtN2iGt5R3 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.7;letter-spacing:0;top:37.0625rem;left:10.5625rem;height:2.23111875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xH1z6tbcesqRX2CbWlUFLtZsbxoWg4UT { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:37.0625rem;left:30.375rem;height:2.23111875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h2tXPVzWOLtOKAqRT54aTmkf8B0D6FXh { background-color:#ff9600;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.375rem;height:4.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:44.125rem;left:27.4375rem;display:block; }
#x1i65XihPzBw7B559U3Z9g9q6zl868OC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b2b2b;background-image:url("https://images.assets-landingi.com/uc/48e9c639-3b81-491d-8108-77b728fb14b5/Slide5sitolandingi.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.adaptive-delivery-prevent-bg, #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.lazyload, #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.lazyloading { background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { background-color: transparent; background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { border-width: 0; border-radius: 0; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { font-size:0.875rem;font-family:arial;height:40.3125rem;width:75rem;position:relative;display:block; }#Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:16.375rem;left:10.1875rem; }
#haW7bpH937ZRgJkQpB3dcRC3JPVTVEUd { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:20.25rem;left:0rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:23.1875rem;left:0rem;height:3.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kbeRsnCJ8qWBHWmtLy3q7o7fv0fWRTvA { color:#ff9600;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:5rem;left:11.25rem;height:1.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:6.63671875rem;left:11.25rem;height:3.67480625rem;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; }
#cu9THOivMRw2XM7wRbIee87nH7uin95a { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#JOn8WiNDsXqgrCWTTq9JIU7gG0lvrLLK { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#MkU01zsD9kOz6oSLIGbO6uisdp53ayr3 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#q81ocTxLaGoS7PtfJ9TAC3NWGyqyZ2TZ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(181deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(181deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(181deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(181deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15.1875rem;left:9rem;display:block; }
#iVcuTb37yBhfdnUT2WQr7ZO4dGqOaOAv { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:23rem;left:26.25rem;height:5.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REp37Ri1wy7yDIENm9GFOfwdLR7CzmRf { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:20.0625rem;left:26.25rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(181deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(181deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(181deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(181deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:35.25rem;display:block; }
#pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:16.1875rem;left:36.4375rem; }
#C2xZ20TFWD3PkdtLsdeTLSofR7bdZOiI { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:23rem;left:52.5rem;height:5.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3fF1ATlWXQMZdUw3KB1E8hO3wLHlcTR { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:20.0625rem;left:52.5rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(184deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(184deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(184deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(184deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(184deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:15rem;left:61.5rem;display:block; }
#X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:16.1875rem;left:62.6875rem; }
#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e168aebc-7010-44d8-8b04-05bc444e7772/MARKETING_1920x1080_5.format_auto.avif");background-position:center !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; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE.adaptive-delivery-prevent-bg, #bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE.lazyload, #bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE.lazyloading { background-image: none; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { background-color: transparent; background-image: none; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container > .video-iframe-container { display: none; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row > .video-iframe-container { display: none; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { border-width: 0; border-radius: 0; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { font-size:0.875rem;font-family:arial;height:87.125rem;width:75rem;position:relative;display:block; }#Kgfx3EdrCl7iE7fx44SzDZdsDHRpIsVx { color:#ff9600;display:block;width:5.125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:4.23828125rem;left:32.6875rem;height:1.69986875rem;font-style:normal;display:block; }
#Ngb4Sm5kId1M0qzZnZK6VVX53PXAuLVL { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:5.875rem;left:28.625rem;height:7.3489375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NKaZfDAMLKpKTpKebAQyUTUvPt9MTW26 { color:#ffffff;display:block;width:66.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:11.4375rem;left:2.625rem;height:5.09960625rem;text-align:center;text-align-last:center;display:block; }
#IIESm3ZW2knW9Rd8xB3adEABD13QnDvw { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:2.75rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:24.875rem;left:12.625rem;height:3.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UwbuZTKBp5pfwJQ4DUXDExyCTD2wlMHd { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:raleway;font-size:2.75rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:58.9375rem;left:39.0625rem;height:3.8496125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eewPB4zuauXTLlHI0QDERsPdowMfEUN7 { color:#ffffff;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:29rem;left:12.625rem;height:15.29885rem;text-align:left;text-align-last:left;display:block; }
#N3u00IVQAzFXZbFyOudGrnFMT6ElBBLx { color:#ffffff;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:63.4375rem;left:39.0625rem;height:15.2988rem;text-align:left;text-align-last:left;display:block; }
#g0rbq43zNEKgyRQZ6reion1ELQvcsm4R { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.625rem;width:15.25rem;top:24.875rem;left:44rem;overflow:hidden;display:block; }
#xFlxXv2SdSdLdIkBWV7RNbp6ZSJcHJK4 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.625rem;width:16.875rem;top:59.5400390625rem;left:12.625rem;overflow:hidden;display:block; }
#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { background-color:#2b2b2b;background-image:url("https://images.assets-landingi.com/uc/f3ad6858-fb0b-4407-b293-4c1db2a71900/Slide7e8sitolandingi.png");background-position: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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb.adaptive-delivery-prevent-bg, #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb.lazyload, #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb.lazyloading { background-image: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { background-color: transparent; background-image: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container > .video-iframe-container { display: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container { display: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { border-width: 0; border-radius: 0; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#Qe9h0Wud265qcFHomikIm3TKmN2nogmV { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:5.3876953125rem;left:1.25rem;height:3.1499rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Pzcv4U11aJ5fXpHGTueCXve0Eh39KhLV { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:38.4375rem;display:block; }
#aiWvILT5GzlRovc61cS3KkcGrxf88ZnH { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:40.8125rem;display:block; }
#nZSfxnIeq4GxzNHMT1hvh94SpuHVHLQr { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:45.5625rem;display:block; }
#IPB0dGwUGII8Mc0UcIzVEac7GNezFWdB { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff96004c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,150,0,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:43.1875rem;display:block; }
#OHBXzCE0SHEfkg97hcmglOyCLafkp8HO { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15021;background-color:#ff9600;background-image:none;top:8.974609375rem;left:1.25rem;display:block; }
#UT1ch8s1fvd2TARqAZ4uVRbqo7x2e8rp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.375rem;left:1.25rem; }
#UT1ch8s1fvd2TARqAZ4uVRbqo7x2e8rp > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#EptcEGvV4HHQCSCczmcTSGLLkfbqvZOR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:20.4375rem;left:4.65625rem; }
#EptcEGvV4HHQCSCczmcTSGLLkfbqvZOR > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:39.4375rem;left:0rem;overflow:hidden;display:block; }
#ncqBZTWSbATZtIlkb7QVi3JcHA73IlFB { color:#000000;display:block;width:22.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:11.4384765625rem;left:1.25rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xTkC44N8AmCgfKb5Vd6ScrTWJJoScbbQ { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:13.6884765625rem;left:1.25rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TclJ9RkKEkUB1kfTZcqAdCSAtTJ7z1xr { color:#000000;display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:16.0009765625rem;left:1.25rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iBoh9THH6EGH1thtk2E69eauIlGG54QZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:20.4375rem;left:8.0625rem; }
#iBoh9THH6EGH1thtk2E69eauIlGG54QZ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2b2b2b;background-image:url("https://images.assets-landingi.com/uc/f3ad6858-fb0b-4407-b293-4c1db2a71900/Slide7e8sitolandingi.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke.adaptive-delivery-prevent-bg, #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke.lazyload, #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke.lazyloading { background-image: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { background-color: transparent; background-image: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { border-width: 0; border-radius: 0; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:10rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F73DBDoGqZwVZXPqN02qTuQK60h2hBEI { width:0.5rem;height:31.25rem;top:0rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQbMnf15zh31x6yNv0PVWorTs7gnoF4p { width:0.5rem;height:31.25rem;top:0rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7QgeN3NviQl7yt4lVKlSmmP43nld08Z { top:-5rem;left:27.125rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCsCpGM29Zs1i0vecyFTwwJJrNw5Sz4u { width:0.5rem;height:31.25rem;top:0.0625rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwLWxGICqtNBI1uXNEJ7nhxHUEWHhuuJ { width:0.5rem;height:31.25rem;top:0.0625rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { top:7.0625rem;left:0rem;width:40.25rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #qfHWByESnNdKTeGRZ1DGwC8KW0uaKrNz { top:41.75rem;left:34.75rem;width:13rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElelkB1G8i6LA6F8CU93DRt6KBNJG22D { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZhd86V09Hkgy4XGr7VfzTI14pGWkFCz { width:21.25rem;height:17.1875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG6x8eLJp1rHnxIgl2TDRhQcC14yPVG7 { width:21.25rem;height:17.1875rem;top:16rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGinI1XfKn9CDU8nIHalfwpal330IKQ4 { width:21.25rem;height:17.1875rem;top:16rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcucNy8n9ntsGuzg7XK70uF4ascN9BFu { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg44xDAEnTvF4DTggJZ5vA6H0F6EdvIX { top:17.875rem;left:0rem;width:2.125rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEJixMdBEIpt1LknIqqvkbc2OU88gikH { top:17.875rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrzSnD4iFkRdoPqzfUaXVDd0HTIihe1N { top:17.875rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLHKgoQ4DEDLntgNx4fdBtMpLgIgTSmp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMZqad9lTvwIZgXbMiElPbAoGMK19cBJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZstqWTZAASdEUXwJiAt2xD63SvhdoT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEG9wXWBJzak2TG4BiZvE57DAxi9Mcx8 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPm4D4FK4NUJ3PHCSnfTDwcDreZ778CU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIDpGfPGccUPMRZvavvrK2ooyyJnbQsb { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5If4yXCPQtxretk45tpvKePpQQtwxMG { display:block; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnepLIyNVmiSvWBxrDU5lMUXFBgAf8sC { top:3rem;left:0rem;width:31.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWL39PnIpXuuhddC4SnKTg6qaJIATZlp { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB5m9wXr9uEH4Lvr7r3noUrohx8BiQED { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu87ftAHERaJug9obJM6Oh1IJbCKE1ET { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#eu87ftAHERaJug9obJM6Oh1IJbCKE1ET li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_926c2c6f87c2dca59d1f4ddf68f68784f3ad806a.svg); }
 }@media only screen and (max-width: 763px) { #sh33RKeSsiZyaQTCMc9qOdmCmtT2mdll { width:0.5rem;height:31.25rem;top:0rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9ZenqKHqaX5ULuq3SRCDPgZJ8ktpcvB { width:0.5rem;height:31.25rem;top:0rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbpL7kGbqGTl0JQzVaXGixVi1fPi1zKa { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #feGK8qRWSOXRwbRouLdwGGfB3JQ391q4 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8wqtCSi2MJwU95xSlm2xkNPea9RwVNc { top:3rem;left:16.5rem;width:31.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIwNtJMyvVrE8qgKJsoTt9hnSSm6Q07u { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzXt5kTSLP0eoTD7OloTSd3U26xzhQl6 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPNmsehWshuTVIBRVSpEJWQ18x2q4zEI { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }#NPNmsehWshuTVIBRVSpEJWQ18x2q4zEI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c5b1171403357634b77e828100c9e46002af6482.svg); }
 }@media only screen and (max-width: 763px) { #vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { display:block; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unLhsU3qMKTB1QzcIQim5dXCy0OXpOCJ { top:5.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuWC0s5WwAePzoEveiqPQPknCkqDxk1w { top:15.9375rem;left:0rem;width:47.75rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDfWb7JOfUKAHnaEZ5UC4VLds2oSEWhs { top:18.9375rem;left:3.4375rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiWnzustiWq8TnRsnFnygEnR0WSiVH1V { top:19.875rem;left:22.5rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMnO8hTNFBPqxbqeh9rn1HulOwTtCC4p { top:19.875rem;left:40.9375rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMdgTuV1UGTmlJU5gMxtIf82JWGl8u18 { top:20.375rem;left:4.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx2sbSqdpL53Ue5QTS0m0HVemxD21xpk { top:21.3125rem;left:23.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qra4StELvCP5UWZKoedmq7hKMAW1ezpr { top:21.3125rem;left:42.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npw1aabftqucsxLsJMKOIJDJd12sPZ2e { top:22rem;left:22.5rem;width:6rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #FnIm6XWd9MsGnlmlF17HXxKGmIIJKAaK { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJRJv7TknwUtvgB7RIyOA1TbX0bsDbiC { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfTU10yEwAXh4Uwdbomge28IGDcyygHr { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myoi853oQXpTVVRDh1XZR0uAo5M0AMf2 { top:29.5625rem;left:40.9375rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktCeuNXwI51vz9RSC8m0pZTbueXd9cm3 { top:31rem;left:42.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpPut4sHlT8btAHPVFnhiqOprUHaHGVo { top:31.0625rem;left:2.6875rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5xz3tgrDv6U3uPU7dxi1vpRohnueud { top:31.0625rem;left:22.5rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzDNd5EwuxT6VNXzVgTvPAC47gh0mCaS { top:32.5rem;left:4.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #er9vJTGPP3k2NOCXEIBUcH0WhoWLWIn6 { top:32.5rem;left:23.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKvTzrRWEPaJnkJ6lVAFE306IoW23vwg { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otLHk88BZU5d8XqEPHFcuePtN2iGt5R3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH1z6tbcesqRX2CbWlUFLtZsbxoWg4UT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2tXPVzWOLtOKAqRT54aTmkf8B0D6FXh { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1i65XihPzBw7B559U3Z9g9q6zl868OC { display:block; }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { top:16.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haW7bpH937ZRgJkQpB3dcRC3JPVTVEUd { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbeRsnCJ8qWBHWmtLy3q7o7fv0fWRTvA { top:5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu9THOivMRw2XM7wRbIee87nH7uin95a { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOn8WiNDsXqgrCWTTq9JIU7gG0lvrLLK { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkU01zsD9kOz6oSLIGbO6uisdp53ayr3 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q81ocTxLaGoS7PtfJ9TAC3NWGyqyZ2TZ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { width:4.5rem;height:4.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVcuTb37yBhfdnUT2WQr7ZO4dGqOaOAv { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REp37Ri1wy7yDIENm9GFOfwdLR7CzmRf { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { width:4.5rem;height:4.5rem;top:15rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { top:16.1875rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2xZ20TFWD3PkdtLsdeTLSofR7bdZOiI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3fF1ATlWXQMZdUw3KB1E8hO3wLHlcTR { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { width:4.5rem;height:4.5rem;top:15rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { top:16.1875rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE { display:block; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kgfx3EdrCl7iE7fx44SzDZdsDHRpIsVx { top:4.1875rem;left:19.0625rem;width:5.125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngb4Sm5kId1M0qzZnZK6VVX53PXAuLVL { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKaZfDAMLKpKTpKebAQyUTUvPt9MTW26 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIESm3ZW2knW9Rd8xB3adEABD13QnDvw { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwbuZTKBp5pfwJQ4DUXDExyCTD2wlMHd { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eewPB4zuauXTLlHI0QDERsPdowMfEUN7 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3u00IVQAzFXZbFyOudGrnFMT6ElBBLx { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0rbq43zNEKgyRQZ6reion1ELQvcsm4R { top:24.875rem;left:30.375rem;width:15.25rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFlxXv2SdSdLdIkBWV7RNbp6ZSJcHJK4 { top:59.5rem;left:0rem;width:16.875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe9h0Wud265qcFHomikIm3TKmN2nogmV { top:5.375rem;left:0rem;width:19.5625rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzcv4U11aJ5fXpHGTueCXve0Eh39KhLV { width:0.5rem;height:31.25rem;top:0rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiWvILT5GzlRovc61cS3KkcGrxf88ZnH { width:0.5rem;height:31.25rem;top:0rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZSfxnIeq4GxzNHMT1hvh94SpuHVHLQr { width:0.5rem;height:31.25rem;top:0rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPB0dGwUGII8Mc0UcIzVEac7GNezFWdB { width:0.5rem;height:31.25rem;top:0rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHBXzCE0SHEfkg97hcmglOyCLafkp8HO { top:8.9375rem;left:0rem;width:18.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT1ch8s1fvd2TARqAZ4uVRbqo7x2e8rp { top:20.375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#UT1ch8s1fvd2TARqAZ4uVRbqo7x2e8rp > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #EptcEGvV4HHQCSCczmcTSGLLkfbqvZOR { top:20.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
#EptcEGvV4HHQCSCczmcTSGLLkfbqvZOR > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { width:8.0625rem;height:8.0625rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncqBZTWSbATZtIlkb7QVi3JcHA73IlFB { top:11.4375rem;left:0rem;width:22.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTkC44N8AmCgfKb5Vd6ScrTWJJoScbbQ { top:13.6875rem;left:0rem;width:21.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TclJ9RkKEkUB1kfTZcqAdCSAtTJ7z1xr { top:16rem;left:0rem;width:21.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBoh9THH6EGH1thtk2E69eauIlGG54QZ { top:20.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
#iBoh9THH6EGH1thtk2E69eauIlGG54QZ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { position:relative;z-index:auto;display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F73DBDoGqZwVZXPqN02qTuQK60h2hBEI { width:0.5rem;height:31.25rem;top:19.3466875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQbMnf15zh31x6yNv0PVWorTs7gnoF4p { width:0.5rem;height:31.25rem;top:51.8466875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7QgeN3NviQl7yt4lVKlSmmP43nld08Z { width:5.8125rem;height:5.8125rem;top:0rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCsCpGM29Zs1i0vecyFTwwJJrNw5Sz4u { width:0.5rem;height:31.25rem;top:84.3466875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VwLWxGICqtNBI1uXNEJ7nhxHUEWHhuuJ { width:0.5rem;height:31.25rem;top:116.8466875rem;left:9.75rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #fVyoUBUqozhHtlLDmgVu5TNbq5kurORO { width:20rem;height:8.5488125rem;top:5.8125rem;left:0rem;font-size:2.375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { width:18.125rem;height:3.1875rem;top:15.0625rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:12.75rem;height:3.75rem;top:21.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #qfHWByESnNdKTeGRZ1DGwC8KW0uaKrNz { width:13rem;height:8.25rem;top:26.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { background-color:transparent;background-image:url("https://images.assets-landingi.com/o68RkaXv3Pw/unsplash/reuben-hu-o68RkaXv3Pw-photo-1695998951936-de1d15da8e56.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.adaptive-delivery-prevent-bg, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyload, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyloading { background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { background-color: transparent; background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { border-width: 0; border-radius: 0; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlXNEqazQ6fxdhfNUksqEuD2cL6TX9Xg { width:0.5rem;height:11.25rem;top:1.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GxH7BLy5JQZlX9lgxTyzczzEAy8n1o3b { width:0.5rem;height:11.25rem;top:13.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { width:0.5rem;height:11.25rem;top:26.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { width:0.5rem;height:11.25rem;top:38.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ElelkB1G8i6LA6F8CU93DRt6KBNJG22D { width:20rem;height:1.69970625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { width:20rem;height:5.5996125rem;top:4.19921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fZhd86V09Hkgy4XGr7VfzTI14pGWkFCz { width:20rem;height:17.1875rem;top:13.5234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG6x8eLJp1rHnxIgl2TDRhQcC14yPVG7 { width:20rem;height:17.1875rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGinI1XfKn9CDU8nIHalfwpal330IKQ4 { width:20rem;height:17.1875rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcucNy8n9ntsGuzg7XK70uF4ascN9BFu { display:flex;width:2.125rem;height:2.125rem;top:15.3984375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #Qg44xDAEnTvF4DTggJZ5vA6H0F6EdvIX { display:flex;width:2.125rem;height:2.125rem;top:15.3984375rem;left:1.875rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #NEJixMdBEIpt1LknIqqvkbc2OU88gikH { display:flex;width:2.125rem;height:2.125rem;top:36.625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #xrzSnD4iFkRdoPqzfUaXVDd0HTIihe1N { display:flex;width:2.125rem;height:2.125rem;top:57.625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #eLHKgoQ4DEDLntgNx4fdBtMpLgIgTSmp { width:17.5rem;height:2.54980625rem;top:18.4609375rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WMZqad9lTvwIZgXbMiElPbAoGMK19cBJ { width:17.5rem;height:2.54980625rem;top:39.6875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTZstqWTZAASdEUXwJiAt2xD63SvhdoT { width:17.5rem;height:2.54980625rem;top:60.6875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uEG9wXWBJzak2TG4BiZvE57DAxi9Mcx8 { width:17.5rem;height:6.7988125rem;top:21.3984375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XPm4D4FK4NUJ3PHCSnfTDwcDreZ778CU { width:17.5rem;height:6.7988125rem;top:42.625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qIDpGfPGccUPMRZvavvrK2ooyyJnbQsb { width:17.5rem;height:6.7988125rem;top:63.625rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x5If4yXCPQtxretk45tpvKePpQQtwxMG { background-color:#2b2b2b;background-image:url("https://images.assets-landingi.com/uc/f3ad6858-fb0b-4407-b293-4c1db2a71900/Slide7e8sitolandingi.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG.adaptive-delivery-prevent-bg, #x5If4yXCPQtxretk45tpvKePpQQtwxMG.lazyload, #x5If4yXCPQtxretk45tpvKePpQQtwxMG.lazyloading { background-image: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { background-color: transparent; background-image: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container > .video-iframe-container { display: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container { display: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { border-width: 0; border-radius: 0; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { width:20rem;height:84.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AnepLIyNVmiSvWBxrDU5lMUXFBgAf8sC { width:20rem;height:1.69970625rem;top:2.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #tWL39PnIpXuuhddC4SnKTg6qaJIATZlp { width:20rem;height:3.5rem;top:3.88671875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VB5m9wXr9uEH4Lvr7r3noUrohx8BiQED { width:20rem;height:18.69683125rem;top:11.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eu87ftAHERaJug9obJM6Oh1IJbCKE1ET { width:20rem;height:7.7363125rem;top:31.625rem;left:0rem;font-size:1rem;display:block; }#eu87ftAHERaJug9obJM6Oh1IJbCKE1ET li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_926c2c6f87c2dca59d1f4ddf68f68784f3ad806a.svg); }
 }@media only screen and (max-width: 763px) { #sh33RKeSsiZyaQTCMc9qOdmCmtT2mdll { width:0.5rem;height:31.25rem;top:71.7118625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9ZenqKHqaX5ULuq3SRCDPgZJ8ktpcvB { width:0.5rem;height:31.25rem;top:104.2118625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbpL7kGbqGTl0JQzVaXGixVi1fPi1zKa { width:0.5rem;height:31.25rem;top:136.7118625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #feGK8qRWSOXRwbRouLdwGGfB3JQ391q4 { width:0.5rem;height:31.25rem;top:169.2118625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8wqtCSi2MJwU95xSlm2xkNPea9RwVNc { width:20rem;height:1.69970625rem;top:44.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AIwNtJMyvVrE8qgKJsoTt9hnSSm6Q07u { width:20rem;height:7rem;top:46.44921875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzXt5kTSLP0eoTD7OloTSd3U26xzhQl6 { width:20rem;height:11.89793125rem;top:55.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NPNmsehWshuTVIBRVSpEJWQ18x2q4zEI { width:20rem;height:13.1479375rem;top:69.8125rem;left:0rem;font-size:1rem;display:block; }#NPNmsehWshuTVIBRVSpEJWQ18x2q4zEI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_c5b1171403357634b77e828100c9e46002af6482.svg); }
 }@media only screen and (max-width: 763px) { #vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { display:block; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { width:20rem;height:99.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unLhsU3qMKTB1QzcIQim5dXCy0OXpOCJ { width:20rem;height:1.69970625rem;top:1.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { width:20rem;height:7rem;top:4.19921875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SuWC0s5WwAePzoEveiqPQPknCkqDxk1w { width:20rem;height:35.125rem;top:8.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDfWb7JOfUKAHnaEZ5UC4VLds2oSEWhs { width:6rem;height:6rem;top:14.0625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiWnzustiWq8TnRsnFnygEnR0WSiVH1V { width:6rem;height:6rem;top:25.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMnO8hTNFBPqxbqeh9rn1HulOwTtCC4p { width:6rem;height:6rem;top:25.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMdgTuV1UGTmlJU5gMxtIf82JWGl8u18 { display:flex;width:3.125rem;height:3.125rem;top:15.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Qx2sbSqdpL53Ue5QTS0m0HVemxD21xpk { display:flex;width:3.125rem;height:3.125rem;top:27.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Qra4StELvCP5UWZKoedmq7hKMAW1ezpr { display:flex;width:3.125rem;height:3.125rem;top:39.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #npw1aabftqucsxLsJMKOIJDJd12sPZ2e { width:6rem;height:6rem;top:37.875rem;left:7rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #FnIm6XWd9MsGnlmlF17HXxKGmIIJKAaK { width:15.5625rem;height:2.23095625rem;top:20.0625rem;left:2.21875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DJRJv7TknwUtvgB7RIyOA1TbX0bsDbiC { width:8.5rem;height:2.23095625rem;top:43.875rem;left:5.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kfTU10yEwAXh4Uwdbomge28IGDcyygHr { width:15.25rem;height:2.23095625rem;top:31.75rem;left:2.375rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Myoi853oQXpTVVRDh1XZR0uAo5M0AMf2 { width:6rem;height:6rem;top:75.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktCeuNXwI51vz9RSC8m0pZTbueXd9cm3 { display:flex;width:3.125rem;height:3.125rem;top:77.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #BpPut4sHlT8btAHPVFnhiqOprUHaHGVo { width:6rem;height:6rem;top:50.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT5xz3tgrDv6U3uPU7dxi1vpRohnueud { width:6rem;height:6rem;top:63rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzDNd5EwuxT6VNXzVgTvPAC47gh0mCaS { display:flex;width:3.125rem;height:3.125rem;top:51.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #er9vJTGPP3k2NOCXEIBUcH0WhoWLWIn6 { display:flex;width:3.125rem;height:3.125rem;top:64.4375rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #NKvTzrRWEPaJnkJ6lVAFE306IoW23vwg { width:17.5rem;height:2.23095625rem;top:81.625rem;left:1.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #otLHk88BZU5d8XqEPHFcuePtN2iGt5R3 { width:17.5rem;height:2.23095625rem;top:56.25rem;left:1.25rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xH1z6tbcesqRX2CbWlUFLtZsbxoWg4UT { width:12.0625rem;height:2.23095625rem;top:69rem;left:4rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h2tXPVzWOLtOKAqRT54aTmkf8B0D6FXh { width:19rem;height:4.5625rem;top:88.16796875rem;left:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #x1i65XihPzBw7B559U3Z9g9q6zl868OC { display:block; }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f3ad6858-fb0b-4407-b293-4c1db2a71900/Slide7e8sitolandingi.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.adaptive-delivery-prevent-bg, #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.lazyload, #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p.lazyloading { background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { background-color: transparent; background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { border-width: 0; border-radius: 0; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:20rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { display:flex;width:2.125rem;height:2.125rem;top:14.8125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #haW7bpH937ZRgJkQpB3dcRC3JPVTVEUd { width:20rem;height:2.54980625rem;top:18.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { width:20rem;height:5.09911875rem;top:20.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbeRsnCJ8qWBHWmtLy3q7o7fv0fWRTvA { width:20rem;height:1.69970625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { width:20rem;height:7rem;top:2.94921875rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cu9THOivMRw2XM7wRbIee87nH7uin95a { width:0.5rem;height:11.25rem;top:1.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOn8WiNDsXqgrCWTTq9JIU7gG0lvrLLK { width:0.5rem;height:11.25rem;top:13.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkU01zsD9kOz6oSLIGbO6uisdp53ayr3 { width:0.5rem;height:11.25rem;top:26.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q81ocTxLaGoS7PtfJ9TAC3NWGyqyZ2TZ { width:0.5rem;height:11.25rem;top:38.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { width:4.5rem;height:4.5rem;top:13.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVcuTb37yBhfdnUT2WQr7ZO4dGqOaOAv { width:20rem;height:6.7988125rem;top:36.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #REp37Ri1wy7yDIENm9GFOfwdLR7CzmRf { width:20rem;height:2.54980625rem;top:34.3125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { width:4.5rem;height:4.5rem;top:29.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { display:flex;width:2.125rem;height:2.125rem;top:31rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #C2xZ20TFWD3PkdtLsdeTLSofR7bdZOiI { width:20rem;height:5.09911875rem;top:55.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3fF1ATlWXQMZdUw3KB1E8hO3wLHlcTR { width:20rem;height:2.54980625rem;top:53.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { width:4.5rem;height:4.5rem;top:48.75rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { display:flex;width:2.125rem;height:2.125rem;top:49.9375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE { display:block; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { width:20rem;height:124.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kgfx3EdrCl7iE7fx44SzDZdsDHRpIsVx { width:17.5rem;height:1.69970625rem;top:2.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ngb4Sm5kId1M0qzZnZK6VVX53PXAuLVL { width:17.5rem;height:3.5rem;top:4.19921875rem;left:1.25rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NKaZfDAMLKpKTpKebAQyUTUvPt9MTW26 { width:17.5rem;height:15.29733125rem;top:10.5615234375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IIESm3ZW2knW9Rd8xB3adEABD13QnDvw { width:20rem;height:2.79980625rem;top:29.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UwbuZTKBp5pfwJQ4DUXDExyCTD2wlMHd { width:20rem;height:2.79980625rem;top:76.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eewPB4zuauXTLlHI0QDERsPdowMfEUN7 { width:20rem;height:20.3964875rem;top:51.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #N3u00IVQAzFXZbFyOudGrnFMT6ElBBLx { width:20rem;height:22.09618125rem;top:96.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g0rbq43zNEKgyRQZ6reion1ELQvcsm4R { width:11.8125rem;height:15.9375rem;top:33.1875rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFlxXv2SdSdLdIkBWV7RNbp6ZSJcHJK4 { width:11.875rem;height:14.5625rem;top:79.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe9h0Wud265qcFHomikIm3TKmN2nogmV { width:20rem;height:2.92480625rem;top:3.25rem;left:0rem;font-size:2.4375rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pzcv4U11aJ5fXpHGTueCXve0Eh39KhLV { width:0.5rem;height:31.25rem;top:16.41015625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aiWvILT5GzlRovc61cS3KkcGrxf88ZnH { width:0.5rem;height:31.25rem;top:48.91015625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZSfxnIeq4GxzNHMT1hvh94SpuHVHLQr { width:0.5rem;height:31.25rem;top:113.91015625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IPB0dGwUGII8Mc0UcIzVEac7GNezFWdB { width:0.5rem;height:31.25rem;top:81.41015625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OHBXzCE0SHEfkg97hcmglOyCLafkp8HO { width:18.75rem;height:0.3125rem;top:6.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT1ch8s1fvd2TARqAZ4uVRbqo7x2e8rp { display:flex;width:2.625rem;height:2.625rem;top:18.0625rem;left:0rem; }
#UT1ch8s1fvd2TARqAZ4uVRbqo7x2e8rp > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #EptcEGvV4HHQCSCczmcTSGLLkfbqvZOR { display:flex;width:2.5rem;height:2.5rem;top:18.125rem;left:3.25rem; }
#EptcEGvV4HHQCSCczmcTSGLLkfbqvZOR > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { width:6.0625rem;height:6.0625rem;top:28.6875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncqBZTWSbATZtIlkb7QVi3JcHA73IlFB { width:20rem;height:1.4624rem;top:8.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTkC44N8AmCgfKb5Vd6ScrTWJJoScbbQ { width:20rem;height:1.4624rem;top:10.9130859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TclJ9RkKEkUB1kfTZcqAdCSAtTJ7z1xr { width:20rem;height:1.4624rem;top:13rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBoh9THH6EGH1thtk2E69eauIlGG54QZ { display:flex;width:2.5rem;height:2.5rem;top:18.125rem;left:6.4375rem; }
#iBoh9THH6EGH1thtk2E69eauIlGG54QZ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { width:20rem;height:1.69970625rem;top:6.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }