.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU192kqZLIgxGZUrh7k0H286QGyDl9tT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#045ab2;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;z-index:auto;display:block; }#bU192kqZLIgxGZUrh7k0H286QGyDl9tT > .row .container { background-color: transparent; background-image: none; }#bU192kqZLIgxGZUrh7k0H286QGyDl9tT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU192kqZLIgxGZUrh7k0H286QGyDl9tT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU192kqZLIgxGZUrh7k0H286QGyDl9tT > .row .container > .video-iframe-container { display: none; }#bU192kqZLIgxGZUrh7k0H286QGyDl9tT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU192kqZLIgxGZUrh7k0H286QGyDl9tT > .row > .video-iframe-container { display: none; }#bU192kqZLIgxGZUrh7k0H286QGyDl9tT > .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); }#bU192kqZLIgxGZUrh7k0H286QGyDl9tT > .row .container { border-width: 0; border-radius: 0; }#bU192kqZLIgxGZUrh7k0H286QGyDl9tT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bU192kqZLIgxGZUrh7k0H286QGyDl9tT > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#kTMLvIXmTX22oJnHtUbftfQKAbxs12Fn { 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:2rem;width:5.0625rem;top:1.5rem;left:27.46875rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/57148bbd-8cdd-43aa-9958-445707567a3d/BLOCO1BANNERBG.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;overflow:visible;position:relative;display:block; }#JL7TlvLDykk5tfAfqc8cnTn58CMgCMOI { 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:25rem;width:46.0625rem;top:0rem;left:13.9375rem;overflow:hidden;display:block; }
#yni0EkGgNWmSPvJe7n0qsi9QW0AP29NU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:23.375rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/56f0372c-bd3a-4b62-89b3-dac691110776/BLOCO2BANNERBG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW.adaptive-delivery-prevent-bg, #zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW.lazyload, #zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW.lazyloading { background-image: none; }#zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW > .row .container { background-color: transparent; background-image: none; }#zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW > .row .container > .video-iframe-container { display: none; }#zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW > .row > .video-iframe-container { display: none; }#zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW > .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); }#zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW > .row .container { border-width: 0; border-radius: 0; }#zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW > .row .container { font-size:0.875rem;font-family:arial;height:66.25rem;width:60rem;position:relative;display:block; }#JcZaE9iW3Ny0KCJUCggMuc4Sv6nFWbka { color:#090f19;display:block;width:33.8125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:5rem;left:0rem;height:4.79980625rem;display:block; }
#afgxXdJxcPoFHUEib6M9XRZSLmH2NySD { color:#090f19;display:block;width:53.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:12.5rem;left:0rem;height:22.75rem;font-style:normal;display:block; }
#XoipZ6T5EkeWOE5g7ERoJTZTDa5Gl8sa { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:38.75rem;left:0rem;display:block; }
#JfHJUHMQ0ArcrHfoxJB7rTyUEH9TFOzf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f2f2;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; }#JfHJUHMQ0ArcrHfoxJB7rTyUEH9TFOzf > .row .container { background-color: transparent; background-image: none; }#JfHJUHMQ0ArcrHfoxJB7rTyUEH9TFOzf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfHJUHMQ0ArcrHfoxJB7rTyUEH9TFOzf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfHJUHMQ0ArcrHfoxJB7rTyUEH9TFOzf > .row .container > .video-iframe-container { display: none; }#JfHJUHMQ0ArcrHfoxJB7rTyUEH9TFOzf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JfHJUHMQ0ArcrHfoxJB7rTyUEH9TFOzf > .row > .video-iframe-container { display: none; }#JfHJUHMQ0ArcrHfoxJB7rTyUEH9TFOzf > .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); }#JfHJUHMQ0ArcrHfoxJB7rTyUEH9TFOzf > .row .container { border-width: 0; border-radius: 0; }#JfHJUHMQ0ArcrHfoxJB7rTyUEH9TFOzf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JfHJUHMQ0ArcrHfoxJB7rTyUEH9TFOzf > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#K983L8OsK9Ta3rk6KGP7d1w9TvUEw7LJ { 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:8rem;width:8rem;top:2.5rem;left:6rem;overflow:hidden;display:block; }
#zeq5K83nbyUPNOp6nVduUmWiPD6v31qD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8.9375rem;top:2.5rem;left:25.5rem;overflow:hidden;display:block; }
#ycDvCWSHEMtn2BZDf5z6l04k4uXbrnMw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:11.4375rem;top:2.5rem;left:44.25rem;overflow:hidden;display:block; }
#lxrFtpWiCWRc1VMhC93w9FWnrInmWa3Q { color:#090f19;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:12.125rem;left:-0.0625rem;height:4.7998rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TauQahT116vsQkkxV52zKeRpIhkW9iBh { color:#090f19;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:17.55078125rem;left:0rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fGzEWf1u14rCa4EkwkP9MATTVTZqF4f4 { color:#090f19;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:13.25rem;left:20rem;height:4.7998rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mbwBwkXJbf2ux2WKT6qLuU3CaKgAiwyL { color:#090f19;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:12.1875rem;left:39.9375rem;height:4.7998rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eir7IVIVx0WFGO02qQBcpKQPcdfTrfqI { color:#090f19;display:block;width:20.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:17.55078125rem;left:39.9375rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8a2556b6-5fe7-467b-9c93-6df17b8f4f66/BLOCO4BANNERBG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT.adaptive-delivery-prevent-bg, #ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT.lazyload, #ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT.lazyloading { background-image: none; }#ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT > .row .container { background-color: transparent; background-image: none; }#ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT > .row .container > .video-iframe-container { display: none; }#ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT > .row > .video-iframe-container { display: none; }#ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT > .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); }#ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT > .row .container { border-width: 0; border-radius: 0; }#ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:60rem;position:relative;display:block; }#WtE5IJZQ79nKoQdJEMCBWpEytOTeT65n { 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.0625rem;width:20rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MNDQvJK5yPfu5ubkcQqFnTXwItTgBi2y { color:#f1f2f2;display:block;width:20.1875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:3.75rem;left:25rem;height:4.79980625rem;display:block; }
#X5DxSaTDGwCysuV9Bmc33HJ3yLQmZuZJ { color:#f1f2f2;display:block;width:35.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:11.25rem;left:24.9375rem;height:18rem;display:block; }
#b62Rri3qyJf1nFkrBq8vWbI34IXtUgBD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:76rem;top:48.0625rem;left:-57.25rem;overflow:hidden;display:block; }
#UiTvicZcqMFqo6GNnpMnbUp0XW8VyrWx { color:#f1f2f2;display:block;width:20.1875rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:42.125rem;left:0rem;height:4.7998rem;font-style:normal;display:block; }
#omrVXQ1MdmhkvtMnZf7KmdT7HWulGnpc { position:absolute;display:block;z-index:15004;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:20rem;width:33.8125rem;top:36.25rem;left:26.1875rem;overflow:hidden;display:block; }
#MpLagWz3TH7aUWgvFmFttAgsQHNpKsFB { position:relative;display:block; }#MpLagWz3TH7aUWgvFmFttAgsQHNpKsFB { background-color: transparent; background-image: none; }#MpLagWz3TH7aUWgvFmFttAgsQHNpKsFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpLagWz3TH7aUWgvFmFttAgsQHNpKsFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpLagWz3TH7aUWgvFmFttAgsQHNpKsFB > .row .container > .video-iframe-container { display: none; }#MpLagWz3TH7aUWgvFmFttAgsQHNpKsFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpLagWz3TH7aUWgvFmFttAgsQHNpKsFB > .row > .video-iframe-container { display: none; }#MpLagWz3TH7aUWgvFmFttAgsQHNpKsFB > .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); }#MpLagWz3TH7aUWgvFmFttAgsQHNpKsFB { border-width: 0; border-radius: 0; }#MpLagWz3TH7aUWgvFmFttAgsQHNpKsFB > .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; }#MpLagWz3TH7aUWgvFmFttAgsQHNpKsFB > .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:9.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ek1qTc9VEg6RZEEbR1vZguO0gocvxDCA { background-color:#dfec19;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#090f19;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35rem;height:3.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3rem;left:12.5rem;display:block; }
#VFNqC3oJlV6cxVmoTrgqWy8ydcCxhTAl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fb26a90d-a619-4c56-8509-9ce2b46482d3/BLOCO6BANNERBG.png");background-position:top 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; }#Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk.adaptive-delivery-prevent-bg, #Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk.lazyload, #Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk.lazyloading { background-image: none; }#Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk > .row .container { background-color: transparent; background-image: none; }#Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk > .row .container > .video-iframe-container { display: none; }#Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk > .row > .video-iframe-container { display: none; }#Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk > .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); }#Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk > .row .container { border-width: 0; border-radius: 0; }#Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;position:relative;display:block; }#boMsBQF4RDbBH3TcB5bSMc8sTOvL9aSq { 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:30.875rem;width:26.625rem;top:5.38671875rem;left:33.375rem;overflow:hidden;display:block; }
#ppPXJSOE4LhbF525P4FoyUpxIq14etSI { color:#f1f2f2;display:block;width:33.8125rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:6.5rem;left:0rem;height:7.199225rem;display:block; }
#WkiNT0Stb7Nu0rwJTNZNR9Fl33cEHK3v { color:#f1f2f2;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:16.19921875rem;left:5rem;height:6rem;display:block; }
#iQzdNbl8My7MJ1BRsKIs7bmOSNHKURU2 { color:#f1f2f2;display:block;width:17.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:25.19921875rem;left:5rem;height:4.5rem;display:block; }
#nmC9pL8O0sC0ISefkWSwLBufxyDTLuBa { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:16.19921875rem;left:0rem; }
#xWpxZOlCCmM3SaGIoJ6g9r97ncbM6yTc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:25.19921875rem;left:0.1875rem; }
#Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6cf6ea7d-ad1d-43c2-8b21-8edb97f94d27/BLOCO7BANNERBG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ.adaptive-delivery-prevent-bg, #Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ.lazyload, #Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ.lazyloading { background-image: none; }#Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ > .row .container { background-color: transparent; background-image: none; }#Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ > .row .container > .video-iframe-container { display: none; }#Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ > .row > .video-iframe-container { display: none; }#Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ > .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); }#Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ > .row .container { border-width: 0; border-radius: 0; }#Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:60rem;position:relative;display:block; }#BBZIk4dhoCcyv1C42OCmAeEGkEhwkTb3 { color:#090f19;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:5rem;left:0rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#vtV4LLGRX0caN4iQIH5f33X2MlV14mIv { box-sizing:content-box;height:16.25rem;width:13.75rem;position:absolute;display:block;z-index:15009;background-color:#f1f2f2;background-image:none;top:12.099609375rem;left:0rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#ppBO3SsWHryVVnQp8TTwZiJIRPuaGk61 { box-sizing:content-box;height:16.25rem;width:13.75rem;position:absolute;display:block;z-index:15010;background-color:#f1f2f2;background-image:none;top:12.099609375rem;left:15.21875rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#Nuc0T92HIEBgyGa2zQFpXmI49cuVeEAv { box-sizing:content-box;height:16.25rem;width:13.75rem;position:absolute;display:block;z-index:15011;background-color:#f1f2f2;background-image:none;top:12.099609375rem;left:30.59375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#du06yqOwxICrAub5IcpWK3wMHwQxxQnu { box-sizing:content-box;height:16.25rem;width:13.75rem;position:absolute;display:block;z-index:15012;background-color:#f1f2f2;background-image:none;top:11.974609375rem;left:46.25rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#rQr28aGzcB43yzckxoEWHZg3bV5EfVh3 { box-sizing:content-box;height:16.25rem;width:13.75rem;position:absolute;display:block;z-index:15011;background-color:#f1f2f2;background-image:none;top:31.125rem;left:7.78125rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#ghtUzmoESRO3pATKAr4PTmbsdlx2lra6 { box-sizing:content-box;height:16.25rem;width:13.75rem;position:absolute;display:block;z-index:15012;background-color:#f1f2f2;background-image:none;top:31.125rem;left:23.125rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#FiVTxQGUD8xNs3JfTacT64Uu9oP9TQ15 { box-sizing:content-box;height:16.25rem;width:13.75rem;position:absolute;display:block;z-index:15013;background-color:#f1f2f2;background-image:none;top:31.125rem;left:38.46875rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#aTcnvi6mCGOqN5WSeUpAOKbyxpcNEN6H { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.5rem;top:15.099609375rem;left:4.625rem;overflow:hidden;display:block; }
#iadfpUTuuQgVuzZ8eAGn4sb0qmatRUOJ { position:absolute;display:block;z-index:15015;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:4rem;width:3.875rem;top:15.099609375rem;left:19.84375rem;overflow:hidden;display:block; }
#XuMTBbLcs2bWUsq1nGIicsBsUPVm2bhn { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:3.125rem;top:15.099609375rem;left:35.90625rem;overflow:hidden;display:block; }
#T6prHrwKaz30moutbWhVbTTNCXXGuLly { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:2.6875rem;top:15.099609375rem;left:51.78125rem;overflow:hidden;display:block; }
#DDCVlS3XbdQTDSgZoIoHTwe8oXF3LJ92 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:3.75rem;top:34.125rem;left:12.40625rem;overflow:hidden;display:block; }
#geFf7oGOkeSUPNN2lPp6leyrVu6fNKl3 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:4.5rem;top:34.125rem;left:27.75rem;overflow:hidden;display:block; }
#adETPOCceTqRvWJmqvVgIQOoscvqbOrw { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:34.125rem;left:43.09375rem;overflow:hidden;display:block; }
#itym5yQEgfQPwS0CVT9XJGXeU6RCITwE { color:#045ab2;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:20.875rem;left:0rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AiBNhkm7lXwXccCMCfI8ppGzCNvJUMwr { color:#045ab2;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:24.974609375rem;left:0rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lfAvnw2EsanvfDkfD966KwEg6isXHg8h { color:#045ab2;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:20.875rem;left:15.25rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F9qOmR96Qm5c55ShCTWk4cEhpS16QOTo { color:#045ab2;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:25rem;left:15.25rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TbA6ObvhD4VTQoymT5o6MApTWUmfMrTV { color:#045ab2;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:21.69873046875rem;left:30.59375rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CWbX15fc0LvJcZJQz4h1B2AwOp18q8Ra { color:#045ab2;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:25rem;left:46.25rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BlaCdmNiaCG97dnEU7zgOVFJ7rspLXkq { color:#045ab2;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:20.875rem;left:46.25rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kgf0ADykIrpM94ITydHqfpotQ642xSip { color:#045ab2;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:44.125rem;left:7.8125rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h78TgkrwcNMVLt4nHc3SkgTFrMxsAXcD { color:#045ab2;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:40rem;left:7.8125rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NFWrBI0c6cHlBHGX8McZiGgZ5XBxmtBI { color:#045ab2;display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:40.2998046875rem;left:24.03125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vMko2l9qrAxvofcVhOiK4W9AwyaScXTg { color:#045ab2;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:44.1875rem;left:23.125rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XcEEtESJixtA6ouBXXtKPKifPlUn6RR9 { color:#045ab2;display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:41.6123046875rem;left:38.46875rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5891c932-8db0-4c3b-8b59-8a3b01b0f37b/BLOCO8BANNERBG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD.adaptive-delivery-prevent-bg, #DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD.lazyload, #DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD.lazyloading { background-image: none; }#DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD > .row .container { background-color: transparent; background-image: none; }#DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD > .row .container > .video-iframe-container { display: none; }#DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD > .row > .video-iframe-container { display: none; }#DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD > .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); }#DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD > .row .container { border-width: 0; border-radius: 0; }#DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:block; }#uayMK6ooPSaOT4VKTMqeCN0oAnufeM1p { color:#f1f2f2;display:block;width:33.8125rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:6.5rem;left:0rem;height:7.199225rem;display:block; }
#TacS8hMPfgeeWgZFfJnZdld0r9rR7h9b { color:#f1f2f2;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15049;line-height:1.2;letter-spacing:0;top:21.1875rem;left:0rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tg3sqzUpN9XeswWLRoTR4UIXIC5WmFQ4 { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:#8e7fde;background-image:none;top:17.6875rem;left:0rem;display:block; }
#TVkQ6MzFZ4nELRiO9CRWbf8fQZbQcX3W { color:#f1f2f2;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15051;line-height:1.2;letter-spacing:0;top:21.1875rem;left:10.0625rem;height:2.3994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DtNwUbKMo3wESGkfCx8zKnZ2CBIKHs7V { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#8e7fde;background-image:none;top:17.6875rem;left:10.0625rem;display:block; }
#bGUsnMoqLcFNK2ra8lGdGQCnK96exJMr { color:#f1f2f2;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15051;line-height:1.2;letter-spacing:0;top:21.1875rem;left:20.4375rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KGukcdGS2P9tOfm11hoKHKZmLN6pvVip { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#8e7fde;background-image:none;top:17.6875rem;left:20.4375rem;display:block; }
#Mr3mbZOoegRuLL2bGq8NDRkUUNfEiL72 { color:#f1f2f2;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:21.1875rem;left:30.8125rem;height:5.99853125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rIXrsa3I8UIVs4hlyqgWRiOTNuFQPeJt { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#8e7fde;background-image:none;top:17.6875rem;left:30.8125rem;display:block; }
#MPhfEqibT0gwHlaihfZQ8zDZIH7uSCky { color:#f1f2f2;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15055;line-height:1.2;letter-spacing:0;top:21.1875rem;left:41.1875rem;height:1.19970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BIHtcn7o4XBOcQlypdKxIvJUau22qlW5 { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15035;background-color:#8e7fde;background-image:none;top:17.6875rem;left:41.1875rem;display:block; }
#sNMmLMI0C3FzUeVv4y9ulX5E6cThdrvo { color:#f1f2f2;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15057;line-height:1.2;letter-spacing:0;top:21.1875rem;left:51.5625rem;height:3.59911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UiFqE5VPJGJP086QgLTR2tMa6hOKBTUf { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:#8e7fde;background-image:none;top:17.6875rem;left:51.5625rem;display:block; }
#loCqFKw9T8hU4QOy57pUQe9NgyfbCxEz { background-color:#dfec19;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#090f19;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:4rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:33.125rem;left:0rem;display:block; }
#DLIyBLyIUTdzeBaxSaUPD16UVdcDEuZ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OHz6JKNRzMChn7f3ssN3PXsKIGMnPwqc { box-sizing:content-box;height:0.3125rem;width:51.1875rem;position:absolute;display:block;z-index:15059;background-color:#8e7fde;background-image:none;top:18.53125rem;left:1.3125rem;display:block; }
#xHPEv2a21oI12ccL8bC88R39OWHd7nzB { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#naaqd08pehbWiA5RUID3Z6zGzHG5go2v { position:relative;display:block; }#naaqd08pehbWiA5RUID3Z6zGzHG5go2v { background-color: transparent; background-image: none; }#naaqd08pehbWiA5RUID3Z6zGzHG5go2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naaqd08pehbWiA5RUID3Z6zGzHG5go2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naaqd08pehbWiA5RUID3Z6zGzHG5go2v > .row .container > .video-iframe-container { display: none; }#naaqd08pehbWiA5RUID3Z6zGzHG5go2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naaqd08pehbWiA5RUID3Z6zGzHG5go2v > .row > .video-iframe-container { display: none; }#naaqd08pehbWiA5RUID3Z6zGzHG5go2v > .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); }#naaqd08pehbWiA5RUID3Z6zGzHG5go2v { border-width: 0; border-radius: 0; }#naaqd08pehbWiA5RUID3Z6zGzHG5go2v > .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; }#naaqd08pehbWiA5RUID3Z6zGzHG5go2v > .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:54.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#De64Ayugc31GeALouWGsOMWgJJSrU1Td { color:#090f19;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5rem;left:0rem;height:3.5996125rem;text-align:center;text-align-last:center;display:block; }
#D3XHeQs8yHUq925RNWTMSvpMGR8xskKv { box-sizing:content-box;height:34.125rem;width:18.75rem;position:absolute;display:block;z-index:15004;background-color:#f1f2f2;background-image:none;top:12.5625rem;left:10.0625rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#nJcW0MWx45opbE56qtd613w6hTpLF62L { box-sizing:content-box;height:37rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:#f1f2f2;background-image:none;top:12.5625rem;left:31.25rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;display:block; }
#mnHtxwWrmkSeutDGm0I04d6wXp2BBUPR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:15.0625rem;left:16.4375rem;overflow:hidden;display:block; }
#Gynoc9MxoizHbxJsLDRiFl7wFDuEFRT1 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:15.0625rem;left:37.625rem;overflow:hidden;display:block; }
#QL7KkTMFuqCQM17gali0KVCBOnpJX6ko { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.5625rem;left:11.5625rem;height:2.5996125rem;display:block; }
#gyA0dHlKiCR1VKcfZrauSaIWhnRkkcB4 { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:25.625rem;left:11.5625rem;height:18.5175625rem;display:block; }
#VpIpSv4TlMOREEzJ3NcxxW1y8qKkVvGM { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:25.625rem;left:32.71875rem;height:21.441375rem;display:block; }
#FDNeSDomJkm5IOuLoICOkthkQ5oipbOH { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:22.5625rem;left:32.75rem;height:2.5996125rem;display:block; }
#PouRadxMdPeUJRBtlV5cUCL7g2yohKzX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f2f2;background-image:url("https://images.assets-landingi.com/uc/9705e179-abd9-4fe5-bbde-b24af4220d65/BLOCO9BANNERBG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PouRadxMdPeUJRBtlV5cUCL7g2yohKzX.adaptive-delivery-prevent-bg, #PouRadxMdPeUJRBtlV5cUCL7g2yohKzX.lazyload, #PouRadxMdPeUJRBtlV5cUCL7g2yohKzX.lazyloading { background-image: none; }#PouRadxMdPeUJRBtlV5cUCL7g2yohKzX > .row .container { background-color: transparent; background-image: none; }#PouRadxMdPeUJRBtlV5cUCL7g2yohKzX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PouRadxMdPeUJRBtlV5cUCL7g2yohKzX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PouRadxMdPeUJRBtlV5cUCL7g2yohKzX > .row .container > .video-iframe-container { display: none; }#PouRadxMdPeUJRBtlV5cUCL7g2yohKzX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PouRadxMdPeUJRBtlV5cUCL7g2yohKzX > .row > .video-iframe-container { display: none; }#PouRadxMdPeUJRBtlV5cUCL7g2yohKzX > .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); }#PouRadxMdPeUJRBtlV5cUCL7g2yohKzX > .row .container { border-width: 0; border-radius: 0; }#PouRadxMdPeUJRBtlV5cUCL7g2yohKzX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PouRadxMdPeUJRBtlV5cUCL7g2yohKzX > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#OTEpiUepNiUz2xDpLVLXcbCVvRyMzwGF { color:#090f19;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.6875rem;left:0rem;height:4.7998rem;text-align:center;text-align-last:center;display:block; }
#UnG8RnzFtTWBh7CLraJGRg65wzTGr52T { color:#090f19;display:block;width:12.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:10.25rem;left:25.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r9w3CM7ugl7PhvQZFH3orLSGKgX47yx0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:10rem;left:22.625rem;overflow:hidden;display:block; }
#MAXWATqKzTm2ifTT9mdU3AJwHxJ2TwNt { position:relative;display:block; }#MAXWATqKzTm2ifTT9mdU3AJwHxJ2TwNt { background-color: transparent; background-image: none; }#MAXWATqKzTm2ifTT9mdU3AJwHxJ2TwNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAXWATqKzTm2ifTT9mdU3AJwHxJ2TwNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAXWATqKzTm2ifTT9mdU3AJwHxJ2TwNt > .row .container > .video-iframe-container { display: none; }#MAXWATqKzTm2ifTT9mdU3AJwHxJ2TwNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAXWATqKzTm2ifTT9mdU3AJwHxJ2TwNt > .row > .video-iframe-container { display: none; }#MAXWATqKzTm2ifTT9mdU3AJwHxJ2TwNt > .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); }#MAXWATqKzTm2ifTT9mdU3AJwHxJ2TwNt { border-width: 0; border-radius: 0; }#MAXWATqKzTm2ifTT9mdU3AJwHxJ2TwNt > .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; }#MAXWATqKzTm2ifTT9mdU3AJwHxJ2TwNt > .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:9.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FWVBoGUffdoZF5wfnq7JBuWWU06DGQQi { background-color:#dfec19;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#090f19;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35rem;height:3.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:3rem;left:12.5rem;display:block; }
#cZdZCHJcQafOq1xfutEtyRt4QchfV1EI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0fa5bae9-7218-4aa4-891c-f48ca2ab7d0c/FOOTERBANNERBG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5.adaptive-delivery-prevent-bg, #tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5.lazyload, #tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5.lazyloading { background-image: none; }#tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5 > .row .container { background-color: transparent; background-image: none; }#tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5 > .row .container > .video-iframe-container { display: none; }#tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5 > .row > .video-iframe-container { display: none; }#tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5 > .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); }#tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5 > .row .container { border-width: 0; border-radius: 0; }#tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5 > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:60rem;position:relative;display:block; }#ndZWQSx4059eAhE9s1U9DR0XDDT3wIgr { 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:3.5625rem;width:8.875rem;top:4rem;left:25.5625rem;overflow:hidden;display:block; }
#zNaWOOFL21pZaewaynuZsRN97QFC1Stn { color:#f1f2f2;display:block;width:12.1875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:10.3125rem;left:23.9375rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AevoWXhtlAUrdZF3F0kwBTHCUGhzvJyk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:12.75rem;left:22.3125rem; }
#AevoWXhtlAUrdZF3F0kwBTHCUGhzvJyk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Dl6yEmHXLfvzN2MGKSqhSie3QeFmTR0z { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:13.0625rem;left:26.4375rem; }
#Dl6yEmHXLfvzN2MGKSqhSie3QeFmTR0z > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#gWK8FutmTw9TIZxnTBCvizvN87qAts7u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.75rem;left:30.4375rem; }
#gWK8FutmTw9TIZxnTBCvizvN87qAts7u > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#VQ6vgwIUrC6QOEr73lHRbmKf632EXn1P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.75rem;left:34.5625rem; }
#VQ6vgwIUrC6QOEr73lHRbmKf632EXn1P > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JXNASJB22oG5m2zyLtn1ady3NVLQepWM { color:#f1f2f2;display:block;width:24.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:18.80078125rem;left:17.875rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bU192kqZLIgxGZUrh7k0H286QGyDl9tT { display:block; }#bU192kqZLIgxGZUrh7k0H286QGyDl9tT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTMLvIXmTX22oJnHtUbftfQKAbxs12Fn { top:1.5rem;left:21.34375rem;width:5.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JL7TlvLDykk5tfAfqc8cnTn58CMgCMOI { top:0rem;left:1.6875rem;width:46.0625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yni0EkGgNWmSPvJe7n0qsi9QW0AP29NU { top:3.1875rem;left:0rem;width:23.375rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW { display:block; }#zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcZaE9iW3Ny0KCJUCggMuc4Sv6nFWbka { top:5rem;left:0rem;width:33.8125rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #afgxXdJxcPoFHUEib6M9XRZSLmH2NySD { top:12.5rem;left:0rem;width:47.75rem;height:22.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoipZ6T5EkeWOE5g7ERoJTZTDa5Gl8sa { top:38.75rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfHJUHMQ0ArcrHfoxJB7rTyUEH9TFOzf { display:block; }#JfHJUHMQ0ArcrHfoxJB7rTyUEH9TFOzf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K983L8OsK9Ta3rk6KGP7d1w9TvUEw7LJ { top:2.5rem;left:3.9375rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeq5K83nbyUPNOp6nVduUmWiPD6v31qD { top:2.5rem;left:19.3125rem;width:8.9375rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycDvCWSHEMtn2BZDf5z6l04k4uXbrnMw { top:2.5rem;left:33.9375rem;width:11.4375rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxrFtpWiCWRc1VMhC93w9FWnrInmWa3Q { top:12.125rem;left:0rem;width:20.0625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TauQahT116vsQkkxV52zKeRpIhkW9iBh { top:17.5rem;left:0rem;width:20.0625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGzEWf1u14rCa4EkwkP9MATTVTZqF4f4 { top:13.25rem;left:11.6875rem;width:20.0625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbwBwkXJbf2ux2WKT6qLuU3CaKgAiwyL { top:12.1875rem;left:11.6875rem;width:20.0625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eir7IVIVx0WFGO02qQBcpKQPcdfTrfqI { top:17.5rem;left:11.6875rem;width:20.0625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT { display:block; }#ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtE5IJZQ79nKoQdJEMCBWpEytOTeT65n { top:0rem;left:0rem;width:20rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNDQvJK5yPfu5ubkcQqFnTXwItTgBi2y { top:3.75rem;left:18.875rem;width:20.1875rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5DxSaTDGwCysuV9Bmc33HJ3yLQmZuZJ { top:11.25rem;left:12.6875rem;width:35.0625rem;height:18rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b62Rri3qyJf1nFkrBq8vWbI34IXtUgBD { top:48.0625rem;left:0rem;width:47.75rem;height:0.39268092105263rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiTvicZcqMFqo6GNnpMnbUp0XW8VyrWx { top:42.125rem;left:0rem;width:20.1875rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omrVXQ1MdmhkvtMnZf7KmdT7HWulGnpc { top:36.25rem;left:13.9375rem;width:33.8125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpLagWz3TH7aUWgvFmFttAgsQHNpKsFB { display:block; }#MpLagWz3TH7aUWgvFmFttAgsQHNpKsFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ek1qTc9VEg6RZEEbR1vZguO0gocvxDCA { width:35rem;height:3.5rem;top:3rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFNqC3oJlV6cxVmoTrgqWy8ydcCxhTAl { display:block; }
 }@media only screen and (max-width: 763px) { #Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk { display:block; }#Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boMsBQF4RDbBH3TcB5bSMc8sTOvL9aSq { top:5.375rem;left:21.125rem;width:26.625rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppPXJSOE4LhbF525P4FoyUpxIq14etSI { top:6.5rem;left:0rem;width:33.8125rem;height:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkiNT0Stb7Nu0rwJTNZNR9Fl33cEHK3v { top:16.1875rem;left:0rem;width:20.125rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQzdNbl8My7MJ1BRsKIs7bmOSNHKURU2 { top:25.1875rem;left:0rem;width:17.875rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmC9pL8O0sC0ISefkWSwLBufxyDTLuBa { top:16.1875rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWpxZOlCCmM3SaGIoJ6g9r97ncbM6yTc { top:25.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ { display:block; }#Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBZIk4dhoCcyv1C42OCmAeEGkEhwkTb3 { top:5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtV4LLGRX0caN4iQIH5f33X2MlV14mIv { top:12.0625rem;left:0rem;width:13.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppBO3SsWHryVVnQp8TTwZiJIRPuaGk61 { top:12.0625rem;left:9.09375rem;width:13.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nuc0T92HIEBgyGa2zQFpXmI49cuVeEAv { top:12.0625rem;left:24.46875rem;width:13.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #du06yqOwxICrAub5IcpWK3wMHwQxxQnu { top:11.9375rem;left:34rem;width:13.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQr28aGzcB43yzckxoEWHZg3bV5EfVh3 { top:31.125rem;left:1.65625rem;width:13.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghtUzmoESRO3pATKAr4PTmbsdlx2lra6 { top:31.125rem;left:17rem;width:13.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiVTxQGUD8xNs3JfTacT64Uu9oP9TQ15 { top:31.125rem;left:32.34375rem;width:13.75rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTcnvi6mCGOqN5WSeUpAOKbyxpcNEN6H { top:15.0625rem;left:0rem;width:4.5rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #iadfpUTuuQgVuzZ8eAGn4sb0qmatRUOJ { top:15.0625rem;left:13.71875rem;width:3.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuMTBbLcs2bWUsq1nGIicsBsUPVm2bhn { top:15.0625rem;left:29.78125rem;width:3.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6prHrwKaz30moutbWhVbTTNCXXGuLly { top:15.0625rem;left:45.0625rem;width:2.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDCVlS3XbdQTDSgZoIoHTwe8oXF3LJ92 { top:34.125rem;left:6.28125rem;width:3.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #geFf7oGOkeSUPNN2lPp6leyrVu6fNKl3 { top:34.125rem;left:21.625rem;width:4.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adETPOCceTqRvWJmqvVgIQOoscvqbOrw { top:34.125rem;left:36.96875rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #itym5yQEgfQPwS0CVT9XJGXeU6RCITwE { top:20.875rem;left:0rem;width:13.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiBNhkm7lXwXccCMCfI8ppGzCNvJUMwr { top:24.9375rem;left:0rem;width:13.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfAvnw2EsanvfDkfD966KwEg6isXHg8h { top:20.875rem;left:9.125rem;width:13.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9qOmR96Qm5c55ShCTWk4cEhpS16QOTo { top:25rem;left:9.125rem;width:13.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbA6ObvhD4VTQoymT5o6MApTWUmfMrTV { top:21.6875rem;left:24.46875rem;width:13.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWbX15fc0LvJcZJQz4h1B2AwOp18q8Ra { top:25rem;left:34rem;width:13.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlaCdmNiaCG97dnEU7zgOVFJ7rspLXkq { top:20.875rem;left:34rem;width:13.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgf0ADykIrpM94ITydHqfpotQ642xSip { top:44.125rem;left:1.6875rem;width:13.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h78TgkrwcNMVLt4nHc3SkgTFrMxsAXcD { top:40rem;left:1.6875rem;width:13.75rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFWrBI0c6cHlBHGX8McZiGgZ5XBxmtBI { top:40.25rem;left:17.90625rem;width:11.9375rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMko2l9qrAxvofcVhOiK4W9AwyaScXTg { top:44.1875rem;left:17rem;width:13.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcEEtESJixtA6ouBXXtKPKifPlUn6RR9 { top:41.5625rem;left:32.34375rem;width:13.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD { display:block; }#DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uayMK6ooPSaOT4VKTMqeCN0oAnufeM1p { top:6.5rem;left:0rem;width:33.8125rem;height:7.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TacS8hMPfgeeWgZFfJnZdld0r9rR7h9b { top:21.1875rem;left:0rem;width:8.4375rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3sqzUpN9XeswWLRoTR4UIXIC5WmFQ4 { top:17.6875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVkQ6MzFZ4nELRiO9CRWbf8fQZbQcX3W { top:21.1875rem;left:3.9375rem;width:8.4375rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtNwUbKMo3wESGkfCx8zKnZ2CBIKHs7V { top:17.6875rem;left:3.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGUsnMoqLcFNK2ra8lGdGQCnK96exJMr { top:21.1875rem;left:14.3125rem;width:8.4375rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGukcdGS2P9tOfm11hoKHKZmLN6pvVip { top:17.6875rem;left:14.3125rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr3mbZOoegRuLL2bGq8NDRkUUNfEiL72 { top:21.1875rem;left:24.6875rem;width:8.4375rem;height:5.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIXrsa3I8UIVs4hlyqgWRiOTNuFQPeJt { top:17.6875rem;left:24.6875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPhfEqibT0gwHlaihfZQ8zDZIH7uSCky { top:21.1875rem;left:35.0625rem;width:8.4375rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIHtcn7o4XBOcQlypdKxIvJUau22qlW5 { top:17.6875rem;left:35.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNMmLMI0C3FzUeVv4y9ulX5E6cThdrvo { top:21.1875rem;left:39.3125rem;width:8.4375rem;height:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiFqE5VPJGJP086QgLTR2tMa6hOKBTUf { top:17.6875rem;left:45.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #loCqFKw9T8hU4QOy57pUQe9NgyfbCxEz { width:22.8125rem;height:4rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLIyBLyIUTdzeBaxSaUPD16UVdcDEuZ3 { display:block; }
 }@media only screen and (max-width: 763px) { #OHz6JKNRzMChn7f3ssN3PXsKIGMnPwqc { top:18.5rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHPEv2a21oI12ccL8bC88R39OWHd7nzB { display:none; }
 }@media only screen and (max-width: 763px) { #naaqd08pehbWiA5RUID3Z6zGzHG5go2v { display:block; }#naaqd08pehbWiA5RUID3Z6zGzHG5go2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De64Ayugc31GeALouWGsOMWgJJSrU1Td { top:5rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3XHeQs8yHUq925RNWTMSvpMGR8xskKv { top:12.5625rem;left:3.9375rem;width:18.75rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJcW0MWx45opbE56qtd613w6hTpLF62L { top:12.5625rem;left:25.125rem;width:18.75rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnHtxwWrmkSeutDGm0I04d6wXp2BBUPR { top:15.0625rem;left:10.3125rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gynoc9MxoizHbxJsLDRiFl7wFDuEFRT1 { top:15.0625rem;left:31.5rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL7KkTMFuqCQM17gali0KVCBOnpJX6ko { top:22.5625rem;left:5.4375rem;width:15.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyA0dHlKiCR1VKcfZrauSaIWhnRkkcB4 { top:25.625rem;left:5.4375rem;width:15.8125rem;height:18.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpIpSv4TlMOREEzJ3NcxxW1y8qKkVvGM { top:25.625rem;left:26.59375rem;width:15.8125rem;height:21.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDNeSDomJkm5IOuLoICOkthkQ5oipbOH { top:22.5625rem;left:26.625rem;width:15.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PouRadxMdPeUJRBtlV5cUCL7g2yohKzX { display:block; }#PouRadxMdPeUJRBtlV5cUCL7g2yohKzX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTEpiUepNiUz2xDpLVLXcbCVvRyMzwGF { top:3.6875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnG8RnzFtTWBh7CLraJGRg65wzTGr52T { top:10.25rem;left:19.0625rem;width:12.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9w3CM7ugl7PhvQZFH3orLSGKgX47yx0 { top:10rem;left:16.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAXWATqKzTm2ifTT9mdU3AJwHxJ2TwNt { display:block; }#MAXWATqKzTm2ifTT9mdU3AJwHxJ2TwNt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWVBoGUffdoZF5wfnq7JBuWWU06DGQQi { width:35rem;height:3.5rem;top:3rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZdZCHJcQafOq1xfutEtyRt4QchfV1EI { display:block; }
 }@media only screen and (max-width: 763px) { #tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5 { display:block; }#tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndZWQSx4059eAhE9s1U9DR0XDDT3wIgr { top:4rem;left:19.4375rem;width:8.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNaWOOFL21pZaewaynuZsRN97QFC1Stn { top:10.3125rem;left:17.8125rem;width:12.1875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AevoWXhtlAUrdZF3F0kwBTHCUGhzvJyk { top:12.75rem;left:16.1875rem;width:3.125rem;height:3.125rem;display:block; }
#AevoWXhtlAUrdZF3F0kwBTHCUGhzvJyk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Dl6yEmHXLfvzN2MGKSqhSie3QeFmTR0z { top:13.0625rem;left:20.3125rem;width:2.5rem;height:2.5rem;display:block; }
#Dl6yEmHXLfvzN2MGKSqhSie3QeFmTR0z > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #gWK8FutmTw9TIZxnTBCvizvN87qAts7u { top:12.75rem;left:24.3125rem;width:3.125rem;height:3.125rem;display:block; }
#gWK8FutmTw9TIZxnTBCvizvN87qAts7u > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VQ6vgwIUrC6QOEr73lHRbmKf632EXn1P { top:12.75rem;left:28.4375rem;width:3.125rem;height:3.125rem;display:block; }
#VQ6vgwIUrC6QOEr73lHRbmKf632EXn1P > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JXNASJB22oG5m2zyLtn1ady3NVLQepWM { top:18.75rem;left:11.75rem;width:24.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bU192kqZLIgxGZUrh7k0H286QGyDl9tT { position:relative;z-index:auto;display:block; }#bU192kqZLIgxGZUrh7k0H286QGyDl9tT > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTMLvIXmTX22oJnHtUbftfQKAbxs12Fn { width:3.875rem;height:1.5rem;top:0.75rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JL7TlvLDykk5tfAfqc8cnTn58CMgCMOI { width:16.4375rem;height:8.75rem;top:0rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yni0EkGgNWmSPvJe7n0qsi9QW0AP29NU { width:8rem;height:6.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW { display:block; }#zgiMp0k2GNXrbz2S2dGdnsOLxkM8aupW > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JcZaE9iW3Ny0KCJUCggMuc4Sv6nFWbka { width:20rem;height:4.5rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #afgxXdJxcPoFHUEib6M9XRZSLmH2NySD { width:20rem;height:22.04593125rem;top:8rem;left:0rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XoipZ6T5EkeWOE5g7ERoJTZTDa5Gl8sa { height:11.25rem;width:20rem;top:32.04541015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfHJUHMQ0ArcrHfoxJB7rTyUEH9TFOzf { display:block; }#JfHJUHMQ0ArcrHfoxJB7rTyUEH9TFOzf > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K983L8OsK9Ta3rk6KGP7d1w9TvUEw7LJ { width:3rem;height:3rem;top:1.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeq5K83nbyUPNOp6nVduUmWiPD6v31qD { width:3.375rem;height:3rem;top:1.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycDvCWSHEMtn2BZDf5z6l04k4uXbrnMw { width:4.3125rem;height:3rem;top:1.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxrFtpWiCWRc1VMhC93w9FWnrInmWa3Q { width:5rem;height:2.3994125rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TauQahT116vsQkkxV52zKeRpIhkW9iBh { width:5rem;height:0.8999rem;top:7.8359375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGzEWf1u14rCa4EkwkP9MATTVTZqF4f4 { width:5rem;height:2.3994125rem;top:5.62451171875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbwBwkXJbf2ux2WKT6qLuU3CaKgAiwyL { width:5.5rem;height:2.3994125rem;top:5.18701171875rem;left:14.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eir7IVIVx0WFGO02qQBcpKQPcdfTrfqI { width:5.5rem;height:0.8999rem;top:7.83544921875rem;left:14.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT { display:block; }#ctLRSsH3FVTFIVHPo41S7PZTs9WvcCgT > .row .container { width:20rem;height:53.0019765625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtE5IJZQ79nKoQdJEMCBWpEytOTeT65n { width:10.375rem;height:16.9375rem;top:0rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNDQvJK5yPfu5ubkcQqFnTXwItTgBi2y { width:12.5625rem;height:3rem;top:18.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5DxSaTDGwCysuV9Bmc33HJ3yLQmZuZJ { width:20rem;height:10.798825rem;top:22.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b62Rri3qyJf1nFkrBq8vWbI34IXtUgBD { width:20rem;height:0.125rem;top:39.6728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiTvicZcqMFqo6GNnpMnbUp0XW8VyrWx { width:20rem;height:3rem;top:36.2353515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #omrVXQ1MdmhkvtMnZf7KmdT7HWulGnpc { width:20rem;height:11.829125rem;top:41.1728515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpLagWz3TH7aUWgvFmFttAgsQHNpKsFB { display:block; }#MpLagWz3TH7aUWgvFmFttAgsQHNpKsFB > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ek1qTc9VEg6RZEEbR1vZguO0gocvxDCA { width:20rem;height:3.5rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFNqC3oJlV6cxVmoTrgqWy8ydcCxhTAl { display:block; }
 }@media only screen and (max-width: 763px) { #Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk { display:block; }#Rg34MK27pI5LgTeoCoX58WPgsuVaBtdk > .row .container { width:20rem;height:39.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boMsBQF4RDbBH3TcB5bSMc8sTOvL9aSq { width:20rem;height:23.191875rem;top:16.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppPXJSOE4LhbF525P4FoyUpxIq14etSI { width:20rem;height:3rem;top:1.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WkiNT0Stb7Nu0rwJTNZNR9Fl33cEHK3v { width:11.25rem;height:3.5996125rem;top:6rem;left:6.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQzdNbl8My7MJ1BRsKIs7bmOSNHKURU2 { width:11.25rem;height:2.69970625rem;top:11.125rem;left:6.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmC9pL8O0sC0ISefkWSwLBufxyDTLuBa { display:flex;width:2.5rem;height:2.5rem;top:6rem;left:2.625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #xWpxZOlCCmM3SaGIoJ6g9r97ncbM6yTc { display:flex;width:2.5rem;height:2.5rem;top:11.125rem;left:2.625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ { display:block; }#Jg8xmm56linOt8XGuM3RyVMfsedBp3lJ > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BBZIk4dhoCcyv1C42OCmAeEGkEhwkTb3 { width:20rem;height:1.5rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtV4LLGRX0caN4iQIH5f33X2MlV14mIv { width:9.25rem;height:10.875rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppBO3SsWHryVVnQp8TTwZiJIRPuaGk61 { width:9.25rem;height:10.875rem;top:4.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nuc0T92HIEBgyGa2zQFpXmI49cuVeEAv { width:9.25rem;height:10.875rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #du06yqOwxICrAub5IcpWK3wMHwQxxQnu { width:9.25rem;height:10.875rem;top:16.875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQr28aGzcB43yzckxoEWHZg3bV5EfVh3 { width:9.25rem;height:10.875rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghtUzmoESRO3pATKAr4PTmbsdlx2lra6 { width:9.25rem;height:10.875rem;top:29.25rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiVTxQGUD8xNs3JfTacT64Uu9oP9TQ15 { width:9.25rem;height:10.875rem;top:41.625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTcnvi6mCGOqN5WSeUpAOKbyxpcNEN6H { width:2.25rem;height:2rem;top:6rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iadfpUTuuQgVuzZ8eAGn4sb0qmatRUOJ { width:1.9375rem;height:2rem;top:6rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuMTBbLcs2bWUsq1nGIicsBsUPVm2bhn { width:1.5625rem;height:2rem;top:18.375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6prHrwKaz30moutbWhVbTTNCXXGuLly { width:1.3125rem;height:2rem;top:18.375rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDCVlS3XbdQTDSgZoIoHTwe8oXF3LJ92 { width:1.875rem;height:2rem;top:30.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geFf7oGOkeSUPNN2lPp6leyrVu6fNKl3 { width:2.25rem;height:2rem;top:30.75rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adETPOCceTqRvWJmqvVgIQOoscvqbOrw { width:2rem;height:2rem;top:43.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #itym5yQEgfQPwS0CVT9XJGXeU6RCITwE { width:9.25rem;height:2.3994125rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiBNhkm7lXwXccCMCfI8ppGzCNvJUMwr { width:9.25rem;height:1.19970625rem;top:12.1484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfAvnw2EsanvfDkfD966KwEg6isXHg8h { width:9.25rem;height:2.3994125rem;top:9.24951171875rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9qOmR96Qm5c55ShCTWk4cEhpS16QOTo { width:9.25rem;height:1.19970625rem;top:12.1484375rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbA6ObvhD4VTQoymT5o6MApTWUmfMrTV { width:9.25rem;height:2.3994125rem;top:21.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWbX15fc0LvJcZJQz4h1B2AwOp18q8Ra { width:9.25rem;height:1.19970625rem;top:24.52392578125rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlaCdmNiaCG97dnEU7zgOVFJ7rspLXkq { width:9.25rem;height:2.3994125rem;top:21.625rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgf0ADykIrpM94ITydHqfpotQ642xSip { width:9.25rem;height:1.19970625rem;top:36.89892578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h78TgkrwcNMVLt4nHc3SkgTFrMxsAXcD { width:8.25rem;height:2.3994125rem;top:34rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFWrBI0c6cHlBHGX8McZiGgZ5XBxmtBI { width:8.1875rem;height:2.0996125rem;top:34.1494140625rem;left:11.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMko2l9qrAxvofcVhOiK4W9AwyaScXTg { width:9.25rem;height:1.19970625rem;top:36.89892578125rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcEEtESJixtA6ouBXXtKPKifPlUn6RR9 { width:4.6875rem;height:2.3994125rem;top:46.375rem;left:7.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD { display:block; }#DEaizAogMC1iJq6Cf6G3QEOKCQG4hlZD > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uayMK6ooPSaOT4VKTMqeCN0oAnufeM1p { width:20rem;height:3rem;top:2rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TacS8hMPfgeeWgZFfJnZdld0r9rR7h9b { width:8.4375rem;height:3.59960625rem;top:6.9375rem;left:7.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3sqzUpN9XeswWLRoTR4UIXIC5WmFQ4 { width:2rem;height:2rem;top:6.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVkQ6MzFZ4nELRiO9CRWbf8fQZbQcX3W { width:8.4375rem;height:0.8999rem;top:13rem;left:7.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtNwUbKMo3wESGkfCx8zKnZ2CBIKHs7V { width:2rem;height:2rem;top:12.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGUsnMoqLcFNK2ra8lGdGQCnK96exJMr { width:8.4375rem;height:2.6997rem;top:16.375rem;left:7.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGukcdGS2P9tOfm11hoKHKZmLN6pvVip { width:2rem;height:2rem;top:16.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr3mbZOoegRuLL2bGq8NDRkUUNfEiL72 { width:8.4375rem;height:3.59960625rem;top:21rem;left:7.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIXrsa3I8UIVs4hlyqgWRiOTNuFQPeJt { width:2rem;height:2rem;top:21rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPhfEqibT0gwHlaihfZQ8zDZIH7uSCky { width:8.4375rem;height:0.8999rem;top:27.0625rem;left:7.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIHtcn7o4XBOcQlypdKxIvJUau22qlW5 { width:2rem;height:2rem;top:26.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNMmLMI0C3FzUeVv4y9ulX5E6cThdrvo { width:8.4375rem;height:2.6997rem;top:30.4375rem;left:7.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiFqE5VPJGJP086QgLTR2tMa6hOKBTUf { width:2rem;height:2rem;top:30.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #loCqFKw9T8hU4QOy57pUQe9NgyfbCxEz { width:20rem;height:3.4375rem;top:35.13671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLIyBLyIUTdzeBaxSaUPD16UVdcDEuZ3 { display:block; }
 }@media only screen and (max-width: 763px) { #OHz6JKNRzMChn7f3ssN3PXsKIGMnPwqc { width:20rem;height:0.3125rem;top:5rem;left:0rem;background-color:#090f19;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xHPEv2a21oI12ccL8bC88R39OWHd7nzB { top:8rem;left:5.125rem;width:0.3125rem;height:23.5625rem;z-index:15060;background-color:#8e7fde;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #naaqd08pehbWiA5RUID3Z6zGzHG5go2v { display:block; }#naaqd08pehbWiA5RUID3Z6zGzHG5go2v > .row .container { width:20rem;height:75.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #De64Ayugc31GeALouWGsOMWgJJSrU1Td { width:20rem;height:1.5rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3XHeQs8yHUq925RNWTMSvpMGR8xskKv { width:18.75rem;height:31.5625rem;top:5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJcW0MWx45opbE56qtd613w6hTpLF62L { width:18.75rem;height:35.8125rem;top:37.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnHtxwWrmkSeutDGm0I04d6wXp2BBUPR { width:6rem;height:6rem;top:6.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gynoc9MxoizHbxJsLDRiFl7wFDuEFRT1 { width:6rem;height:6rem;top:39.1875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL7KkTMFuqCQM17gali0KVCBOnpJX6ko { width:15.8125rem;height:2.5996125rem;top:13.5rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyA0dHlKiCR1VKcfZrauSaIWhnRkkcB4 { width:15.8125rem;height:18.5175625rem;top:16.625rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpIpSv4TlMOREEzJ3NcxxW1y8qKkVvGM { width:15.8125rem;height:21.441375rem;top:50.5625rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDNeSDomJkm5IOuLoICOkthkQ5oipbOH { width:15.8125rem;height:2.5996125rem;top:46.1875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PouRadxMdPeUJRBtlV5cUCL7g2yohKzX { display:block; }#PouRadxMdPeUJRBtlV5cUCL7g2yohKzX > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OTEpiUepNiUz2xDpLVLXcbCVvRyMzwGF { width:20rem;height:6rem;top:1.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnG8RnzFtTWBh7CLraJGRg65wzTGr52T { width:10rem;height:1.19970625rem;top:8.9375rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9w3CM7ugl7PhvQZFH3orLSGKgX47yx0 { width:1.5rem;height:1.5rem;top:8.8125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAXWATqKzTm2ifTT9mdU3AJwHxJ2TwNt { display:block; }#MAXWATqKzTm2ifTT9mdU3AJwHxJ2TwNt > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWVBoGUffdoZF5wfnq7JBuWWU06DGQQi { width:20rem;height:3.5rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZdZCHJcQafOq1xfutEtyRt4QchfV1EI { display:block; }
 }@media only screen and (max-width: 763px) { #tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5 { display:block; }#tIf6Cdob34eggsgnBwpfvvWOl1pQpVK5 > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndZWQSx4059eAhE9s1U9DR0XDDT3wIgr { width:6.1875rem;height:2.5rem;top:1.5rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNaWOOFL21pZaewaynuZsRN97QFC1Stn { width:12.1875rem;height:1.19970625rem;top:6rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AevoWXhtlAUrdZF3F0kwBTHCUGhzvJyk { display:flex;width:2.5rem;height:2.5rem;top:8.1875rem;left:4.3125rem;font-size:1.75rem; }
#AevoWXhtlAUrdZF3F0kwBTHCUGhzvJyk > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Dl6yEmHXLfvzN2MGKSqhSie3QeFmTR0z { display:flex;width:1.875rem;height:1.875rem;top:8.5rem;left:7.3125rem;font-size:1.3125rem; }
#Dl6yEmHXLfvzN2MGKSqhSie3QeFmTR0z > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #gWK8FutmTw9TIZxnTBCvizvN87qAts7u { display:flex;width:2.5rem;height:2.5rem;top:8.1875rem;left:10.0625rem;font-size:1.75rem; }
#gWK8FutmTw9TIZxnTBCvizvN87qAts7u > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #VQ6vgwIUrC6QOEr73lHRbmKf632EXn1P { display:flex;width:2.5rem;height:2.5rem;top:8.1875rem;left:13.1875rem;font-size:1.75rem; }
#VQ6vgwIUrC6QOEr73lHRbmKf632EXn1P > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #JXNASJB22oG5m2zyLtn1ady3NVLQepWM { width:20rem;height:1.19970625rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }