.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002748;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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#OwAkdZTtMTwFTu1zLXdBqtf41uGi0TfA { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -moz-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -ms-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -o-linear-gradient(90deg, #2fbe2d, #3ce558);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fbe2d', endColorstr='#3ce558' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fbe2d', endColorstr='#3ce558' );";background-image: linear-gradient(90deg, #2fbe2d, #3ce558);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(91,245,115,0.5) ;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:"clear sans display";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:23.3125rem;height:4.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:35.107292175293rem;left:0rem;display:block; }
#k9byl5PVHHpqn1ts9euzTnsCiOs96OUa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HAo0WC6zbJoZmZz7QONO2VA5Lvhtb7wa { color:#ffffff;display:block;width:33.8125rem;position:absolute;font-family:"clear sans display";font-size:4.8125rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.24609375rem;left:0rem;height:6.255875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q7EiDusPPK1uoBnoKgP8TTzgg9vO0vlS { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:"clear sans display";font-size:4.375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:14.16796875rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RWeUv9KTZEOdLlE7eynt6LoZKOdZa4Mp { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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;height:5.4375rem;width:34.1875rem;top:2.5625rem;left:-2rem;display:block; }
#itevUISWO5TlCuJ5wM7iB8TTmIzp8mvt { background-color:transparent;background-image:none;border-top:0.0625rem solid #00b1fb;border-left:0.0625rem solid #00b1fb;border-right:0.0625rem solid #00b1fb;border-bottom:0.0625rem solid #00b1fb;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"clear sans display";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:26.75rem;left:0rem;display:block; }
#w11xq8E1oqWVaf6QFwxwBFATSMvh0T2b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IpvIZ6GtFqG5sWe7qL5Il4G7xPJH18v9 { background-color:#00b1fb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#004889;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clear sans display";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.5625rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30rem;left:19.270833015442rem;display:block; }
#niCxXynfewiMqTKTAIbm5QkvXiaeMK9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qk9uTkcdhDHkhN9TwFnCCOc70Kv8gQNl { background-color:transparent;background-image:none;border-top:0.0625rem solid #00b1fb;border-left:0.0625rem solid #00b1fb;border-right:0.0625rem solid #00b1fb;border-bottom:0.0625rem solid #00b1fb;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"clear sans display";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.1875rem;height:2.395833375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.75rem;left:6.8750009536744rem;display:block; }
#HeKlCeU468GWw5MBdcQOzC9qMocyz821 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oksvEfg4KqAHeWcg75Cl8EKWw2ZUwZ60 { background-color:transparent;background-image:none;border-top:0.0625rem solid #00b1fb;border-left:0.0625rem solid #00b1fb;border-right:0.0625rem solid #00b1fb;border-bottom:0.0625rem solid #00b1fb;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"clear sans display";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:8.75rem;height:2.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.8125rem;left:14.6875rem;display:block; }
#NNHfbDipPTra8nz2Au3LZrD2v60cArDk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CeqM0oGRFPGy2uqWnnJmOWxLuQsZi4Mf { background-color:transparent;background-image:none;border-top:0.0625rem solid #00b1fb;border-left:0.0625rem solid #00b1fb;border-right:0.0625rem solid #00b1fb;border-bottom:0.0625rem solid #00b1fb;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"clear sans display";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.8125rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:30rem;left:0rem;display:block; }
#BmeTrnUP3AK2WCFwKvSQKu9O8NmHNiup { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kMhJFVC1lRrFv6pS0f5VpSe6BLgzlBOw { color:rgba(255,255,255,0.7);display:block;width:6.4375rem;position:absolute;font-family:"clear sans display";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.75rem;left:35.0625rem;height:1.21875rem;font-style:normal;display:block; }
#XO8g5ANCdvWuRKSnlpbggZBK0zM06iEU { position:absolute;display:block;z-index:15009;background-color:#5bf573;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: 0.0625rem 0.0625rem 0.625rem rgba(0,255,56,0.5) ;height:0.625rem;width:0.625rem;top:5.0625rem;left:33.5rem;display:block; }
#u9NLzUEIrJ2md5s3iGQzI3gDB7hgo8aJ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#V7Pp6HOEBwlKnTmOTGh81yxf6am9MwZb { background-color:transparent;background-image:none;border-top:0.0625rem solid #00b1fb;border-left:0.0625rem solid #00b1fb;border-right:0.0625rem solid #00b1fb;border-bottom:0.0625rem solid #00b1fb;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"clear sans display";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.625rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.8125rem;left:24.0625rem;display:block; }
#nBEZ43bHrts6eXmJk79DykCW4k7ooZDM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h0RfGoeNaxf0AReKaqhagxUCu4u3Gfq8 { background-color:transparent;background-image:none;border-top:0.0625rem solid #00b1fb;border-left:0.0625rem solid #00b1fb;border-right:0.0625rem solid #00b1fb;border-bottom:0.0625rem solid #00b1fb;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"clear sans display";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.145833375rem;height:2.270833375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.0625rem;left:7.5000009536744rem;display:block; }
#K9eewkTUufToEUscfyoKAFdWUnFacI0p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lLqXZt9ZPQBI2AN15s2ZaQkz0J1L7Lhv { background-color:transparent;background-image:none;border-top:0.0625rem solid #00b1fb;border-left:0.0625rem solid #00b1fb;border-right:0.0625rem solid #00b1fb;border-bottom:0.0625rem solid #00b1fb;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"clear sans display";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:26.864582061767rem;left:31.375000953674rem;display:block; }
#gOkp4f24M9ra8DvITeW7N4TN1oRaQ22S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sOvcN5QC8tzhZzlEdLuTyNx0rJoB6T0C { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fb6ecd97-31e4-4793-829d-41783c47259e/download20240202T125555195.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.0625rem;width:54.9375rem;top:0rem;left:42.9375rem;display:block; }#sOvcN5QC8tzhZzlEdLuTyNx0rJoB6T0C.adaptive-delivery-prevent-bg, #sOvcN5QC8tzhZzlEdLuTyNx0rJoB6T0C.lazyload, #sOvcN5QC8tzhZzlEdLuTyNx0rJoB6T0C.lazyloading { background-image: none; }
#FvO6EkcgQ3OHcP5dwAd78fGXcEq0SM5e { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:"clear sans display";font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:35.3876953125rem;left:31.375rem;height:2.6879875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z39f9tfI3gSAC1Gl97I2S7QDvZW9nnF2 { color:#ffbd00;display:block;width:7.125rem;position:absolute;font-family:"font awesome 2022";font-size:1rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:38.2314453125rem;left:28rem;height:1.0004875rem;font-style:normal;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:right;text-align-last:right;display:block; }
#rM6mC9T6SMWTwiLUduU7TJrH0Ulwa6B7 { color:#ffffff;display:block;width:5.625rem;position:absolute;font-family:"clear sans display";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:35.6689453125rem;left:25.1875rem;height:2.125rem;font-style:normal;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:right;text-align-last:right;display:block; }
#BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r { position:relative;display:none; }#BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r { border-width: 0; border-radius: 0; }#BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IGfLlV7zmxEHzQqgZQh573DaUgtm94r8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e1b22a, #ca9603);background-image: -moz-linear-gradient(90deg, #e1b22a, #ca9603);background-image: -ms-linear-gradient(90deg, #e1b22a, #ca9603);background-image: -o-linear-gradient(90deg, #e1b22a, #ca9603);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1b22a', endColorstr='#ca9603' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1b22a', endColorstr='#ca9603' );";background-image: linear-gradient(90deg, #e1b22a, #ca9603);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; }#IGfLlV7zmxEHzQqgZQh573DaUgtm94r8 > .row .container { background-color: transparent; background-image: none; }#IGfLlV7zmxEHzQqgZQh573DaUgtm94r8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGfLlV7zmxEHzQqgZQh573DaUgtm94r8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGfLlV7zmxEHzQqgZQh573DaUgtm94r8 > .row .container > .video-iframe-container { display: none; }#IGfLlV7zmxEHzQqgZQh573DaUgtm94r8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGfLlV7zmxEHzQqgZQh573DaUgtm94r8 > .row > .video-iframe-container { display: none; }#IGfLlV7zmxEHzQqgZQh573DaUgtm94r8 > .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); }#IGfLlV7zmxEHzQqgZQh573DaUgtm94r8 > .row .container { border-width: 0; border-radius: 0; }#IGfLlV7zmxEHzQqgZQh573DaUgtm94r8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IGfLlV7zmxEHzQqgZQh573DaUgtm94r8 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#yX7nEoTQt2QdsrwRWQiA5J3BMQLQ8mX1 { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:"clear sans display";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.953125rem;left:0rem;height:2.8418rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nxkSQ5vUTb6md1qDuf7w7lXJ4k0I3nCt { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.4);border-left:0.0625rem solid rgba(0,0,0,0.4);border-right:0.0625rem solid rgba(0,0,0,0.4);border-bottom:0.0625rem solid rgba(0,0,0,0.4);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,194,0,0.5) ;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:"clear sans display";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.375rem;height:4.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.3125rem;left:42.4375rem;display:block; }
#ghRsVPdGmTVDhSeeZBCQxWmmCsqM85dq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SSKQnBNcrIO4D8U8HilazgdtAzflsJ0r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #e5e5e5);background-image: -moz-linear-gradient(90deg, #ffffff, #e5e5e5);background-image: -ms-linear-gradient(90deg, #ffffff, #e5e5e5);background-image: -o-linear-gradient(90deg, #ffffff, #e5e5e5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5' );";background-image: linear-gradient(90deg, #ffffff, #e5e5e5);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; }#SSKQnBNcrIO4D8U8HilazgdtAzflsJ0r > .row .container { background-color: transparent; background-image: none; }#SSKQnBNcrIO4D8U8HilazgdtAzflsJ0r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSKQnBNcrIO4D8U8HilazgdtAzflsJ0r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSKQnBNcrIO4D8U8HilazgdtAzflsJ0r > .row .container > .video-iframe-container { display: none; }#SSKQnBNcrIO4D8U8HilazgdtAzflsJ0r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SSKQnBNcrIO4D8U8HilazgdtAzflsJ0r > .row > .video-iframe-container { display: none; }#SSKQnBNcrIO4D8U8HilazgdtAzflsJ0r > .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); }#SSKQnBNcrIO4D8U8HilazgdtAzflsJ0r > .row .container { border-width: 0; border-radius: 0; }#SSKQnBNcrIO4D8U8HilazgdtAzflsJ0r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SSKQnBNcrIO4D8U8HilazgdtAzflsJ0r > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#fDpeZBkNsiz6MmHvUhA5qW9M4otZn7Rl { position:absolute;display:block;z-index:14992;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,72,135,0.75);border-left:0.0625rem solid rgba(0,72,135,0.75);border-right:0.0625rem solid rgba(0,72,135,0.75);border-bottom:0.0625rem solid rgba(0,72,135,0.75);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:26.8125rem;width:13.9375rem;top:9.625rem;left:6.625rem;display:block; }
#JHcod2dxFLL2OgqrzwrA0GOytB8XA2L4 { position:absolute;display:block;z-index:14991;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/36cd5fde-5a85-48bf-93c6-bd96f6300bf5/44.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.875rem;width:14rem;top:9.625rem;left:6.625rem;display:block; }#JHcod2dxFLL2OgqrzwrA0GOytB8XA2L4.adaptive-delivery-prevent-bg, #JHcod2dxFLL2OgqrzwrA0GOytB8XA2L4.lazyload, #JHcod2dxFLL2OgqrzwrA0GOytB8XA2L4.lazyloading { background-image: none; }
#TMtMPihoweUTefHbVGntHg0cgZHrIRQw { color:#004887;display:block;width:8.875rem;position:absolute;font-family:"clear sans display";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.125rem;left:7.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rvJtpGVMgtb2A0BDnp4vcqqpfWRHNblI { color:#004887;display:block;width:11.25rem;position:absolute;font-family:"clear sans display";font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:22.1875rem;left:7.875rem;height:7.9614375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n5IDT3rT7EowmqHmEdu4OZ8BgpvkFo3f { background-color:transparent;background-image:none;border-top:0.0625rem solid #e5b400;border-left:0.0625rem solid #e5b400;border-right:0.0625rem solid #e5b400;border-bottom:0.0625rem solid #e5b400;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#004887;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clear sans display";font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.8125rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:31.375rem;left:7.75rem;display:block; }
#UuhlgM9yzUVkOvJN8nONz2kv2DNL6vZ2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qtIFh0FzsBptf6eR14MxPRg9dJe8eGB9 { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,72,135,0.75);border-left:0.0625rem solid rgba(0,72,135,0.75);border-right:0.0625rem solid rgba(0,72,135,0.75);border-bottom:0.0625rem solid rgba(0,72,135,0.75);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:26.8125rem;width:13.9375rem;top:9.625rem;left:22.5625rem;display:block; }
#sesr3RKFOQOewgJm1IQqfaTOAxvbK7gN { position:absolute;display:block;z-index:14989;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2b901498-bebe-4200-9e90-bf5bed1b502b/5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.875rem;width:14rem;top:9.625rem;left:22.5625rem;display:block; }#sesr3RKFOQOewgJm1IQqfaTOAxvbK7gN.adaptive-delivery-prevent-bg, #sesr3RKFOQOewgJm1IQqfaTOAxvbK7gN.lazyload, #sesr3RKFOQOewgJm1IQqfaTOAxvbK7gN.lazyloading { background-image: none; }
#amfcHdLIe0L8B6TwQpuD6wEkFtpQDFin { color:#004887;display:block;width:12.0625rem;position:absolute;font-family:"clear sans display";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:22.1875rem;left:23.8125rem;height:7.9614375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w1tkKzFZeB8QwfgE8CUBKNKrWcPDcedM { color:#004887;display:block;width:8.875rem;position:absolute;font-family:"clear sans display";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.125rem;left:23.8125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tiWKlc1HF2fXsv0nGrSA8T88CxVrxWgd { background-color:transparent;background-image:none;border-top:0.0625rem solid #e5b400;border-left:0.0625rem solid #e5b400;border-right:0.0625rem solid #e5b400;border-bottom:0.0625rem solid #e5b400;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#004887;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clear sans display";font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.8125rem;height:3.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:31.4375rem;left:23.6875rem;display:block; }
#T1SDZbmcvLv5myXOHEmzGgMFpd8CQ38g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c9DemWTEHPnVZHhVb7zVa04AeadqBLT7 { position:absolute;display:block;z-index:14986;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,72,135,0.75);border-left:0.0625rem solid rgba(0,72,135,0.75);border-right:0.0625rem solid rgba(0,72,135,0.75);border-bottom:0.0625rem solid rgba(0,72,135,0.75);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:26.8125rem;width:13.9375rem;top:9.625rem;left:38.5rem;display:block; }
#skXeahIURTmXaVWiNcqcR37arQOvysOF { position:absolute;display:block;z-index:14985;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/12960aab-1c10-4e91-837b-bd44ba242de5/8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.875rem;width:14rem;top:9.625rem;left:38.5rem;display:block; }#skXeahIURTmXaVWiNcqcR37arQOvysOF.adaptive-delivery-prevent-bg, #skXeahIURTmXaVWiNcqcR37arQOvysOF.lazyload, #skXeahIURTmXaVWiNcqcR37arQOvysOF.lazyloading { background-image: none; }
#zkah69T4Ch82IrhOIoU7BvNlJlcF34qZ { color:#004887;display:block;width:11.125rem;position:absolute;font-family:"clear sans display";font-size:1.0625rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:22.1875rem;left:39.75rem;height:7.9614375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CrdDnttQqfr0qu0zRJuHVJP2zciJ15g2 { color:#004887;display:block;width:8.875rem;position:absolute;font-family:"clear sans display";font-size:1.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:19.125rem;left:39.75rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T9UnOiBF37BVh5sWe7eL6lpaxXB0PbhQ { background-color:transparent;background-image:none;border-top:0.0625rem solid #e5b400;border-left:0.0625rem solid #e5b400;border-right:0.0625rem solid #e5b400;border-bottom:0.0625rem solid #e5b400;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#004887;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clear sans display";font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.8125rem;height:3.25rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:31.4375rem;left:39.625rem;display:block; }
#btTEuFEZklk7Q6xcon1cguP9ybw3k3F6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vlvk1DTM1Ht3hElGLJUC9KNu6E0ClccU { color:#004078;display:block;width:47.75rem;position:absolute;font-family:"clear sans display";font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:4.265625rem;left:13.625rem;height:3.2504875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GyLk6NXLUNvygv6MJA4qnO1MIEknZCI8 { position:absolute;display:block;z-index:14984;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,72,135,0.75);border-left:0.0625rem solid rgba(0,72,135,0.75);border-right:0.0625rem solid rgba(0,72,135,0.75);border-bottom:0.0625rem solid rgba(0,72,135,0.75);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:26.8125rem;width:13.9375rem;top:9.625rem;left:54.4375rem;display:block; }
#azaMxFwc6KlTsayFrOb6K5qXDJiMgUwB { position:absolute;display:block;z-index:14983;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8a603b59-7718-4577-8ee4-a542b0b46f40/5convertio.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:8.875rem;width:14rem;top:9.625rem;left:54.4375rem;display:block; }#azaMxFwc6KlTsayFrOb6K5qXDJiMgUwB.adaptive-delivery-prevent-bg, #azaMxFwc6KlTsayFrOb6K5qXDJiMgUwB.lazyload, #azaMxFwc6KlTsayFrOb6K5qXDJiMgUwB.lazyloading { background-image: none; }
#w9xD4mnAVTKmIPQSVrkbJOiIAS1kiOl3 { color:#004887;display:block;width:11.125rem;position:absolute;font-family:"clear sans display";font-size:1.0625rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;top:22.1875rem;left:55.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ooka7T5ys39zwbuXBSWZbkyi8oiKdVMq { color:#004887;display:block;width:8.875rem;position:absolute;font-family:"clear sans display";font-size:1.875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:19.125rem;left:55.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l2DWip4yUdDkJVrcTQRiMT1TC8fWm15z { background-color:transparent;background-image:none;border-top:0.0625rem solid #e5b400;border-left:0.0625rem solid #e5b400;border-right:0.0625rem solid #e5b400;border-bottom:0.0625rem solid #e5b400;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#004887;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"clear sans display";font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:11.8125rem;height:3.25rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:31.4375rem;left:55.5625rem;display:block; }
#FTTEWvzUU1HW0IpkDBAq3ahNvxGTEaDF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OsMfeorPRclMBUyKVVBnDOF5HhJErQRZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;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; }#OsMfeorPRclMBUyKVVBnDOF5HhJErQRZ > .row .container { background-color: transparent; background-image: none; }#OsMfeorPRclMBUyKVVBnDOF5HhJErQRZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsMfeorPRclMBUyKVVBnDOF5HhJErQRZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsMfeorPRclMBUyKVVBnDOF5HhJErQRZ > .row .container > .video-iframe-container { display: none; }#OsMfeorPRclMBUyKVVBnDOF5HhJErQRZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OsMfeorPRclMBUyKVVBnDOF5HhJErQRZ > .row > .video-iframe-container { display: none; }#OsMfeorPRclMBUyKVVBnDOF5HhJErQRZ > .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); }#OsMfeorPRclMBUyKVVBnDOF5HhJErQRZ > .row .container { border-width: 0; border-radius: 0; }#OsMfeorPRclMBUyKVVBnDOF5HhJErQRZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OsMfeorPRclMBUyKVVBnDOF5HhJErQRZ > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#syWT7fXBGMHIV8rfMxHpBGuUxUOF2mGr { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd4cca0a-eb4f-4cf8-a96e-d0134e3ed20e/trab2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:36.375rem;width:75rem;top:3.96875rem;left:0rem;display:block; }#syWT7fXBGMHIV8rfMxHpBGuUxUOF2mGr.adaptive-delivery-prevent-bg, #syWT7fXBGMHIV8rfMxHpBGuUxUOF2mGr.lazyload, #syWT7fXBGMHIV8rfMxHpBGuUxUOF2mGr.lazyloading { background-image: none; }
#syWT7fXBGMHIV8rfMxHpBGuUxUOF2mGr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem; }#syWT7fXBGMHIV8rfMxHpBGuUxUOF2mGr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,39,72,0.8); }#NGTx3VmfSWl8KUJ4kgCD9MTBXk51FTUy { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #002748, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #002748, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #002748, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #002748, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002748', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002748', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #002748, rgba(0,0,0,0));background-size:cover !important;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;box-shadow: none;height:36.375rem;width:72.9375rem;top:3.96875rem;left:0rem;display:block; }
#WBaMZnvAndMw1XSpfiZlTB2NgdGbCl7e { color:#e1b22a;display:block;width:39.4375rem;position:absolute;font-family:"clear sans display";font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:8.34375rem;left:4.375rem;height:4.06055rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n9DhlrfRM8Fdcz5r3GxGMMvXCBCLW5Qe { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:"clear sans display";font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:12.59375rem;left:4.375rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MMHd4ZXL8eqM1JBeJIpQRLWzRJpWSDrQ { color:#e1b22a;display:block;width:3.5rem;position:absolute;font-family:"font awesome 2022";font-size:3.4375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:18.75rem;left:4.375rem;height:3.78125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tbR16lyBo4JyalAIar37X1vHIbltFuFf { position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:16.4375rem;left:0rem;display:block; }
#WZ2VrbDaTtTO14PdRMX6arRbiMOdduIR { color:#ffcc38;display:block;width:13.75rem;position:absolute;font-family:"clear sans display";font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:18.9375rem;left:9.3125rem;height:1.58125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B6PgxQNIlAwtaBUtcUCK8RZIADFPJGSC { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:jakarta;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:20.8125rem;left:9.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fBSE8SWAxXXCnglH5AkIe1fToe4aXI1F { color:#e1b22a;display:block;width:3.5rem;position:absolute;font-family:"font awesome 2022";font-size:3.4375rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:25.0625rem;left:4.375rem;height:3.78125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JcnDZluPTTSkBkcA5au0kcwKl3fbXFpn { color:#ffcc38;display:block;width:20.9375rem;position:absolute;font-family:"clear sans display";font-size:1.4375rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:25.25rem;left:9.3125rem;height:1.58125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mI15MHWeIERqQPBCq0udu1RT4DO9UUUJ { color:#ffffff;display:block;width:41.5625rem;position:absolute;font-family:"clear sans display";font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:27.125rem;left:9.3125rem;height:1.5922875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lhak0HUl68nCqygktTv9wrTxumDJtcQo { color:#e1b22a;display:block;width:3.5rem;position:absolute;font-family:"font awesome 2022";font-size:3.4375rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:31.5625rem;left:4.375rem;height:3.78125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c6AN1OFrIiPJTQUhz4FTFKGncnRsCuPt { color:#ffcc38;display:block;width:21.375rem;position:absolute;font-family:"clear sans display";font-size:1.4375rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:31.5625rem;left:9.3125rem;height:1.58125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rnEBt5xsgoJd3AQu2XVab77PuZmGd29d { color:#ffffff;display:block;width:32.0625rem;position:absolute;font-family:"clear sans display";font-size:1.0625rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:33.4375rem;left:9.3125rem;height:1.5922875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z0E3TKvbR9xI1rTGl1avLdOZacTp1RVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#z0E3TKvbR9xI1rTGl1avLdOZacTp1RVT > .row .container { background-color: transparent; background-image: none; }#z0E3TKvbR9xI1rTGl1avLdOZacTp1RVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0E3TKvbR9xI1rTGl1avLdOZacTp1RVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0E3TKvbR9xI1rTGl1avLdOZacTp1RVT > .row .container > .video-iframe-container { display: none; }#z0E3TKvbR9xI1rTGl1avLdOZacTp1RVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z0E3TKvbR9xI1rTGl1avLdOZacTp1RVT > .row > .video-iframe-container { display: none; }#z0E3TKvbR9xI1rTGl1avLdOZacTp1RVT > .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); }#z0E3TKvbR9xI1rTGl1avLdOZacTp1RVT > .row .container { border-width: 0; border-radius: 0; }#z0E3TKvbR9xI1rTGl1avLdOZacTp1RVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z0E3TKvbR9xI1rTGl1avLdOZacTp1RVT > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#kQlzBC8tMfgS0lmrIg2qiMQe061qmhv4 { color:#949494;display:block;width:50.125rem;position:absolute;font-family:"clear sans display";font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4rem;left:12.4375rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EsCNkm6aGMsm45usUT4hCyP8tMtkEDIo { color:#949494;display:block;width:32rem;position:absolute;font-family:"clear sans display";font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:7.8125rem;left:21.5rem;height:1.4875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LALymH3DeXJLzSuyiJ3py13oHsNwdEMF { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4923253d-ed78-44e5-a8b4-fdcf88f4a914/1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.1) ;height:12.5rem;width:23.8125rem;top:11.6875rem;left:0.625rem;display:block; }#LALymH3DeXJLzSuyiJ3py13oHsNwdEMF.adaptive-delivery-prevent-bg, #LALymH3DeXJLzSuyiJ3py13oHsNwdEMF.lazyload, #LALymH3DeXJLzSuyiJ3py13oHsNwdEMF.lazyloading { background-image: none; }
#TETSrVy71r9RqCX4cToykWerzQMrFh90 { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1e15fff0-deba-4394-88e9-c138cc00b668/2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.1) ;height:12.5rem;width:23.8125rem;top:11.6875rem;left:25.6875rem;display:block; }#TETSrVy71r9RqCX4cToykWerzQMrFh90.adaptive-delivery-prevent-bg, #TETSrVy71r9RqCX4cToykWerzQMrFh90.lazyload, #TETSrVy71r9RqCX4cToykWerzQMrFh90.lazyloading { background-image: none; }
#ORoVDnFqTn2LbkLtPg6gyAoMl5CHR9XW { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/38146847-d2a5-4ec2-8262-3b2890de82f4/3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.1) ;height:12.5rem;width:23.8125rem;top:11.6875rem;left:50.625rem;display:block; }#ORoVDnFqTn2LbkLtPg6gyAoMl5CHR9XW.adaptive-delivery-prevent-bg, #ORoVDnFqTn2LbkLtPg6gyAoMl5CHR9XW.lazyload, #ORoVDnFqTn2LbkLtPg6gyAoMl5CHR9XW.lazyloading { background-image: none; }
#pDmhUBIcDe8CIVQrS3dB6P9xTc4UQOFr { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/14679a79-595b-40c3-86b5-753f185a4c96/4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.1) ;height:12.5rem;width:23.8125rem;top:25.4375rem;left:0.625rem;display:block; }#pDmhUBIcDe8CIVQrS3dB6P9xTc4UQOFr.adaptive-delivery-prevent-bg, #pDmhUBIcDe8CIVQrS3dB6P9xTc4UQOFr.lazyload, #pDmhUBIcDe8CIVQrS3dB6P9xTc4UQOFr.lazyloading { background-image: none; }
#nWA9qn3Z6gAGf8D8wbeCo3AZQzC1lC2x { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5dc72e40-6228-460f-85be-733cb1ba0a18/5.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.1) ;height:12.5rem;width:23.8125rem;top:25.4375rem;left:25.6875rem;display:block; }#nWA9qn3Z6gAGf8D8wbeCo3AZQzC1lC2x.adaptive-delivery-prevent-bg, #nWA9qn3Z6gAGf8D8wbeCo3AZQzC1lC2x.lazyload, #nWA9qn3Z6gAGf8D8wbeCo3AZQzC1lC2x.lazyloading { background-image: none; }
#I6QaQyh3T2dpdITbaTMX3zOAkTJQub1E { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/11c37248-caf8-4861-a20e-61deadcc9ff3/6.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.9375rem rgba(0,0,0,0.1) ;height:12.5rem;width:23.8125rem;top:25.4375rem;left:50.625rem;display:block; }#I6QaQyh3T2dpdITbaTMX3zOAkTJQub1E.adaptive-delivery-prevent-bg, #I6QaQyh3T2dpdITbaTMX3zOAkTJQub1E.lazyload, #I6QaQyh3T2dpdITbaTMX3zOAkTJQub1E.lazyloading { background-image: none; }
#NJMfh4UObpMJBfOCWR2tOXdimETPpPx1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/646e255d-ace8-4c10-a0d4-e8bf53fc7ec1/pintor.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NJMfh4UObpMJBfOCWR2tOXdimETPpPx1.adaptive-delivery-prevent-bg, #NJMfh4UObpMJBfOCWR2tOXdimETPpPx1.lazyload, #NJMfh4UObpMJBfOCWR2tOXdimETPpPx1.lazyloading { background-image: none; }#NJMfh4UObpMJBfOCWR2tOXdimETPpPx1 > .row .container { background-color: transparent; background-image: none; }#NJMfh4UObpMJBfOCWR2tOXdimETPpPx1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,52,98,0.9); }#NJMfh4UObpMJBfOCWR2tOXdimETPpPx1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NJMfh4UObpMJBfOCWR2tOXdimETPpPx1 > .row .container > .video-iframe-container { display: none; }#NJMfh4UObpMJBfOCWR2tOXdimETPpPx1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,52,98,0.9); }#NJMfh4UObpMJBfOCWR2tOXdimETPpPx1 > .row > .video-iframe-container { display: none; }#NJMfh4UObpMJBfOCWR2tOXdimETPpPx1 > .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); }#NJMfh4UObpMJBfOCWR2tOXdimETPpPx1 > .row .container { border-width: 0; border-radius: 0; }#NJMfh4UObpMJBfOCWR2tOXdimETPpPx1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJMfh4UObpMJBfOCWR2tOXdimETPpPx1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NJMfh4UObpMJBfOCWR2tOXdimETPpPx1 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#muindgkN8bzvTpV0ba9bAMufaPAKC87m { color:#ffffff;display:block;width:38.25rem;position:absolute;font-family:"clear sans display";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:2.625rem;left:0rem;height:3.49805rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d5KPsD5e4DCXMyTnKc7PycQ5phTutiB3 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -moz-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -ms-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -o-linear-gradient(90deg, #2fbe2d, #3ce558);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fbe2d', endColorstr='#3ce558' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fbe2d', endColorstr='#3ce558' );";background-image: linear-gradient(90deg, #2fbe2d, #3ce558);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(91,245,115,0.5) ;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:"clear sans display";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:23.3125rem;height:4.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.34375rem;left:42.125rem;display:block; }
#vdtBKnOVfPzT6tTlVWgTlLehzEsxe36T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uAe6AT4iEqPdFIaRSx7sbTTdK6zslyQ7 { position:relative;display:block; }#uAe6AT4iEqPdFIaRSx7sbTTdK6zslyQ7 { background-color: transparent; background-image: none; }#uAe6AT4iEqPdFIaRSx7sbTTdK6zslyQ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAe6AT4iEqPdFIaRSx7sbTTdK6zslyQ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAe6AT4iEqPdFIaRSx7sbTTdK6zslyQ7 > .row .container > .video-iframe-container { display: none; }#uAe6AT4iEqPdFIaRSx7sbTTdK6zslyQ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uAe6AT4iEqPdFIaRSx7sbTTdK6zslyQ7 > .row > .video-iframe-container { display: none; }#uAe6AT4iEqPdFIaRSx7sbTTdK6zslyQ7 > .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); }#uAe6AT4iEqPdFIaRSx7sbTTdK6zslyQ7 { border-width: 0; border-radius: 0; }#uAe6AT4iEqPdFIaRSx7sbTTdK6zslyQ7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uAe6AT4iEqPdFIaRSx7sbTTdK6zslyQ7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fM3vo6bqERxuuPEEqfkhic1WLar6mWNx { 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:23.5625rem;width:50.6875rem;top:2.25rem;left:12.1875rem;overflow:hidden;display:block; }
#Vp6zFqm5cdJ2ffdAR7w8t8LreE3S1TtX { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #ffffff);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.625rem;width:50.3125rem;top:7.96875rem;left:12.375rem;display:block; }
#pfnExCtJpTT2vxaXSR7rrw2y6wx4fPqy { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.3125rem;width:50.1875rem;top:21.53125rem;left:12.4375rem;display:block; }
#oAy14brZylhfercOqilb48qnNbFCU1Kx { color:#00437f;display:block;width:50.125rem;position:absolute;font-family:"clear sans display";font-size:2.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:19.875rem;left:12.4375rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gbMIG0nnaclVspnrIwEIL3IBT0wq9u0c { position:absolute;display:block;z-index:15015;background-color:#e5e5e5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:22.875rem;top:22.4375rem;left:30.71875rem;display:block; }
#eLEEHmXsJSO7tduI7oVnbp063OOKCwVz { position:relative;display:block; }#eLEEHmXsJSO7tduI7oVnbp063OOKCwVz { background-color: transparent; background-image: none; }#eLEEHmXsJSO7tduI7oVnbp063OOKCwVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLEEHmXsJSO7tduI7oVnbp063OOKCwVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLEEHmXsJSO7tduI7oVnbp063OOKCwVz > .row .container > .video-iframe-container { display: none; }#eLEEHmXsJSO7tduI7oVnbp063OOKCwVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLEEHmXsJSO7tduI7oVnbp063OOKCwVz > .row > .video-iframe-container { display: none; }#eLEEHmXsJSO7tduI7oVnbp063OOKCwVz > .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); }#eLEEHmXsJSO7tduI7oVnbp063OOKCwVz { border-width: 0; border-radius: 0; }#eLEEHmXsJSO7tduI7oVnbp063OOKCwVz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eLEEHmXsJSO7tduI7oVnbp063OOKCwVz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SooEkxpNSUO1P71NIVxiCkAmGefeKKKx { color:#00437f;display:block;width:15.125rem;position:absolute;font-family:"clear sans display";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:4.9375rem;left:1.8125rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mvJx10utDgwGDbXTXJtDmknxrJQq5oTq { color:#dca200;display:block;width:3.5rem;position:absolute;font-family:"font awesome 2022";font-size:3.4375rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:0rem;left:7.625rem;height:3.78125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sngSCGGwty7LVlHhKyn3oinRSUQgJJCT { color:#00437f;display:block;width:17.125rem;position:absolute;font-family:"clear sans display";font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:8rem;left:0.8125rem;height:4.46045rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ThpPudDWS3befkqhpPhkhv16Ji7Olc1I { color:#00437f;display:block;width:15.125rem;position:absolute;font-family:"clear sans display";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:4.9375rem;left:20.5625rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QZfHk53cxS6Li3i0hk9GhUgPT7JUPhBs { color:#00437f;display:block;width:14.5rem;position:absolute;font-family:"clear sans display";font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:8rem;left:20.875rem;height:4.46045rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xfI39FQap3TrwhXrd6KBMnWzS3pIeoFC { color:#dca200;display:block;width:3.5rem;position:absolute;font-family:"font awesome 2022";font-size:3.4375rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:0rem;left:26.375rem;height:3.78125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VutvtwElzmTzUkW0Anl1caA5cygFzIAL { color:#00437f;display:block;width:15.125rem;position:absolute;font-family:"clear sans display";font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:5.0625rem;left:39.3125rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OBCp6v8BFaTmGunk6cSGE7uRaIfkDwSf { color:#dca200;display:block;width:3.5rem;position:absolute;font-family:"font awesome 2022";font-size:3.4375rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:0rem;left:45.125rem;height:3.78125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NuIW8yzUVXMJ7hESgD0daKuoh8kxeiaN { color:#00437f;display:block;width:12.8125rem;position:absolute;font-family:"clear sans display";font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:8rem;left:40.5rem;height:4.46045rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#p0hlwDriiifqBlTbCyJsTDtnndJnWkV1 { color:#00437f;display:block;width:12.625rem;position:absolute;font-family:"clear sans display";font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:8.0625rem;left:59.3125rem;height:4.46045rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ab3ng6SAI5yy3PJCdGcLSg9dAs58v0WT { color:#00437f;display:block;width:15.125rem;position:absolute;font-family:"clear sans display";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:5.125rem;left:58.0625rem;height:1.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eqQTJ4MfeohZLRFvcJsPocqnFi1WzmDV { color:#dca200;display:block;width:3.5rem;position:absolute;font-family:"font awesome 2022";font-size:3.4375rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:0.0625rem;left:63.875rem;height:3.78125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #003e6f, #002748);background-image: -moz-linear-gradient(90deg, #003e6f, #002748);background-image: -ms-linear-gradient(90deg, #003e6f, #002748);background-image: -o-linear-gradient(90deg, #003e6f, #002748);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e6f', endColorstr='#002748' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e6f', endColorstr='#002748' );";background-image: linear-gradient(90deg, #003e6f, #002748);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; }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 > .row .container { background-color: transparent; background-image: none; }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 > .row .container > .video-iframe-container { display: none; }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 > .row > .video-iframe-container { display: none; }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 > .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); }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 > .row .container { border-width: 0; border-radius: 0; }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#vIcFrEzXgIFJ9fVu2upZcPs2IM5ciigf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/10263f97-abdb-445f-b0af-cd619a842bdb/eletrico.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.25) ;height:23.75rem;width:37.5rem;top:5.25rem;left:0rem;display:block; }#vIcFrEzXgIFJ9fVu2upZcPs2IM5ciigf.adaptive-delivery-prevent-bg, #vIcFrEzXgIFJ9fVu2upZcPs2IM5ciigf.lazyload, #vIcFrEzXgIFJ9fVu2upZcPs2IM5ciigf.lazyloading { background-image: none; }
#muvekcre8OiDAHifCziyRuSR9zadklys { color:#ffcf28;display:block;width:13.875rem;position:absolute;font-family:"clear sans display";font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.9375rem;left:42.5rem;height:4.4692375rem;font-style:normal;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;display:block; }
#Ed90rHfTV7NJOlneqMbCkLi4bEJfXLg7 { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"clear sans display";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.8;letter-spacing:0;top:11.5rem;left:45.25rem;height:11.2426875rem;font-style:normal;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;display:block; }
#C90iTZoFlCbLZIQgVe0S3oFqG8fRFHwd { color:#ffcc38;display:block;width:2.75rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.8;letter-spacing:0;top:11.5rem;left:42.5rem;height:11.2426875rem;font-style:normal;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;display:block; }
#iNwSQWNaSE0gheZgg4nh63Ko2uqo8F6M { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/10263f97-abdb-445f-b0af-cd619a842bdb/eletrico.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.75rem;width:37.5rem;top:5.25rem;left:0rem;display:none; }#iNwSQWNaSE0gheZgg4nh63Ko2uqo8F6M.adaptive-delivery-prevent-bg, #iNwSQWNaSE0gheZgg4nh63Ko2uqo8F6M.lazyload, #iNwSQWNaSE0gheZgg4nh63Ko2uqo8F6M.lazyloading { background-image: none; }
#tcgnXCJ13D5rn07gwk1wBpleF03cgvin { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -moz-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -ms-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -o-linear-gradient(90deg, #2fbe2d, #3ce558);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fbe2d', endColorstr='#3ce558' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fbe2d', endColorstr='#3ce558' );";background-image: linear-gradient(90deg, #2fbe2d, #3ce558);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(91,245,115,0.5) ;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:"clear sans display";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:20.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.75rem;left:42.5rem;display:block; }
#U0lKZEfUNXxxaCOKiiAHbhZpdIeQHhwn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #002d53, #001b35);background-image: -moz-linear-gradient(90deg, #002d53, #001b35);background-image: -ms-linear-gradient(90deg, #002d53, #001b35);background-image: -o-linear-gradient(90deg, #002d53, #001b35);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d53', endColorstr='#001b35' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d53', endColorstr='#001b35' );";background-image: linear-gradient(90deg, #002d53, #001b35);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; }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 > .row .container { background-color: transparent; background-image: none; }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 > .row .container > .video-iframe-container { display: none; }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 > .row > .video-iframe-container { display: none; }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 > .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); }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 > .row .container { border-width: 0; border-radius: 0; }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#L7lb7cEOCEdZrE06wVGmHMwlXvqK8Eh9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2b7acc01-13fe-455f-87cf-c1ced4374ee5/encanador.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.25) ;height:25.875rem;width:37.5rem;top:4.71875rem;left:29.3125rem;display:block; }#L7lb7cEOCEdZrE06wVGmHMwlXvqK8Eh9.adaptive-delivery-prevent-bg, #L7lb7cEOCEdZrE06wVGmHMwlXvqK8Eh9.lazyload, #L7lb7cEOCEdZrE06wVGmHMwlXvqK8Eh9.lazyloading { background-image: none; }
#zLAfgULVgqZJfxBFRH3RucSSmVvLnCpf { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:"clear sans display";font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.8;letter-spacing:0;top:10.5rem;left:2.75rem;height:13.49121875rem;font-style:normal;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;display:block; }
#ASgHckv78F99Say0Poh3LvRzoJhp5vcA { color:#ffcf28;display:block;width:2.75rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.8;letter-spacing:0;top:10.5rem;left:0rem;height:13.4911875rem;font-style:normal;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;display:block; }
#O8iy4ChFMk5Vde5fODT3XeZmorapEUXN { color:#ffcf28;display:block;width:15.5rem;position:absolute;font-family:"clear sans display";font-size:3.4375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:4.4692375rem;font-style:normal;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;display:block; }
#gHp1Oau1c9PbUJmVlx9ikXC4A0k9VXWP { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/10263f97-abdb-445f-b0af-cd619a842bdb/eletrico.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.75rem;width:37.5rem;top:5.25rem;left:0rem;display:none; }#gHp1Oau1c9PbUJmVlx9ikXC4A0k9VXWP.adaptive-delivery-prevent-bg, #gHp1Oau1c9PbUJmVlx9ikXC4A0k9VXWP.lazyload, #gHp1Oau1c9PbUJmVlx9ikXC4A0k9VXWP.lazyloading { background-image: none; }
#bEol9Wv3Fr8wM5OHsHf6NwhVmwkioTDI { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -moz-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -ms-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -o-linear-gradient(90deg, #2fbe2d, #3ce558);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fbe2d', endColorstr='#3ce558' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fbe2d', endColorstr='#3ce558' );";background-image: linear-gradient(90deg, #2fbe2d, #3ce558);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(91,245,115,0.5) ;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:"clear sans display";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:20.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.1875rem;left:0rem;display:block; }
#V7vkZr4uht9PrIrXr3TGePH0GWqUL7fT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #003e6f, #002748);background-image: -moz-linear-gradient(90deg, #003e6f, #002748);background-image: -ms-linear-gradient(90deg, #003e6f, #002748);background-image: -o-linear-gradient(90deg, #003e6f, #002748);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e6f', endColorstr='#002748' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e6f', endColorstr='#002748' );";background-image: linear-gradient(90deg, #003e6f, #002748);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; }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru > .row .container { background-color: transparent; background-image: none; }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru > .row .container > .video-iframe-container { display: none; }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru > .row > .video-iframe-container { display: none; }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru > .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); }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru > .row .container { border-width: 0; border-radius: 0; }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#wweKblZWgntK98UIvo0pViWpfbmr61gk { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/646e255d-ace8-4c10-a0d4-e8bf53fc7ec1/pintor.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.25) ;height:27.1875rem;width:37.5rem;top:4.875rem;left:0rem;display:block; }#wweKblZWgntK98UIvo0pViWpfbmr61gk.adaptive-delivery-prevent-bg, #wweKblZWgntK98UIvo0pViWpfbmr61gk.lazyload, #wweKblZWgntK98UIvo0pViWpfbmr61gk.lazyloading { background-image: none; }
#qqkCVkJZO6Qnra8SUJrrsv2oT564tWuJ { color:#ffcf28;display:block;width:25.875rem;position:absolute;font-family:"clear sans display";font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.1875rem;left:42.5rem;height:4.4692375rem;font-style:normal;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;display:block; }
#xTKAlbB9M4CZvmCet3yLWxFgBoqO04pn { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:"clear sans display";font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.8;letter-spacing:0;top:11.75rem;left:45.25rem;height:13.491225rem;font-style:normal;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;display:block; }
#fTR8JIlF9EiZJA8uzLZhqERrNRvKoqsA { color:#ffcf28;display:block;width:2.75rem;position:absolute;font-family:"font awesome 2022";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.8;letter-spacing:0;top:11.75rem;left:42.5rem;height:13.4911875rem;font-style:normal;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;display:block; }
#oQBoiTsp1R35ywapyRwawcZewPKldFSS { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/10263f97-abdb-445f-b0af-cd619a842bdb/eletrico.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.75rem;width:37.5rem;top:5.25rem;left:0rem;display:none; }#oQBoiTsp1R35ywapyRwawcZewPKldFSS.adaptive-delivery-prevent-bg, #oQBoiTsp1R35ywapyRwawcZewPKldFSS.lazyload, #oQBoiTsp1R35ywapyRwawcZewPKldFSS.lazyloading { background-image: none; }
#mZTTCTCAvpNTC7Oem4RX5gXGORKh9gGs { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -moz-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -ms-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -o-linear-gradient(90deg, #2fbe2d, #3ce558);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fbe2d', endColorstr='#3ce558' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fbe2d', endColorstr='#3ce558' );";background-image: linear-gradient(90deg, #2fbe2d, #3ce558);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(91,245,115,0.5) ;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:"clear sans display";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:20.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.0625rem;left:42.5rem;display:block; }
#MBBHXStbbJAoUh7xtM6shb1iVcONHKD8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XWeuoZGqs4uSdAV0HGdS7psCvMf13Ofc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e1b22a, #ca9603);background-image: -moz-linear-gradient(90deg, #e1b22a, #ca9603);background-image: -ms-linear-gradient(90deg, #e1b22a, #ca9603);background-image: -o-linear-gradient(90deg, #e1b22a, #ca9603);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1b22a', endColorstr='#ca9603' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1b22a', endColorstr='#ca9603' );";background-image: linear-gradient(90deg, #e1b22a, #ca9603);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; }#XWeuoZGqs4uSdAV0HGdS7psCvMf13Ofc > .row .container { background-color: transparent; background-image: none; }#XWeuoZGqs4uSdAV0HGdS7psCvMf13Ofc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWeuoZGqs4uSdAV0HGdS7psCvMf13Ofc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWeuoZGqs4uSdAV0HGdS7psCvMf13Ofc > .row .container > .video-iframe-container { display: none; }#XWeuoZGqs4uSdAV0HGdS7psCvMf13Ofc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWeuoZGqs4uSdAV0HGdS7psCvMf13Ofc > .row > .video-iframe-container { display: none; }#XWeuoZGqs4uSdAV0HGdS7psCvMf13Ofc > .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); }#XWeuoZGqs4uSdAV0HGdS7psCvMf13Ofc > .row .container { border-width: 0; border-radius: 0; }#XWeuoZGqs4uSdAV0HGdS7psCvMf13Ofc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XWeuoZGqs4uSdAV0HGdS7psCvMf13Ofc > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#mPTdc3wRFTK3kFo5uwmlU5mIUDtOJZVs { 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.375rem;width:21.9375rem;top:5.9375rem;left:46.375rem;overflow:hidden;display:block; }
#cW9RAicbxLgTQCT3unFpDxTugAsPEZyl { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:"clear sans display";font-size:1.6875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:;font-style:normal;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;display:block; }
#QRME5GPR6bGofAUOCMp94fRmwQ7qM3FC { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(0,0,0,0.4);border-left:0.0625rem solid rgba(0,0,0,0.4);border-right:0.0625rem solid rgba(0,0,0,0.4);border-bottom:0.0625rem solid rgba(0,0,0,0.4);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(255,194,0,0.5) ;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:"clear sans display";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:31.0625rem;height:4.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.375rem;left:37.1875rem;display:block; }
#nVmXBUIzwu8UVlWFvF10onHeyHZ5Len1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #dadada);background-image: -moz-linear-gradient(90deg, #ffffff, #dadada);background-image: -ms-linear-gradient(90deg, #ffffff, #dadada);background-image: -o-linear-gradient(90deg, #ffffff, #dadada);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadada' );";background-image: linear-gradient(90deg, #ffffff, #dadada);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; }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT > .row .container { background-color: transparent; background-image: none; }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT > .row .container > .video-iframe-container { display: none; }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT > .row > .video-iframe-container { display: none; }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT > .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); }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT > .row .container { border-width: 0; border-radius: 0; }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#LqMNdmgaQJxSbfb7vUxmFOxFINeB0vWq { color:#004887;display:block;width:44.1875rem;position:absolute;font-family:"clear sans display";font-size:3.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:4.4692375rem;font-style:normal;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;display:block; }
#X0TEhqFpEbUO7HX8Mprq7UDqveq0zQUE { color:#a4a4a4;display:block;width:28.5625rem;position:absolute;font-family:"clear sans display";font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.8;letter-spacing:0;top:17.90625rem;left:0rem;height:2.8125rem;font-style:normal;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;display:block; }
#kVkqtlTAu5SukyCg6Sa840X3OPqlt7mK { color:#a4a4a4;display:block;width:17.3125rem;position:absolute;font-family:"clear sans display";font-size:2.1875rem;font-weight:400;z-index:15025;line-height:1.8;letter-spacing:0;top:20.15625rem;left:0rem;height:3.9360375rem;font-style:normal;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;display:block; }
#KXrwKUJLV5y7KMTNvVqudLZ0rWUCEst4 { 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.375rem;width:21.9375rem;top:5.9375rem;left:46.375rem;overflow:hidden;display:none; }
#VTPp367G6WgzVDJu77VMACwgOlKFl1Gx { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/10263f97-abdb-445f-b0af-cd619a842bdb/eletrico.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.75rem;width:37.5rem;top:5.25rem;left:0rem;display:none; }#VTPp367G6WgzVDJu77VMACwgOlKFl1Gx.adaptive-delivery-prevent-bg, #VTPp367G6WgzVDJu77VMACwgOlKFl1Gx.lazyload, #VTPp367G6WgzVDJu77VMACwgOlKFl1Gx.lazyloading { background-image: none; }
#yeOS7O0liE0wQnbEFbEsriBdAeqPsLrw { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -moz-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -ms-linear-gradient(90deg, #2fbe2d, #3ce558);background-image: -o-linear-gradient(90deg, #2fbe2d, #3ce558);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fbe2d', endColorstr='#3ce558' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fbe2d', endColorstr='#3ce558' );";background-image: linear-gradient(90deg, #2fbe2d, #3ce558);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 1.5625rem rgba(91,245,115,0.5) ;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:"clear sans display";font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:18rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.25rem;left:0rem;display:block; }
#ssIsxHo1FL2S5oNWd2ACU7rK2dXZwSLf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTaI6THuklcrytaqteoXfl5u91udPbXO { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#kTaI6THuklcrytaqteoXfl5u91udPbXO { background-color: transparent; background-image: none; }#kTaI6THuklcrytaqteoXfl5u91udPbXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTaI6THuklcrytaqteoXfl5u91udPbXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTaI6THuklcrytaqteoXfl5u91udPbXO > .row .container > .video-iframe-container { display: none; }#kTaI6THuklcrytaqteoXfl5u91udPbXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kTaI6THuklcrytaqteoXfl5u91udPbXO > .row > .video-iframe-container { display: none; }#kTaI6THuklcrytaqteoXfl5u91udPbXO > .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); }#kTaI6THuklcrytaqteoXfl5u91udPbXO { border-width: 0; border-radius: 0; }#kTaI6THuklcrytaqteoXfl5u91udPbXO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kTaI6THuklcrytaqteoXfl5u91udPbXO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Q9O33fF1piUDfI99va1xOzvznhtTeGTX { background-color:#25d366;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:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;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:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#QDU97F7LU6ztV1yu8GU8oX92PGBcTh22 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WUlytSW5CXwvCsfsRipkv7Bux7iLsh1C { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#Q1JwTIXD35vUwEiqtdLIZgFEqpFIoqTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwAkdZTtMTwFTu1zLXdBqtf41uGi0TfA { width:23.3125rem;height:4.375rem;top:35.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k9byl5PVHHpqn1ts9euzTnsCiOs96OUa { display:block; }
 }@media only screen and (max-width: 763px) { #HAo0WC6zbJoZmZz7QONO2VA5Lvhtb7wa { width:33.8125rem;height:6.25rem;top:2.1875rem;left:0rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7EiDusPPK1uoBnoKgP8TTzgg9vO0vlS { width:37.3125rem;height:;top:14.125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWeUv9KTZEOdLlE7eynt6LoZKOdZa4Mp { width:34.1875rem;height:5.4375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #itevUISWO5TlCuJ5wM7iB8TTmIzp8mvt { width:6.25rem;height:2.375rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w11xq8E1oqWVaf6QFwxwBFATSMvh0T2b { display:block; }
 }@media only screen and (max-width: 763px) { #IpvIZ6GtFqG5sWe7qL5Il4G7xPJH18v9 { width:17.5625rem;height:2.5rem;top:30rem;left:5.6458330154419rem;display:block; }
 }@media only screen and (max-width: 763px) { #niCxXynfewiMqTKTAIbm5QkvXiaeMK9U { display:block; }
 }@media only screen and (max-width: 763px) { #qk9uTkcdhDHkhN9TwFnCCOc70Kv8gQNl { width:7.1875rem;height:2.375rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeKlCeU468GWw5MBdcQOzC9qMocyz821 { display:block; }
 }@media only screen and (max-width: 763px) { #oksvEfg4KqAHeWcg75Cl8EKWw2ZUwZ60 { width:8.625rem;height:2.25rem;top:26.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNHfbDipPTra8nz2Au3LZrD2v60cArDk { display:block; }
 }@media only screen and (max-width: 763px) { #CeqM0oGRFPGy2uqWnnJmOWxLuQsZi4Mf { width:6.8125rem;height:2.5rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmeTrnUP3AK2WCFwKvSQKu9O8NmHNiup { display:block; }
 }@media only screen and (max-width: 763px) { #kMhJFVC1lRrFv6pS0f5VpSe6BLgzlBOw { width:6.4375rem;height:1.1875rem;top:4.75rem;left:21.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XO8g5ANCdvWuRKSnlpbggZBK0zM06iEU { width:0.625rem;height:0.625rem;top:5.0625rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9NLzUEIrJ2md5s3iGQzI3gDB7hgo8aJ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #V7Pp6HOEBwlKnTmOTGh81yxf6am9MwZb { width:6.625rem;height:2.25rem;top:26.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBEZ43bHrts6eXmJk79DykCW4k7ooZDM { display:block; }
 }@media only screen and (max-width: 763px) { #h0RfGoeNaxf0AReKaqhagxUCu4u3Gfq8 { width:11.125rem;height:2.25rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9eewkTUufToEUscfyoKAFdWUnFacI0p { display:block; }
 }@media only screen and (max-width: 763px) { #lLqXZt9ZPQBI2AN15s2ZaQkz0J1L7Lhv { width:7rem;height:2.1875rem;top:26.8125rem;left:17.750000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOkp4f24M9ra8DvITeW7N4TN1oRaQ22S { display:block; }
 }@media only screen and (max-width: 763px) { #sOvcN5QC8tzhZzlEdLuTyNx0rJoB6T0C { width:47.75rem;height:45.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvO6EkcgQ3OHcP5dwAd78fGXcEq0SM5e { width:4.375rem;height:2.6875rem;top:35.375rem;left:17.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z39f9tfI3gSAC1Gl97I2S7QDvZW9nnF2 { width:7.125rem;height:1rem;top:38.1875rem;left:14.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rM6mC9T6SMWTwiLUduU7TJrH0Ulwa6B7 { width:5.625rem;height:2.125rem;top:35.625rem;left:11.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r { display:none; }#BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IGfLlV7zmxEHzQqgZQh573DaUgtm94r8 { display:block; }#IGfLlV7zmxEHzQqgZQh573DaUgtm94r8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yX7nEoTQt2QdsrwRWQiA5J3BMQLQ8mX1 { width:39.375rem;height:2.875rem;top:2.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxkSQ5vUTb6md1qDuf7w7lXJ4k0I3nCt { width:26.375rem;height:4.125rem;top:2.3125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghRsVPdGmTVDhSeeZBCQxWmmCsqM85dq { display:block; }
 }@media only screen and (max-width: 763px) { #SSKQnBNcrIO4D8U8HilazgdtAzflsJ0r { display:block; }#SSKQnBNcrIO4D8U8HilazgdtAzflsJ0r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDpeZBkNsiz6MmHvUhA5qW9M4otZn7Rl { width:13.9375rem;height:26.8125rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHcod2dxFLL2OgqrzwrA0GOytB8XA2L4 { width:14rem;height:8.875rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMtMPihoweUTefHbVGntHg0cgZHrIRQw { width:8.875rem;height:2.4375rem;top:19.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJtpGVMgtb2A0BDnp4vcqqpfWRHNblI { width:11.25rem;height:7.9375rem;top:22.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5IDT3rT7EowmqHmEdu4OZ8BgpvkFo3f { width:11.8125rem;height:3.25rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuhlgM9yzUVkOvJN8nONz2kv2DNL6vZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #qtIFh0FzsBptf6eR14MxPRg9dJe8eGB9 { width:13.9375rem;height:26.8125rem;top:9.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sesr3RKFOQOewgJm1IQqfaTOAxvbK7gN { width:14rem;height:8.875rem;top:9.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amfcHdLIe0L8B6TwQpuD6wEkFtpQDFin { width:12.0625rem;height:7.9375rem;top:22.1875rem;left:10.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1tkKzFZeB8QwfgE8CUBKNKrWcPDcedM { width:8.875rem;height:2.4375rem;top:19.125rem;left:10.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiWKlc1HF2fXsv0nGrSA8T88CxVrxWgd { width:11.8125rem;height:3.25rem;top:31.4375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1SDZbmcvLv5myXOHEmzGgMFpd8CQ38g { display:block; }
 }@media only screen and (max-width: 763px) { #c9DemWTEHPnVZHhVb7zVa04AeadqBLT7 { width:13.9375rem;height:26.8125rem;top:9.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skXeahIURTmXaVWiNcqcR37arQOvysOF { width:14rem;height:8.875rem;top:9.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkah69T4Ch82IrhOIoU7BvNlJlcF34qZ { width:11.125rem;height:7.9375rem;top:22.1875rem;left:26.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrdDnttQqfr0qu0zRJuHVJP2zciJ15g2 { width:8.875rem;height:2.4375rem;top:19.125rem;left:26.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9UnOiBF37BVh5sWe7eL6lpaxXB0PbhQ { width:11.8125rem;height:3.25rem;top:31.4375rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #btTEuFEZklk7Q6xcon1cguP9ybw3k3F6 { display:block; }
 }@media only screen and (max-width: 763px) { #vlvk1DTM1Ht3hElGLJUC9KNu6E0ClccU { width:47.75rem;height:3.25rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyLk6NXLUNvygv6MJA4qnO1MIEknZCI8 { width:13.9375rem;height:26.8125rem;top:9.625rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azaMxFwc6KlTsayFrOb6K5qXDJiMgUwB { width:14rem;height:8.875rem;top:9.625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9xD4mnAVTKmIPQSVrkbJOiIAS1kiOl3 { width:11.125rem;height:;top:22.1875rem;left:36.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooka7T5ys39zwbuXBSWZbkyi8oiKdVMq { width:8.875rem;height:;top:19.125rem;left:38.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2DWip4yUdDkJVrcTQRiMT1TC8fWm15z { width:11.8125rem;height:3.25rem;top:31.4375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTEWvzUU1HW0IpkDBAq3ahNvxGTEaDF { display:block; }
 }@media only screen and (max-width: 763px) { #OsMfeorPRclMBUyKVVBnDOF5HhJErQRZ { display:block; }#OsMfeorPRclMBUyKVVBnDOF5HhJErQRZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syWT7fXBGMHIV8rfMxHpBGuUxUOF2mGr { width:47.75rem;height:36.375rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGTx3VmfSWl8KUJ4kgCD9MTBXk51FTUy { width:47.75rem;height:36.375rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBaMZnvAndMw1XSpfiZlTB2NgdGbCl7e { width:39.4375rem;height:4.0625rem;top:8.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9DhlrfRM8Fdcz5r3GxGMMvXCBCLW5Qe { width:41.5rem;height:;top:12.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMHd4ZXL8eqM1JBeJIpQRLWzRJpWSDrQ { width:3.5rem;height:3.8125rem;top:18.75rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbR16lyBo4JyalAIar37X1vHIbltFuFf { width:47.75rem;height:0.0625rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ2VrbDaTtTO14PdRMX6arRbiMOdduIR { width:13.75rem;height:;top:18.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6PgxQNIlAwtaBUtcUCK8RZIADFPJGSC { width:33.75rem;height:;top:20.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBSE8SWAxXXCnglH5AkIe1fToe4aXI1F { width:3.5rem;height:;top:25.0625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcnDZluPTTSkBkcA5au0kcwKl3fbXFpn { width:20.9375rem;height:;top:25.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI15MHWeIERqQPBCq0udu1RT4DO9UUUJ { width:41.5625rem;height:1.625rem;top:27.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhak0HUl68nCqygktTv9wrTxumDJtcQo { width:3.5rem;height:3.75rem;top:31.5625rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6AN1OFrIiPJTQUhz4FTFKGncnRsCuPt { width:21.375rem;height:;top:31.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnEBt5xsgoJd3AQu2XVab77PuZmGd29d { width:32.0625rem;height:;top:33.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0E3TKvbR9xI1rTGl1avLdOZacTp1RVT { display:block; }#z0E3TKvbR9xI1rTGl1avLdOZacTp1RVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQlzBC8tMfgS0lmrIg2qiMQe061qmhv4 { width:47.75rem;height:10.375rem;top:4rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsCNkm6aGMsm45usUT4hCyP8tMtkEDIo { width:32rem;height:1.4375rem;top:7.8125rem;left:7.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LALymH3DeXJLzSuyiJ3py13oHsNwdEMF { width:23.8125rem;height:12.5rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETSrVy71r9RqCX4cToykWerzQMrFh90 { width:23.8125rem;height:12.5rem;top:11.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORoVDnFqTn2LbkLtPg6gyAoMl5CHR9XW { width:23.8125rem;height:12.5rem;top:11.6875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDmhUBIcDe8CIVQrS3dB6P9xTc4UQOFr { width:23.8125rem;height:12.5rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWA9qn3Z6gAGf8D8wbeCo3AZQzC1lC2x { width:23.8125rem;height:12.5rem;top:25.4375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6QaQyh3T2dpdITbaTMX3zOAkTJQub1E { width:23.8125rem;height:12.5rem;top:25.4375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJMfh4UObpMJBfOCWR2tOXdimETPpPx1 { display:block; }#NJMfh4UObpMJBfOCWR2tOXdimETPpPx1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muindgkN8bzvTpV0ba9bAMufaPAKC87m { width:38.25rem;height:3.5rem;top:2.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5KPsD5e4DCXMyTnKc7PycQ5phTutiB3 { width:23.3125rem;height:4.0625rem;top:2.3125rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdtBKnOVfPzT6tTlVWgTlLehzEsxe36T { display:block; }
 }@media only screen and (max-width: 763px) { #uAe6AT4iEqPdFIaRSx7sbTTdK6zslyQ7 { display:block; }#uAe6AT4iEqPdFIaRSx7sbTTdK6zslyQ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fM3vo6bqERxuuPEEqfkhic1WLar6mWNx { width:47.75rem;height:22.196979038224rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vp6zFqm5cdJ2ffdAR7w8t8LreE3S1TtX { width:47.75rem;height:13.625rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfnExCtJpTT2vxaXSR7rrw2y6wx4fPqy { width:47.75rem;height:4.3125rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAy14brZylhfercOqilb48qnNbFCU1Kx { width:47.75rem;height:;top:19.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbMIG0nnaclVspnrIwEIL3IBT0wq9u0c { width:22.875rem;height:0.625rem;top:22.4375rem;left:17.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLEEHmXsJSO7tduI7oVnbp063OOKCwVz { display:block; }#eLEEHmXsJSO7tduI7oVnbp063OOKCwVz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SooEkxpNSUO1P71NIVxiCkAmGefeKKKx { width:15.125rem;height:1.75rem;top:4.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvJx10utDgwGDbXTXJtDmknxrJQq5oTq { width:3.5rem;height:3.75rem;top:0rem;left:4.21875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sngSCGGwty7LVlHhKyn3oinRSUQgJJCT { width:17.125rem;height:4.4375rem;top:8rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThpPudDWS3befkqhpPhkhv16Ji7Olc1I { width:15.125rem;height:1.75rem;top:4.9375rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZfHk53cxS6Li3i0hk9GhUgPT7JUPhBs { width:14.5rem;height:4.4375rem;top:8rem;left:9.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfI39FQap3TrwhXrd6KBMnWzS3pIeoFC { width:3.5rem;height:3.75rem;top:0rem;left:16.15625rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VutvtwElzmTzUkW0Anl1caA5cygFzIAL { width:15.125rem;height:1.75rem;top:5.0625rem;left:20.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBCp6v8BFaTmGunk6cSGE7uRaIfkDwSf { width:3.5rem;height:3.75rem;top:0rem;left:28.09375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuIW8yzUVXMJ7hESgD0daKuoh8kxeiaN { width:12.8125rem;height:4.4375rem;top:8rem;left:23rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0hlwDriiifqBlTbCyJsTDtnndJnWkV1 { width:12.625rem;height:4.4375rem;top:8.0625rem;left:35.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab3ng6SAI5yy3PJCdGcLSg9dAs58v0WT { width:15.125rem;height:;top:5.125rem;left:32.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqQTJ4MfeohZLRFvcJsPocqnFi1WzmDV { width:3.5rem;height:;top:0.0625rem;left:40.03125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 { display:block; }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIcFrEzXgIFJ9fVu2upZcPs2IM5ciigf { width:37.5rem;height:23.75rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muvekcre8OiDAHifCziyRuSR9zadklys { width:13.875rem;height:4.4375rem;top:5.9375rem;left:28.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed90rHfTV7NJOlneqMbCkLi4bEJfXLg7 { width:20.9375rem;height:11.25rem;top:11.5rem;left:26.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C90iTZoFlCbLZIQgVe0S3oFqG8fRFHwd { width:2.75rem;height:11.25rem;top:11.5rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNwSQWNaSE0gheZgg4nh63Ko2uqo8F6M { width:37.5rem;height:23.75rem;top:5.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcgnXCJ13D5rn07gwk1wBpleF03cgvin { width:20.75rem;height:3.75rem;top:24.75rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0lKZEfUNXxxaCOKiiAHbhZpdIeQHhwn { display:block; }
 }@media only screen and (max-width: 763px) { #Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 { display:block; }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7lb7cEOCEdZrE06wVGmHMwlXvqK8Eh9 { width:37.5rem;height:25.875rem;top:4.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLAfgULVgqZJfxBFRH3RucSSmVvLnCpf { width:20.9375rem;height:13.5rem;top:10.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASgHckv78F99Say0Poh3LvRzoJhp5vcA { width:2.75rem;height:13.5rem;top:10.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8iy4ChFMk5Vde5fODT3XeZmorapEUXN { width:15.5rem;height:4.4375rem;top:5.4375rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHp1Oau1c9PbUJmVlx9ikXC4A0k9VXWP { width:37.5rem;height:23.75rem;top:5.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEol9Wv3Fr8wM5OHsHf6NwhVmwkioTDI { width:20.75rem;height:3.75rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7vkZr4uht9PrIrXr3TGePH0GWqUL7fT { display:block; }
 }@media only screen and (max-width: 763px) { #P032ZUb1gOVVolZZxR6KfiK5bHpCAlru { display:block; }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wweKblZWgntK98UIvo0pViWpfbmr61gk { width:37.5rem;height:27.1875rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqkCVkJZO6Qnra8SUJrrsv2oT564tWuJ { width:25.875rem;height:4.4375rem;top:6.1875rem;left:21.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTKAlbB9M4CZvmCet3yLWxFgBoqO04pn { width:20.8125rem;height:13.5rem;top:11.75rem;left:26.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTR8JIlF9EiZJA8uzLZhqERrNRvKoqsA { width:2.75rem;height:13.5rem;top:11.75rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQBoiTsp1R35ywapyRwawcZewPKldFSS { width:37.5rem;height:23.75rem;top:5.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZTTCTCAvpNTC7Oem4RX5gXGORKh9gGs { width:20.75rem;height:3.75rem;top:27.0625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBBHXStbbJAoUh7xtM6shb1iVcONHKD8 { display:block; }
 }@media only screen and (max-width: 763px) { #XWeuoZGqs4uSdAV0HGdS7psCvMf13Ofc { display:block; }#XWeuoZGqs4uSdAV0HGdS7psCvMf13Ofc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPTdc3wRFTK3kFo5uwmlU5mIUDtOJZVs { width:21.9375rem;height:32.375rem;top:5.9375rem;left:25.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cW9RAicbxLgTQCT3unFpDxTugAsPEZyl { width:33.875rem;height:;top:2.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRME5GPR6bGofAUOCMp94fRmwQ7qM3FC { width:31.0625rem;height:4.125rem;top:2.375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVmXBUIzwu8UVlWFvF10onHeyHZ5Len1 { display:block; }
 }@media only screen and (max-width: 763px) { #QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT { display:block; }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqMNdmgaQJxSbfb7vUxmFOxFINeB0vWq { width:44.1875rem;height:;top:5.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0TEhqFpEbUO7HX8Mprq7UDqveq0zQUE { width:28.5625rem;height:2.8125rem;top:17.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVkqtlTAu5SukyCg6Sa840X3OPqlt7mK { width:17.3125rem;height:3.9375rem;top:20.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXrwKUJLV5y7KMTNvVqudLZ0rWUCEst4 { width:21.9375rem;height:32.375rem;top:5.9375rem;left:25.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VTPp367G6WgzVDJu77VMACwgOlKFl1Gx { width:37.5rem;height:23.75rem;top:5.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yeOS7O0liE0wQnbEFbEsriBdAeqPsLrw { width:18rem;height:3.75rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssIsxHo1FL2S5oNWd2ACU7rK2dXZwSLf { display:block; }
 }@media only screen and (max-width: 763px) { #kTaI6THuklcrytaqteoXfl5u91udPbXO { display:block; }#kTaI6THuklcrytaqteoXfl5u91udPbXO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9O33fF1piUDfI99va1xOzvznhtTeGTX { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDU97F7LU6ztV1yu8GU8oX92PGBcTh22 { display:block; }
 }@media only screen and (max-width: 763px) { #WUlytSW5CXwvCsfsRipkv7Bux7iLsh1C { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1JwTIXD35vUwEiqtdLIZgFEqpFIoqTA { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#003c71;background-image:none;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwAkdZTtMTwFTu1zLXdBqtf41uGi0TfA { width:13.8105625rem;height:3rem;top:32.6875rem;left:3.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k9byl5PVHHpqn1ts9euzTnsCiOs96OUa { display:block; }
 }@media only screen and (max-width: 763px) { #HAo0WC6zbJoZmZz7QONO2VA5Lvhtb7wa { width:14.0625rem;height:2.8418rem;top:4rem;left:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7EiDusPPK1uoBnoKgP8TTzgg9vO0vlS { width:17.124rem;height:4.250975rem;top:11.3115234375rem;left:1.435546875rem;font-size:2.125rem;text-align:center;text-align-last:center;z-index:15012;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #RWeUv9KTZEOdLlE7eynt6LoZKOdZa4Mp { width:16.625rem;height:3.375rem;top:3.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itevUISWO5TlCuJ5wM7iB8TTmIzp8mvt { width:4.3125rem;height:1.875rem;top:17.5625rem;left:6.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w11xq8E1oqWVaf6QFwxwBFATSMvh0T2b { display:block; }
 }@media only screen and (max-width: 763px) { #IpvIZ6GtFqG5sWe7qL5Il4G7xPJH18v9 { width:11.875rem;height:1.875rem;top:23.1875rem;left:4.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niCxXynfewiMqTKTAIbm5QkvXiaeMK9U { display:block; }
 }@media only screen and (max-width: 763px) { #qk9uTkcdhDHkhN9TwFnCCOc70Kv8gQNl { width:5.5rem;height:1.875rem;top:17.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeKlCeU468GWw5MBdcQOzC9qMocyz821 { display:block; }
 }@media only screen and (max-width: 763px) { #oksvEfg4KqAHeWcg75Cl8EKWw2ZUwZ60 { width:5.5rem;height:1.875rem;top:20.1875rem;left:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNHfbDipPTra8nz2Au3LZrD2v60cArDk { display:block; }
 }@media only screen and (max-width: 763px) { #CeqM0oGRFPGy2uqWnnJmOWxLuQsZi4Mf { width:4.375rem;height:1.875rem;top:17.5625rem;left:11.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmeTrnUP3AK2WCFwKvSQKu9O8NmHNiup { display:block; }
 }@media only screen and (max-width: 763px) { #kMhJFVC1lRrFv6pS0f5VpSe6BLgzlBOw { width:6.4375rem;height:0;top:31rem;left:7.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XO8g5ANCdvWuRKSnlpbggZBK0zM06iEU { width:0.625rem;height:0.625rem;top:31.3125rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9NLzUEIrJ2md5s3iGQzI3gDB7hgo8aJ { top:18.108333587646rem;left:0rem;width:20rem;height:6.0625rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #003c71);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #003c71);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #003c71);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #003c71);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#003c71' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#003c71' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #003c71);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #V7Pp6HOEBwlKnTmOTGh81yxf6am9MwZb { width:4.125rem;height:1.875rem;top:17.5625rem;left:15.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBEZ43bHrts6eXmJk79DykCW4k7ooZDM { display:block; }
 }@media only screen and (max-width: 763px) { #h0RfGoeNaxf0AReKaqhagxUCu4u3Gfq8 { width:7.25rem;height:1.875rem;top:20.1875rem;left:6.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9eewkTUufToEUscfyoKAFdWUnFacI0p { display:block; }
 }@media only screen and (max-width: 763px) { #lLqXZt9ZPQBI2AN15s2ZaQkz0J1L7Lhv { width:4.625rem;height:1.875rem;top:20.1875rem;left:14.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOkp4f24M9ra8DvITeW7N4TN1oRaQ22S { display:block; }
 }@media only screen and (max-width: 763px) { #sOvcN5QC8tzhZzlEdLuTyNx0rJoB6T0C { width:20rem;height:45.0625rem;top:47.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvO6EkcgQ3OHcP5dwAd78fGXcEq0SM5e { width:4.375rem;height:1.6875rem;top:26.25rem;left:7.4375rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:15012;line-height:1;color:rgba(255,255,255,0.74);display:block; }
 }@media only screen and (max-width: 763px) { #Z39f9tfI3gSAC1Gl97I2S7QDvZW9nnF2 { width:6rem;height:0.6870125rem;top:26.75rem;left:11.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15012;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rM6mC9T6SMWTwiLUduU7TJrH0Ulwa6B7 { width:4.125rem;height:1.374025rem;top:26.4375rem;left:3.9375rem;font-size:0.6875rem;text-align:right;text-align-last:right;z-index:15012;line-height:1;color:rgba(255,255,255,0.75);display:block; }
 }@media only screen and (max-width: 763px) { #BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fb6ecd97-31e4-4793-829d-41783c47259e/download20240202T125555195.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r.adaptive-delivery-prevent-bg, #BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r.lazyload, #BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r.lazyloading { background-image: none; }#BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r > .row .container { background-color: transparent; background-image: none; }#BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r > .row .container > .video-iframe-container { display: none; }#BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r > .row > .video-iframe-container { display: none; }#BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r > .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); }#BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r > .row .container { border-width: 0; border-radius: 0; }#BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BdL5Kz0fMUOyd6Q1TAFwJbzHHPFPTJ5r > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGfLlV7zmxEHzQqgZQh573DaUgtm94r8 { display:block; }#IGfLlV7zmxEHzQqgZQh573DaUgtm94r8 > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yX7nEoTQt2QdsrwRWQiA5J3BMQLQ8mX1 { width:16.1875rem;height:3.75rem;top:1.75rem;left:1.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nxkSQ5vUTb6md1qDuf7w7lXJ4k0I3nCt { width:16.625rem;height:3.5rem;top:7.1875rem;left:1.6875rem;font-size:0.9375rem;background-color:#19cc5b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ghRsVPdGmTVDhSeeZBCQxWmmCsqM85dq { display:block; }
 }@media only screen and (max-width: 763px) { #SSKQnBNcrIO4D8U8HilazgdtAzflsJ0r { display:block; }#SSKQnBNcrIO4D8U8HilazgdtAzflsJ0r > .row .container { width:20rem;height:122.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDpeZBkNsiz6MmHvUhA5qW9M4otZn7Rl { width:16.25rem;height:25.625rem;top:8.375rem;left:2.125rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #JHcod2dxFLL2OgqrzwrA0GOytB8XA2L4 { width:16.375rem;height:8.875rem;top:8.375rem;left:2.125rem;z-index:14982;display:block; }
 }@media only screen and (max-width: 763px) { #TMtMPihoweUTefHbVGntHg0cgZHrIRQw { width:8.875rem;height:2.4375rem;top:18.125rem;left:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJtpGVMgtb2A0BDnp4vcqqpfWRHNblI { width:14.3125rem;height:6.369125rem;top:21.1875rem;left:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5IDT3rT7EowmqHmEdu4OZ8BgpvkFo3f { width:11.8125rem;height:3.25rem;top:28.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuhlgM9yzUVkOvJN8nONz2kv2DNL6vZ2 { display:block; }
 }@media only screen and (max-width: 763px) { #qtIFh0FzsBptf6eR14MxPRg9dJe8eGB9 { width:16.25rem;height:25.625rem;top:36.625rem;left:1.8125rem;z-index:14983;display:block; }
 }@media only screen and (max-width: 763px) { #sesr3RKFOQOewgJm1IQqfaTOAxvbK7gN { width:16.375rem;height:8.875rem;top:36.625rem;left:1.8125rem;z-index:14981;display:block; }
 }@media only screen and (max-width: 763px) { #amfcHdLIe0L8B6TwQpuD6wEkFtpQDFin { width:13.625rem;height:6.369125rem;top:49.4375rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1tkKzFZeB8QwfgE8CUBKNKrWcPDcedM { width:8.875rem;height:2.4375rem;top:46.375rem;left:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiWKlc1HF2fXsv0nGrSA8T88CxVrxWgd { width:11.8125rem;height:3.25rem;top:57.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1SDZbmcvLv5myXOHEmzGgMFpd8CQ38g { display:block; }
 }@media only screen and (max-width: 763px) { #c9DemWTEHPnVZHhVb7zVa04AeadqBLT7 { width:16.25rem;height:25.625rem;top:64.875rem;left:1.8125rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #skXeahIURTmXaVWiNcqcR37arQOvysOF { width:16.375rem;height:8.875rem;top:64.875rem;left:1.8125rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #zkah69T4Ch82IrhOIoU7BvNlJlcF34qZ { width:13.3125rem;height:6.369125rem;top:77.6875rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrdDnttQqfr0qu0zRJuHVJP2zciJ15g2 { width:8.875rem;height:2.4375rem;top:74.625rem;left:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9UnOiBF37BVh5sWe7eL6lpaxXB0PbhQ { width:11.8125rem;height:3.25rem;top:85.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btTEuFEZklk7Q6xcon1cguP9ybw3k3F6 { display:block; }
 }@media only screen and (max-width: 763px) { #vlvk1DTM1Ht3hElGLJUC9KNu6E0ClccU { width:16.8125rem;height:4.063475rem;top:2.6875rem;left:1.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyLk6NXLUNvygv6MJA4qnO1MIEknZCI8 { width:16.25rem;height:25.625rem;top:93.125rem;left:1.8125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #azaMxFwc6KlTsayFrOb6K5qXDJiMgUwB { width:16.375rem;height:8.875rem;top:93.125rem;left:1.8125rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #w9xD4mnAVTKmIPQSVrkbJOiIAS1kiOl3 { width:13.3125rem;height:6.369125rem;top:106.0625rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooka7T5ys39zwbuXBSWZbkyi8oiKdVMq { width:8.875rem;height:2.4375rem;top:102.9375rem;left:3.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2DWip4yUdDkJVrcTQRiMT1TC8fWm15z { width:11.8125rem;height:3.25rem;top:113.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTTEWvzUU1HW0IpkDBAq3ahNvxGTEaDF { display:block; }
 }@media only screen and (max-width: 763px) { #OsMfeorPRclMBUyKVVBnDOF5HhJErQRZ { display:block; }#OsMfeorPRclMBUyKVVBnDOF5HhJErQRZ > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #syWT7fXBGMHIV8rfMxHpBGuUxUOF2mGr { width:20rem;height:37.9375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGTx3VmfSWl8KUJ4kgCD9MTBXk51FTUy { width:20rem;height:37.9375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBaMZnvAndMw1XSpfiZlTB2NgdGbCl7e { width:12.1875rem;height:4.5rem;top:5.75rem;left:1.5625rem;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #n9DhlrfRM8Fdcz5r3GxGMMvXCBCLW5Qe { width:16.5625rem;height:3.18456875rem;top:11.1875rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMHd4ZXL8eqM1JBeJIpQRLWzRJpWSDrQ { width:2.5rem;height:2.2rem;top:17.6875rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbR16lyBo4JyalAIar37X1vHIbltFuFf { width:20rem;height:0.0625rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ2VrbDaTtTO14PdRMX6arRbiMOdduIR { width:13.75rem;height:1.58125rem;top:18rem;left:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6PgxQNIlAwtaBUtcUCK8RZIADFPJGSC { width:14.8125rem;height:2.62206875rem;top:20.5rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBSE8SWAxXXCnglH5AkIe1fToe4aXI1F { width:2.5rem;height:2.2rem;top:24.9375rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcnDZluPTTSkBkcA5au0kcwKl3fbXFpn { width:14.25rem;height:1.58125rem;top:25.25rem;left:4.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI15MHWeIERqQPBCq0udu1RT4DO9UUUJ { width:17.3125rem;height:2.62206875rem;top:27.75rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhak0HUl68nCqygktTv9wrTxumDJtcQo { width:2.5rem;height:2.2rem;top:32.25rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c6AN1OFrIiPJTQUhz4FTFKGncnRsCuPt { width:12.625rem;height:1.58125rem;top:32.5625rem;left:4.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnEBt5xsgoJd3AQu2XVab77PuZmGd29d { width:14.125rem;height:2.62206875rem;top:35.0625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0E3TKvbR9xI1rTGl1avLdOZacTp1RVT { display:block; }#z0E3TKvbR9xI1rTGl1avLdOZacTp1RVT > .row .container { width:20rem;height:96.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQlzBC8tMfgS0lmrIg2qiMQe061qmhv4 { width:15.25rem;height:4.3974625rem;top:2.75rem;left:2.375rem;font-size:2rem;z-index:15019;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EsCNkm6aGMsm45usUT4hCyP8tMtkEDIo { width:13.0625rem;height:2.4462875rem;top:7.887499809265rem;left:3.46875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LALymH3DeXJLzSuyiJ3py13oHsNwdEMF { width:20rem;height:12.5rem;top:12.275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TETSrVy71r9RqCX4cToykWerzQMrFh90 { width:20rem;height:12.5rem;top:26.025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORoVDnFqTn2LbkLtPg6gyAoMl5CHR9XW { width:20rem;height:12.5rem;top:39.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDmhUBIcDe8CIVQrS3dB6P9xTc4UQOFr { width:20rem;height:12.5rem;top:53.525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWA9qn3Z6gAGf8D8wbeCo3AZQzC1lC2x { width:20rem;height:12.5rem;top:67.275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6QaQyh3T2dpdITbaTMX3zOAkTJQub1E { width:20rem;height:12.5rem;top:81.025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJMfh4UObpMJBfOCWR2tOXdimETPpPx1 { display:block; }#NJMfh4UObpMJBfOCWR2tOXdimETPpPx1 > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muindgkN8bzvTpV0ba9bAMufaPAKC87m { width:17.8125rem;height:6.369125rem;top:3.0625rem;left:1.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #d5KPsD5e4DCXMyTnKc7PycQ5phTutiB3 { width:19rem;height:4.0625rem;top:10.6875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdtBKnOVfPzT6tTlVWgTlLehzEsxe36T { display:block; }
 }@media only screen and (max-width: 763px) { #uAe6AT4iEqPdFIaRSx7sbTTdK6zslyQ7 { display:block; }#uAe6AT4iEqPdFIaRSx7sbTTdK6zslyQ7 > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fM3vo6bqERxuuPEEqfkhic1WLar6mWNx { width:20rem;height:9.296875rem;top:2.4375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Vp6zFqm5cdJ2ffdAR7w8t8LreE3S1TtX { width:20rem;height:5.1875rem;top:5.359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfnExCtJpTT2vxaXSR7rrw2y6wx4fPqy { width:20rem;height:4.3125rem;top:10.484375rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #oAy14brZylhfercOqilb48qnNbFCU1Kx { width:20rem;height:4.8rem;top:10.04062461853rem;left:0rem;font-size:2rem;z-index:15019;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gbMIG0nnaclVspnrIwEIL3IBT0wq9u0c { width:15.625rem;height:0.625rem;top:14.0625rem;left:2.1875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #eLEEHmXsJSO7tduI7oVnbp063OOKCwVz { display:block; }#eLEEHmXsJSO7tduI7oVnbp063OOKCwVz > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SooEkxpNSUO1P71NIVxiCkAmGefeKKKx { width:5.5rem;height:1.75rem;top:5.125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mvJx10utDgwGDbXTXJtDmknxrJQq5oTq { width:2.125rem;height:2.2rem;top:2.1125030517578rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sngSCGGwty7LVlHhKyn3oinRSUQgJJCT { width:8.8125rem;height:6.115725rem;top:7.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ThpPudDWS3befkqhpPhkhv16Ji7Olc1I { width:5.6875rem;height:1.75rem;top:5.125rem;left:11.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QZfHk53cxS6Li3i0hk9GhUgPT7JUPhBs { width:7.4375rem;height:4.892575rem;top:7.75rem;left:11.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xfI39FQap3TrwhXrd6KBMnWzS3pIeoFC { width:3.5rem;height:2.2rem;top:2.125rem;left:11.125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VutvtwElzmTzUkW0Anl1caA5cygFzIAL { width:5.625rem;height:1.75rem;top:18.700012207031rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OBCp6v8BFaTmGunk6cSGE7uRaIfkDwSf { width:2.5625rem;height:2.2rem;top:15.5625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NuIW8yzUVXMJ7hESgD0daKuoh8kxeiaN { width:7.375rem;height:4.892575rem;top:21.387512207031rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p0hlwDriiifqBlTbCyJsTDtnndJnWkV1 { width:7.9375rem;height:4.892575rem;top:21.387512207031rem;left:11.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ab3ng6SAI5yy3PJCdGcLSg9dAs58v0WT { width:8.1875rem;height:1.75rem;top:18.700012207031rem;left:11.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eqQTJ4MfeohZLRFvcJsPocqnFi1WzmDV { width:3.5rem;height:2.2rem;top:15.5625rem;left:11.125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #005097, #003666);background-image: -moz-linear-gradient(90deg, #005097, #003666);background-image: -ms-linear-gradient(90deg, #005097, #003666);background-image: -o-linear-gradient(90deg, #005097, #003666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005097', endColorstr='#003666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005097', endColorstr='#003666' );";background-image: linear-gradient(90deg, #005097, #003666);background-size:auto !important;display:block; }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 > .row .container { background-color: transparent; background-image: none; }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 > .row .container > .video-iframe-container { display: none; }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 > .row > .video-iframe-container { display: none; }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 > .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); }#ZdkiMPQIb2vAR7qR113gextIS4WRL7b3 > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIcFrEzXgIFJ9fVu2upZcPs2IM5ciigf { width:20rem;height:11.625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muvekcre8OiDAHifCziyRuSR9zadklys { width:7.1875rem;height:2.6rem;top:11.08749961853rem;left:1.25rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ed90rHfTV7NJOlneqMbCkLi4bEJfXLg7 { width:17.625rem;height:9.558125rem;top:16.75rem;left:2.3125rem;font-size:1.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;display:block; }
 }@media only screen and (max-width: 763px) { #C90iTZoFlCbLZIQgVe0S3oFqG8fRFHwd { width:2.3125rem;height:9.558125rem;top:16.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNwSQWNaSE0gheZgg4nh63Ko2uqo8F6M { width:20rem;height:10.4375rem;top:4.4375rem;left:0rem;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000b2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-size:cover !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #tcgnXCJ13D5rn07gwk1wBpleF03cgvin { width:19rem;height:3.75rem;top:27.5625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0lKZEfUNXxxaCOKiiAHbhZpdIeQHhwn { display:block; }
 }@media only screen and (max-width: 763px) { #Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #003a6d, #002241);background-image: -moz-linear-gradient(90deg, #003a6d, #002241);background-image: -ms-linear-gradient(90deg, #003a6d, #002241);background-image: -o-linear-gradient(90deg, #003a6d, #002241);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a6d', endColorstr='#002241' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a6d', endColorstr='#002241' );";background-image: linear-gradient(90deg, #003a6d, #002241);background-size:auto !important;display:block; }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 > .row .container { background-color: transparent; background-image: none; }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 > .row .container > .video-iframe-container { display: none; }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 > .row > .video-iframe-container { display: none; }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 > .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); }#Sd9bs4PNx1ohy2VB31WCCpZEkpECvsM7 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7lb7cEOCEdZrE06wVGmHMwlXvqK8Eh9 { width:20rem;height:11.625rem;top:3.4125003814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLAfgULVgqZJfxBFRH3RucSSmVvLnCpf { width:16.625rem;height:11.46971875rem;top:16.9375rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASgHckv78F99Say0Poh3LvRzoJhp5vcA { width:2.3125rem;height:11.46975rem;top:16.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8iy4ChFMk5Vde5fODT3XeZmorapEUXN { width:10.75rem;height:2.6rem;top:11.25rem;left:1.25rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gHp1Oau1c9PbUJmVlx9ikXC4A0k9VXWP { width:20rem;height:10.4375rem;top:4.6625003814697rem;left:0rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000b2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-size:cover !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #bEol9Wv3Fr8wM5OHsHf6NwhVmwkioTDI { width:19rem;height:3.75rem;top:29.6625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7vkZr4uht9PrIrXr3TGePH0GWqUL7fT { display:block; }
 }@media only screen and (max-width: 763px) { #P032ZUb1gOVVolZZxR6KfiK5bHpCAlru { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #005097, #003666);background-image: -moz-linear-gradient(90deg, #005097, #003666);background-image: -ms-linear-gradient(90deg, #005097, #003666);background-image: -o-linear-gradient(90deg, #005097, #003666);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005097', endColorstr='#003666' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005097', endColorstr='#003666' );";background-image: linear-gradient(90deg, #005097, #003666);background-size:auto !important;display:block; }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru > .row .container { background-color: transparent; background-image: none; }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru > .row .container > .video-iframe-container { display: none; }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru > .row > .video-iframe-container { display: none; }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru > .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); }#P032ZUb1gOVVolZZxR6KfiK5bHpCAlru > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wweKblZWgntK98UIvo0pViWpfbmr61gk { width:20rem;height:11.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqkCVkJZO6Qnra8SUJrrsv2oT564tWuJ { width:13.9375rem;height:2.6rem;top:10.89999961853rem;left:1.25rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xTKAlbB9M4CZvmCet3yLWxFgBoqO04pn { width:16.5rem;height:11.4697125rem;top:16.5625rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTR8JIlF9EiZJA8uzLZhqERrNRvKoqsA { width:2.3125rem;height:11.46975rem;top:16.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQBoiTsp1R35ywapyRwawcZewPKldFSS { width:20rem;height:10.4375rem;top:4.3125rem;left:0rem;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000b2' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));background-size:cover !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #mZTTCTCAvpNTC7Oem4RX5gXGORKh9gGs { width:19rem;height:3.75rem;top:29.2875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBBHXStbbJAoUh7xtM6shb1iVcONHKD8 { display:block; }
 }@media only screen and (max-width: 763px) { #XWeuoZGqs4uSdAV0HGdS7psCvMf13Ofc { display:block; }#XWeuoZGqs4uSdAV0HGdS7psCvMf13Ofc > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPTdc3wRFTK3kFo5uwmlU5mIUDtOJZVs { width:20rem;height:29.515625rem;top:41.71875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cW9RAicbxLgTQCT3unFpDxTugAsPEZyl { width:18.1875rem;height:5.775rem;top:2.6875rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QRME5GPR6bGofAUOCMp94fRmwQ7qM3FC { width:18.875rem;height:3.625rem;top:9.8125rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVmXBUIzwu8UVlWFvF10onHeyHZ5Len1 { display:block; }
 }@media only screen and (max-width: 763px) { #QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT { background-color:#e8e8e8;background-image:none;display:block; }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT > .row .container { background-color: transparent; background-image: none; }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT > .row .container > .video-iframe-container { display: none; }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT > .row > .video-iframe-container { display: none; }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT > .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); }#QFKkFnUnLAz2ShcvK2p3IqkldVtciRpT > .row .container { width:20rem;height:45.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqMNdmgaQJxSbfb7vUxmFOxFINeB0vWq { width:17.875rem;height:5.24706875rem;top:16.25rem;left:1.0625rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X0TEhqFpEbUO7HX8Mprq7UDqveq0zQUE { width:13.25rem;height:3.49805rem;top:28.1875rem;left:3.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kVkqtlTAu5SukyCg6Sa840X3OPqlt7mK { width:17.3125rem;height:3.6rem;top:32.5rem;left:1.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXrwKUJLV5y7KMTNvVqudLZ0rWUCEst4 { width:11.9375rem;height:17.6875rem;top:1.28125rem;left:4.03125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #VTPp367G6WgzVDJu77VMACwgOlKFl1Gx { width:20rem;height:10.4375rem;top:8.59375rem;left:0rem;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #e8e8e8);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #e8e8e8);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #e8e8e8);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #e8e8e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e8e8e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e8e8e8' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #e8e8e8);background-size:cover !important;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yeOS7O0liE0wQnbEFbEsriBdAeqPsLrw { width:18rem;height:3.75rem;top:37.375rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssIsxHo1FL2S5oNWd2ACU7rK2dXZwSLf { display:block; }
 }@media only screen and (max-width: 763px) { #kTaI6THuklcrytaqteoXfl5u91udPbXO { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#kTaI6THuklcrytaqteoXfl5u91udPbXO > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9O33fF1piUDfI99va1xOzvznhtTeGTX { width:3.3125rem;height:3.3125rem;top:0rem;left:16.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDU97F7LU6ztV1yu8GU8oX92PGBcTh22 { display:block; }
 }@media only screen and (max-width: 763px) { #WUlytSW5CXwvCsfsRipkv7Bux7iLsh1C { width:2.875rem;height:2.875rem;top:0.21875rem;left:16.78125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1JwTIXD35vUwEiqtdLIZgFEqpFIoqTA { display:block; }
 }