.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#151419;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SoBeEh7Pml6T6c5VAxw8XhLEtftn3e54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dc242c;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; }#SoBeEh7Pml6T6c5VAxw8XhLEtftn3e54 > .row .container { background-color: transparent; background-image: none; }#SoBeEh7Pml6T6c5VAxw8XhLEtftn3e54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SoBeEh7Pml6T6c5VAxw8XhLEtftn3e54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SoBeEh7Pml6T6c5VAxw8XhLEtftn3e54 > .row .container > .video-iframe-container { display: none; }#SoBeEh7Pml6T6c5VAxw8XhLEtftn3e54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SoBeEh7Pml6T6c5VAxw8XhLEtftn3e54 > .row > .video-iframe-container { display: none; }#SoBeEh7Pml6T6c5VAxw8XhLEtftn3e54 > .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); }#SoBeEh7Pml6T6c5VAxw8XhLEtftn3e54 > .row .container { border-width: 0; border-radius: 0; }#SoBeEh7Pml6T6c5VAxw8XhLEtftn3e54 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SoBeEh7Pml6T6c5VAxw8XhLEtftn3e54 > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#LM3X1oa4q6kA6BauvGmAqJDqoJPa3m5e { color:#ffffff;display:block;width:58.4375rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.15625rem;left:7.0286445617675rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7339ef5a-bcc7-472c-b852-693d921bb97f/fundoebillions2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#k6aRh53yNozBbfptPckrWHTWc7AT4vnP { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #dc242c, #580005);background-image: -moz-linear-gradient(115deg, #dc242c, #580005);background-image: -ms-linear-gradient(115deg, #dc242c, #580005);background-image: -o-linear-gradient(115deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(115deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.0625rem;left:42.4375rem;display:none; }
#HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bbKx2AGpbmr5z4TfK9vabZpwEmR4QWMN { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:"russo one";font-size:1.6875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.25rem;left:41.75rem;height:2.1933625rem;font-style:normal;display:none; }
#IeqFBfezVhJeHtSDMWOuQLXec90T9xoH { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #580005);background-image: -moz-linear-gradient(339deg, #dc242c, #580005);background-image: -ms-linear-gradient(339deg, #dc242c, #580005);background-image: -o-linear-gradient(339deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(339deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.0625rem;width:0.375rem;top:11.6875rem;left:43.9375rem;display:none; }
#b8g5Ztu0rIFA6wTaDgdRgGI7w1ONv5vh { 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:14.25rem;width:14.25rem;top:5.1223964691162rem;left:0rem;overflow:hidden;display:block; }
#F2ugwQp3EcXWL3lECJuTXHDgzCHT3BPk { color:#ffffff;display:block;width:59.875rem;position:absolute;font-family:rubik;font-size:3.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:29.187500953674rem;left:0rem;height:4.3875rem;font-style:normal;display:block; }
#mePkGsXJRqQsaQFseAxcTkNmIOdf0fHx { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #dc242c, #dc242c);background-image: -moz-linear-gradient(115deg, #dc242c, #dc242c);background-image: -ms-linear-gradient(115deg, #dc242c, #dc242c);background-image: -o-linear-gradient(115deg, #dc242c, #dc242c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#dc242c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#dc242c' );";background-image: linear-gradient(115deg, #dc242c, #dc242c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:3.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:35.3125rem;left:0rem;display:block; }
#DuSIQut4RJnQ1KJW3JNiqanui9LL2IA9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cUSq8P8Ae7zzkPpZExoaH6Lq2NQIyEIG { color:#ffffff;display:block;width:75rem;position:absolute;font-family:rubik;font-size:5.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.610678672791rem;left:0rem;height:6.6625rem;font-style:normal;display:block; }
#Tl1DuV2ztd5xPoELSsSIgV0Iitx4NpHb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.4375rem;left:65.625rem;display:block; }
#m3ZUN255ft2PEiRtPIpxkIWqp0BTgGHV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kcCg8AvHykHGsoKoKeHsnQV0EbntduIo { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.25rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.4375rem;left:55.5rem;display:block; }
#GXhlNtqhZ9eIMhT4cA1Jds9weIGMTsbf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cnrHalTptGpiZXGrg4vAzenmweFBfzxu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010104;background-image:url("https://images.assets-landingi.com/R342Q2Ud/bg_section.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu.adaptive-delivery-prevent-bg, #cnrHalTptGpiZXGrg4vAzenmweFBfzxu.lazyload, #cnrHalTptGpiZXGrg4vAzenmweFBfzxu.lazyloading { background-image: none; }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu > .row .container { background-color: transparent; background-image: none; }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu > .row .container > .video-iframe-container { display: none; }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu > .row > .video-iframe-container { display: none; }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu > .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); }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu > .row .container { border-width: 0; border-radius: 0; }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#uu6K8FCtd5R8OaTK7dsGf9RaLvW3RxaF { color:#ffffff;display:block;width:53.3125rem;position:absolute;font-family:rubik;font-size:5.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.5625rem;left:12.125rem;height:7.39375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f96cuZNsXOMBfDCPROT7WHQOBbVLb9Dz { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12.9375rem;left:17.8125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#spEmmzQubeplovS7ew9xiG0VaADlTDLp { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #dc242c);background-image: -moz-linear-gradient(339deg, #dc242c, #dc242c);background-image: -ms-linear-gradient(339deg, #dc242c, #dc242c);background-image: -o-linear-gradient(339deg, #dc242c, #dc242c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#dc242c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#dc242c' );";background-image: linear-gradient(339deg, #dc242c, #dc242c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.0625rem;width:33.8125rem;top:3rem;left:21.875rem;display:block; }
#zlgSiKeah1IS9mDBFTWc73yBepGvs9VA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:17.6875rem;left:11.4375rem; }
#EkPQtNoxJL0zFMuAZDk3a6Ik11bZJ1DF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:17.6875rem;left:38.0625rem; }
#u6JXZmwkf6MCcwyPz23OmAFOlzCLgPoQ { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:rubik;font-size:4.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.25rem;left:5.3125rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bA0WvFylidDFMK4sV8nTeN9UqNvNgDKT { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:rubik;font-size:4.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.25rem;left:31.625rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rz6bZ3fXMHPdN7JqcO4isAPDTFmWR72n { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:rubik;font-size:4.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.25rem;left:54.75rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wCRI3mJi71L2MiBH1y8G2TVOSivMkGV4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:17.6875rem;left:60.875rem; }
#wD62OHNW6vaKBr0XvBnrm7k7TgC6AMlO { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:24.125rem;left:6.4375rem;height:2.4755875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ybTvnser1ouaH3BTzkazfIUTVnP8R8Fk { color:#ffffff;display:block;width:15.8125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:24.125rem;left:31.1875rem;height:2.4755875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NTq9TLksL8eIvd9Q7rETp9LD6QcFTRER { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:24.125rem;left:55.875rem;height:2.4755875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cuezw7o0SmLhF71Z2c2pz0aMBWFEr2vT { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:rubik;font-size:2.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1875rem;left:22.125rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ApCL2DKpKdc1U3FdvDLF6kZM1K3pPTTp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#ApCL2DKpKdc1U3FdvDLF6kZM1K3pPTTp > .row .container { background-color: transparent; background-image: none; }#ApCL2DKpKdc1U3FdvDLF6kZM1K3pPTTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApCL2DKpKdc1U3FdvDLF6kZM1K3pPTTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApCL2DKpKdc1U3FdvDLF6kZM1K3pPTTp > .row .container > .video-iframe-container { display: none; }#ApCL2DKpKdc1U3FdvDLF6kZM1K3pPTTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ApCL2DKpKdc1U3FdvDLF6kZM1K3pPTTp > .row > .video-iframe-container { display: none; }#ApCL2DKpKdc1U3FdvDLF6kZM1K3pPTTp > .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); }#ApCL2DKpKdc1U3FdvDLF6kZM1K3pPTTp > .row .container { border-width: 0; border-radius: 0; }#ApCL2DKpKdc1U3FdvDLF6kZM1K3pPTTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ApCL2DKpKdc1U3FdvDLF6kZM1K3pPTTp > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#icoeCwdpQG98SJaMQBUaBZ9f3ET03dn5 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:rubik;font-size:2.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5624990463257rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XEACmuox5OMfAR4VFtLIdm7CgQgeMDER { position:absolute;display:block;z-index:15010;background-color:#dc242c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.75rem;width:27.5625rem;top:11.987499999814rem;left:42.625000953674rem;display:block; }
#VuyAbMCf445SePG6si3JhOHQP655741v { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:11.986979484558rem;left:6.5481758117675rem;height:;font-style:normal;display:block; }#VuyAbMCf445SePG6si3JhOHQP655741v li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VuyAbMCf445SePG6si3JhOHQP655741v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b50c2128e60757520e1c21811567c3fbd31fced.svg); }
#Rt3p6fdd1L6WEcvg8F2bM3P2IPg4yzN2 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #dc242c);background-image: -moz-linear-gradient(339deg, #dc242c, #dc242c);background-image: -ms-linear-gradient(339deg, #dc242c, #dc242c);background-image: -o-linear-gradient(339deg, #dc242c, #dc242c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#dc242c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#dc242c' );";background-image: linear-gradient(339deg, #dc242c, #dc242c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:11.9375rem;width:0.375rem;top:10.750000953674rem;left:5.4984369277954rem;display:block; }
#ZzZHAv9Wu2qN7eaROBIlI2PIwbGFeW8P { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.496125rem;height:3.68359375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.288281249814rem;left:45.157811164856rem;display:block; }
#W0HUS7Dy9PtvrwHudsR40PwCzw7PMIGp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UG5HCG9ftGrrXo5T3Q1nV7tT5dSf3stu { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:13.343749809079rem;left:44.125000953674rem;height:4.3139625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wOS5nyk2hSbzkXRfCo107npGTvVR4H90 { position:absolute;display:block;z-index:15010;background-color:#dc242c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.75rem;width:27.5625rem;top:11.987499999814rem;left:42.625000953674rem;display:none; }
#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151419;background-image:url("https://images.assets-landingi.com/uc/cd3c0481-e1c8-48f5-b2ce-d29d0c6a6377/fundoebillions3.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n.adaptive-delivery-prevent-bg, #RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n.lazyload, #RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n.lazyloading { background-image: none; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row .container { background-color: transparent; background-image: none; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row .container > .video-iframe-container { display: none; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row > .video-iframe-container { display: none; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .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); }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row .container { border-width: 0; border-radius: 0; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row .container { font-size:0.875rem;font-family:arial;height:64rem;width:75rem;position:relative;display:block; }#wdTsxzwiL4RzDeDKKc2rZlwrACTZsAW7 { color:#ffffff;display:block;width:30.375rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:15.5625rem;left:0rem;height:19.59106875rem;font-style:normal;display:block; }
#kvstnhoWobkZHWcRiV8GadlMlvNtWLQb { color:#ffffff;display:block;width:34.1875rem;position:absolute;font-family:rubik;font-size:1.8125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:7.6875rem;left:35.5rem;height:7.06875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vNeqmrTIMQzm27H1KtDu3mBDdJcivv6M { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #dc242c, #580005);background-image: -moz-linear-gradient(115deg, #dc242c, #580005);background-image: -ms-linear-gradient(115deg, #dc242c, #580005);background-image: -o-linear-gradient(115deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(115deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.4375rem;left:28.125rem;display:none; }
#Ic0nhobSpMvy1wzWphHVmIqoZtJCoTga { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pkPo65oAkcm6Brdh2HRKpKBm1lWGXhJa { 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:11.5rem;width:11.5rem;top:37.467448234558rem;left:8rem;overflow:hidden;display:block; }
#gTyKa7d8GvTGVspOgPTz5a1L3JSUT7wL { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #dc242c);background-image: -moz-linear-gradient(339deg, #dc242c, #dc242c);background-image: -ms-linear-gradient(339deg, #dc242c, #dc242c);background-image: -o-linear-gradient(339deg, #dc242c, #dc242c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#dc242c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#dc242c' );";background-image: linear-gradient(339deg, #dc242c, #dc242c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.0625rem;width:33.8125rem;top:7.6875rem;left:0rem;display:block; }
#CAeT6tHPsMTLtU78qRzmTs3HcT2L5D7q { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:rubik;font-size:2.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.84921874851rem;left:1.03125rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BB8Ns4NW4l92Kc63MhSfoGTTdWbM4xwi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;top:15.562500476837rem;left:35.5rem;display:block; }
#rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2a08f59a-6753-429c-944f-04734ea523ce/A28A7739AprimoradoNR.crop_5155x2544_783,930.preview.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1.adaptive-delivery-prevent-bg, #rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1.lazyload, #rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1.lazyloading { background-image: none; }#rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1 > .row .container { background-color: transparent; background-image: none; }#rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1 > .row .container > .video-iframe-container { display: none; }#rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1 > .row > .video-iframe-container { display: none; }#rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1 > .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); }#rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1 > .row .container { border-width: 0; border-radius: 0; }#rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1 > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:75rem;position:relative;display:block; }#U1fKy02i9ZlgTItcxeUqObT2TWTAORst { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #dc242c, #580005);background-image: -moz-linear-gradient(115deg, #dc242c, #580005);background-image: -ms-linear-gradient(115deg, #dc242c, #580005);background-image: -o-linear-gradient(115deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(115deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.4375rem;left:28.125rem;display:none; }
#g7yeyBodEcAAnAZLJWZvMn1Lr1RNfOwA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QeLJJW5dN8ErHitFGaWfaaeUGl0LtS5B { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #dc242c);background-image: -moz-linear-gradient(339deg, #dc242c, #dc242c);background-image: -ms-linear-gradient(339deg, #dc242c, #dc242c);background-image: -o-linear-gradient(339deg, #dc242c, #dc242c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#dc242c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#dc242c' );";background-image: linear-gradient(339deg, #dc242c, #dc242c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.0625rem;width:0.373698125rem;top:8.75rem;left:19.25rem;display:block; }
#nz4ttQN6Ec5WUGFkvOSIiwzuXNdX4eOu { color:#ffffff;display:block;width:43.6875rem;position:absolute;font-family:rubik;font-size:2.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.125rem;left:18.5rem;height:3.736575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QFbK8t0zETsRhvttokt3FGgcxMbxh9dG { box-sizing:content-box;height:33.0625rem;width:34.875rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(55,20,11,0.79), rgba(0,0,0,0.87));background-image: -moz-linear-gradient(180deg, rgba(55,20,11,0.79), rgba(0,0,0,0.87));background-image: -ms-linear-gradient(180deg, rgba(55,20,11,0.79), rgba(0,0,0,0.87));background-image: -o-linear-gradient(180deg, rgba(55,20,11,0.79), rgba(0,0,0,0.87));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37140bc9', endColorstr='#000000dd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37140bc9', endColorstr='#000000dd' );";background-image: linear-gradient(180deg, rgba(55,20,11,0.79), rgba(0,0,0,0.87));background-size:auto !important;top:14.75rem;left:22.5625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.3125rem solid #ff0404;border-left:0.3125rem solid #ff0404;border-right:0.3125rem solid #ff0404;border-bottom:0.3125rem solid #ff0404;display:block; }
#Cvu6Ae6BQdu8douLG2SM12dPNprybBHT { color:#ffffff;display:block;width:30.125rem;position:absolute;font-family:rubik;font-size:4.0625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:24.4375rem;left:26.1875rem;height:10.5615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CqEZXuBOcWWpb8ck0dBpodD2RzL6f49s { color:#dc2424;display:block;width:21.25rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:21.6875rem;left:29.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fXdwNB80AmlWHSgvqvVTLIAgKGWGXqHL { color:#ffffff;display:block;width:21.0611875rem;position:absolute;font-family:rubik;font-size:3.875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:16.75rem;left:30.6875rem;height:5.03661875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#a50b0b;background-image:none;color:#ffffff;padding-top:0.421875rem;padding-right:0.375625rem;padding-bottom:0.421875rem;padding-left:0.375625rem;display:block;align-items:center;width:2.256875rem;min-width:2.256875rem;height:2.268125rem;position:relative;font-family:rubik;font-size:1.688125rem;font-weight:700;line-height:36.29px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON .widget-text.counter-label { background-color:;background-image:none;color:#dc7024;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.263125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.01rem;height:0.78375rem;position:relative;font-family:rubik;font-size:0.6325rem;font-weight:300;line-height:12.54px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:16.0625rem;height:4.15875rem;padding-top:0.0525rem;padding-right:0.05375rem;padding-bottom:0.0525rem;padding-left:0.05375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:36.6875rem;left:32.125rem;z-index:15042; }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #gLe19Q5uLxoUVmRgCpnFICb4QHkoaKfi { display:flex;position:relative;top:0rem;left:0rem; }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #QtHNMQdSXTrT8467D0r59TGEqCOM9TC5 { width:auto; }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #Fqq6lT96tBc389rSrl4aC3im4oz5JAMi {  }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #TUUpkK5s7d8lilB6dAX22iew118MNlRF { display:flex;position:relative;top:0rem;left:0rem; }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #n68I4uN7DXlTUmCwckXk6kz794zVtT81 {  }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #rEwqfgatUPhyCu6CVeln735KTgaFM7xq {  }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #ksBVV5PJS4LapsTuviryTDcSpT1DIEEB { display:flex;position:relative;top:0rem;left:0rem; }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #EPm0luGfkh9SpmZKTXQ10OTS9oAlvFs2 {  }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #BAIgsU9KsxBzBL1wNNtoCB6m1FV3Q85h {  }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #MesqZawN0IZ1vKatKD0vnI0x4zOaGcD8 { display:flex;position:relative;top:0rem;left:0rem; }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #MQ39gx82baHJr8bXd4Reohex8tLGJGku {  }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #cRPDoIdpvaMzQANlTLe9bJ7V6PTcasnV {  }
#uE4e50HlFTAxhlmyaxUU0uWBSEAL4Xtw { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #ff0000, #800000);background-image: -moz-linear-gradient(115deg, #ff0000, #800000);background-image: -ms-linear-gradient(115deg, #ff0000, #800000);background-image: -o-linear-gradient(115deg, #ff0000, #800000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#800000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#800000' );";background-image: linear-gradient(115deg, #ff0000, #800000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:2.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:41.9375rem;left:32.6875rem;display:block; }
#SpENcdHlZxeP3nnCK2rO0cZTOg1xrLlZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZG8SKUzoJFLRhDhh1w19V4FbClJWJD2k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#ZG8SKUzoJFLRhDhh1w19V4FbClJWJD2k > .row .container { background-color: transparent; background-image: none; }#ZG8SKUzoJFLRhDhh1w19V4FbClJWJD2k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG8SKUzoJFLRhDhh1w19V4FbClJWJD2k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG8SKUzoJFLRhDhh1w19V4FbClJWJD2k > .row .container > .video-iframe-container { display: none; }#ZG8SKUzoJFLRhDhh1w19V4FbClJWJD2k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZG8SKUzoJFLRhDhh1w19V4FbClJWJD2k > .row > .video-iframe-container { display: none; }#ZG8SKUzoJFLRhDhh1w19V4FbClJWJD2k > .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); }#ZG8SKUzoJFLRhDhh1w19V4FbClJWJD2k > .row .container { border-width: 0; border-radius: 0; }#ZG8SKUzoJFLRhDhh1w19V4FbClJWJD2k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZG8SKUzoJFLRhDhh1w19V4FbClJWJD2k > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#TzOa6rvsL4gQrAKTxn8A3C59pD0gQ6FL { position:absolute;display:block;z-index:15006;background-color:#dc242c;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:32.0625rem;left:8.625rem;display:block; }
#fC3RTw9ltqMQ01JzHppTzFlnkJv2tNut { position:absolute;display:block;z-index:15022;background-color:#dc242c;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:9.375rem;width:3.125rem;top:39.770833492279rem;left:32.8125rem;display:block; }
#anB25vCh227eFT6qtTr3X2JuIAMOT1AO { position:absolute;display:block;z-index:15003;background-color:#c1c1c1;background-image:url("https://images.assets-landingi.com/uc/418ccbb0-f228-4155-ace2-e5a216610735/naka.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:40.9375rem;width:26.8115rem;top:8.125rem;left:9.8125rem;display:block; }#anB25vCh227eFT6qtTr3X2JuIAMOT1AO.adaptive-delivery-prevent-bg, #anB25vCh227eFT6qtTr3X2JuIAMOT1AO.lazyload, #anB25vCh227eFT6qtTr3X2JuIAMOT1AO.lazyloading { background-image: none; }
#FU8fyma2kFzKQxEC5A5sddyFltnwz6wo { position:absolute;display:block;z-index:15007;background-color:#dc242c;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:11.125rem;left:31.3125rem;display:block; }
#qx5oFET7WPEZoW3ymutPSw2IKgqzxJ2E { color:#45ad47;display:block;width:29.3125rem;position:absolute;font-family:exo;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.7460889816281rem;left:39.0625rem;height:3.0875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xm3JqBGIhZPQNqShyB72KV9tq61yxaJT { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:"work sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.42448425293rem;left:39.0625rem;height:21.936025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GPgI8vtVTQBdOZUDgw50n7LRJbTE4GLn { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:exo;font-size:3.9375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:10.499995231628rem;left:39.0625rem;height:8.6625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rTrTJiikP22aLZOKGzPBKHTn5e6qcg1d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(2,2,2,0.21);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; }#rTrTJiikP22aLZOKGzPBKHTn5e6qcg1d > .row .container { background-color: transparent; background-image: none; }#rTrTJiikP22aLZOKGzPBKHTn5e6qcg1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTrTJiikP22aLZOKGzPBKHTn5e6qcg1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTrTJiikP22aLZOKGzPBKHTn5e6qcg1d > .row .container > .video-iframe-container { display: none; }#rTrTJiikP22aLZOKGzPBKHTn5e6qcg1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTrTJiikP22aLZOKGzPBKHTn5e6qcg1d > .row > .video-iframe-container { display: none; }#rTrTJiikP22aLZOKGzPBKHTn5e6qcg1d > .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); }#rTrTJiikP22aLZOKGzPBKHTn5e6qcg1d > .row .container { border-width: 0; border-radius: 0; }#rTrTJiikP22aLZOKGzPBKHTn5e6qcg1d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rTrTJiikP22aLZOKGzPBKHTn5e6qcg1d > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#fVfccT3L9vxUbMpBArsfRfyQcEL2mTkI { color:#ffffff;display:block;width:25.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.4125003814697rem;left:7.5rem;height:2.7625rem;font-style:normal;display:none; }
#A97eOyFWycOdQb7TaTDSeiFrbAHExFcG { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #580005);background-image: -moz-linear-gradient(339deg, #dc242c, #580005);background-image: -ms-linear-gradient(339deg, #dc242c, #580005);background-image: -o-linear-gradient(339deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(339deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.3125rem;width:11.75rem;top:8.1875rem;left:11.3125rem;display:none; }
#OV5SXaypXAFUgdptlCedOCOhxoqxVVXE { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #580005);background-image: -moz-linear-gradient(339deg, #dc242c, #580005);background-image: -ms-linear-gradient(339deg, #dc242c, #580005);background-image: -o-linear-gradient(339deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(339deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.0625rem;width:0.375rem;top:2.1822929382324rem;left:19.375rem;display:block; }
#FWCzx0wkat5zMuxTCGgbNDJBPawHETE2 { color:#ffffff;display:block;width:46.0625rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.3450574874878rem;left:14.46875rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6q0IDNMuQScAMSo4edS5dAQeSt29TB1 { position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #580005, #dc242c);background-image: -moz-linear-gradient(146deg, #580005, #dc242c);background-image: -ms-linear-gradient(146deg, #580005, #dc242c);background-image: -o-linear-gradient(146deg, #580005, #dc242c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#580005', endColorstr='#dc242c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#580005', endColorstr='#dc242c' );";background-image: linear-gradient(146deg, #580005, #dc242c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:1.875rem;width:1.875rem;top:6.6458339691163rem;left:25.083332061767rem;display:block; }
#lAvebfBQOokzkhoo0vAPs7ftrisJPNck { position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #580005, #dc242c);background-image: -moz-linear-gradient(146deg, #580005, #dc242c);background-image: -ms-linear-gradient(146deg, #580005, #dc242c);background-image: -o-linear-gradient(146deg, #580005, #dc242c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#580005', endColorstr='#dc242c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#580005', endColorstr='#dc242c' );";background-image: linear-gradient(146deg, #580005, #dc242c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(160,10,10,0.64) ;height:1.875rem;width:1.875rem;top:6.6458339691163rem;left:46.250003814698rem;display:block; }
#dEGzpfrmE9VyHQSqTaxFpOKPNx7TaGTI { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #580005, #dc242c);background-image: -moz-linear-gradient(339deg, #580005, #dc242c);background-image: -ms-linear-gradient(339deg, #580005, #dc242c);background-image: -o-linear-gradient(339deg, #580005, #dc242c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#580005', endColorstr='#dc242c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#580005', endColorstr='#dc242c' );";background-image: linear-gradient(339deg, #580005, #dc242c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.5rem;width:21rem;top:7.25rem;left:26.125rem;display:block; }
#cTo9RiFmIvwvHxwi6ss8n01TIUWuJtVO { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #580005, #dc242c);background-image: -moz-linear-gradient(339deg, #580005, #dc242c);background-image: -ms-linear-gradient(339deg, #580005, #dc242c);background-image: -o-linear-gradient(339deg, #580005, #dc242c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#580005', endColorstr='#dc242c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#580005', endColorstr='#dc242c' );";background-image: linear-gradient(339deg, #580005, #dc242c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3rem;width:15.4375rem;top:11.625rem;left:2.75rem;display:block; }
#E2eA5FPRdqztJx8wOI3Ot1EIybevrxAG { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:12.125rem;left:7.25rem;height:1.95rem;font-style:normal;display:block; }
#FT36TSt0uoBvMX3UEhMap5q3sqoT46sk { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:15.999994277954rem;left:1.20703125rem;height:4.1418375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gewTVW2IvBC3pridcTcqW8Lxgkvo5xSt { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #580005, #dc242c);background-image: -moz-linear-gradient(339deg, #580005, #dc242c);background-image: -ms-linear-gradient(339deg, #580005, #dc242c);background-image: -o-linear-gradient(339deg, #580005, #dc242c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#580005', endColorstr='#dc242c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#580005', endColorstr='#dc242c' );";background-image: linear-gradient(339deg, #580005, #dc242c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3rem;width:15.4375rem;top:11.625rem;left:21.1875rem;display:block; }
#cLJTv7pq9crH9hZKAD04HtItImgbFqpC { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #580005, #dc242c);background-image: -moz-linear-gradient(339deg, #580005, #dc242c);background-image: -ms-linear-gradient(339deg, #580005, #dc242c);background-image: -o-linear-gradient(339deg, #580005, #dc242c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#580005', endColorstr='#dc242c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#580005', endColorstr='#dc242c' );";background-image: linear-gradient(339deg, #580005, #dc242c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3rem;width:15.4375rem;top:11.625rem;left:39.1875rem;display:block; }
#Qe9zvEgSU4MwlkCKL4iwQq5m5FNm9xp3 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #580005, #dc242c);background-image: -moz-linear-gradient(339deg, #580005, #dc242c);background-image: -ms-linear-gradient(339deg, #580005, #dc242c);background-image: -o-linear-gradient(339deg, #580005, #dc242c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#580005', endColorstr='#dc242c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#580005', endColorstr='#dc242c' );";background-image: linear-gradient(339deg, #580005, #dc242c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3rem;width:15.4375rem;top:11.625rem;left:56.8125rem;display:block; }
#QVeZaNrDH4A0f72ZbXXvQD2GNfnbZLxp { color:#ffffff;display:block;width:6.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.149740219116rem;left:25.45703125rem;height:1.95rem;font-style:normal;display:block; }
#po597Hymr8xLNbHI85SSheQDEgQ5FZHl { color:#ffffff;display:block;width:9rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:12.149740219116rem;left:42.6875rem;height:1.95rem;font-style:normal;display:block; }
#IVfpCQJUzwrq8pOK0kJRORwPPvFGxWg9 { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:12.149740219116rem;left:59.437503814698rem;height:1.95rem;font-style:normal;display:block; }
#TyMpDPxAGDedmuOLM1Pa4zgh6rOKT9uH { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:15.998699188233rem;left:19.375rem;height:5.5224625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iLRE5QIHuD0dZrAKZ53pz6ze15Bkexku { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:15.998699188233rem;left:39.1875rem;height:4.14184375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aebFp6uGLwe5e2Iez1lwEPivVT4HPHt2 { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:15.997396469116rem;left:57.000003814698rem;height:2.761225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eZuK55IEy3cfacNqSiF9HxqiNUZlIHkL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #151419);background-image: -moz-linear-gradient(top, #000000, #151419);background-image: -ms-linear-gradient(top, #000000, #151419);background-image: -o-linear-gradient(top, #000000, #151419);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#151419' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#151419' );";background-image: linear-gradient(to bottom, #000000, #151419);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; }#eZuK55IEy3cfacNqSiF9HxqiNUZlIHkL > .row .container { background-color: transparent; background-image: none; }#eZuK55IEy3cfacNqSiF9HxqiNUZlIHkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZuK55IEy3cfacNqSiF9HxqiNUZlIHkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZuK55IEy3cfacNqSiF9HxqiNUZlIHkL > .row .container > .video-iframe-container { display: none; }#eZuK55IEy3cfacNqSiF9HxqiNUZlIHkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eZuK55IEy3cfacNqSiF9HxqiNUZlIHkL > .row > .video-iframe-container { display: none; }#eZuK55IEy3cfacNqSiF9HxqiNUZlIHkL > .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); }#eZuK55IEy3cfacNqSiF9HxqiNUZlIHkL > .row .container { border-width: 0; border-radius: 0; }#eZuK55IEy3cfacNqSiF9HxqiNUZlIHkL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eZuK55IEy3cfacNqSiF9HxqiNUZlIHkL > .row .container { font-size:0.875rem;font-family:arial;height:76rem;width:75rem;position:relative;display:block; }#N0nVXA98lzdWJJ7pdth94wZ4e3CEpLXx { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #dc242c);background-image: -moz-linear-gradient(339deg, #dc242c, #dc242c);background-image: -ms-linear-gradient(339deg, #dc242c, #dc242c);background-image: -o-linear-gradient(339deg, #dc242c, #dc242c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#dc242c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#dc242c' );";background-image: linear-gradient(339deg, #dc242c, #dc242c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.0625rem;width:33.8125rem;top:3.6249995231628rem;left:20.592968940735rem;display:block; }
#IxoERyhkEVXqCaesECRIFAy3bMc4fNhQ { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:rubik;font-size:2.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:4.2335934638977rem;left:21.624218940735rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKcRdq7OeSqgi0lS5Wk3tkLVJMwsGk41 { color:#ffffff;display:block;width:53.3125rem;position:absolute;font-family:rubik;font-size:5.6875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7rem;left:10.8125rem;height:7.39375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJ3XIDCi8PsF7zErUPLwacBXhTAO9iO9 { 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:18.6875rem;width:13.8125rem;top:15.31250166893rem;left:0rem;overflow:hidden;display:block; }
#uFVLVTn7HA4TvQtWGyCS4zVPfctAeJOw { 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:18.6875rem;width:13.8125rem;top:15.31250166893rem;left:15.281249046326rem;overflow:hidden;display:block; }
#Qp0X0gdZZMFk3SIneTwToezcDDDH6zQz { 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:14.0625rem;width:10.3125rem;top:36.4375rem;left:14.5rem;overflow:hidden;display:block; }
#qiC9xnurTcrbHQdTSyT3gtPPRLGrv5do { 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:18.6875rem;width:13.8125rem;top:15.31250166893rem;left:30.593750953674rem;overflow:hidden;display:block; }
#Tfn8CZnDHJueJoiREslXyz2rMkTToTZU { 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:18.6875rem;width:13.75rem;top:53.0625rem;left:0rem;overflow:hidden;display:block; }
#CTyoNyIs5PdJX0uKllwBdMR26BORJT8P { 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:14.0625rem;width:10.25rem;top:36.4375rem;left:2.5625rem;overflow:hidden;display:block; }
#t4xwBP6Sf2oeVbM1mrnsPXh9elAH2vSb { 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:18.6875rem;width:13.6875rem;top:15.312500715256rem;left:46.017968177796rem;overflow:hidden;display:block; }
#hbrhkP41mZP292vhKfR9o5DhUADssUgQ { 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:14.0625rem;width:10.3125rem;top:36.4375rem;left:26.25rem;overflow:hidden;display:block; }
#iAWErgFVyXhhPFb7oCzzera5pU5ubWli { position:absolute;display:block;z-index:15021;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.6875rem;width:13.75rem;top:15.312500715256rem;left:61.250000953674rem;overflow:hidden;display:block; }
#zfsxGZJs9wT1LLyP0uMWQHCcZR0XAfh9 { 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:14.0625rem;width:10.3125rem;top:36.4375rem;left:50.0625rem;overflow:hidden;display:block; }
#TUvxGkn6RBURDvHBKcC5RhWn0FSPkfc6 { 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:14.0625rem;width:10.3125rem;top:36.4375rem;left:38.125rem;overflow:hidden;display:block; }
#DKtSIuRi5TuNoltcpKVvJ9NRaK6sIJWw { 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:18.75rem;width:13.625rem;top:53.029949188233rem;left:60.873699188233rem;overflow:hidden;display:block; }
#zQU8iDsUgD2TxWA7UBUnrLVZiVuefeUR { 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:18.6875rem;width:13.75rem;top:53.0625rem;left:15.311718940735rem;overflow:hidden;display:block; }
#gURUqi8B31ikWm8eHZBlgrG40EhxWZ3B { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:13.75rem;top:53.0625rem;left:30.625000953674rem;overflow:hidden;display:block; }
#tWaJiaRCQpcJwvw5HRJ516K17UOzukVL { 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:18.6875rem;width:13.75rem;top:53.0625rem;left:45.986718177796rem;overflow:hidden;display:block; }
#JHzSDf5ivWmAUf4d5fISDiT8ADboN607 { 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:14.125rem;width:10.25rem;top:36.404949188233rem;left:62.187503814698rem;overflow:hidden;display:block; }
#ocLJLCU1foAA2cCShxxoAxOWJdLpo4sO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #151419, #000000);background-image: -moz-linear-gradient(top, #151419, #000000);background-image: -ms-linear-gradient(top, #151419, #000000);background-image: -o-linear-gradient(top, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #151419, #000000);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; }#ocLJLCU1foAA2cCShxxoAxOWJdLpo4sO > .row .container { background-color: transparent; background-image: none; }#ocLJLCU1foAA2cCShxxoAxOWJdLpo4sO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocLJLCU1foAA2cCShxxoAxOWJdLpo4sO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocLJLCU1foAA2cCShxxoAxOWJdLpo4sO > .row .container > .video-iframe-container { display: none; }#ocLJLCU1foAA2cCShxxoAxOWJdLpo4sO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ocLJLCU1foAA2cCShxxoAxOWJdLpo4sO > .row > .video-iframe-container { display: none; }#ocLJLCU1foAA2cCShxxoAxOWJdLpo4sO > .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); }#ocLJLCU1foAA2cCShxxoAxOWJdLpo4sO > .row .container { border-width: 0; border-radius: 0; }#ocLJLCU1foAA2cCShxxoAxOWJdLpo4sO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ocLJLCU1foAA2cCShxxoAxOWJdLpo4sO > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#e4mxpT98yJDZAHcMxR0AFaV2gTqLVHtG { position:absolute;display:block;z-index:15016;height:16.625rem;width:15.5rem;top:9.5rem;left:0rem;display:block; }
#MbeqVP11TXDhrmZ6oG7ywvINXf9W8gPZ { position:absolute;display:block;z-index:15017;height:16.625rem;width:15.5rem;top:9.5000003576281rem;left:19.999218940735rem;display:block; }
#AASPkgPHJ0Bo2zxtCZooRJBOdHdwIFe0 { position:absolute;display:block;z-index:15019;height:16.625rem;width:15.5rem;top:9.5rem;left:59.500000953674rem;display:block; }
#Or3ztIcqV1dAzrWKAIKsU75TQLdDEIkX { position:absolute;display:block;z-index:15020;height:16.625rem;width:15.5rem;top:9.5rem;left:39.687500953674rem;display:block; }
#UhvhLqbcxzzXWoKx9QqQJpcNcLmP4LkR { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #dc242c);background-image: -moz-linear-gradient(339deg, #dc242c, #dc242c);background-image: -ms-linear-gradient(339deg, #dc242c, #dc242c);background-image: -o-linear-gradient(339deg, #dc242c, #dc242c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#dc242c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#dc242c' );";background-image: linear-gradient(339deg, #dc242c, #dc242c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.0625rem;width:33.8125rem;top:2.4375rem;left:20.5625rem;display:block; }
#hb1EgqO1qFkkIt4FNW0eyXAG7AZG2sC2 { color:#ffffff;display:block;width:31.75rem;position:absolute;font-family:rubik;font-size:2.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.625rem;left:21.625rem;height:3.7375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EStK96kiicsLQX03UOpkAiK15wDc7pSk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.81);background-image:url("https://images.assets-landingi.com/uc/a83028d9-911a-4fbe-bc85-5feb1cc20f23/Screenshot_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EStK96kiicsLQX03UOpkAiK15wDc7pSk.adaptive-delivery-prevent-bg, #EStK96kiicsLQX03UOpkAiK15wDc7pSk.lazyload, #EStK96kiicsLQX03UOpkAiK15wDc7pSk.lazyloading { background-image: none; }#EStK96kiicsLQX03UOpkAiK15wDc7pSk > .row .container { background-color: transparent; background-image: none; }#EStK96kiicsLQX03UOpkAiK15wDc7pSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EStK96kiicsLQX03UOpkAiK15wDc7pSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EStK96kiicsLQX03UOpkAiK15wDc7pSk > .row .container > .video-iframe-container { display: none; }#EStK96kiicsLQX03UOpkAiK15wDc7pSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EStK96kiicsLQX03UOpkAiK15wDc7pSk > .row > .video-iframe-container { display: none; }#EStK96kiicsLQX03UOpkAiK15wDc7pSk > .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); }#EStK96kiicsLQX03UOpkAiK15wDc7pSk > .row .container { border-width: 0; border-radius: 0; }#EStK96kiicsLQX03UOpkAiK15wDc7pSk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EStK96kiicsLQX03UOpkAiK15wDc7pSk > .row .container { font-size:0.875rem;font-family:arial;height:49.9375rem;width:75rem;position:relative;display:block; }#RryhfDOtpw7X6E2aDl6PShowqKTrAD2l { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #dc242c, #580005);background-image: -moz-linear-gradient(115deg, #dc242c, #580005);background-image: -ms-linear-gradient(115deg, #dc242c, #580005);background-image: -o-linear-gradient(115deg, #dc242c, #580005);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#580005' );";background-image: linear-gradient(115deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.4375rem;left:28.125rem;display:none; }
#pD55TCkRTMpBbRRTubGhMRoX1cKFoGiN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d6661679-98f0-4144-b84c-12f283ec9437/GABL1288AprimoradoNR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05.adaptive-delivery-prevent-bg, #O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05.lazyload, #O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05.lazyloading { background-image: none; }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 > .row .container { background-color: transparent; background-image: none; }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.91); }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 > .row .container > .video-iframe-container { display: none; }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.91); }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 > .row > .video-iframe-container { display: none; }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 > .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); }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 > .row .container { border-width: 0; border-radius: 0; }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 > .row .container { width:75rem;height:48.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#CdRT8tRVzTQNiVWFmfPSK0tdhXpVEcTN { color:#ffffff;display:block;width:41.1875rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.3095703125rem;left:17rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wPixP1KXO3tokf4UnIB1yVMUGmJPcdP1 { color:#ffffff;display:block;width:59.9375rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:7.6836153659969rem;left:7.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yyzTCyPaxa6fHkUxkrwynhmy58wR0LH5 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(199deg, #8d0000, #000000);background-image: -moz-linear-gradient(199deg, #8d0000, #000000);background-image: -ms-linear-gradient(199deg, #8d0000, #000000);background-image: -o-linear-gradient(199deg, #8d0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d0000', endColorstr='#000000' );";background-image: linear-gradient(199deg, #8d0000, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;height:31.5rem;width:29.375rem;top:10.433615365997rem;left:22.90625rem;display:block; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-form-header {  }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#ffffff;width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-text {padding-top: 0; padding-bottom: 0;}#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:ubuntu;vertical-align:top; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-select {padding-top: 0; padding-bottom: 0;}#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-button { border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;background-color:#e57300;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:21.5625rem;height:3.875rem;font-family:ubuntu;overflow:hidden; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.8);vertical-align:top;width:20.3125rem;overflow:hidden;font-style:normal;float:none; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-container:first-of-type{padding-top:0;}#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-container:last-of-type{padding-bottom:0;}#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.145843505859rem;left:24.75rem; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem;display:block;vertical-align:top; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao {display:block;}#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.145843505859rem;left:24.75rem; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #hWdLudf6L0KeasQrkpzOO8wbzFBHiy6y { position:relative; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #DohHTyDqCUP3nISGqJG8JvMh00kDbNlo { position:relative;display:block; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #kg8P6Ic8mWsKeQlrwxGF7UwvfufsZg4F { position:relative; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #PtuMGNl5zOOD2hyGvODnsTJTwIbMitbF { position:relative; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #UVUqvgxu5k1vJ9yJr97WGRMOECVHEMZS { position:relative;display:block; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #rfGCWD8kdrNLxhQkudapu17Al2FhtoCE { position:relative; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #XezVV9bKOXEa2FytM9LeGmJv3xeJuUTu { position:relative; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #wD1hwu38ZbuVqtb0OeXescvHrzJbI8JQ { position:relative;display:block; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #d9GsIAbLdvDh64USZn3o6lVdzs7ssHSK { position:relative; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #FiQIs6inUKkhf9CF8T8UHvfrce1DesDd { position:relative; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #rbzRogzG4bWzUIA73C0VxXyNnrDftz9p { position:relative;display:block; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #JEKQW1yCCs0DK6mzNkH19nFm5Pd5XfLr { position:relative; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #v814Ava10J3zMo2CZi7gQWA6Hi8XphzA { position:relative; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #l6F0FTC43iIEImbknTwKL08A7OrznHEw { position:relative;z-index:2; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #hyc2CxbHhXQMNTgqt9blEu5fSRFFhyct { position:relative; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #ZiC0yw6ofnGye8Uittl57SUtip1lCwh4 { position:relative; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #qRNi1sSW7b3Pn2oLNGBCiotDrEgiIkTd { position:relative; }
#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/934a5599-702c-4aca-ae06-ecf7f4b348b2/ebillions187.crop_2784x1131_85,452.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy.adaptive-delivery-prevent-bg, #onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy.lazyload, #onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy.lazyloading { background-image: none; }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy > .row .container { background-color: transparent; background-image: none; }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy > .row .container > .video-iframe-container { display: none; }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy > .row > .video-iframe-container { display: none; }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy > .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); }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy > .row .container { border-width: 0; border-radius: 0; }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#FFbcCuIpAtEm6cTnMgXxtFdT4AyvZPFc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:12.0625rem;width:12.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.875rem;left:17.125rem; }
#HB438acep9rRAsTMP3frmVxi8B2rKha0 { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:22.625rem;left:10.875rem;height:2.4755875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Cp01sAU9a1LtmEAbtVtowxUXxN9GzoMe { color:#fcaf17;display:block;width:9.6875rem;position:absolute;font-family:"russo one";font-size:4.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.875rem;left:18.4375rem;height:5.3625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#X0mn10mAseeNtaRhlyyMoalVXZS4i3VK { color:#ffffff;display:block;width:37.1875rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:11.0625rem;left:34.6875rem;height:3.8964875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gEn7BTdlkJlteEJsCugHwAJTDm7ZxePQ { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:22.1875rem;left:34.6875rem;height:3.8964875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PiywxrmLwiAl46cKlBMFQsnEmbS8QGbL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.875rem;left:34.6875rem; }
#HLTL03gKND5QChEzQ0G9Xxv2m5yFe2xI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:5.875rem;left:36rem; }
#u1hkupIwOlmM6T6AJpecBgQ10zTwPTtd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:5.875rem;left:37.3125rem; }
#sutwd9KfqSXfZcNBWz48qwFQoKZzs4tG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:5.875rem;left:38.6875rem; }
#CnC5x5ZXtnMco17WahzPffUe7TG04Qnu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:5.875rem;left:40.0625rem; }
#RSJiqg2zh8r4RppGXE4zJAGMeM1J7K8D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:17.75rem;left:34.5rem; }
#ov5hGWzLlaTe5GBQTPavimmw3g6qaFlW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:17.75rem;left:35.8125rem; }
#bBDNTgkoJvPQe1TVZ1dm9NlqBSgSEOuK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:17.75rem;left:37.125rem; }
#emTvSWUEzHkA6vlcLaNsA94W03bJ1g0g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:17.75rem;left:38.5rem; }
#Q8eoFqfJps5anwATBDsr5Qz9oGkB1lOg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:17.75rem;left:39.875rem; }
#sTLLldgQ59AcxeaIeS56kzzR7Ni9ncnE { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #dc242c, #dc242c);background-image: -moz-linear-gradient(339deg, #dc242c, #dc242c);background-image: -ms-linear-gradient(339deg, #dc242c, #dc242c);background-image: -o-linear-gradient(339deg, #dc242c, #dc242c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#dc242c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc242c', endColorstr='#dc242c' );";background-image: linear-gradient(339deg, #dc242c, #dc242c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:25.125rem;width:0.25rem;top:4.0312504768372rem;left:31.530468940735rem;display:block; }
#TpTQg4pVF1KeeR5w0mR4VFDFtiWUaZTQ { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:rubik;font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.625rem;left:42.75rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C3oUpCRgrsCnWJRQbLKA6nyets4zUsBg { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:rubik;font-size:1.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.5rem;left:43.125rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XgML7Vxtp6eqRxpBudo5r38imV2wyS47 { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:rubik;font-size:3.8125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.125rem;left:34.6875rem;height:4.95483125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O7UCnacyWHTfv9u7BymmA3TVnCt2C9zI { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:rubik;font-size:3.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.5625rem;left:34.6875rem;height:4.95483125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #000000);background-image: -moz-linear-gradient(180deg, #151419, #000000);background-image: -ms-linear-gradient(180deg, #151419, #000000);background-image: -o-linear-gradient(180deg, #151419, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#000000' );";background-image: linear-gradient(180deg, #151419, #000000);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;z-index:auto;display:block; }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs > .row .container { background-color: transparent; background-image: none; }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs > .row .container > .video-iframe-container { display: none; }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs > .row > .video-iframe-container { display: none; }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs > .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); }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs > .row .container { border-width: 0; border-radius: 0; }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#vDq1UTC4hWaJMDJLteW2zWqSXOM83Vdu { 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:4.625rem;width:4.625rem;top:2.8125rem;left:21.4375rem;overflow:hidden;display:block; }
#Zm6oiWTKLBFg2egnKUJNA4aDbGqX5dDT { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:4.4375rem;left:26rem;height:1.40014375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qVmlueMsvI8RPNN7JipeLbmsNRBNiCgR { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:3.6562194824219rem;left:60.125003814698rem; }
#qVmlueMsvI8RPNN7JipeLbmsNRBNiCgR > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SoBeEh7Pml6T6c5VAxw8XhLEtftn3e54 { display:block; }#SoBeEh7Pml6T6c5VAxw8XhLEtftn3e54 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LM3X1oa4q6kA6BauvGmAqJDqoJPa3m5e { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:16.25rem;height:3.8125rem;top:22.0625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #bbKx2AGpbmr5z4TfK9vabZpwEmR4QWMN { top:18.25rem;left:28.125rem;width:17.625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeqFBfezVhJeHtSDMWOuQLXec90T9xoH { top:11.6875rem;left:30.3125rem;width:0.375rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #b8g5Ztu0rIFA6wTaDgdRgGI7w1ONv5vh { top:5.0625rem;left:0rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ugwQp3EcXWL3lECJuTXHDgzCHT3BPk { top:29.1875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mePkGsXJRqQsaQFseAxcTkNmIOdf0fHx { width:21.375rem;height:3.8125rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuSIQut4RJnQ1KJW3JNiqanui9LL2IA9 { display:block; }
 }@media only screen and (max-width: 763px) { #cUSq8P8Ae7zzkPpZExoaH6Lq2NQIyEIG { top:22.5625rem;left:0rem;width:47.75rem;height:6.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl1DuV2ztd5xPoELSsSIgV0Iitx4NpHb { width:9.375rem;height:2.25rem;top:1.4375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3ZUN255ft2PEiRtPIpxkIWqp0BTgGHV { display:block; }
 }@media only screen and (max-width: 763px) { #kcCg8AvHykHGsoKoKeHsnQV0EbntduIo { width:9.375rem;height:2.25rem;top:1.4375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXhlNtqhZ9eIMhT4cA1Jds9weIGMTsbf { display:block; }
 }@media only screen and (max-width: 763px) { #cnrHalTptGpiZXGrg4vAzenmweFBfzxu { display:block; }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uu6K8FCtd5R8OaTK7dsGf9RaLvW3RxaF { top:6.5625rem;left:0rem;width:47.75rem;height:7.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f96cuZNsXOMBfDCPROT7WHQOBbVLb9Dz { top:12.9375rem;left:4.1875rem;width:41.9375rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spEmmzQubeplovS7ew9xiG0VaADlTDLp { top:3rem;left:8.25rem;width:33.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlgSiKeah1IS9mDBFTWc73yBepGvs9VA { top:17.6875rem;left:0rem;width:2.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkPQtNoxJL0zFMuAZDk3a6Ik11bZJ1DF { top:17.6875rem;left:24.4375rem;width:2.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6JXZmwkf6MCcwyPz23OmAFOlzCLgPoQ { width:14.9375rem;height:5.3125rem;top:19.25rem;left:0rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA0WvFylidDFMK4sV8nTeN9UqNvNgDKT { width:14.9375rem;height:5.3125rem;top:19.25rem;left:18rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz6bZ3fXMHPdN7JqcO4isAPDTFmWR72n { width:14.9375rem;height:5.3125rem;top:19.25rem;left:32.8125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCRI3mJi71L2MiBH1y8G2TVOSivMkGV4 { top:17.6875rem;left:45.0625rem;width:2.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD62OHNW6vaKBr0XvBnrm7k7TgC6AMlO { width:12.625rem;height:2.4375rem;top:24.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybTvnser1ouaH3BTzkazfIUTVnP8R8Fk { width:15.8125rem;height:2.4375rem;top:24.125rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTq9TLksL8eIvd9Q7rETp9LD6QcFTRER { width:12.625rem;height:2.4375rem;top:24.125rem;left:35.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuezw7o0SmLhF71Z2c2pz0aMBWFEr2vT { top:3.1875rem;left:8.5rem;width:31.75rem;height:3.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApCL2DKpKdc1U3FdvDLF6kZM1K3pPTTp { display:block; }#ApCL2DKpKdc1U3FdvDLF6kZM1K3pPTTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icoeCwdpQG98SJaMQBUaBZ9f3ET03dn5 { width:47.75rem;height:;top:3.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEACmuox5OMfAR4VFtLIdm7CgQgeMDER { width:27.5625rem;height:8.75rem;top:11.9375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuyAbMCf445SePG6si3JhOHQP655741v { width:41.75rem;height:;top:11.9375rem;left:0rem;font-size:1.1875rem;display:block; }#VuyAbMCf445SePG6si3JhOHQP655741v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b50c2128e60757520e1c21811567c3fbd31fced.svg); }
 }@media only screen and (max-width: 763px) { #Rt3p6fdd1L6WEcvg8F2bM3P2IPg4yzN2 { top:10.75rem;left:0rem;width:0.375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzZHAv9Wu2qN7eaROBIlI2PIwbGFeW8P { width:22.4375rem;height:3.625rem;top:18.25rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0HUS7Dy9PtvrwHudsR40PwCzw7PMIGp { display:block; }
 }@media only screen and (max-width: 763px) { #UG5HCG9ftGrrXo5T3Q1nV7tT5dSf3stu { width:24.5625rem;height:4.3125rem;top:13.3125rem;left:23.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOS5nyk2hSbzkXRfCo107npGTvVR4H90 { width:27.5625rem;height:8.75rem;top:11.9375rem;left:20.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n { display:block; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdTsxzwiL4RzDeDKKc2rZlwrACTZsAW7 { width:30.375rem;height:19.5625rem;top:15.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvstnhoWobkZHWcRiV8GadlMlvNtWLQb { width:34.1875rem;height:7.0625rem;top:7.6875rem;left:13.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNeqmrTIMQzm27H1KtDu3mBDdJcivv6M { width:16.25rem;height:3.8125rem;top:28.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic0nhobSpMvy1wzWphHVmIqoZtJCoTga { display:block; }
 }@media only screen and (max-width: 763px) { #pkPo65oAkcm6Brdh2HRKpKBm1lWGXhJa { top:37.4375rem;left:0rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTyKa7d8GvTGVspOgPTz5a1L3JSUT7wL { top:7.6875rem;left:0rem;width:33.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAeT6tHPsMTLtU78qRzmTs3HcT2L5D7q { top:7.8125rem;left:0rem;width:31.75rem;height:3.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB8Ns4NW4l92Kc63MhSfoGTTdWbM4xwi { top:15.5625rem;left:21.875rem;width:16.875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1 { display:block; }#rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1fKy02i9ZlgTItcxeUqObT2TWTAORst { width:16.25rem;height:3.8125rem;top:28.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7yeyBodEcAAnAZLJWZvMn1Lr1RNfOwA { display:block; }
 }@media only screen and (max-width: 763px) { #QeLJJW5dN8ErHitFGaWfaaeUGl0LtS5B { top:8.75rem;left:5.625rem;width:0.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz4ttQN6Ec5WUGFkvOSIiwzuXNdX4eOu { top:9.0625rem;left:4.125rem;width:43.625rem;height:3.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFbK8t0zETsRhvttokt3FGgcxMbxh9dG { top:14.75rem;left:8.9375rem;width:34.8125rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvu6Ae6BQdu8douLG2SM12dPNprybBHT { top:24.4375rem;left:12.5625rem;width:30.0625rem;height:10.5rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqEZXuBOcWWpb8ck0dBpodD2RzL6f49s { top:21.6875rem;left:16rem;width:21.25rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXdwNB80AmlWHSgvqvVTLIAgKGWGXqHL { top:16.75rem;left:17.0625rem;width:21rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON { width:18rem;height:5.0625rem;display:flex;top:32rem;left:4.5rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #gLe19Q5uLxoUVmRgCpnFICb4QHkoaKfi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #QtHNMQdSXTrT8467D0r59TGEqCOM9TC5 {  }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #Fqq6lT96tBc389rSrl4aC3im4oz5JAMi {  }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #TUUpkK5s7d8lilB6dAX22iew118MNlRF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #n68I4uN7DXlTUmCwckXk6kz794zVtT81 {  }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #rEwqfgatUPhyCu6CVeln735KTgaFM7xq {  }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #ksBVV5PJS4LapsTuviryTDcSpT1DIEEB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #EPm0luGfkh9SpmZKTXQ10OTS9oAlvFs2 {  }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #BAIgsU9KsxBzBL1wNNtoCB6m1FV3Q85h {  }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #MesqZawN0IZ1vKatKD0vnI0x4zOaGcD8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #MQ39gx82baHJr8bXd4Reohex8tLGJGku {  }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #cRPDoIdpvaMzQANlTLe9bJ7V6PTcasnV {  }
 }@media only screen and (max-width: 763px) { #uE4e50HlFTAxhlmyaxUU0uWBSEAL4Xtw { width:15.0625rem;height:2.5625rem;top:41.9375rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpENcdHlZxeP3nnCK2rO0cZTOg1xrLlZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZG8SKUzoJFLRhDhh1w19V4FbClJWJD2k { display:block; }#ZG8SKUzoJFLRhDhh1w19V4FbClJWJD2k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzOa6rvsL4gQrAKTxn8A3C59pD0gQ6FL { top:32.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC3RTw9ltqMQ01JzHppTzFlnkJv2tNut { top:39.75rem;left:19.1875rem;width:3.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anB25vCh227eFT6qtTr3X2JuIAMOT1AO { top:8.125rem;left:0rem;width:26.75rem;height:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU8fyma2kFzKQxEC5A5sddyFltnwz6wo { top:11.125rem;left:17.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx5oFET7WPEZoW3ymutPSw2IKgqzxJ2E { top:6.6875rem;left:18.4375rem;width:29.3125rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm3JqBGIhZPQNqShyB72KV9tq61yxaJT { top:21.375rem;left:20.5625rem;width:27.1875rem;height:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPgI8vtVTQBdOZUDgw50n7LRJbTE4GLn { top:10.4375rem;left:23.125rem;width:24.625rem;height:8.625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTrTJiikP22aLZOKGzPBKHTn5e6qcg1d { display:block; }#rTrTJiikP22aLZOKGzPBKHTn5e6qcg1d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVfccT3L9vxUbMpBArsfRfyQcEL2mTkI { top:5.375rem;left:0rem;width:25.5625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A97eOyFWycOdQb7TaTDSeiFrbAHExFcG { top:8.1875rem;left:0rem;width:11.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OV5SXaypXAFUgdptlCedOCOhxoqxVVXE { top:2.125rem;left:5.75rem;width:0.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWCzx0wkat5zMuxTCGgbNDJBPawHETE2 { top:2.3125rem;left:0.84375rem;width:46.0625rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6q0IDNMuQScAMSo4edS5dAQeSt29TB1 { top:6.625rem;left:11.458332061767rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAvebfBQOokzkhoo0vAPs7ftrisJPNck { top:6.625rem;left:32.625003814698rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEGzpfrmE9VyHQSqTaxFpOKPNx7TaGTI { top:7.25rem;left:12.5rem;width:21rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTo9RiFmIvwvHxwi6ss8n01TIUWuJtVO { top:11.625rem;left:0rem;width:15.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2eA5FPRdqztJx8wOI3Ot1EIybevrxAG { top:12.125rem;left:0rem;width:6.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT36TSt0uoBvMX3UEhMap5q3sqoT46sk { top:15.9375rem;left:0rem;width:18.25rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gewTVW2IvBC3pridcTcqW8Lxgkvo5xSt { top:11.625rem;left:7.5625rem;width:15.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLJTv7pq9crH9hZKAD04HtItImgbFqpC { top:11.625rem;left:25.5625rem;width:15.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe9zvEgSU4MwlkCKL4iwQq5m5FNm9xp3 { top:11.625rem;left:32.3125rem;width:15.4375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVeZaNrDH4A0f72ZbXXvQD2GNfnbZLxp { top:12.125rem;left:11.83203125rem;width:6.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #po597Hymr8xLNbHI85SSheQDEgQ5FZHl { top:12.125rem;left:29.0625rem;width:9rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVfpCQJUzwrq8pOK0kJRORwPPvFGxWg9 { top:12.125rem;left:37.6875rem;width:10.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyMpDPxAGDedmuOLM1Pa4zgh6rOKT9uH { top:15.9375rem;left:5.75rem;width:18.25rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLRE5QIHuD0dZrAKZ53pz6ze15Bkexku { top:15.9375rem;left:25.5625rem;width:15.0625rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aebFp6uGLwe5e2Iez1lwEPivVT4HPHt2 { top:15.9375rem;left:32.6875rem;width:15.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZuK55IEy3cfacNqSiF9HxqiNUZlIHkL { display:block; }#eZuK55IEy3cfacNqSiF9HxqiNUZlIHkL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0nVXA98lzdWJJ7pdth94wZ4e3CEpLXx { top:3.5625rem;left:6.967968940735rem;width:33.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxoERyhkEVXqCaesECRIFAy3bMc4fNhQ { top:4.1875rem;left:7.9986991882325rem;width:31.75rem;height:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKcRdq7OeSqgi0lS5Wk3tkLVJMwsGk41 { top:7rem;left:0rem;width:47.75rem;height:7.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ3XIDCi8PsF7zErUPLwacBXhTAO9iO9 { top:15.3125rem;left:0rem;width:13.8125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFVLVTn7HA4TvQtWGyCS4zVPfctAeJOw { top:15.3125rem;left:1.6562490463257rem;width:13.8125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp0X0gdZZMFk3SIneTwToezcDDDH6zQz { top:36.4375rem;left:0.875rem;width:10.3125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiC9xnurTcrbHQdTSyT3gtPPRLGrv5do { top:15.3125rem;left:16.968750953674rem;width:13.8125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfn8CZnDHJueJoiREslXyz2rMkTToTZU { top:53.0625rem;left:0rem;width:13.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTyoNyIs5PdJX0uKllwBdMR26BORJT8P { top:36.4375rem;left:0rem;width:10.25rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4xwBP6Sf2oeVbM1mrnsPXh9elAH2vSb { top:15.3125rem;left:32.392968177796rem;width:13.6875rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbrhkP41mZP292vhKfR9o5DhUADssUgQ { top:36.4375rem;left:12.625rem;width:10.3125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAWErgFVyXhhPFb7oCzzera5pU5ubWli { top:15.3125rem;left:34rem;width:13.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfsxGZJs9wT1LLyP0uMWQHCcZR0XAfh9 { top:36.4375rem;left:36.4375rem;width:10.3125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUvxGkn6RBURDvHBKcC5RhWn0FSPkfc6 { top:36.4375rem;left:24.5rem;width:10.3125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKtSIuRi5TuNoltcpKVvJ9NRaK6sIJWw { top:53rem;left:34.125rem;width:13.625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQU8iDsUgD2TxWA7UBUnrLVZiVuefeUR { top:53.0625rem;left:1.6867189407349rem;width:13.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gURUqi8B31ikWm8eHZBlgrG40EhxWZ3B { top:53.0625rem;left:17.000000953674rem;width:13.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWaJiaRCQpcJwvw5HRJ516K17UOzukVL { top:53.0625rem;left:32.361718177796rem;width:13.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHzSDf5ivWmAUf4d5fISDiT8ADboN607 { top:36.375rem;left:37.5rem;width:10.25rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocLJLCU1foAA2cCShxxoAxOWJdLpo4sO { display:block; }#ocLJLCU1foAA2cCShxxoAxOWJdLpo4sO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4mxpT98yJDZAHcMxR0AFaV2gTqLVHtG { top:9.5rem;left:0rem;width:15.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbeqVP11TXDhrmZ6oG7ywvINXf9W8gPZ { top:9.5rem;left:6.374218940735rem;width:15.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AASPkgPHJ0Bo2zxtCZooRJBOdHdwIFe0 { top:9.5rem;left:32.25rem;width:15.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or3ztIcqV1dAzrWKAIKsU75TQLdDEIkX { top:9.5rem;left:26.062500953674rem;width:15.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhvhLqbcxzzXWoKx9QqQJpcNcLmP4LkR { top:2.4375rem;left:6.9375rem;width:33.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb1EgqO1qFkkIt4FNW0eyXAG7AZG2sC2 { top:2.625rem;left:8rem;width:31.75rem;height:3.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EStK96kiicsLQX03UOpkAiK15wDc7pSk { display:block; }#EStK96kiicsLQX03UOpkAiK15wDc7pSk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RryhfDOtpw7X6E2aDl6PShowqKTrAD2l { width:16.25rem;height:3.8125rem;top:28.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD55TCkRTMpBbRRTubGhMRoX1cKFoGiN { display:block; }
 }@media only screen and (max-width: 763px) { #O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 { display:block; }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdRT8tRVzTQNiVWFmfPSK0tdhXpVEcTN { width:41.1875rem;height:3.375rem;top:4.25rem;left:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPixP1KXO3tokf4UnIB1yVMUGmJPcdP1 { width:47.75rem;height:2.25rem;top:7.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyzTCyPaxa6fHkUxkrwynhmy58wR0LH5 { width:29.375rem;height:31.5rem;top:10.375rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-text {padding-top: 0; padding-bottom: 0;}#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-select {padding-top: 0; padding-bottom: 0;}#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao {display:block;}#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #hWdLudf6L0KeasQrkpzOO8wbzFBHiy6y {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #DohHTyDqCUP3nISGqJG8JvMh00kDbNlo {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #kg8P6Ic8mWsKeQlrwxGF7UwvfufsZg4F {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #PtuMGNl5zOOD2hyGvODnsTJTwIbMitbF {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #UVUqvgxu5k1vJ9yJr97WGRMOECVHEMZS {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #rfGCWD8kdrNLxhQkudapu17Al2FhtoCE {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #XezVV9bKOXEa2FytM9LeGmJv3xeJuUTu {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #wD1hwu38ZbuVqtb0OeXescvHrzJbI8JQ {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #d9GsIAbLdvDh64USZn3o6lVdzs7ssHSK {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #FiQIs6inUKkhf9CF8T8UHvfrce1DesDd {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #rbzRogzG4bWzUIA73C0VxXyNnrDftz9p {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #JEKQW1yCCs0DK6mzNkH19nFm5Pd5XfLr {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #v814Ava10J3zMo2CZi7gQWA6Hi8XphzA {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #l6F0FTC43iIEImbknTwKL08A7OrznHEw {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #hyc2CxbHhXQMNTgqt9blEu5fSRFFhyct {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #ZiC0yw6ofnGye8Uittl57SUtip1lCwh4 {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #qRNi1sSW7b3Pn2oLNGBCiotDrEgiIkTd {  }
 }@media only screen and (max-width: 763px) { #onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy { display:block; }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFbcCuIpAtEm6cTnMgXxtFdT4AyvZPFc { top:5.875rem;left:3.5rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB438acep9rRAsTMP3frmVxi8B2rKha0 { width:17.125rem;height:2.4375rem;top:22.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cp01sAU9a1LtmEAbtVtowxUXxN9GzoMe { width:9.6875rem;height:5.3125rem;top:17.875rem;left:4.8125rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0mn10mAseeNtaRhlyyMoalVXZS4i3VK { width:37.1875rem;height:3.875rem;top:11.0625rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEn7BTdlkJlteEJsCugHwAJTDm7ZxePQ { width:37.4375rem;height:3.875rem;top:22.1875rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiywxrmLwiAl46cKlBMFQsnEmbS8QGbL { top:5.875rem;left:21.0625rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLTL03gKND5QChEzQ0G9Xxv2m5yFe2xI { top:5.875rem;left:22.375rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1hkupIwOlmM6T6AJpecBgQ10zTwPTtd { top:5.875rem;left:23.6875rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sutwd9KfqSXfZcNBWz48qwFQoKZzs4tG { top:5.875rem;left:25.0625rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnC5x5ZXtnMco17WahzPffUe7TG04Qnu { top:5.875rem;left:26.4375rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSJiqg2zh8r4RppGXE4zJAGMeM1J7K8D { top:17.75rem;left:20.875rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov5hGWzLlaTe5GBQTPavimmw3g6qaFlW { top:17.75rem;left:22.1875rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBDNTgkoJvPQe1TVZ1dm9NlqBSgSEOuK { top:17.75rem;left:23.5rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #emTvSWUEzHkA6vlcLaNsA94W03bJ1g0g { top:17.75rem;left:24.875rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8eoFqfJps5anwATBDsr5Qz9oGkB1lOg { top:17.75rem;left:26.25rem;width:2rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTLLldgQ59AcxeaIeS56kzzR7Ni9ncnE { top:4rem;left:17.905468940735rem;width:0.25rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpTQg4pVF1KeeR5w0mR4VFDFtiWUaZTQ { width:9.6875rem;height:2.3125rem;top:5.625rem;left:29.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3oUpCRgrsCnWJRQbLKA6nyets4zUsBg { width:9.6875rem;height:2.3125rem;top:17.5rem;left:29.5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgML7Vxtp6eqRxpBudo5r38imV2wyS47 { width:9.6875rem;height:4.9375rem;top:8.125rem;left:21.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7UCnacyWHTfv9u7BymmA3TVnCt2C9zI { width:9.6875rem;height:4.9375rem;top:19.5625rem;left:21.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs { display:block; }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDq1UTC4hWaJMDJLteW2zWqSXOM83Vdu { width:4.625rem;height:4.625rem;top:2.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm6oiWTKLBFg2egnKUJNA4aDbGqX5dDT { top:4.4375rem;left:12.375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVmlueMsvI8RPNN7JipeLbmsNRBNiCgR { top:3.625rem;left:44.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
#qVmlueMsvI8RPNN7JipeLbmsNRBNiCgR > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SoBeEh7Pml6T6c5VAxw8XhLEtftn3e54 { display:block; }#SoBeEh7Pml6T6c5VAxw8XhLEtftn3e54 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LM3X1oa4q6kA6BauvGmAqJDqoJPa3m5e { width:20rem;height:3.8964875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd3c0481-e1c8-48f5-b2ce-d29d0c6a6377/fundoebillions3.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:20rem;height:3.8125rem;top:46.21093711853rem;left:0rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #bbKx2AGpbmr5z4TfK9vabZpwEmR4QWMN { width:20rem;height:2.1933625rem;top:30.4375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IeqFBfezVhJeHtSDMWOuQLXec90T9xoH { width:6.25rem;height:0.375rem;top:14.40625rem;left:6.875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #b8g5Ztu0rIFA6wTaDgdRgGI7w1ONv5vh { width:9.125rem;height:9.125rem;top:2.8125rem;left:5.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2ugwQp3EcXWL3lECJuTXHDgzCHT3BPk { width:20rem;height:4.0625rem;top:21.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mePkGsXJRqQsaQFseAxcTkNmIOdf0fHx { width:19rem;height:3.8125rem;top:28.130208015442rem;left:0.5rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #DuSIQut4RJnQ1KJW3JNiqanui9LL2IA9 { display:block; }
 }@media only screen and (max-width: 763px) { #cUSq8P8Ae7zzkPpZExoaH6Lq2NQIyEIG { width:20rem;height:5.25rem;top:14.71875rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Tl1DuV2ztd5xPoELSsSIgV0Iitx4NpHb { width:9.375rem;height:2.25rem;top:28.50625038147rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m3ZUN255ft2PEiRtPIpxkIWqp0BTgGHV { display:block; }
 }@media only screen and (max-width: 763px) { #kcCg8AvHykHGsoKoKeHsnQV0EbntduIo { width:9.375rem;height:2.25rem;top:25.00625038147rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXhlNtqhZ9eIMhT4cA1Jds9weIGMTsbf { display:block; }
 }@media only screen and (max-width: 763px) { #cnrHalTptGpiZXGrg4vAzenmweFBfzxu { background-color:#010104;background-image:url("https://images.assets-landingi.com/R342Q2Ud/bg_section.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu.adaptive-delivery-prevent-bg, #cnrHalTptGpiZXGrg4vAzenmweFBfzxu.lazyload, #cnrHalTptGpiZXGrg4vAzenmweFBfzxu.lazyloading { background-image: none; }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu > .row .container { background-color: transparent; background-image: none; }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu > .row .container > .video-iframe-container { display: none; }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu > .row > .video-iframe-container { display: none; }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu > .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); }#cnrHalTptGpiZXGrg4vAzenmweFBfzxu > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uu6K8FCtd5R8OaTK7dsGf9RaLvW3RxaF { width:20rem;height:3.00625rem;top:5.3125rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f96cuZNsXOMBfDCPROT7WHQOBbVLb9Dz { width:20rem;height:1.4625rem;top:8.31875038147rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #spEmmzQubeplovS7ew9xiG0VaADlTDLp { width:20rem;height:3.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlgSiKeah1IS9mDBFTWc73yBepGvs9VA { display:flex;width:2.5rem;height:2.125rem;top:13.125rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #EkPQtNoxJL0zFMuAZDk3a6Ik11bZJ1DF { display:flex;width:2rem;height:1.75rem;top:21.4375rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #u6JXZmwkf6MCcwyPz23OmAFOlzCLgPoQ { width:5.75rem;height:2.6rem;top:11.8125rem;left:6.3125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bA0WvFylidDFMK4sV8nTeN9UqNvNgDKT { width:4.375rem;height:2.6rem;top:20rem;left:6.3125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rz6bZ3fXMHPdN7JqcO4isAPDTFmWR72n { width:8.4375rem;height:2.6rem;top:28.75rem;left:6.3125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wCRI3mJi71L2MiBH1y8G2TVOSivMkGV4 { display:flex;width:2.125rem;height:1.8125rem;top:30.1875rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #wD62OHNW6vaKBr0XvBnrm7k7TgC6AMlO { width:10.6875rem;height:2.44873125rem;top:14.125rem;left:6.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ybTvnser1ouaH3BTzkazfIUTVnP8R8Fk { width:12.5rem;height:2.44873125rem;top:22.4375rem;left:6.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NTq9TLksL8eIvd9Q7rETp9LD6QcFTRER { width:9.75rem;height:2.44873125rem;top:31.125rem;left:6.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #cuezw7o0SmLhF71Z2c2pz0aMBWFEr2vT { width:20rem;height:2.2753875rem;top:2.625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ApCL2DKpKdc1U3FdvDLF6kZM1K3pPTTp { display:block; }#ApCL2DKpKdc1U3FdvDLF6kZM1K3pPTTp > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #icoeCwdpQG98SJaMQBUaBZ9f3ET03dn5 { width:20rem;height:5.19791875rem;top:1.6875028610229rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEACmuox5OMfAR4VFtLIdm7CgQgeMDER { width:0.4375rem;height:16.25rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuyAbMCf445SePG6si3JhOHQP655741v { width:15.5rem;height:12.5756875rem;top:8.75rem;left:1.6875000596046rem;font-size:0.875rem;display:block; }#VuyAbMCf445SePG6si3JhOHQP655741v li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6b50c2128e60757520e1c21811567c3fbd31fced.svg); }
 }@media only screen and (max-width: 763px) { #Rt3p6fdd1L6WEcvg8F2bM3P2IPg4yzN2 { width:0.375rem;height:11.9375rem;top:10.75rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzZHAv9Wu2qN7eaROBIlI2PIwbGFeW8P { width:19.1875rem;height:3.625rem;top:33.625rem;left:0.25rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #W0HUS7Dy9PtvrwHudsR40PwCzw7PMIGp { display:block; }
 }@media only screen and (max-width: 763px) { #UG5HCG9ftGrrXo5T3Q1nV7tT5dSf3stu { width:12.25rem;height:6.752925rem;top:26.875001430511rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOS5nyk2hSbzkXRfCo107npGTvVR4H90 { width:19.0625rem;height:8.625rem;top:25.937503814698rem;left:0.46875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n { display:block; }#RT8Jc7IBacJU9NDyZSOSFIRCuyJB3g0n > .row .container { width:20rem;height:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdTsxzwiL4RzDeDKKc2rZlwrACTZsAW7 { width:18.8116875rem;height:22.4853375rem;top:11.959374904633rem;left:0.59453123807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvstnhoWobkZHWcRiV8GadlMlvNtWLQb { width:20rem;height:6.171875rem;top:5.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNeqmrTIMQzm27H1KtDu3mBDdJcivv6M { width:16.25rem;height:3.8125rem;top:48.5rem;left:1.875rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #Ic0nhobSpMvy1wzWphHVmIqoZtJCoTga { display:block; }
 }@media only screen and (max-width: 763px) { #pkPo65oAkcm6Brdh2HRKpKBm1lWGXhJa { width:5.25rem;height:5.25rem;top:66.087230682375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTyKa7d8GvTGVspOgPTz5a1L3JSUT7wL { width:20rem;height:2.8125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAeT6tHPsMTLtU78qRzmTs3HcT2L5D7q { width:20rem;height:2.2753875rem;top:2.5187511444092rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BB8Ns4NW4l92Kc63MhSfoGTTdWbM4xwi { width:16.875rem;height:30rem;top:35.14843249321rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1 { display:block; }#rsTthRvK3fxQwMD0fKeETVwZ1aTle9s1 > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U1fKy02i9ZlgTItcxeUqObT2TWTAORst { width:16.25rem;height:3.8125rem;top:21.2rem;left:3.75rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #g7yeyBodEcAAnAZLJWZvMn1Lr1RNfOwA { display:block; }
 }@media only screen and (max-width: 763px) { #QeLJJW5dN8ErHitFGaWfaaeUGl0LtS5B { width:0.3125rem;height:4.0625rem;top:8.75rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nz4ttQN6Ec5WUGFkvOSIiwzuXNdX4eOu { width:20rem;height:4.55078125rem;top:2.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QFbK8t0zETsRhvttokt3FGgcxMbxh9dG { width:19.375rem;height:23.375rem;top:9.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvu6Ae6BQdu8douLG2SM12dPNprybBHT { width:20rem;height:2.598875rem;top:17.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CqEZXuBOcWWpb8ck0dBpodD2RzL6f49s { width:20rem;height:1.54296875rem;top:14.75rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fXdwNB80AmlWHSgvqvVTLIAgKGWGXqHL { width:20rem;height:2.598875rem;top:11.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON .widget-text.counter-number { padding-top:0.266875rem;padding-right:0.235rem;padding-bottom:0.266875rem;padding-left:0.235rem;width:1.411875rem;min-width:1.411875rem;height:1.435625rem;font-size:1.06875rem;line-height:22.97px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.166875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.8825rem;height:0.5675rem;font-size:0.400625rem;line-height:9.08px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#UT0535rEAP9DGuGGWtQ6iRG9quXxAnON { width:11.5rem;height:2.70375rem;display:flex;top:23.375rem;left:4.1875rem;z-index:15028;padding-top:0.038125rem;padding-right:0.039375rem;padding-bottom:0.038125rem;padding-left:0.039375rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #gLe19Q5uLxoUVmRgCpnFICb4QHkoaKfi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #QtHNMQdSXTrT8467D0r59TGEqCOM9TC5 {  }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #Fqq6lT96tBc389rSrl4aC3im4oz5JAMi {  }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #TUUpkK5s7d8lilB6dAX22iew118MNlRF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #n68I4uN7DXlTUmCwckXk6kz794zVtT81 {  }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #rEwqfgatUPhyCu6CVeln735KTgaFM7xq {  }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #ksBVV5PJS4LapsTuviryTDcSpT1DIEEB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #EPm0luGfkh9SpmZKTXQ10OTS9oAlvFs2 {  }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #BAIgsU9KsxBzBL1wNNtoCB6m1FV3Q85h {  }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #MesqZawN0IZ1vKatKD0vnI0x4zOaGcD8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #MQ39gx82baHJr8bXd4Reohex8tLGJGku {  }
 }@media only screen and (max-width: 763px) { #UT0535rEAP9DGuGGWtQ6iRG9quXxAnON #cRPDoIdpvaMzQANlTLe9bJ7V6PTcasnV {  }
 }@media only screen and (max-width: 763px) { #uE4e50HlFTAxhlmyaxUU0uWBSEAL4Xtw { width:15.125rem;height:2.625rem;top:27.6875rem;left:2.4375rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #SpENcdHlZxeP3nnCK2rO0cZTOg1xrLlZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZG8SKUzoJFLRhDhh1w19V4FbClJWJD2k { display:block; }#ZG8SKUzoJFLRhDhh1w19V4FbClJWJD2k > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzOa6rvsL4gQrAKTxn8A3C59pD0gQ6FL { width:3.125rem;height:3.125rem;top:24.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC3RTw9ltqMQ01JzHppTzFlnkJv2tNut { width:2.125rem;height:6.5rem;top:22.8125rem;left:15.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #anB25vCh227eFT6qtTr3X2JuIAMOT1AO { width:20rem;height:20rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU8fyma2kFzKQxEC5A5sddyFltnwz6wo { width:3.125rem;height:3.125rem;top:10.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qx5oFET7WPEZoW3ymutPSw2IKgqzxJ2E { width:15.625rem;height:5.19791875rem;top:0.87498760223387rem;left:2.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xm3JqBGIhZPQNqShyB72KV9tq61yxaJT { width:18.6865rem;height:20.478525rem;top:30.6982421875rem;left:0.655517578125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPgI8vtVTQBdOZUDgw50n7LRJbTE4GLn { width:17.1875rem;height:2.19921875rem;top:6.0703125rem;left:1.45703125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTrTJiikP22aLZOKGzPBKHTn5e6qcg1d { display:block; }#rTrTJiikP22aLZOKGzPBKHTn5e6qcg1d > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVfccT3L9vxUbMpBArsfRfyQcEL2mTkI { width:20rem;height:4.14375rem;top:1.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #A97eOyFWycOdQb7TaTDSeiFrbAHExFcG { width:11.75rem;height:0.3125rem;top:10.297875rem;left:4.125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #OV5SXaypXAFUgdptlCedOCOhxoqxVVXE { width:0.375rem;height:4.0625rem;top:2.125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWCzx0wkat5zMuxTCGgbNDJBPawHETE2 { width:16.8125rem;height:4.0625rem;top:0.875rem;left:1.59375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6q0IDNMuQScAMSo4edS5dAQeSt29TB1 { width:1.875rem;height:1.875rem;top:11.860375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAvebfBQOokzkhoo0vAPs7ftrisJPNck { width:1.875rem;height:1.875rem;top:14.985375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dEGzpfrmE9VyHQSqTaxFpOKPNx7TaGTI { width:20rem;height:0.5rem;top:7.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTo9RiFmIvwvHxwi6ss8n01TIUWuJtVO { width:15.4375rem;height:3rem;top:7.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2eA5FPRdqztJx8wOI3Ot1EIybevrxAG { width:14.5rem;height:1.9494625rem;top:7.75rem;left:2.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FT36TSt0uoBvMX3UEhMap5q3sqoT46sk { width:15.5rem;height:4.1418375rem;top:11.5rem;left:2.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gewTVW2IvBC3pridcTcqW8Lxgkvo5xSt { width:15.4375rem;height:3rem;top:17.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLJTv7pq9crH9hZKAD04HtItImgbFqpC { width:15.4375rem;height:3rem;top:30rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe9zvEgSU4MwlkCKL4iwQq5m5FNm9xp3 { width:15.4375rem;height:3rem;top:40.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVeZaNrDH4A0f72ZbXXvQD2GNfnbZLxp { width:6.5rem;height:1.9494625rem;top:18.5rem;left:6.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #po597Hymr8xLNbHI85SSheQDEgQ5FZHl { width:9rem;height:1.9494625rem;top:30.5625rem;left:5.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IVfpCQJUzwrq8pOK0kJRORwPPvFGxWg9 { width:10.0625rem;height:1.9494625rem;top:41.1875rem;left:4.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TyMpDPxAGDedmuOLM1Pa4zgh6rOKT9uH { width:18.25rem;height:5.5224625rem;top:22.364584565162rem;left:1.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iLRE5QIHuD0dZrAKZ53pz6ze15Bkexku { width:15.0625rem;height:4.14184375rem;top:34.6640625rem;left:2.46875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aebFp6uGLwe5e2Iez1lwEPivVT4HPHt2 { width:15.0625rem;height:2.761225rem;top:44.928386688233rem;left:2.46875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eZuK55IEy3cfacNqSiF9HxqiNUZlIHkL { display:block; }#eZuK55IEy3cfacNqSiF9HxqiNUZlIHkL > .row .container { width:20rem;height:117.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0nVXA98lzdWJJ7pdth94wZ4e3CEpLXx { width:20rem;height:2.8125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxoERyhkEVXqCaesECRIFAy3bMc4fNhQ { width:20rem;height:1.625rem;top:3.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rKcRdq7OeSqgi0lS5Wk3tkLVJMwsGk41 { width:20rem;height:3.0875rem;top:6.25rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJ3XIDCi8PsF7zErUPLwacBXhTAO9iO9 { width:9.5rem;height:12.8125rem;top:10.748699188233rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFVLVTn7HA4TvQtWGyCS4zVPfctAeJOw { width:9.4375rem;height:12.8125rem;top:25.562500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp0X0gdZZMFk3SIneTwToezcDDDH6zQz { width:9.5rem;height:12.8125rem;top:25.562500953674rem;left:10.500000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiC9xnurTcrbHQdTSyT3gtPPRLGrv5do { width:9.5rem;height:12.8125rem;top:39.687502861023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfn8CZnDHJueJoiREslXyz2rMkTToTZU { width:9.25rem;height:12.5625rem;top:39.812488079071rem;left:10.687500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTyoNyIs5PdJX0uKllwBdMR26BORJT8P { width:6.5625rem;height:8.875rem;top:53.687501907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4xwBP6Sf2oeVbM1mrnsPXh9elAH2vSb { width:6.5625rem;height:8.875rem;top:53.687501430511rem;left:6.7187500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbrhkP41mZP292vhKfR9o5DhUADssUgQ { width:6.5625rem;height:8.875rem;top:53.687501430511rem;left:13.437500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAWErgFVyXhhPFb7oCzzera5pU5ubWli { width:6.5625rem;height:8.875rem;top:63.37500190735rem;left:13.437500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfsxGZJs9wT1LLyP0uMWQHCcZR0XAfh9 { width:6.5625rem;height:8.875rem;top:63.37500190735rem;left:6.7187500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUvxGkn6RBURDvHBKcC5RhWn0FSPkfc6 { width:6.5625rem;height:8.875rem;top:63.37500190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKtSIuRi5TuNoltcpKVvJ9NRaK6sIJWw { width:9.375rem;height:12.8125rem;top:73.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQU8iDsUgD2TxWA7UBUnrLVZiVuefeUR { width:9.375rem;height:12.8125rem;top:73.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gURUqi8B31ikWm8eHZBlgrG40EhxWZ3B { width:9.375rem;height:12.8125rem;top:87.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWaJiaRCQpcJwvw5HRJ516K17UOzukVL { width:9.375rem;height:12.8125rem;top:87.1875rem;left:10.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHzSDf5ivWmAUf4d5fISDiT8ADboN607 { width:10.25rem;height:14.125rem;top:101.25003051757rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocLJLCU1foAA2cCShxxoAxOWJdLpo4sO { display:block; }#ocLJLCU1foAA2cCShxxoAxOWJdLpo4sO > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e4mxpT98yJDZAHcMxR0AFaV2gTqLVHtG { width:9.6875rem;height:10.375rem;top:5.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbeqVP11TXDhrmZ6oG7ywvINXf9W8gPZ { width:9.625rem;height:10.3125rem;top:17rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AASPkgPHJ0Bo2zxtCZooRJBOdHdwIFe0 { width:9.6875rem;height:10.375rem;top:39.8125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or3ztIcqV1dAzrWKAIKsU75TQLdDEIkX { width:9.3125rem;height:10rem;top:28.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhvhLqbcxzzXWoKx9QqQJpcNcLmP4LkR { width:20rem;height:2.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb1EgqO1qFkkIt4FNW0eyXAG7AZG2sC2 { width:20rem;height:2.2753875rem;top:1.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EStK96kiicsLQX03UOpkAiK15wDc7pSk { display:block; }#EStK96kiicsLQX03UOpkAiK15wDc7pSk > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RryhfDOtpw7X6E2aDl6PShowqKTrAD2l { width:16.25rem;height:3.8125rem;top:21.2rem;left:3.75rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #pD55TCkRTMpBbRRTubGhMRoX1cKFoGiN { display:block; }
 }@media only screen and (max-width: 763px) { #O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 { background-color:transparent;background-image:url("https://images.assets-landingi.com/FtIu4AgC/bgm.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05.adaptive-delivery-prevent-bg, #O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05.lazyload, #O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05.lazyloading { background-image: none; }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 > .row .container { background-color: transparent; background-image: none; }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 > .row .container > .video-iframe-container { display: none; }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 > .row > .video-iframe-container { display: none; }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 > .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); }#O8uMVKMh5TwyVLlLlRsMeVZrUpr9Ut05 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdRT8tRVzTQNiVWFmfPSK0tdhXpVEcTN { width:15.3125rem;height:1.79948125rem;top:2.3109018802643rem;left:2.3428621888161rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wPixP1KXO3tokf4UnIB1yVMUGmJPcdP1 { width:18.75rem;height:2.8125rem;top:5.8060312271118rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yyzTCyPaxa6fHkUxkrwynhmy58wR0LH5 { width:20rem;height:28.125rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-text {padding-top: 0; padding-bottom: 0;}#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-select {padding-top: 0; padding-bottom: 0;}#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem;font-size:1rem;overflow:hidden; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao  { width:17.5rem;height:auto;top:10rem;left:0rem; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao {display:block;}#hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao { width:17.5rem;height:auto;top:10rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #hWdLudf6L0KeasQrkpzOO8wbzFBHiy6y {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #DohHTyDqCUP3nISGqJG8JvMh00kDbNlo {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #kg8P6Ic8mWsKeQlrwxGF7UwvfufsZg4F {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #PtuMGNl5zOOD2hyGvODnsTJTwIbMitbF {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #UVUqvgxu5k1vJ9yJr97WGRMOECVHEMZS {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #rfGCWD8kdrNLxhQkudapu17Al2FhtoCE {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #XezVV9bKOXEa2FytM9LeGmJv3xeJuUTu {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #wD1hwu38ZbuVqtb0OeXescvHrzJbI8JQ {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #d9GsIAbLdvDh64USZn3o6lVdzs7ssHSK {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #FiQIs6inUKkhf9CF8T8UHvfrce1DesDd {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #rbzRogzG4bWzUIA73C0VxXyNnrDftz9p {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #JEKQW1yCCs0DK6mzNkH19nFm5Pd5XfLr {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #v814Ava10J3zMo2CZi7gQWA6Hi8XphzA {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #l6F0FTC43iIEImbknTwKL08A7OrznHEw {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #hyc2CxbHhXQMNTgqt9blEu5fSRFFhyct {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #ZiC0yw6ofnGye8Uittl57SUtip1lCwh4 {  }
 }@media only screen and (max-width: 763px) { #hWQDQgMU15wwxzn1VbRmXzlvzrgM9Lao #qRNi1sSW7b3Pn2oLNGBCiotDrEgiIkTd {  }
 }@media only screen and (max-width: 763px) { #onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/934a5599-702c-4aca-ae06-ecf7f4b348b2/ebillions187.crop_2784x1131_85,452.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy.adaptive-delivery-prevent-bg, #onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy.lazyload, #onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy.lazyloading { background-image: none; }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy > .row .container { background-color: transparent; background-image: none; }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy > .row .container > .video-iframe-container { display: none; }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy > .row > .video-iframe-container { display: none; }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy > .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); }#onMTgGMLhCoUvLZZWpU3Tqb6DbQo8qLy > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFbcCuIpAtEm6cTnMgXxtFdT4AyvZPFc { display:flex;width:6.5rem;height:6.5rem;top:3.7250003814698rem;left:6.7500000596044rem; }
 }@media only screen and (max-width: 763px) { #HB438acep9rRAsTMP3frmVxi8B2rKha0 { width:12.875rem;height:2.44873125rem;top:13.812500953674rem;left:3.5625000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Cp01sAU9a1LtmEAbtVtowxUXxN9GzoMe { width:10.875rem;height:5.20019375rem;top:9.47500038147rem;left:4.5625000596046rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0mn10mAseeNtaRhlyyMoalVXZS4i3VK { width:20rem;height:8.921875rem;top:23.044532299042rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gEn7BTdlkJlteEJsCugHwAJTDm7ZxePQ { width:20rem;height:8.921875rem;top:40.506251335144rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PiywxrmLwiAl46cKlBMFQsnEmbS8QGbL { display:flex;width:2rem;height:1.875rem;top:18.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HLTL03gKND5QChEzQ0G9Xxv2m5yFe2xI { display:flex;width:2rem;height:1.875rem;top:18.6875rem;left:1.4375001192093rem; }
 }@media only screen and (max-width: 763px) { #u1hkupIwOlmM6T6AJpecBgQ10zTwPTtd { display:flex;width:2rem;height:1.875rem;top:18.6875rem;left:4.1249998807907rem; }
 }@media only screen and (max-width: 763px) { #sutwd9KfqSXfZcNBWz48qwFQoKZzs4tG { display:flex;width:2rem;height:1.875rem;top:18.6875rem;left:2.7499998807907rem; }
 }@media only screen and (max-width: 763px) { #CnC5x5ZXtnMco17WahzPffUe7TG04Qnu { display:flex;width:2rem;height:1.875rem;top:18.6875rem;left:5.4999998807907rem; }
 }@media only screen and (max-width: 763px) { #RSJiqg2zh8r4RppGXE4zJAGMeM1J7K8D { display:flex;width:2rem;height:1.875rem;top:35.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ov5hGWzLlaTe5GBQTPavimmw3g6qaFlW { display:flex;width:2rem;height:1.875rem;top:35.9375rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #bBDNTgkoJvPQe1TVZ1dm9NlqBSgSEOuK { display:flex;width:2rem;height:1.875rem;top:35.9375rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #emTvSWUEzHkA6vlcLaNsA94W03bJ1g0g { display:flex;width:2rem;height:1.875rem;top:35.9375rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #Q8eoFqfJps5anwATBDsr5Qz9oGkB1lOg { display:flex;width:2rem;height:1.875rem;top:35.9375rem;left:4.375rem; }
 }@media only screen and (max-width: 763px) { #sTLLldgQ59AcxeaIeS56kzzR7Ni9ncnE { width:0.25rem;height:25.125rem;top:58.125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpTQg4pVF1KeeR5w0mR4VFDFtiWUaZTQ { width:9.6875rem;height:2.35625rem;top:18.488282203674rem;left:7.7500005364419rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C3oUpCRgrsCnWJRQbLKA6nyets4zUsBg { width:9.6875rem;height:2.35625rem;top:35.6875rem;left:8.3125rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XgML7Vxtp6eqRxpBudo5r38imV2wyS47 { width:9.6875rem;height:3.7375rem;top:20.844531536103rem;left:0rem;font-size:2.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O7UCnacyWHTfv9u7BymmA3TVnCt2C9zI { width:9.6875rem;height:3.7375rem;top:38.043750762939rem;left:0rem;font-size:2.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs > .row .container { background-color: transparent; background-image: none; }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs > .row .container > .video-iframe-container { display: none; }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs > .row > .video-iframe-container { display: none; }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs > .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); }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDq1UTC4hWaJMDJLteW2zWqSXOM83Vdu { width:1.75rem;height:1.75rem;top:4.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm6oiWTKLBFg2egnKUJNA4aDbGqX5dDT { width:16.125rem;height:1.40014375rem;top:4.5rem;left:3.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVmlueMsvI8RPNN7JipeLbmsNRBNiCgR { width:2.1875rem;height:2.1875rem;top:1.1875rem;left:8.9062503576281rem;display:block; }
#qVmlueMsvI8RPNN7JipeLbmsNRBNiCgR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }