.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#c85b05;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;overflow:visible;position:relative;display:block; }#yFglN8lN7hUZLCXtSfwBCvSPMiMeLRgW { color:#ffffff;display:block;width:53.5625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:8.625rem;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;font-style:normal;display:block; }
#MTyFsZ3EqD6nBgm1pZvcBSRUL1X7d0kP { background-color:#c85b05;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MTyFsZ3EqD6nBgm1pZvcBSRUL1X7d0kP > .row .container { background-color: transparent; background-image: none; }#MTyFsZ3EqD6nBgm1pZvcBSRUL1X7d0kP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTyFsZ3EqD6nBgm1pZvcBSRUL1X7d0kP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTyFsZ3EqD6nBgm1pZvcBSRUL1X7d0kP > .row .container > .video-iframe-container { display: none; }#MTyFsZ3EqD6nBgm1pZvcBSRUL1X7d0kP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTyFsZ3EqD6nBgm1pZvcBSRUL1X7d0kP > .row > .video-iframe-container { display: none; }#MTyFsZ3EqD6nBgm1pZvcBSRUL1X7d0kP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTyFsZ3EqD6nBgm1pZvcBSRUL1X7d0kP > .row .container { border-width: 0; border-radius: 0; }#MTyFsZ3EqD6nBgm1pZvcBSRUL1X7d0kP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MTyFsZ3EqD6nBgm1pZvcBSRUL1X7d0kP > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;overflow:visible;position:relative;display:block; }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/12564e4d-d9d9-4d7e-8527-f1ae6ad9ae09/s1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN.adaptive-delivery-prevent-bg, #bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN.lazyload, #bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN.lazyloading { background-image: none; }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN > .row .container { background-color: transparent; background-image: none; }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN > .row .container > .video-iframe-container { display: none; }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN > .row > .video-iframe-container { display: none; }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN > .row .container { border-width: 0; border-radius: 0; }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;position:relative;display:block; }#gp3EOn7L0fvkbCtsIDxeSuyxmfyRvrzZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5rem;width:26.8125rem;top:9.40625rem;left:5.8740234375rem;overflow:hidden;display:block; }
#zmr4xfUot19vvAPltOddv0pIu9fOyypB { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.875rem;left:42.0625rem;height:7.75rem;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;font-style:normal;display:block; }
#pBqpBDJPkXxzs0aVg3OLtI1soOgLO3pn { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:26.625rem;left:39.1875rem;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;font-style:normal;display:block; }
#nx8RJB9vi22Ra8Li98CnS1a8qZhigCt9 { background-color:#c85b05;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.5rem;left:49.0625rem;display:block; }
#vLbgBrLiuo4thm1UJyCDRvzrXIihaN4p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bcd0cd;background-image:url("https://images.assets-landingi.com/uc/0fba13fe-0943-4bcc-a7de-276bd2f78735/s2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN.adaptive-delivery-prevent-bg, #wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN.lazyload, #wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN.lazyloading { background-image: none; }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN > .row .container { background-color: transparent; background-image: none; }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN > .row .container > .video-iframe-container { display: none; }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN > .row > .video-iframe-container { display: none; }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN > .row .container { border-width: 0; border-radius: 0; }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;position:relative;display:block; }#tGyhTM7ER5fhqsct3xKK11vT0fUaFyE8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.3125rem;width:34.375rem;top:13.4375rem;left:3.1875rem;overflow:hidden;display:block; }
#gOlwf6QFgb9iI5w9WIiAW1hrm9B1xg1y { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.8125rem;left:40.375rem;height:3.5625rem;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:left;text-align-last:left;font-style:normal;display:block; }
#F5Sekx4miKnh8wN490IoTmnNUykb3MTh { color:#355796;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:19.4375rem;left:40.625rem;height:25.5rem;font-style:normal;display:block; }
#EALNK8dg87EcsE4A9m60RNfofXKTE13n { background-color:#c85b05;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:46.375rem;left:40.375rem;display:block; }
#tW6W5uONxb6GWSArDZImE7xqBFDo2f53 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bcd0cd;background-image:url("https://images.assets-landingi.com/uc/ea39e3c5-7359-4cdd-83e0-c7f58d9d52fc/s3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE.adaptive-delivery-prevent-bg, #XynKubmv9yGdUn1ico5rKXmWPiKR6xFE.lazyload, #XynKubmv9yGdUn1ico5rKXmWPiKR6xFE.lazyloading { background-image: none; }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE > .row .container { background-color: transparent; background-image: none; }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE > .row .container > .video-iframe-container { display: none; }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE > .row > .video-iframe-container { display: none; }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE > .row .container { border-width: 0; border-radius: 0; }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE > .row .container { font-size:0.875rem;font-family:arial;height:57.625rem;width:75rem;position:relative;display:block; }#dJA2GWRaR4IR3mnBZVcrEK0nP9IJInax { color:#355796;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:3.5625rem;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;font-style:normal;display:block; }
#dHwMDKV7oWurByTFB5kAgL1PzfJeSK30 { background-color:#c85b05;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9990234375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:49.560546875rem;left:27.625rem;display:block; }
#AAaU8kAFgaub9aLc38KKHPpNJuTZsxnf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I4I8uWVsfhnp9W62SH9aiK5Haw4OWwNf { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:23.125rem;top:14.125rem;left:1.1875rem;overflow:hidden;display:block; }
#ZKSsgvQp2rfHJVF5zVIx6wd1Al0XeSib { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:23rem;top:14.125rem;left:26rem;overflow:hidden;display:block; }
#MMwdkzwolePxTF7QoldBZF128WGID7vg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:23rem;top:14.125rem;left:50.625rem;overflow:hidden;display:block; }
#o9hOEAnSbOfMWJoVVhmUU6fT2hmedaow { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:23rem;top:31.875rem;left:26rem;overflow:hidden;display:block; }
#rioMV5dabidnxvmXfDGqph14FqCkiDhL { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:23rem;top:31.875rem;left:50.625rem;overflow:hidden;display:block; }
#OQSq3aTqFWi7Hn42SqlEK6nEO70satmk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:23rem;top:31.875rem;left:1.25rem;overflow:hidden;display:block; }
#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c85d28;background-image:url("https://images.assets-landingi.com/uc/11b6746f-57bd-4fa3-bdea-ea9aa7238ebe/s4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy.adaptive-delivery-prevent-bg, #WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy.lazyload, #WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy.lazyloading { background-image: none; }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy > .row .container { background-color: transparent; background-image: none; }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy > .row .container > .video-iframe-container { display: none; }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy > .row > .video-iframe-container { display: none; }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy > .row .container { border-width: 0; border-radius: 0; }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#ubenMrX40iQOgQddS3oFrRv43onqpWII { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:13.875rem;left:40.625rem;height:22.5rem;font-style:normal;display:block; }
#WxaeX4a98lcgCUHXJLnpIGx8eGWzfL5E { background-color:#355796;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.875rem;left:40.625rem;display:block; }
#lNfZMzom2OHu9XP8A2zmx73xNAXa0Vfe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qCrnqq2yui0MrWH3LSQ1LTU21B8rAgSe { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.125rem;left:40.625rem;height:3.5625rem;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:left;text-align-last:left;font-style:normal;display:block; }
#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050607;background-image:url("https://images.assets-landingi.com/uc/3b4bd454-b9de-4cb4-b67d-7339e9041fac/s5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3.adaptive-delivery-prevent-bg, #d1qONOPHQq5sI03VHGklcCTiwwTLx5F3.lazyload, #d1qONOPHQq5sI03VHGklcCTiwwTLx5F3.lazyloading { background-image: none; }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 > .row .container { background-color: transparent; background-image: none; }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 > .row .container > .video-iframe-container { display: none; }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 > .row > .video-iframe-container { display: none; }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 > .row .container { border-width: 0; border-radius: 0; }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 > .row .container { font-size:0.875rem;font-family:arial;height:61.5625rem;width:75rem;position:relative;display:block; }#RqWr18x6sQapT4AUbyPz2KSriyEluuFQ { color:#4e00fa;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.7491111755369rem;left:0rem;height:2.875rem;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;font-style:normal;display:block; }
#p6sXlEzCsFczPBrFEySGZ7hEi0TpL4sT { background-color:#050607;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#d035fb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9993125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:54.373224258423rem;left:26.499465942382rem;display:block; }
#cPzMFspOQncT4fpDOp6dkx8R5QbT3lQQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bcd0cd;background-image:url("https://images.assets-landingi.com/uc/86c83cdc-1dce-4301-a206-c7cef1e94712/s6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR.adaptive-delivery-prevent-bg, #Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR.lazyload, #Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR.lazyloading { background-image: none; }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR > .row .container { background-color: transparent; background-image: none; }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR > .row .container > .video-iframe-container { display: none; }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR > .row > .video-iframe-container { display: none; }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR > .row .container { border-width: 0; border-radius: 0; }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:75rem;position:relative;display:block; }#yQS25BuLZrH4BeKT7tHCKBPB4R60SHeE { color:#c85b05;display:block;width:24.6875rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.5625rem;left:38.6875rem;height:7.125rem;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:left;text-align-last:left;font-style:normal;display:block; }
#LIccDzFWlQenTspxh676wbJUSEByHsT5 { color:#ffffff;display:block;width:33.1865234375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.125rem;left:39.4375rem;height:3.75rem;font-style:normal;display:block; }
#ogSKXhdF9zsAnuTC1NUZSadTmFLTvGTO { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:2.4375rem;top:22.125rem;left:36.28125rem;overflow:hidden;display:block; }
#hUSUio6reCn41IbF4ZW9BBAbVREiC2K6 { color:#ffffff;display:block;width:33.1865234375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.9375rem;left:39.4375rem;height:3.75rem;font-style:normal;display:block; }
#s48KvPdk5uDQk8HtIOW7nKTdroezQNmL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:2.4375rem;top:26.9375rem;left:36.28125rem;overflow:hidden;display:block; }
#ureHlLqRazZeOcFxkUHoTnS4PGLSZVFR { color:#ffffff;display:block;width:33.1865234375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:31.6875rem;left:39.4375rem;height:3.75rem;font-style:normal;display:block; }
#oahVuRVX1b9OC51afkVz49bXcGCAIC12 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:2.4375rem;top:31.6875rem;left:36.28125rem;overflow:hidden;display:block; }
#Lmmx09OtGQffygGr8S0ZVyTOSkUETrBy { color:#ffffff;display:block;width:33.1865234375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:36.4375rem;left:39.4375rem;height:2.5rem;font-style:normal;display:block; }
#PfbWPeD3MH8OXu2nSmTrIQxdZhNR8V0e { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:2.4375rem;top:36.4375rem;left:36.28125rem;overflow:hidden;display:block; }
#JzT3hSN75uLTK6BVSZ43KCdLt5REVfCd { background-color:#c85b05;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9990234375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:42.125rem;left:39.4375rem;display:block; }
#UtaxKB01Q8kn2l4vDpigTqV81AZ6V0Lp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P1KZ4kWLSUErDbLdaSrzm3qNT6V30Or5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:2.4375rem;top:16.5625rem;left:36.28125rem;overflow:hidden;display:block; }
#ADnMdbpZ8krcCeCvfXiId4ATAtSzdENU { color:#ffffff;display:block;width:33.1865234375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.5rem;left:39.4375rem;height:3.75rem;font-style:normal;display:block; }
#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c4f0dcce-043d-4cbb-84db-c56e26bfc133/s7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE.adaptive-delivery-prevent-bg, #RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE.lazyload, #RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE.lazyloading { background-image: none; }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE > .row .container { background-color: transparent; background-image: none; }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE > .row .container > .video-iframe-container { display: none; }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE > .row > .video-iframe-container { display: none; }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE > .row .container { border-width: 0; border-radius: 0; }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE > .row .container { font-size:0.875rem;font-family:arial;height:55.4375rem;width:75rem;position:relative;display:block; }#Wln4d7MVIfd8iSz7CrvJuzU5tlg8LbAg { color:#c85b05;display:block;width:30.1240234375rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.3125rem;left:3.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:left;text-align-last:left;font-style:normal;display:block; }
#nWMe2uFGgXOIG2RbZyOwtQl6Qik1L9en { color:#355796;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.9990234375rem;left:6.4375rem;height:2.5rem;font-style:normal;display:block; }
#ANK31xofffRFqvVGsUxBULxJx6gsk9Bb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1240234375rem;width:2.4365234375rem;top:15.9990234375rem;left:3.25rem;overflow:hidden;display:block; }
#Q8Q9elttNRtH5dpMJ2aIqNPV8TbXCw5r { color:#355796;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.7509765625rem;left:6.4375rem;height:2.5rem;font-style:normal;display:block; }
#ieGrflTuZXSTHwNf4ab6xXXHfv43GRKF { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1240234375rem;width:2.4365234375rem;top:19.8134765625rem;left:3.25rem;overflow:hidden;display:block; }
#VoQ86QQIQRPkkLdFiItvnUiQiGArPsz0 { color:#355796;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.375rem;left:6.4375rem;height:2.5rem;font-style:normal;display:block; }
#HVhgEkW13p1IvCf5GWxdi24PTHcGTQVL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1240234375rem;width:2.4365234375rem;top:23.375rem;left:3.25rem;overflow:hidden;display:block; }
#nNguoCZBsOzDKU5fxVlOchnnb5xlDgF5 { color:#355796;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.5009765625rem;left:6.4375rem;height:3.75rem;font-style:normal;display:block; }
#gpCiQTLct62Bm7Vb2EqNI0F5bv4l1TF4 { background-color:#c85b05;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9990234375rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:49.625rem;left:6.4375rem;display:block; }
#AQvpKxGE4fi2lewET44ry5QhRfgS2LoF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nsbaxqZZOBlycSn4cKQwAyhhR1HWch6C { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1240234375rem;width:2.4365234375rem;top:31.4990234375rem;left:3.25rem;overflow:hidden;display:block; }
#LfFsLrJfTZpDWGdiqK693hHUo8xSNAA0 { color:#355796;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:31.4365234375rem;left:6.4375rem;height:2.5rem;font-style:normal;display:block; }
#dWbnMQTGDElwPFRoR3yHG26L8BaZAlqv { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1240234375rem;width:2.4365234375rem;top:35.1240234375rem;left:3.25rem;overflow:hidden;display:block; }
#k0CqAbGr7iGzcXb71GLpzEqGhhxTkS9P { color:#355796;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:35.1240234375rem;left:6.4375rem;height:3.75rem;font-style:normal;display:block; }
#SCG3KDNqUaCqsFU39ePaD3X7XIpHslGu { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1240234375rem;width:2.4365234375rem;top:40.375rem;left:3.25rem;overflow:hidden;display:block; }
#u1g8SZol5gWJzqp2XHeC019VqDUElyBa { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1240234375rem;width:2.4365234375rem;top:44.1865234375rem;left:3.25rem;overflow:hidden;display:block; }
#S0oEtChAQ2IwhQqzQin19MtwtozTEQuE { color:#355796;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:40.375rem;left:6.4375rem;height:2.5rem;font-style:normal;display:block; }
#Wo8nWR5tzzMRBu73K5BPT313PTLGhdH4 { color:#355796;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:44.1865234375rem;left:6.4375rem;height:3.75rem;font-style:normal;display:block; }
#dMUoDTxHNT56dFQhhKlh0u25CiWIqeeQ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1240234375rem;width:2.4365234375rem;top:26.5009765625rem;left:3.25rem;overflow:hidden;display:block; }
#ncixy7ykBkhWATvfShTb20mEi8UylArQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/af66360d-ebf4-41b3-9973-547090f6e85a/s8.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#ncixy7ykBkhWATvfShTb20mEi8UylArQ.adaptive-delivery-prevent-bg, #ncixy7ykBkhWATvfShTb20mEi8UylArQ.lazyload, #ncixy7ykBkhWATvfShTb20mEi8UylArQ.lazyloading { background-image: none; }#ncixy7ykBkhWATvfShTb20mEi8UylArQ > .row .container { background-color: transparent; background-image: none; }#ncixy7ykBkhWATvfShTb20mEi8UylArQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncixy7ykBkhWATvfShTb20mEi8UylArQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncixy7ykBkhWATvfShTb20mEi8UylArQ > .row .container > .video-iframe-container { display: none; }#ncixy7ykBkhWATvfShTb20mEi8UylArQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncixy7ykBkhWATvfShTb20mEi8UylArQ > .row > .video-iframe-container { display: none; }#ncixy7ykBkhWATvfShTb20mEi8UylArQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncixy7ykBkhWATvfShTb20mEi8UylArQ > .row .container { border-width: 0; border-radius: 0; }#ncixy7ykBkhWATvfShTb20mEi8UylArQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncixy7ykBkhWATvfShTb20mEi8UylArQ > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#qvt2rXOErIpL0WEkPHiJTQ62QNEHawhK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.3125rem;width:31.125rem;top:5.123046875rem;left:7.435546875rem;overflow:hidden;display:block; }
#IAXvHalwOpdCFWJxnbEamXpy2lzsftQx { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:2.4375rem;top:12.0625rem;left:44.0625rem;overflow:hidden;display:block; }
#mxmSHCxH2gbppunUE7a99fTvDdO05uAk { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.062164306641rem;left:47.249891281128rem;height:2.5rem;font-style:normal;display:block; }
#C5ToBg15MDXgVK4mdB1z6dCmntPWBre6 { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.30859375rem;left:46.4375rem;height:7.125rem;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:left;text-align-last:left;font-style:normal;display:block; }
#FW5CiVM5i4fxXxRkUR9ySiZzCAEnL7TF { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.812164306641rem;left:47.249891281128rem;height:2.5rem;font-style:normal;display:block; }
#y3TAsossu2dXoyTkm94bH0hQB11aT5LD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:2.4375rem;top:15.8125rem;left:44.0625rem;overflow:hidden;display:block; }
#cdwmiC4xP0TIIxZ7SSwN7DfgXxnNcTZT { color:#ffffff;display:block;width:20.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.1875rem;left:47.249891281128rem;height:2.5rem;font-style:normal;display:block; }
#sc1HnRGDimnH31LfQWOiJHMmpISZTMBz { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.374877929688rem;left:47.249891281128rem;height:2.5rem;font-style:normal;display:block; }
#A5sdxlTXTQWzaQ73VfcaWzTCt6wUGyyC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:2.4375rem;top:24.6875rem;left:44.0625rem;overflow:hidden;display:block; }
#byxWn0gGJJnHI4L5XF8zcE5vaZPdyhOc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:2.4375rem;top:19.75rem;left:44.0625rem;overflow:hidden;display:block; }
#JFZXR0rmITXQt5dXPzZnV8Ht4OqClAeK { color:#ffffff;display:block;width:17rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:36.5625rem;left:47.25rem;height:1.25rem;font-style:normal;display:block; }
#tBBgL6qoUd2dXEEDRo3K9TFDoQPMK4mP { color:#ffffff;display:block;width:17rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:32.499877929688rem;left:47.249891281128rem;height:2.5rem;font-style:normal;display:block; }
#E6FKMDWXcCLo1hTEoIaIE2w2NZykRxQA { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:2.4375rem;top:36.625rem;left:44.0625rem;overflow:hidden;display:block; }
#iJCg6wupamEI7bFcpFAxoEtfXyLQnnfW { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:2.4375rem;top:32.875rem;left:44.0625rem;overflow:hidden;display:block; }
#FRVThPV1sLNsCfv4bfE3GM7gylqzEUaO { color:#ffffff;display:block;width:17rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.687072753906rem;left:47.249891281128rem;height:2.5rem;font-style:normal;display:block; }
#n8WT79EWzudJmchDmaWJ7f4ZHfc3TSV7 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:2.4375rem;top:29rem;left:44.0625rem;overflow:hidden;display:block; }
#lKnRyf6T5T9U85JmQ7TVw51AUXi5xfAg { background-color:#c85b05;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.5625rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:40.244140625rem;left:45.75rem;display:block; }
#DECrDGqeEMJZP4v72ZTLzPbdz7R7xq8C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u1HsLl13mqHm53yOy2ToTUzZXol05Dl2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4eae3e31-ef05-47cd-b234-0bbe6952204a/s9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#u1HsLl13mqHm53yOy2ToTUzZXol05Dl2.adaptive-delivery-prevent-bg, #u1HsLl13mqHm53yOy2ToTUzZXol05Dl2.lazyload, #u1HsLl13mqHm53yOy2ToTUzZXol05Dl2.lazyloading { background-image: none; }#u1HsLl13mqHm53yOy2ToTUzZXol05Dl2 > .row .container { border-width: 0; border-radius: 0; }#u1HsLl13mqHm53yOy2ToTUzZXol05Dl2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u1HsLl13mqHm53yOy2ToTUzZXol05Dl2 > .row .container { font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;position:relative;display:none; }#Gv6t4xuC4PQdXxIxW630bpl9W2WeRhit { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:28.9375rem;top:8.15625rem;left:4.375rem;overflow:hidden;display:block; }
#oeMwffCGyrMVcAH0drBzt7Mx9SgLCHXb { color:#c85b05;display:block;width:37.8125rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.71875rem;left:36.5927734375rem;height:6.125rem;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:left;text-align-last:left;font-style:normal;display:block; }
#thnWHUTVyHSaZ14H9C3gk6yErrlHIVWd { color:#355796;display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.4375rem;left:36.5927734375rem;height:21.25rem;font-style:normal;display:block; }
#KHypgRA82DoeP2x4RwMRtgTHIiKk4ZTt { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.8125rem;width:33.8125rem;top:4.53125rem;left:1.9375rem;overflow:hidden;display:block; }
#t826wKNs28oSO7TcHH49x1kCHBEWJHEw { box-sizing:content-box;height:11rem;width:37.5rem;position:absolute;display:block;z-index:15016;background-color:#c85b05;background-image:none;top:34.234375rem;left:35.4990234375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#CvS3iwFT2ekfL3aq416Ahgrlmpi7OCuZ { color:#fdfdfd;display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:35.40625rem;left:36.5927734375rem;height:1.25rem;font-style:normal;display:block; }
#s5pKaHQ9JMAE0EQdqo7RVn4Qls64IzRf { color:#fdfdfd;display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:37.15625rem;left:36.5927734375rem;height:1.25rem;font-style:normal;display:block; }
#rVdiHzfW2r8QCnnFgVwfwQPVc7i0TKx4 { color:#fdfdfd;display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:38.96875rem;left:36.5927734375rem;height:2.5rem;font-style:normal;display:block; }
#IsWR6duKSsQ1yZcn9x4iVRfD4uuJFHvi { color:#fdfdfd;display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:42.21875rem;left:36.5927734375rem;height:;font-style:normal;display:block; }
#OVewHeNZksaccku4XoTbTVsQ792l7Jld { color:#fdfdfd;display:block;width:35.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:42.030822753906rem;left:36.592340469361rem;height:2.5rem;font-style:normal;display:block; }
#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bcd0cd;background-image:url("https://images.assets-landingi.com/uc/0ba3d072-2dd2-4d98-abf7-5df210d486b9/s10.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T.adaptive-delivery-prevent-bg, #CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T.lazyload, #CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T.lazyloading { background-image: none; }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T > .row .container { background-color: transparent; background-image: none; }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T > .row .container > .video-iframe-container { display: none; }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T > .row > .video-iframe-container { display: none; }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T > .row .container { border-width: 0; border-radius: 0; }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T > .row .container { font-size:0.875rem;font-family:arial;height:64.5625rem;width:75rem;position:relative;display:block; }#BLTmRz4kepHD3zfUg19TSy8Mt1VdaK3F { box-sizing:content-box;height:41.5rem;width:29.375rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:14.25rem;left:22.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#CskGSdeVHzQM3lZlC2yki0276awxtr2O { background-color:#c85b05;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9990234375rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:53.1875rem;left:25.873046875rem;display:block; }
#Pf03liJdE2X1oJOlnOUnTUxXVdE0rPsX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q9Oy4SWBdFKTJkqLgolKdRThQZq5ROeV { color:#355796;display:block;width:29.4990234375rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:40.8125rem;left:22.75rem;height:3.125rem;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;font-style:normal;display:block; }
#moNadeSRDAIWmGnyoClg3mWU7RZNv6ZD { box-sizing:content-box;height:19.375rem;width:19.375rem;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:15012;background-color:#bcd0cd;background-image:none;top:18.21875rem;left:27.8125rem;display:none; }
#ZpXkCtG6XPhoQTGGlRPIboriMXzEQB0n { position:absolute;display:block;z-index:15013;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:18.3125rem;width:13.0625rem;top:19.34375rem;left:30.96875rem;overflow:hidden;display:none; }
#MCiIwb0ydH5GXXgaQ0TaOropvU2b3n3k { color:#355796;display:block;width:20.4365234375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:42.3125rem;left:26.6552734375rem;height:1.9375rem;text-align:center;text-align-last:center;display:none; }
#QR9RQSH6XmpWpkEctg3sxU6vrqTqO7eI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62.0625rem;width:73.5rem;top:2.25rem;left:1.5rem;overflow:hidden;display:block; }
#GSFI48WGFmTMpRQDP5VRuHz1Q8wnnpvM { color:#355796;display:block;width:26.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:58.0625rem;left:23.6220703125rem;height:1.1875rem;text-align:center;text-align-last:center;display:block; }
#kdvDvxaRaFkpE5v1MThhsvxtIOJLGXFK { color:#c85b05;display:block;width:23.4375rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:46.1875rem;left:25.78125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#leWJLxg7D7FfkdsSTTG4gayi4G6aFSsR { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:13.0625rem;top:20.78125rem;left:30.96875rem;overflow:hidden;display:block; }
#x68HhPUNXDxLSqDUvatV3mxwlVPFEPUr { box-sizing:content-box;height:19.375rem;width:19.375rem;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:15018;background-color:#bcd0cd;background-image:none;top:18.21875rem;left:27.185546875rem;display:block; }
#cvdWRmgzDGyuAgXpr5592yN66VaPiMtU { color:#355796;display:block;width:25.1865234375rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:38.9375rem;left:40.0927734375rem;height:5.4375rem;text-align:center;text-align-last:center;display:none; }
#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ddc30ff-20c3-47df-aaee-bba380c6197d/s11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P.adaptive-delivery-prevent-bg, #GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P.lazyload, #GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P.lazyloading { background-image: none; }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P > .row .container { background-color: transparent; background-image: none; }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P > .row .container > .video-iframe-container { display: none; }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P > .row > .video-iframe-container { display: none; }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P > .row .container { border-width: 0; border-radius: 0; }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:block; }#C3GUZXcDllzEgTPnS1OPb0i0haZovxlk { box-sizing:content-box;height:31.25rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/17d7a258-2f1b-4656-85ca-a59d248fd443/Zdjcie.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:6.3525390625rem;left:4.8095703125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }#C3GUZXcDllzEgTPnS1OPb0i0haZovxlk.adaptive-delivery-prevent-bg, #C3GUZXcDllzEgTPnS1OPb0i0haZovxlk.lazyload, #C3GUZXcDllzEgTPnS1OPb0i0haZovxlk.lazyloading { background-image: none; }
#AF6a0ghHmXFaf2C4723igDGw3yQ62aJC { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.3525390625rem;left:40.78125rem;height:3.5625rem;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:left;text-align-last:left;font-style:normal;display:block; }
#oOuQGpaIbA92qXF411ximzUnTkXRAktQ { color:#fffbfc;display:block;width:27.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:10.4375rem;left:40.875rem;height:26.25rem;font-style:normal;display:block; }
#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2858be73-610f-4bac-8f21-42cd95fcbc59/s12.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak.adaptive-delivery-prevent-bg, #tV7sue0sQJlWObWCCR2PsB7CkTN94Lak.lazyload, #tV7sue0sQJlWObWCCR2PsB7CkTN94Lak.lazyloading { background-image: none; }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak > .row .container { background-color: transparent; background-image: none; }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak > .row .container > .video-iframe-container { display: none; }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak > .row > .video-iframe-container { display: none; }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak > .row .container { border-width: 0; border-radius: 0; }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak > .row .container { font-size:0.875rem;font-family:arial;height:76.75rem;width:75rem;position:relative;display:block; }#yy3aXXSOpfF0oE16gI94qm0JcAbF9dPu { color:#c85b05;display:block;width:75rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.05078125rem;left:0rem;height:4.0625rem;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;font-style:normal;display:block; }
#Tp7y0qdW1tBPvX4tLy1H9bLQvUp5Cxww { box-sizing:content-box;height:11.25rem;width:29.375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:12.9375rem;left:7.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#aOxhg7w7keoLFQ9lHwd77m3FwwKZJhwe { color:#c85b05;display:block;width:25.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:9.1875rem;height:1.25rem;font-style:normal;display:block; }
#J396E1Hk763Qk5n5zDhsH7PH7ONbk4lK { color:#c85b05;display:block;width:25.8740234375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.4375rem;left:9.25rem;height:2.25rem;font-style:normal;display:block; }
#V1txIzsTh70bVGJ85y52D3A47BFZvmrH { box-sizing:content-box;height:11.25rem;width:29.375rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:12.9375rem;left:38.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#hnQHbfeb1ElnKLq85X1qHzGuk6BiwdTu { color:#c85b05;display:block;width:25.8740234375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:17.4375rem;left:39.875rem;height:2.25rem;font-style:normal;display:block; }
#ksBTMfTP7XVVrGBkvOLdv7S34048NLw0 { color:#c85b05;display:block;width:25.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.3125rem;left:39.8125rem;height:1.25rem;font-style:normal;display:block; }
#wTlH1aNAETxRSBcAREJsJ81JNND68FJn { box-sizing:content-box;height:11.25rem;width:29.375rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:25.5625rem;left:7.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#zIueguCPia5BTknqrlWH5FTVTWhDThUL { box-sizing:content-box;height:11.25rem;width:29.375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:25.5625rem;left:38.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#PXlUB8MKiUMOhoGnyGxMEiUG04QHlfrr { color:#c85b05;display:block;width:25.8740234375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:30.75rem;left:9.25rem;height:2.25rem;font-style:normal;display:block; }
#ooRvDboGLRQ3mhDateLTbqLbatOXTII8 { color:#c85b05;display:block;width:25.8740234375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:29.625rem;left:39.875rem;height:4.5rem;font-style:normal;display:block; }
#zvduLym6FnDuAtzAL26ASdx8EM4htlhh { color:#c85b05;display:block;width:25.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:27.626953125rem;left:9.25rem;height:1.25rem;font-style:normal;display:block; }
#SARaIV15InTP5TXbPqiyXKbxpmOZH0Se { color:#c85b05;display:block;width:25.8744375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:37.935901641846rem;left:38.68607711792rem;height:1.25rem;font-style:normal;display:block; }
#dxWqehfS2XF4BqfUf0AKcPqeZvagGO8w { box-sizing:content-box;height:11.25rem;width:29.375rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;top:50.9375rem;left:38.0625rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#oJlzr6vTvmVv7y71sxyIpgGDGgDPs1bn { color:#c85b05;display:block;width:25.8740234375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:56rem;left:39.875rem;height:1.125rem;font-style:normal;display:block; }
#UPNHJtTxs0TkVeaPk4IU55TUlPTocmN5 { color:#c85b05;display:block;width:25.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:51.75rem;left:39.875rem;height:2.5rem;font-style:normal;display:block; }
#N9E6HvJVqbTZpHJpLkBJX9DctGpGDWih { box-sizing:content-box;height:37.6875rem;width:29.625rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:37.9375rem;left:7.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#BBu4Bc7VmuxZoTKffo2ePTNJGkDbHZVG { box-sizing:content-box;height:11.25rem;width:29.375rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;top:37.9375rem;left:38.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#kcdEI32H9tPZIrTt2PIkicEgJeXh9sf6 { color:#c85b05;display:block;width:26.6240234375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:41.125rem;left:8.875rem;height:32.9375rem;font-style:normal;display:block; }#kcdEI32H9tPZIrTt2PIkicEgJeXh9sf6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kcdEI32H9tPZIrTt2PIkicEgJeXh9sf6 li:before{  }
#FV2GwIuMzBtpvKCC0p31HmJeCTK6H813 { color:#c85b05;display:block;width:25.8744375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:41.125rem;left:39.875rem;height:1.125rem;font-style:normal;display:block; }
#EVKqH7i6HcONwg6Q0GaeVgeVKu6AEDK3 { color:#c85b05;display:block;width:25.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:27.626985549927rem;left:39.8125rem;height:1.25rem;font-style:normal;display:block; }
#MDTkRLohOG1bskgaEaQyFyN8Q1MNyLnf { color:#c85b05;display:block;width:25.8740234375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:39.185546875rem;left:9.25rem;height:1.25rem;font-style:normal;display:block; }
#XcmmwEW5pEsXhSUmxQqnIui1ZssmUI6g { color:#c85b05;display:block;width:25.8735625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:39.23295211792rem;left:39.874820709229rem;height:1.25rem;font-style:normal;display:block; }
#c7R1RA17bscWHaOlbmDZbuqUVKUiTw09 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:4.375rem;top:43.125rem;left:39.8125rem;overflow:hidden;display:block; }
#WmPE7qgOfR5sFoCObF9w9rITxBXfeqbF { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:5.75rem;top:43.3125rem;left:44.9375rem;overflow:hidden;display:block; }
#O6DKdm3957uJGaGlxO2rtBMTvkwqglDZ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:7rem;top:43.4375rem;left:51.46875rem;overflow:hidden;display:block; }
#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bcd0cd;background-image:url("https://images.assets-landingi.com/uc/5a63c547-6505-41c4-96e4-b8a46fe09a13/s13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe.adaptive-delivery-prevent-bg, #dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe.lazyload, #dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe.lazyloading { background-image: none; }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe > .row .container { background-color: transparent; background-image: none; }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe > .row .container > .video-iframe-container { display: none; }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe > .row > .video-iframe-container { display: none; }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe > .row .container { border-width: 0; border-radius: 0; }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#XE99uVO17PRlhAI33b9oLHVGDzFtU6mw { background-color:#c85b05;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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.9990234375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:44.3193359375rem;left:26.5rem;display:block; }
#gqxQOb0i1Gv1FAS8EyJntECaznmkqES7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zl18AuZB0IuzA6yd8TFMfLFS7OVEQnZl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#355796;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zl18AuZB0IuzA6yd8TFMfLFS7OVEQnZl > .row .container { background-color: transparent; background-image: none; }#zl18AuZB0IuzA6yd8TFMfLFS7OVEQnZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl18AuZB0IuzA6yd8TFMfLFS7OVEQnZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl18AuZB0IuzA6yd8TFMfLFS7OVEQnZl > .row .container > .video-iframe-container { display: none; }#zl18AuZB0IuzA6yd8TFMfLFS7OVEQnZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl18AuZB0IuzA6yd8TFMfLFS7OVEQnZl > .row > .video-iframe-container { display: none; }#zl18AuZB0IuzA6yd8TFMfLFS7OVEQnZl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl18AuZB0IuzA6yd8TFMfLFS7OVEQnZl > .row .container { border-width: 0; border-radius: 0; }#zl18AuZB0IuzA6yd8TFMfLFS7OVEQnZl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zl18AuZB0IuzA6yd8TFMfLFS7OVEQnZl > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#NiKlWmXwcoFGh2oNlUlTeAZ0IbvGlwcQ { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2251434326172rem;left:0rem;height:1.25rem;font-style:normal;display:block; }
#ViODbTPgTpSW22Friq1zkqG6xeOnMJOR { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2251434326172rem;left:7.0623207092288rem;height:1.25rem;font-style:normal;display:block; }
#cFNnNrqOEn3Cv4V8GzydR6X2R9QT2MiU { color:#bcd0cd;display:block;width:11.624625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:25.375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mmk35pTmXeltS02orBGTF3dbUSlgOx69 { color:#bcd0cd;display:block;width:13.187125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:38.9375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZz6i7sMZmHABxsg8hEhaUU7uhUhLZpt { color:#bcd0cd;display:block;width:16.312125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2251434326172rem;left:58.687850952149rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hmG85BK9CHEoJTquJ2FfvVB64F1go6kl { position:absolute;display:block;z-index:15004;height:1.9370403125rem;width:3.4375rem;top:0.86279296875rem;left:20.062037467956rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFglN8lN7hUZLCXtSfwBCvSPMiMeLRgW { top:0.6875rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTyFsZ3EqD6nBgm1pZvcBSRUL1X7d0kP { display:block; }#MTyFsZ3EqD6nBgm1pZvcBSRUL1X7d0kP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN { display:block; }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gp3EOn7L0fvkbCtsIDxeSuyxmfyRvrzZ { top:9.375rem;left:0rem;width:26.8125rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmr4xfUot19vvAPltOddv0pIu9fOyypB { top:16.875rem;left:21.875rem;width:25.875rem;height:7.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBqpBDJPkXxzs0aVg3OLtI1soOgLO3pn { top:26.625rem;left:16.125rem;width:31.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx8RJB9vi22Ra8Li98CnS1a8qZhigCt9 { width:11.875rem;height:3.75rem;top:38.5rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLbgBrLiuo4thm1UJyCDRvzrXIihaN4p { display:block; }
 }@media only screen and (max-width: 763px) { #wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN { display:block; }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGyhTM7ER5fhqsct3xKK11vT0fUaFyE8 { top:13.4375rem;left:0rem;width:34.375rem;height:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOlwf6QFgb9iI5w9WIiAW1hrm9B1xg1y { top:14.8125rem;left:16rem;width:31.75rem;height:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5Sekx4miKnh8wN490IoTmnNUykb3MTh { top:19.4375rem;left:16.5rem;width:31.25rem;height:25.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EALNK8dg87EcsE4A9m60RNfofXKTE13n { width:22rem;height:3.75rem;top:46.375rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW6W5uONxb6GWSArDZImE7xqBFDo2f53 { display:block; }
 }@media only screen and (max-width: 763px) { #XynKubmv9yGdUn1ico5rKXmWPiKR6xFE { display:block; }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJA2GWRaR4IR3mnBZVcrEK0nP9IJInax { top:6.6875rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHwMDKV7oWurByTFB5kAgL1PzfJeSK30 { width:21.9375rem;height:3.75rem;top:49.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAaU8kAFgaub9aLc38KKHPpNJuTZsxnf { display:block; }
 }@media only screen and (max-width: 763px) { #I4I8uWVsfhnp9W62SH9aiK5Haw4OWwNf { top:14.125rem;left:0rem;width:23.125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKSsgvQp2rfHJVF5zVIx6wd1Al0XeSib { top:14.125rem;left:12.375rem;width:23rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMwdkzwolePxTF7QoldBZF128WGID7vg { top:14.125rem;left:24.75rem;width:23rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9hOEAnSbOfMWJoVVhmUU6fT2hmedaow { top:31.875rem;left:12.375rem;width:23rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #rioMV5dabidnxvmXfDGqph14FqCkiDhL { top:31.875rem;left:24.75rem;width:23rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQSq3aTqFWi7Hn42SqlEK6nEO70satmk { top:31.875rem;left:0rem;width:23rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy { display:block; }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubenMrX40iQOgQddS3oFrRv43onqpWII { top:13.875rem;left:16.5rem;width:31.25rem;height:22.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxaeX4a98lcgCUHXJLnpIGx8eGWzfL5E { width:22rem;height:3.75rem;top:37.875rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNfZMzom2OHu9XP8A2zmx73xNAXa0Vfe { display:block; }
 }@media only screen and (max-width: 763px) { #qCrnqq2yui0MrWH3LSQ1LTU21B8rAgSe { top:8.125rem;left:16.5rem;width:31.25rem;height:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 { display:block; }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqWr18x6sQapT4AUbyPz2KSriyEluuFQ { top:8.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6sXlEzCsFczPBrFEySGZ7hEi0TpL4sT { width:21.9375rem;height:3.75rem;top:54.3125rem;left:12.874465942382rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPzMFspOQncT4fpDOp6dkx8R5QbT3lQQ { display:block; }
 }@media only screen and (max-width: 763px) { #Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR { display:block; }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQS25BuLZrH4BeKT7tHCKBPB4R60SHeE { top:6.5625rem;left:23.0625rem;width:24.6875rem;height:7.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIccDzFWlQenTspxh676wbJUSEByHsT5 { top:22.0625rem;left:14.625rem;width:33.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogSKXhdF9zsAnuTC1NUZSadTmFLTvGTO { top:22.125rem;left:22.65625rem;width:2.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUSUio6reCn41IbF4ZW9BBAbVREiC2K6 { top:26.9375rem;left:14.625rem;width:33.125rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s48KvPdk5uDQk8HtIOW7nKTdroezQNmL { top:26.9375rem;left:22.65625rem;width:2.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ureHlLqRazZeOcFxkUHoTnS4PGLSZVFR { top:31.6875rem;left:14.625rem;width:33.125rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oahVuRVX1b9OC51afkVz49bXcGCAIC12 { top:31.6875rem;left:22.65625rem;width:2.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmmx09OtGQffygGr8S0ZVyTOSkUETrBy { top:36.4375rem;left:14.625rem;width:33.125rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfbWPeD3MH8OXu2nSmTrIQxdZhNR8V0e { top:36.4375rem;left:22.65625rem;width:2.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzT3hSN75uLTK6BVSZ43KCdLt5REVfCd { width:21.9375rem;height:3.75rem;top:42.125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtaxKB01Q8kn2l4vDpigTqV81AZ6V0Lp { display:block; }
 }@media only screen and (max-width: 763px) { #P1KZ4kWLSUErDbLdaSrzm3qNT6V30Or5 { top:16.5625rem;left:22.65625rem;width:2.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADnMdbpZ8krcCeCvfXiId4ATAtSzdENU { top:16.4375rem;left:14.625rem;width:33.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE { display:block; }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wln4d7MVIfd8iSz7CrvJuzU5tlg8LbAg { top:3.25rem;left:0rem;width:30.0625rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWMe2uFGgXOIG2RbZyOwtQl6Qik1L9en { top:15.9375rem;left:0rem;width:25.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANK31xofffRFqvVGsUxBULxJx6gsk9Bb { top:15.9375rem;left:0rem;width:2.375rem;height:1.0956412825651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Q9elttNRtH5dpMJ2aIqNPV8TbXCw5r { top:19.75rem;left:0rem;width:25.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieGrflTuZXSTHwNf4ab6xXXHfv43GRKF { top:19.8125rem;left:0rem;width:2.375rem;height:1.0956412825651rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoQ86QQIQRPkkLdFiItvnUiQiGArPsz0 { top:23.375rem;left:0rem;width:25.1875rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVhgEkW13p1IvCf5GWxdi24PTHcGTQVL { top:23.375rem;left:0rem;width:2.375rem;height:1.0956412825651rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNguoCZBsOzDKU5fxVlOchnnb5xlDgF5 { top:26.5rem;left:0rem;width:25.125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpCiQTLct62Bm7Vb2EqNI0F5bv4l1TF4 { width:21.9375rem;height:3.75rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQvpKxGE4fi2lewET44ry5QhRfgS2LoF { display:block; }
 }@media only screen and (max-width: 763px) { #nsbaxqZZOBlycSn4cKQwAyhhR1HWch6C { top:31.4375rem;left:0rem;width:2.375rem;height:1.0956412825651rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfFsLrJfTZpDWGdiqK693hHUo8xSNAA0 { top:31.375rem;left:0rem;width:25.1875rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWbnMQTGDElwPFRoR3yHG26L8BaZAlqv { top:35.0625rem;left:0rem;width:2.375rem;height:1.0956412825651rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0CqAbGr7iGzcXb71GLpzEqGhhxTkS9P { top:35.0625rem;left:0rem;width:25.1875rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCG3KDNqUaCqsFU39ePaD3X7XIpHslGu { top:40.375rem;left:0rem;width:2.375rem;height:1.0956412825651rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1g8SZol5gWJzqp2XHeC019VqDUElyBa { top:44.125rem;left:0rem;width:2.375rem;height:1.0956412825651rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0oEtChAQ2IwhQqzQin19MtwtozTEQuE { top:40.3125rem;left:0rem;width:25.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo8nWR5tzzMRBu73K5BPT313PTLGhdH4 { top:44.125rem;left:0rem;width:25.1875rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMUoDTxHNT56dFQhhKlh0u25CiWIqeeQ { top:26.5rem;left:0rem;width:2.375rem;height:1.0956412825651rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncixy7ykBkhWATvfShTb20mEi8UylArQ { display:block; }#ncixy7ykBkhWATvfShTb20mEi8UylArQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvt2rXOErIpL0WEkPHiJTQ62QNEHawhK { top:5.0625rem;left:0rem;width:31.125rem;height:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAXvHalwOpdCFWJxnbEamXpy2lzsftQx { top:12.0625rem;left:30.4375rem;width:2.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxmSHCxH2gbppunUE7a99fTvDdO05uAk { top:12rem;left:27.25rem;width:20.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5ToBg15MDXgVK4mdB1z6dCmntPWBre6 { top:3.25rem;left:26.5rem;width:21.25rem;height:7.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW5CiVM5i4fxXxRkUR9ySiZzCAEnL7TF { top:15.75rem;left:27.5rem;width:20.25rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3TAsossu2dXoyTkm94bH0hQB11aT5LD { top:15.8125rem;left:30.4375rem;width:2.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdwmiC4xP0TIIxZ7SSwN7DfgXxnNcTZT { top:24.1875rem;left:27rem;width:20.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc1HnRGDimnH31LfQWOiJHMmpISZTMBz { top:19.3125rem;left:28rem;width:19.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5sdxlTXTQWzaQ73VfcaWzTCt6wUGyyC { top:24.6875rem;left:30.4375rem;width:2.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byxWn0gGJJnHI4L5XF8zcE5vaZPdyhOc { top:19.75rem;left:30.4375rem;width:2.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFZXR0rmITXQt5dXPzZnV8Ht4OqClAeK { top:36.5625rem;left:30.8125rem;width:16.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBBgL6qoUd2dXEEDRo3K9TFDoQPMK4mP { top:32.4375rem;left:30.8125rem;width:16.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6FKMDWXcCLo1hTEoIaIE2w2NZykRxQA { top:36.625rem;left:30.4375rem;width:2.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJCg6wupamEI7bFcpFAxoEtfXyLQnnfW { top:32.875rem;left:30.4375rem;width:2.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRVThPV1sLNsCfv4bfE3GM7gylqzEUaO { top:28.625rem;left:30.75rem;width:17rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8WT79EWzudJmchDmaWJ7f4ZHfc3TSV7 { top:29rem;left:30.4375rem;width:2.4375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKnRyf6T5T9U85JmQ7TVw51AUXi5xfAg { width:18.5625rem;height:3.75rem;top:40.1875rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DECrDGqeEMJZP4v72ZTLzPbdz7R7xq8C { display:block; }
 }@media only screen and (max-width: 763px) { #u1HsLl13mqHm53yOy2ToTUzZXol05Dl2 { display:block; }#u1HsLl13mqHm53yOy2ToTUzZXol05Dl2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gv6t4xuC4PQdXxIxW630bpl9W2WeRhit { top:8.125rem;left:0rem;width:28.9375rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeMwffCGyrMVcAH0drBzt7Mx9SgLCHXb { top:3.6875rem;left:9.9375rem;width:37.8125rem;height:6.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thnWHUTVyHSaZ14H9C3gk6yErrlHIVWd { top:11.4375rem;left:12.4375rem;width:35.3125rem;height:21.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHypgRA82DoeP2x4RwMRtgTHIiKk4ZTt { top:4.5rem;left:0rem;width:33.8125rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t826wKNs28oSO7TcHH49x1kCHBEWJHEw { top:34.1875rem;left:10.25rem;width:37.5rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvS3iwFT2ekfL3aq416Ahgrlmpi7OCuZ { top:35.375rem;left:12.4375rem;width:35.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5pKaHQ9JMAE0EQdqo7RVn4Qls64IzRf { top:37.125rem;left:12.4375rem;width:35.3125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVdiHzfW2r8QCnnFgVwfwQPVc7i0TKx4 { top:38.9375rem;left:12.4375rem;width:35.3125rem;height:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsWR6duKSsQ1yZcn9x4iVRfD4uuJFHvi { top:42.1875rem;left:12.4375rem;width:35.3125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVewHeNZksaccku4XoTbTVsQ792l7Jld { top:42rem;left:12.4375rem;width:35.3125rem;height:2.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T { display:block; }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLTmRz4kepHD3zfUg19TSy8Mt1VdaK3F { top:14.25rem;left:9.1875rem;width:29.375rem;height:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CskGSdeVHzQM3lZlC2yki0276awxtr2O { width:21.9375rem;height:3.75rem;top:53.1875rem;left:12.248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf03liJdE2X1oJOlnOUnTUxXVdE0rPsX { display:block; }
 }@media only screen and (max-width: 763px) { #q9Oy4SWBdFKTJkqLgolKdRThQZq5ROeV { top:40.8125rem;left:9.125rem;width:29.4375rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #moNadeSRDAIWmGnyoClg3mWU7RZNv6ZD { top:18.1875rem;left:14.1875rem;width:19.375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpXkCtG6XPhoQTGGlRPIboriMXzEQB0n { top:19.3125rem;left:17.34375rem;width:13.0625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCiIwb0ydH5GXXgaQ0TaOropvU2b3n3k { top:42.3125rem;left:13.0302734375rem;width:20.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR9RQSH6XmpWpkEctg3sxU6vrqTqO7eI { top:2.25rem;left:0rem;width:47.75rem;height:40.319515306122rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSFI48WGFmTMpRQDP5VRuHz1Q8wnnpvM { top:58.0625rem;left:9.9970703125rem;width:26.5rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdvDvxaRaFkpE5v1MThhsvxtIOJLGXFK { top:46.1875rem;left:12.15625rem;width:23.4375rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leWJLxg7D7FfkdsSTTG4gayi4G6aFSsR { top:20.75rem;left:17.34375rem;width:13.0625rem;height:18.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x68HhPUNXDxLSqDUvatV3mxwlVPFEPUr { top:18.1875rem;left:13.560546875rem;width:19.375rem;height:19.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvdWRmgzDGyuAgXpr5592yN66VaPiMtU { top:77.625rem;left:0rem;width:18.875rem;height:1.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P { display:block; }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3GUZXcDllzEgTPnS1OPb0i0haZovxlk { top:6.3125rem;left:0rem;width:22.5rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF6a0ghHmXFaf2C4723igDGw3yQ62aJC { top:6.3125rem;left:19.875rem;width:27.875rem;height:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOuQGpaIbA92qXF411ximzUnTkXRAktQ { top:10.4375rem;left:20.0625rem;width:27.6875rem;height:26.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV7sue0sQJlWObWCCR2PsB7CkTN94Lak { display:block; }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yy3aXXSOpfF0oE16gI94qm0JcAbF9dPu { top:4rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp7y0qdW1tBPvX4tLy1H9bLQvUp5Cxww { top:12.9375rem;left:0rem;width:29.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOxhg7w7keoLFQ9lHwd77m3FwwKZJhwe { top:14.3125rem;left:0rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J396E1Hk763Qk5n5zDhsH7PH7ONbk4lK { top:17.4375rem;left:0rem;width:25.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1txIzsTh70bVGJ85y52D3A47BFZvmrH { top:12.9375rem;left:18.375rem;width:29.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnQHbfeb1ElnKLq85X1qHzGuk6BiwdTu { top:17.4375rem;left:21.9375rem;width:25.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksBTMfTP7XVVrGBkvOLdv7S34048NLw0 { top:14.3125rem;left:21.875rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTlH1aNAETxRSBcAREJsJ81JNND68FJn { top:25.5625rem;left:0rem;width:29.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIueguCPia5BTknqrlWH5FTVTWhDThUL { top:25.5625rem;left:18.375rem;width:29.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXlUB8MKiUMOhoGnyGxMEiUG04QHlfrr { top:30.75rem;left:0rem;width:25.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooRvDboGLRQ3mhDateLTbqLbatOXTII8 { top:29.625rem;left:21.9375rem;width:25.8125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvduLym6FnDuAtzAL26ASdx8EM4htlhh { top:27.625rem;left:0rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SARaIV15InTP5TXbPqiyXKbxpmOZH0Se { top:37.875rem;left:21.9375rem;width:25.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxWqehfS2XF4BqfUf0AKcPqeZvagGO8w { top:50.9375rem;left:18.375rem;width:29.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJlzr6vTvmVv7y71sxyIpgGDGgDPs1bn { top:56rem;left:21.9375rem;width:25.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPNHJtTxs0TkVeaPk4IU55TUlPTocmN5 { top:51.75rem;left:21.875rem;width:25.875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9E6HvJVqbTZpHJpLkBJX9DctGpGDWih { top:37.9375rem;left:0rem;width:29.625rem;height:37.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBu4Bc7VmuxZoTKffo2ePTNJGkDbHZVG { top:37.9375rem;left:18.375rem;width:29.375rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcdEI32H9tPZIrTt2PIkicEgJeXh9sf6 { top:41.0625rem;left:0rem;width:26.5625rem;height:;font-size:0.875rem;display:block; }#kcdEI32H9tPZIrTt2PIkicEgJeXh9sf6 li:before{  }
 }@media only screen and (max-width: 763px) { #FV2GwIuMzBtpvKCC0p31HmJeCTK6H813 { top:41.125rem;left:21.9375rem;width:25.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVKqH7i6HcONwg6Q0GaeVgeVKu6AEDK3 { top:27.625rem;left:21.875rem;width:25.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDTkRLohOG1bskgaEaQyFyN8Q1MNyLnf { top:39.125rem;left:0rem;width:25.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcmmwEW5pEsXhSUmxQqnIui1ZssmUI6g { top:39.1875rem;left:21.9375rem;width:25.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7R1RA17bscWHaOlbmDZbuqUVKUiTw09 { top:43.125rem;left:26.1875rem;width:4.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmPE7qgOfR5sFoCObF9w9rITxBXfeqbF { top:43.3125rem;left:31.3125rem;width:5.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6DKdm3957uJGaGlxO2rtBMTvkwqglDZ { top:43.4375rem;left:37.84375rem;width:7rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe { display:block; }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XE99uVO17PRlhAI33b9oLHVGDzFtU6mw { width:21.9375rem;height:3.75rem;top:44.3125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqxQOb0i1Gv1FAS8EyJntECaznmkqES7 { display:block; }
 }@media only screen and (max-width: 763px) { #zl18AuZB0IuzA6yd8TFMfLFS7OVEQnZl { display:block; }#zl18AuZB0IuzA6yd8TFMfLFS7OVEQnZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NiKlWmXwcoFGh2oNlUlTeAZ0IbvGlwcQ { top:1.1875rem;left:0rem;width:5.625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViODbTPgTpSW22Friq1zkqG6xeOnMJOR { top:1.1875rem;left:0rem;width:11.625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFNnNrqOEn3Cv4V8GzydR6X2R9QT2MiU { top:1.25rem;left:11.75rem;width:11.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmk35pTmXeltS02orBGTF3dbUSlgOx69 { top:1.25rem;left:25.3125rem;width:13.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZz6i7sMZmHABxsg8hEhaUU7uhUhLZpt { top:1.1875rem;left:31.5rem;width:16.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmG85BK9CHEoJTquJ2FfvVB64F1go6kl { top:0.8125rem;left:6.4370374679562rem;width:3.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yFglN8lN7hUZLCXtSfwBCvSPMiMeLRgW { width:18.4995403125rem;height:1.125rem;top:0.48828122019768rem;left:0.74908089637756rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTyFsZ3EqD6nBgm1pZvcBSRUL1X7d0kP { display:block; }#MTyFsZ3EqD6nBgm1pZvcBSRUL1X7d0kP > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/12564e4d-d9d9-4d7e-8527-f1ae6ad9ae09/s1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN.adaptive-delivery-prevent-bg, #bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN.lazyload, #bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN.lazyloading { background-image: none; }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN > .row .container { background-color: transparent; background-image: none; }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN > .row .container > .video-iframe-container { display: none; }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN > .row > .video-iframe-container { display: none; }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRZ0ks8gHxpNuyTFiQPi64J2w5t1NqMN > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gp3EOn7L0fvkbCtsIDxeSuyxmfyRvrzZ { width:11.3740234375rem;height:16.7490234375rem;top:2.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmr4xfUot19vvAPltOddv0pIu9fOyypB { width:20rem;height:4.375rem;top:19.6865234375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pBqpBDJPkXxzs0aVg3OLtI1soOgLO3pn { width:20rem;height:5rem;top:25.3740234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nx8RJB9vi22Ra8Li98CnS1a8qZhigCt9 { width:11.6875rem;height:3.5rem;top:31.1240234375rem;left:4.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLbgBrLiuo4thm1UJyCDRvzrXIihaN4p { display:block; }
 }@media only screen and (max-width: 763px) { #wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN { background-color:#bcd0cd;background-image:url("https://images.assets-landingi.com/uc/0fba13fe-0943-4bcc-a7de-276bd2f78735/s2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN.adaptive-delivery-prevent-bg, #wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN.lazyload, #wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN.lazyloading { background-image: none; }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN > .row .container { background-color: transparent; background-image: none; }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN > .row .container > .video-iframe-container { display: none; }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN > .row > .video-iframe-container { display: none; }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wfkvZ5vTu95g4SAFP6AVaPVJqo5XfdzN > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGyhTM7ER5fhqsct3xKK11vT0fUaFyE8 { width:20rem;height:22.8720703125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOlwf6QFgb9iI5w9WIiAW1hrm9B1xg1y { width:20rem;height:4.5rem;top:24.6845703125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F5Sekx4miKnh8wN490IoTmnNUykb3MTh { width:20rem;height:30.1875rem;top:30.4345703125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EALNK8dg87EcsE4A9m60RNfofXKTE13n { width:18.9990234375rem;height:3.75rem;top:62.4345703125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW6W5uONxb6GWSArDZImE7xqBFDo2f53 { display:block; }
 }@media only screen and (max-width: 763px) { #XynKubmv9yGdUn1ico5rKXmWPiKR6xFE { background-color:#bcd0cd;background-image:url("https://images.assets-landingi.com/uc/ea39e3c5-7359-4cdd-83e0-c7f58d9d52fc/s3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE.adaptive-delivery-prevent-bg, #XynKubmv9yGdUn1ico5rKXmWPiKR6xFE.lazyload, #XynKubmv9yGdUn1ico5rKXmWPiKR6xFE.lazyloading { background-image: none; }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE > .row .container { background-color: transparent; background-image: none; }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE > .row .container > .video-iframe-container { display: none; }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE > .row > .video-iframe-container { display: none; }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XynKubmv9yGdUn1ico5rKXmWPiKR6xFE > .row .container { width:20rem;height:98.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJA2GWRaR4IR3mnBZVcrEK0nP9IJInax { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dHwMDKV7oWurByTFB5kAgL1PzfJeSK30 { width:18.9990234375rem;height:3.75rem;top:93.3115234375rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAaU8kAFgaub9aLc38KKHPpNJuTZsxnf { display:block; }
 }@media only screen and (max-width: 763px) { #I4I8uWVsfhnp9W62SH9aiK5Haw4OWwNf { width:20rem;height:12.9716796875rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKSsgvQp2rfHJVF5zVIx6wd1Al0XeSib { width:20rem;height:13.04296875rem;top:21.8466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMwdkzwolePxTF7QoldBZF128WGID7vg { width:20rem;height:13.04296875rem;top:36.1396484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9hOEAnSbOfMWJoVVhmUU6fT2hmedaow { width:20rem;height:13.04296875rem;top:64.7255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rioMV5dabidnxvmXfDGqph14FqCkiDhL { width:20rem;height:13.04296875rem;top:79.0185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQSq3aTqFWi7Hn42SqlEK6nEO70satmk { width:20rem;height:13.04296875rem;top:50.4326171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy { background-color:#c85d28;background-image:url("https://images.assets-landingi.com/uc/11b6746f-57bd-4fa3-bdea-ea9aa7238ebe/s4.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy.adaptive-delivery-prevent-bg, #WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy.lazyload, #WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy.lazyloading { background-image: none; }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy > .row .container { background-color: transparent; background-image: none; }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy > .row .container > .video-iframe-container { display: none; }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy > .row > .video-iframe-container { display: none; }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyVVZ2gkwZAkFb1w0ZrvVuAxf7sDmPAy > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubenMrX40iQOgQddS3oFrRv43onqpWII { width:20rem;height:19rem;top:14.9375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxaeX4a98lcgCUHXJLnpIGx8eGWzfL5E { width:18.9990234375rem;height:3.75rem;top:36.25rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNfZMzom2OHu9XP8A2zmx73xNAXa0Vfe { display:block; }
 }@media only screen and (max-width: 763px) { #qCrnqq2yui0MrWH3LSQ1LTU21B8rAgSe { width:20rem;height:2.25rem;top:11.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 { background-color:#050607;background-image:url("https://images.assets-landingi.com/uc/3b4bd454-b9de-4cb4-b67d-7339e9041fac/s5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3.adaptive-delivery-prevent-bg, #d1qONOPHQq5sI03VHGklcCTiwwTLx5F3.lazyload, #d1qONOPHQq5sI03VHGklcCTiwwTLx5F3.lazyloading { background-image: none; }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 > .row .container { background-color: transparent; background-image: none; }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 > .row .container > .video-iframe-container { display: none; }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 > .row > .video-iframe-container { display: none; }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d1qONOPHQq5sI03VHGklcCTiwwTLx5F3 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqWr18x6sQapT4AUbyPz2KSriyEluuFQ { width:20rem;height:6.75rem;top:0.8125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p6sXlEzCsFczPBrFEySGZ7hEi0TpL4sT { width:18.9990234375rem;height:3.75rem;top:20.5625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPzMFspOQncT4fpDOp6dkx8R5QbT3lQQ { display:block; }
 }@media only screen and (max-width: 763px) { #Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR { background-color:#bcd0cd;background-image:url("https://images.assets-landingi.com/uc/86c83cdc-1dce-4301-a206-c7cef1e94712/s6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR.adaptive-delivery-prevent-bg, #Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR.lazyload, #Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR.lazyloading { background-image: none; }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR > .row .container { background-color: transparent; background-image: none; }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR > .row .container > .video-iframe-container { display: none; }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR > .row > .video-iframe-container { display: none; }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wl6oBqK4eRfhJdazAOGS0DKgLJIzJxCR > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQS25BuLZrH4BeKT7tHCKBPB4R60SHeE { width:20rem;height:4.5rem;top:12.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LIccDzFWlQenTspxh676wbJUSEByHsT5 { width:16.9375rem;height:5.625rem;top:30.4990234375rem;left:1.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogSKXhdF9zsAnuTC1NUZSadTmFLTvGTO { width:2.4365234375rem;height:1.1240234375rem;top:28.375rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUSUio6reCn41IbF4ZW9BBAbVREiC2K6 { width:16.9375rem;height:5.625rem;top:40.40625rem;left:1.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s48KvPdk5uDQk8HtIOW7nKTdroezQNmL { width:2.3740234375rem;height:1.0947265625rem;top:37.8740234375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ureHlLqRazZeOcFxkUHoTnS4PGLSZVFR { width:16.9375rem;height:4.5rem;top:49.4384765625rem;left:1.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oahVuRVX1b9OC51afkVz49bXcGCAIC12 { width:2.3740234375rem;height:1.0947265625rem;top:47.34375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lmmx09OtGQffygGr8S0ZVyTOSkUETrBy { width:16.9375rem;height:4.5rem;top:57.595703125rem;left:1.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PfbWPeD3MH8OXu2nSmTrIQxdZhNR8V0e { width:2.3740234375rem;height:1.0947265625rem;top:55.3134765625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzT3hSN75uLTK6BVSZ43KCdLt5REVfCd { width:18.9990234375rem;height:3.75rem;top:64.158203125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtaxKB01Q8kn2l4vDpigTqV81AZ6V0Lp { display:block; }
 }@media only screen and (max-width: 763px) { #P1KZ4kWLSUErDbLdaSrzm3qNT6V30Or5 { width:2.4375rem;height:1.125rem;top:19.4365234375rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADnMdbpZ8krcCeCvfXiId4ATAtSzdENU { width:20rem;height:4.5rem;top:21.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4eae3e31-ef05-47cd-b234-0bbe6952204a/s9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE.adaptive-delivery-prevent-bg, #RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE.lazyload, #RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE.lazyloading { background-image: none; }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE > .row .container { background-color: transparent; background-image: none; }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE > .row .container > .video-iframe-container { display: none; }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE > .row > .video-iframe-container { display: none; }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RX1rOhtt5LHQesQ9P1QCmiXuWw2qd0wE > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wln4d7MVIfd8iSz7CrvJuzU5tlg8LbAg { width:20rem;height:6.75rem;top:3.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nWMe2uFGgXOIG2RbZyOwtQl6Qik1L9en { width:16.9375rem;height:3.375rem;top:14.5947265625rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ANK31xofffRFqvVGsUxBULxJx6gsk9Bb { width:2.3740234375rem;height:1.0947265625rem;top:12.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8Q9elttNRtH5dpMJ2aIqNPV8TbXCw5r { width:16.9375rem;height:3.375rem;top:21.564453125rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ieGrflTuZXSTHwNf4ab6xXXHfv43GRKF { width:2.3740234375rem;height:1.0947265625rem;top:19.2197265625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoQ86QQIQRPkkLdFiItvnUiQiGArPsz0 { width:16.9375rem;height:2.25rem;top:28.5341796875rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HVhgEkW13p1IvCf5GWxdi24PTHcGTQVL { width:2.3740234375rem;height:1.0947265625rem;top:26.189453125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNguoCZBsOzDKU5fxVlOchnnb5xlDgF5 { width:16.9375rem;height:4.5rem;top:34.37890625rem;left:1.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gpCiQTLct62Bm7Vb2EqNI0F5bv4l1TF4 { width:18.9990234375rem;height:3.75rem;top:68.8203125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQvpKxGE4fi2lewET44ry5QhRfgS2LoF { display:block; }
 }@media only screen and (max-width: 763px) { #nsbaxqZZOBlycSn4cKQwAyhhR1HWch6C { width:2.375rem;height:1.0947265625rem;top:40.12890625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfFsLrJfTZpDWGdiqK693hHUo8xSNAA0 { width:20rem;height:2.25rem;top:42.4736328125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWbnMQTGDElwPFRoR3yHG26L8BaZAlqv { width:2.375rem;height:1.0947265625rem;top:45.9736328125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0CqAbGr7iGzcXb71GLpzEqGhhxTkS9P { width:20rem;height:3.375rem;top:48.318359375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCG3KDNqUaCqsFU39ePaD3X7XIpHslGu { width:2.375rem;height:1.0947265625rem;top:52.943359375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1g8SZol5gWJzqp2XHeC019VqDUElyBa { width:2.375rem;height:1.0947265625rem;top:59.9130859375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0oEtChAQ2IwhQqzQin19MtwtozTEQuE { width:20rem;height:3.375rem;top:55.2880859375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wo8nWR5tzzMRBu73K5BPT313PTLGhdH4 { width:20rem;height:3.375rem;top:62.2578125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMUoDTxHNT56dFQhhKlh0u25CiWIqeeQ { width:2.375rem;height:1.0947265625rem;top:32.0341796875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncixy7ykBkhWATvfShTb20mEi8UylArQ { background-color:#bcd0cd;background-image:url("https://images.assets-landingi.com/uc/af66360d-ebf4-41b3-9973-547090f6e85a/s8.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#ncixy7ykBkhWATvfShTb20mEi8UylArQ.adaptive-delivery-prevent-bg, #ncixy7ykBkhWATvfShTb20mEi8UylArQ.lazyload, #ncixy7ykBkhWATvfShTb20mEi8UylArQ.lazyloading { background-image: none; }#ncixy7ykBkhWATvfShTb20mEi8UylArQ > .row .container { background-color: transparent; background-image: none; }#ncixy7ykBkhWATvfShTb20mEi8UylArQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncixy7ykBkhWATvfShTb20mEi8UylArQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncixy7ykBkhWATvfShTb20mEi8UylArQ > .row .container > .video-iframe-container { display: none; }#ncixy7ykBkhWATvfShTb20mEi8UylArQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncixy7ykBkhWATvfShTb20mEi8UylArQ > .row > .video-iframe-container { display: none; }#ncixy7ykBkhWATvfShTb20mEi8UylArQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncixy7ykBkhWATvfShTb20mEi8UylArQ > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvt2rXOErIpL0WEkPHiJTQ62QNEHawhK { width:13.75rem;height:19.25rem;top:2.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAXvHalwOpdCFWJxnbEamXpy2lzsftQx { width:2.3740234375rem;height:1.0947265625rem;top:28.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxmSHCxH2gbppunUE7a99fTvDdO05uAk { width:16.935546875rem;height:2.5rem;top:30.2822265625rem;left:1.5322265625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C5ToBg15MDXgVK4mdB1z6dCmntPWBre6 { width:20rem;height:4.875rem;top:22.4375rem;left:0rem;font-size:1.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FW5CiVM5i4fxXxRkUR9ySiZzCAEnL7TF { width:16.935546875rem;height:3.75rem;top:36.314453125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3TAsossu2dXoyTkm94bH0hQB11aT5LD { width:2.3740234375rem;height:1.0947265625rem;top:33.9697265625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdwmiC4xP0TIIxZ7SSwN7DfgXxnNcTZT { width:16.935546875rem;height:2.5rem;top:51.00390625rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sc1HnRGDimnH31LfQWOiJHMmpISZTMBz { width:16.935546875rem;height:2.5rem;top:43.6591796875rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5sdxlTXTQWzaQ73VfcaWzTCt6wUGyyC { width:2.3740234375rem;height:1.0947265625rem;top:48.6591796875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #byxWn0gGJJnHI4L5XF8zcE5vaZPdyhOc { width:2.3740234375rem;height:1.0947265625rem;top:41.314453125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFZXR0rmITXQt5dXPzZnV8Ht4OqClAeK { width:16.935546875rem;height:1.25rem;top:69.2880859375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBBgL6qoUd2dXEEDRo3K9TFDoQPMK4mP { width:16.935546875rem;height:2.5rem;top:63.193359375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E6FKMDWXcCLo1hTEoIaIE2w2NZykRxQA { width:2.3740234375rem;height:1.0947265625rem;top:66.943359375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJCg6wupamEI7bFcpFAxoEtfXyLQnnfW { width:2.3740234375rem;height:1.0947265625rem;top:60.8486328125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRVThPV1sLNsCfv4bfE3GM7gylqzEUaO { width:16.935546875rem;height:2.5rem;top:57.0986328125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n8WT79EWzudJmchDmaWJ7f4ZHfc3TSV7 { width:2.3740234375rem;height:1.0947265625rem;top:54.75390625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKnRyf6T5T9U85JmQ7TVw51AUXi5xfAg { width:18.5615234375rem;height:3.75rem;top:71.7880859375rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DECrDGqeEMJZP4v72ZTLzPbdz7R7xq8C { display:block; }
 }@media only screen and (max-width: 763px) { #u1HsLl13mqHm53yOy2ToTUzZXol05Dl2 { display:none; }#u1HsLl13mqHm53yOy2ToTUzZXol05Dl2 > .row .container { width:20rem;height:77.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gv6t4xuC4PQdXxIxW630bpl9W2WeRhit { width:13.75rem;height:15.25rem;top:4.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeMwffCGyrMVcAH0drBzt7Mx9SgLCHXb { width:20rem;height:6.5625rem;top:21.5rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #thnWHUTVyHSaZ14H9C3gk6yErrlHIVWd { width:20rem;height:29.25rem;top:30.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KHypgRA82DoeP2x4RwMRtgTHIiKk4ZTt { width:18.75rem;height:18.75rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t826wKNs28oSO7TcHH49x1kCHBEWJHEw { width:20rem;height:13.5625rem;top:61.859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvS3iwFT2ekfL3aq416Ahgrlmpi7OCuZ { width:20rem;height:1.125rem;top:62.484375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s5pKaHQ9JMAE0EQdqo7RVn4Qls64IzRf { width:20rem;height:2rem;top:64.296875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rVdiHzfW2r8QCnnFgVwfwQPVc7i0TKx4 { width:20rem;height:3rem;top:66.953125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IsWR6duKSsQ1yZcn9x4iVRfD4uuJFHvi { width:20rem;height:0;top:72.234375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVewHeNZksaccku4XoTbTVsQ792l7Jld { width:20rem;height:3rem;top:70.734375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T { background-color:#bcd0cd;background-image:url("https://images.assets-landingi.com/uc/0ba3d072-2dd2-4d98-abf7-5df210d486b9/s10.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T.adaptive-delivery-prevent-bg, #CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T.lazyload, #CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T.lazyloading { background-image: none; }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T > .row .container { background-color: transparent; background-image: none; }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T > .row .container > .video-iframe-container { display: none; }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T > .row > .video-iframe-container { display: none; }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CP2ZGSHTcbvSlbSsxbSVwA7dRAd4yK3T > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLTmRz4kepHD3zfUg19TSy8Mt1VdaK3F { width:20rem;height:37.5rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CskGSdeVHzQM3lZlC2yki0276awxtr2O { width:19.5rem;height:3.75rem;top:42.9375rem;left:0.5rem;font-size:1.125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Pf03liJdE2X1oJOlnOUnTUxXVdE0rPsX { display:block; }
 }@media only screen and (max-width: 763px) { #q9Oy4SWBdFKTJkqLgolKdRThQZq5ROeV { width:20rem;height:2.5625rem;top:32.474609375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #moNadeSRDAIWmGnyoClg3mWU7RZNv6ZD { width:19.375rem;height:19.375rem;top:21.59375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpXkCtG6XPhoQTGGlRPIboriMXzEQB0n { width:13.0625rem;height:18.3125rem;top:20.9375rem;left:4.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCiIwb0ydH5GXXgaQ0TaOropvU2b3n3k { width:20rem;height:0;top:44.0625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QR9RQSH6XmpWpkEctg3sxU6vrqTqO7eI { width:20rem;height:16.888671875rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSFI48WGFmTMpRQDP5VRuHz1Q8wnnpvM { width:20rem;height:1rem;top:48rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdvDvxaRaFkpE5v1MThhsvxtIOJLGXFK { width:20rem;height:4.6875rem;top:35.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leWJLxg7D7FfkdsSTTG4gayi4G6aFSsR { width:13rem;height:18.224609375rem;top:10.375rem;left:3.5rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #x68HhPUNXDxLSqDUvatV3mxwlVPFEPUr { width:19.375rem;height:19.375rem;top:8.25rem;left:0.625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #cvdWRmgzDGyuAgXpr5592yN66VaPiMtU { width:18.9365234375rem;height:1.6875rem;top:29.9375rem;left:0.53125rem;font-size:1.3125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ddc30ff-20c3-47df-aaee-bba380c6197d/s11.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P.adaptive-delivery-prevent-bg, #GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P.lazyload, #GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P.lazyloading { background-image: none; }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P > .row .container { background-color: transparent; background-image: none; }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P > .row .container > .video-iframe-container { display: none; }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P > .row > .video-iframe-container { display: none; }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GWx4cCxdswg6EMNK2TQ7NBTHn2r4Mo3P > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3GUZXcDllzEgTPnS1OPb0i0haZovxlk { width:13.75rem;height:21.4375rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF6a0ghHmXFaf2C4723igDGw3yQ62aJC { width:20rem;height:2.25rem;top:24.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOuQGpaIbA92qXF411ximzUnTkXRAktQ { width:20rem;height:19.25rem;top:28.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tV7sue0sQJlWObWCCR2PsB7CkTN94Lak { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2858be73-610f-4bac-8f21-42cd95fcbc59/s12.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak.adaptive-delivery-prevent-bg, #tV7sue0sQJlWObWCCR2PsB7CkTN94Lak.lazyload, #tV7sue0sQJlWObWCCR2PsB7CkTN94Lak.lazyloading { background-image: none; }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak > .row .container { background-color: transparent; background-image: none; }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak > .row .container > .video-iframe-container { display: none; }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak > .row > .video-iframe-container { display: none; }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tV7sue0sQJlWObWCCR2PsB7CkTN94Lak > .row .container { width:20rem;height:137.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yy3aXXSOpfF0oE16gI94qm0JcAbF9dPu { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tp7y0qdW1tBPvX4tLy1H9bLQvUp5Cxww { width:20rem;height:11.25rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOxhg7w7keoLFQ9lHwd77m3FwwKZJhwe { width:18.75rem;height:1.25rem;top:6.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J396E1Hk763Qk5n5zDhsH7PH7ONbk4lK { width:18.75rem;height:3.375rem;top:9.5625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V1txIzsTh70bVGJ85y52D3A47BFZvmrH { width:20rem;height:11.25rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnQHbfeb1ElnKLq85X1qHzGuk6BiwdTu { width:18.75rem;height:3.375rem;top:20.9375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ksBTMfTP7XVVrGBkvOLdv7S34048NLw0 { width:18.75rem;height:1.25rem;top:18.6875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTlH1aNAETxRSBcAREJsJ81JNND68FJn { width:20rem;height:11.25rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIueguCPia5BTknqrlWH5FTVTWhDThUL { width:20rem;height:11.25rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXlUB8MKiUMOhoGnyGxMEiUG04QHlfrr { width:18.75rem;height:2.25rem;top:35.0625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ooRvDboGLRQ3mhDateLTbqLbatOXTII8 { width:18.75rem;height:5.625rem;top:46.625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zvduLym6FnDuAtzAL26ASdx8EM4htlhh { width:18.75rem;height:1.25rem;top:31.814453125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SARaIV15InTP5TXbPqiyXKbxpmOZH0Se { width:18.75rem;height:1.25rem;top:52.5rem;left:0.625rem;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #dxWqehfS2XF4BqfUf0AKcPqeZvagGO8w { width:20rem;height:11.25rem;top:124.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJlzr6vTvmVv7y71sxyIpgGDGgDPs1bn { width:18.75rem;height:2.25rem;top:130.4375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPNHJtTxs0TkVeaPk4IU55TUlPTocmN5 { width:18.75rem;height:2.5rem;top:125.9375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9E6HvJVqbTZpHJpLkBJX9DctGpGDWih { width:20rem;height:55rem;top:55.8095703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBu4Bc7VmuxZoTKffo2ePTNJGkDbHZVG { width:20rem;height:11.25rem;top:112.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcdEI32H9tPZIrTt2PIkicEgJeXh9sf6 { width:18.75rem;height:50.9375rem;top:60.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#kcdEI32H9tPZIrTt2PIkicEgJeXh9sf6 li:before{  }
 }@media only screen and (max-width: 763px) { #FV2GwIuMzBtpvKCC0p31HmJeCTK6H813 { width:18.75rem;height:1.125rem;top:116.75rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EVKqH7i6HcONwg6Q0GaeVgeVKu6AEDK3 { width:18.75rem;height:2.5rem;top:43.501953125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDTkRLohOG1bskgaEaQyFyN8Q1MNyLnf { width:18.75rem;height:2.5rem;top:57.04296875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XcmmwEW5pEsXhSUmxQqnIui1ZssmUI6g { width:18.75rem;height:1.25rem;top:114.375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c7R1RA17bscWHaOlbmDZbuqUVKUiTw09 { width:4rem;height:1.9375rem;top:119.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmPE7qgOfR5sFoCObF9w9rITxBXfeqbF { width:5.0625rem;height:1.6875rem;top:119.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6DKdm3957uJGaGlxO2rtBMTvkwqglDZ { width:5.1875rem;height:1.25rem;top:120.125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe { background-color:#bcd0cd;background-image:url("https://images.assets-landingi.com/uc/5a63c547-6505-41c4-96e4-b8a46fe09a13/s13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe.adaptive-delivery-prevent-bg, #dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe.lazyload, #dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe.lazyloading { background-image: none; }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe > .row .container { background-color: transparent; background-image: none; }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe > .row .container > .video-iframe-container { display: none; }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe > .row > .video-iframe-container { display: none; }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dVpAdy5WXyPHgqn3oxZQTA36bd5Om9fe > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XE99uVO17PRlhAI33b9oLHVGDzFtU6mw { width:18.9990234375rem;height:3.75rem;top:13.3125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqxQOb0i1Gv1FAS8EyJntECaznmkqES7 { display:block; }
 }@media only screen and (max-width: 763px) { #zl18AuZB0IuzA6yd8TFMfLFS7OVEQnZl { display:block; }#zl18AuZB0IuzA6yd8TFMfLFS7OVEQnZl > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NiKlWmXwcoFGh2oNlUlTeAZ0IbvGlwcQ { width:5.625rem;height:1.125rem;top:1.25rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ViODbTPgTpSW22Friq1zkqG6xeOnMJOR { width:11.623046875rem;height:1.125rem;top:3.625rem;left:4.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFNnNrqOEn3Cv4V8GzydR6X2R9QT2MiU { width:11.5625rem;height:1.125rem;top:9.125rem;left:4.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mmk35pTmXeltS02orBGTF3dbUSlgOx69 { width:13.125rem;height:1.125rem;top:11.5rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZz6i7sMZmHABxsg8hEhaUU7uhUhLZpt { width:20rem;height:1.125rem;top:13.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hmG85BK9CHEoJTquJ2FfvVB64F1go6kl { width:3.4375rem;height:1.875rem;top:6rem;left:8.25rem;display:block; }
 }