.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;top:0rem;left:0rem;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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.67);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 > .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:39.9375rem;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; }
#F2ugwQp3EcXWL3lECJuTXHDgzCHT3BPk { color:#ffffff;display:block;width:36.3125rem;position:absolute;font-family:oswald;font-size:2.6875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.67578125rem;left:7.75rem;height:10.48095rem;font-style:normal;display:block; }
#fOEzHK0mWKKIXV86kRZVkZcM0Fwe2bE0 { color:#ffffff;display:block;width:37.875rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.75rem;left:7.75rem;height:4.2236375rem;font-style:normal;display:block; }
#Helio0VQP9wvI650G8eWM5t6NSqm3drb { color:#ffffff;display:block;width:5.9375rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1.619873046875rem;left:48.56201171875rem;height:1.3806125rem;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; }
#uwacQH8kXCvMVymqlz5BtL3mG8eT8QBz { 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:11.6875rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.8125rem;left:62.4375rem;display:block; }
#pebngdgiKqAmKOB6ixlCJWvKdwezJnRl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mePkGsXJRqQsaQFseAxcTkNmIOdf0fHx { 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:20.875rem;height:3.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:30.9375rem;left:7.75rem;display:block; }
#DuSIQut4RJnQ1KJW3JNiqanui9LL2IA9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UzHK5WAFyALPiJkSuPtB5xuWvaDvf90J { color:#ffffff;display:block;width:5.375rem;position:absolute;font-family:oswald;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.6875rem;left:55.5rem;height:1.3806125rem;display:block; }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs .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; }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#dc242c;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:arial;font-size:1.688125rem;font-weight:700;line-height:36.29px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;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:"open sans";font-size:0.6325rem;font-weight:700;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; }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs { 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:22.5625rem;left:48.5625rem;z-index:15028; }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #mMAnDIrMLtWkzO9S9EVGbQnOraS6XnUp { display:flex;position:relative;top:0rem;left:0rem; }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #y1L6Qa7zlBn1eI8SuVRdCdCZmx8oL39s { width:auto; }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #Nst6HN4IQWqbco9qxL3QVywIDSPfgWP2 {  }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #ETz4ftysNXepiEqORpT4oNhpP9arpwq7 { display:flex;position:relative;top:0rem;left:0rem; }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #mua2xAAU6yoeEfHr46T0yhhT5rcTdieR {  }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #izSyAZGGga5gFpf2BUHWM5tsaTgPiwtL {  }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #lT3N7KTAAgcTIDV7T1dhXvDRhCQQSVeA { display:flex;position:relative;top:0rem;left:0rem; }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #AwrdJaQugKdHd3uqeJB7kHOn96iUGTTz {  }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #vnBzE73kqgZmQN2LMHzJy7tofq1rdH2g {  }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #nL5Wcyk4guyctt83bdtuAyDLeSPLGR4E { display:flex;position:relative;top:0rem;left:0rem; }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #Oq4Ux6PTmNNTRXAehbVS3nZVelMTmhqp {  }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #mPayThew4nmF4CgyaKq8RdR0RhXSsEa5 {  }
#H32RgpN1WG00uMZ5VakNHWWxnrSU8w12 { color:#dc242c;display:block;width:16.0625rem;position:absolute;font-family:"russo one";font-size:3.0625rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:17.625rem;left:49.375rem;height:3.9807125rem;display:block; }
#pfrL4pb4vsbTW3THqKJtJCpWdipXAC6l { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.0625rem;left:49.375rem;height:3.16894375rem;font-style:normal;display:block; }
#qHtvN6GMIbTV28an6hNl3uarZofOzwte { color:#ffffff;display:block;width:23.6861875rem;position:absolute;font-family:"russo one";font-size:3.75rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.8125rem;left:48.375rem;height:4.87426875rem;display:block; }
#MoVOBDOqxs6qtJoAXQTfPnENUao6VmP0 { position:absolute;display:block;z-index:15010;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.373698125rem;top:14.125rem;left:47.125rem;display:block; }
#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL { background-color:#000000;background-image:none;z-index:;position:relative;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;display:block; }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row .container { background-color: transparent; background-image: none; }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row .container > .video-iframe-container { display: none; }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row > .video-iframe-container { display: none; }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .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); }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row .container { border-width: 0; border-radius: 0; }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#kTbhhWM00fOWDckQbRdJ9A4q2DFx54wp { display:block;width:27.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.2;top:10.875rem;left:39.5rem;background-color:transparent;background-image:none;height:1.3501rem;text-align:center;text-align-last:center;color:#f9f9f9;display:block; }
#xSER7lcuLH360m2iTO51UxTshxpi9Bn2 { display:block;width:27.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;top:8.0000009536744rem;left:8.65625rem;background-color:transparent;background-image:none;height:4.72411875rem;text-align:center;text-align-last:center;color:#f9f9f9;font-style:normal;display:block; }
#hTni1MPnko2NmktXFFZTwQWT6yPs6IAu { background-color:#ccd4db;background-image:none;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15006;top:2.0625rem;left:37.0625rem;display:block; }
#rZJianJiPEK5MXhT199F68BBG636L0F3 { display:block;width:27.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.2;top:8.625rem;left:40.25rem;background-color:transparent;background-image:none;height:1.3501rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#E5OWAksfLnOS8HN7ucMTTZRxVhK4xtL9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:4.4375rem;left:52.5rem; }
#KTua43veD9Xq2aCv5SpeeTrtPIEC3Zcs { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:3.5rem;left:21rem; }
#NhtWhmDThCCg5qOC6zG9TeUWMD1zO30B { 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; }#NhtWhmDThCCg5qOC6zG9TeUWMD1zO30B > .row .container { background-color: transparent; background-image: none; }#NhtWhmDThCCg5qOC6zG9TeUWMD1zO30B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhtWhmDThCCg5qOC6zG9TeUWMD1zO30B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhtWhmDThCCg5qOC6zG9TeUWMD1zO30B > .row .container > .video-iframe-container { display: none; }#NhtWhmDThCCg5qOC6zG9TeUWMD1zO30B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhtWhmDThCCg5qOC6zG9TeUWMD1zO30B > .row > .video-iframe-container { display: none; }#NhtWhmDThCCg5qOC6zG9TeUWMD1zO30B > .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); }#NhtWhmDThCCg5qOC6zG9TeUWMD1zO30B > .row .container { border-width: 0; border-radius: 0; }#NhtWhmDThCCg5qOC6zG9TeUWMD1zO30B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NhtWhmDThCCg5qOC6zG9TeUWMD1zO30B > .row .container { font-size:0.875rem;font-family:arial;height:83.3125rem;width:75rem;position:relative;display:block; }#BgpCuAlTDQQlDMKbUbInZvbWXhG80gEG { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d9db721b-214c-410f-8107-d0de62047f9f/rodrigo.crop_1080x1626_0,31.preview.png");background-position:top 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:8.75rem;left:3.75rem;display:block; }#BgpCuAlTDQQlDMKbUbInZvbWXhG80gEG.adaptive-delivery-prevent-bg, #BgpCuAlTDQQlDMKbUbInZvbWXhG80gEG.lazyload, #BgpCuAlTDQQlDMKbUbInZvbWXhG80gEG.lazyloading { background-image: none; }
#T7q3mfe3a2yRZWMsEOKOG28u3B9ldpTd { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12rem;left:15.5625rem;height:16.56736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U5I29vIRdNCPVG4AV0kHppc3rwXHk79T { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:9.25rem;left:15.5625rem;height:1.75rem;font-style:normal;display:block; }
#dEHXqM0MSds7PiUoC5Jc0hTVyWdAOydb { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bWPHwAICOXFB6qFJT7TrnauHcotXc96i { 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:3.0625rem;width:0.25rem;top:2.9934844970703rem;left:3.08203125rem;display:block; }
#qD2Ok4EInqkPeL2VabC01nKtWLTprUJT { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e04ada4c-839f-4af7-89dc-c61d3b919fdf/LR7_7782.jpg");background-position:top 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:32.6875rem;left:3.75rem;display:block; }#qD2Ok4EInqkPeL2VabC01nKtWLTprUJT.adaptive-delivery-prevent-bg, #qD2Ok4EInqkPeL2VabC01nKtWLTprUJT.lazyload, #qD2Ok4EInqkPeL2VabC01nKtWLTprUJT.lazyloading { background-image: none; }
#fqyL7DJwzdJBOt4A6MdyXawhEiNMnd9z { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:35.3125rem;left:15.5625rem;height:17.94801875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hyiXGfZIztH2SmbdLSUNwvWMwVOm8qQs { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:33.1875rem;left:15.5625rem;height:1.75rem;font-style:normal;display:block; }
#hO8fugcXlswqEqJSasGKGqtaUK8UgIdh { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8a2ad171-87d2-479c-83e1-7909b81ffcbb/AlfredoSoares.jpeg");background-position:top 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:8.75rem;left:40.3125rem;display:block; }#hO8fugcXlswqEqJSasGKGqtaUK8UgIdh.adaptive-delivery-prevent-bg, #hO8fugcXlswqEqJSasGKGqtaUK8UgIdh.lazyload, #hO8fugcXlswqEqJSasGKGqtaUK8UgIdh.lazyloading { background-image: none; }
#u1TnGxovoEtqUKe5abVc0ZDShQxECapE { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.375rem;left:52.125rem;height:15.1867625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nie7RLQDvevF4Jl0PxCLC42upW5VR34c { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:9.25rem;left:52.125rem;height:1.75rem;font-style:normal;display:block; }
#JB1hz1e9nIzSQ9CJkIBA90oQmMJptoCQ { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d0888f92-dbb9-47f6-b40e-62dadfcae843/CpiadeCP_finais_3.jpg");background-position:top 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:32.6875rem;left:40.3125rem;display:block; }#JB1hz1e9nIzSQ9CJkIBA90oQmMJptoCQ.adaptive-delivery-prevent-bg, #JB1hz1e9nIzSQ9CJkIBA90oQmMJptoCQ.lazyload, #JB1hz1e9nIzSQ9CJkIBA90oQmMJptoCQ.lazyloading { background-image: none; }
#EJ3SyWz1naFDOS6lVp2zNT27UaZ4XLDE { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:35.3125rem;left:52.125rem;height:17.9480125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mOwy6V7mOb8NQTUf5eR7uFPLa4yW2MZy { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:33.1875rem;left:52.125rem;height:1.75rem;font-style:normal;display:block; }
#dqnc8KyclF7ARQtWLPWeVOF4obVVZx4F { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/68a4fe56-05e0-494c-b92c-d6c70c6c4943/Alan.jpeg");background-position:top 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:58.0625rem;left:3.75rem;display:block; }#dqnc8KyclF7ARQtWLPWeVOF4obVVZx4F.adaptive-delivery-prevent-bg, #dqnc8KyclF7ARQtWLPWeVOF4obVVZx4F.lazyload, #dqnc8KyclF7ARQtWLPWeVOF4obVVZx4F.lazyloading { background-image: none; }
#b3tn4l6xa0BqxaBnzA7THJZlr4e3PVsW { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:60.6875rem;left:15.5625rem;height:16.5673875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EnepDAqTtcUrRquGJdPMzIfNF7WPsruh { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:58.5625rem;left:15.5625rem;height:1.74926875rem;font-style:normal;display:block; }
#V8pgb1O2ySXn9sLoLf84UHmc3srJHDJo { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b8cda80e-2fd9-4913-b2d3-d6243dd68592/Baran2.jpeg");background-position:top 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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0.9375rem 1.125rem rgba(0,0,0,0.1) ;height:10.8125rem;width:10.8125rem;top:58.0625rem;left:40.3125rem;display:block; }#V8pgb1O2ySXn9sLoLf84UHmc3srJHDJo.adaptive-delivery-prevent-bg, #V8pgb1O2ySXn9sLoLf84UHmc3srJHDJo.lazyload, #V8pgb1O2ySXn9sLoLf84UHmc3srJHDJo.lazyloading { background-image: none; }
#II1pmTx2THET49Gdl3f8GKNHVoyiv43b { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:60.6875rem;left:52.125rem;height:19.3286375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zZ6s1ehkwMPz8LHlFQNP2Fc4deUg72yN { color:#ffffff;display:block;width:17.1230625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:58.5625rem;left:52.125rem;height:1.74926875rem;font-style:normal;display:block; }
#THdUTpNp39K0417QO1aMX82GGcQQzPk2 { 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:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#THdUTpNp39K0417QO1aMX82GGcQQzPk2 > .row .container { border-width: 0; border-radius: 0; }#THdUTpNp39K0417QO1aMX82GGcQQzPk2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THdUTpNp39K0417QO1aMX82GGcQQzPk2 > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:75rem;position:relative;display:none; }#ui4isMW6bNwwGfNRNSPwV4zAh8dTZXcX { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.21875rem;left:15.6875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NVGWZCJ1LXWoR9CciKxCD85g9DDhVPqw { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:12.75rem;left:22.8125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xyo7slEmEr8llfk05IMTemyAS9pwax0s { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:15.125rem;left:19.5rem;height:13.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iw2AyKdEWSE3eS2CkD4hCHtNmTfOFKRE { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dc242c, #580005);background-image: -moz-linear-gradient(180deg, #dc242c, #580005);background-image: -ms-linear-gradient(180deg, #dc242c, #580005);background-image: -o-linear-gradient(180deg, #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(180deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.25rem;width:17.6875rem;top:11rem;left:18.25rem;display:block; }
#OydeRl6vGhv7KkgM9fFxmLo3ommGhXls { 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:3.0625rem;width:0.25rem;top:3.71875rem;left:55.215909004211rem;display:block; }
#hSfBu7S9WTbsrL6ZGvOBAzRvTXh2fdzf { position:absolute;display:block;z-index:15036;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.25rem;width:14.125rem;top:11rem;left:4.8125rem;overflow:hidden;display:block; }
#eKgSwmmhH2p1MqIkhd7KNpXBcyRHiGJw { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dc242c, #580005);background-image: -moz-linear-gradient(180deg, #dc242c, #580005);background-image: -ms-linear-gradient(180deg, #dc242c, #580005);background-image: -o-linear-gradient(180deg, #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(180deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.25rem;width:17.6875rem;top:11rem;left:52.5rem;display:block; }
#Gh7bmB1TMdRgrW7nC0mbB0WuTMk8ealG { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:15.1875rem;left:53.6875rem;height:13.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bBpg9i6tDSlB2OiThTlcXeJTBRQoGsy7 { position:absolute;display:block;z-index:15039;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.25rem;width:14.125rem;top:11rem;left:39rem;overflow:hidden;display:block; }
#niKAr58NdMdU3IgtvaZu7tTaRAOQSGPD { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dc242c, #580005);background-image: -moz-linear-gradient(180deg, #dc242c, #580005);background-image: -ms-linear-gradient(180deg, #dc242c, #580005);background-image: -o-linear-gradient(180deg, #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(180deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.25rem;width:17.6875rem;top:31.125rem;left:52.5rem;display:block; }
#BMb9t93PR3MHRuDtuWdQciXl3soJbUBO { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:35.3125rem;left:53.6875rem;height:13.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZNExB1Pb3dmKC6nTTNRl8KTXWJDu7Tfw { position:absolute;display:block;z-index:15045;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.25rem;width:14.125rem;top:31.125rem;left:39rem;overflow:hidden;display:block; }
#O39xTloUOr84uFHhGHy3aCaDX0kuHtfz { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dc242c, #580005);background-image: -moz-linear-gradient(180deg, #dc242c, #580005);background-image: -ms-linear-gradient(180deg, #dc242c, #580005);background-image: -o-linear-gradient(180deg, #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(180deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.25rem;width:17.6875rem;top:31.0625rem;left:18.25rem;display:block; }
#cw5vUDq3kBlabRV5sB07ekiLsRiRn0GU { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:35.0625rem;left:19.3125rem;height:13.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ACDmLVBpTZbJETOfcTKVFFRlAkSQDq3c { position:absolute;display:block;z-index:15042;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.25rem;width:14.125rem;top:31.0625rem;left:4.8125rem;overflow:hidden;display:block; }
#U7arlHpN4Zd0ArLkt68RsLBWsDiuucRA { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:12.75rem;left:56.9375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PV52k86Fa2Ago9gp1Bm0DX7NCuiCEOip { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:33.0625rem;left:22.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#shdwyFdRBbAMM8BNQIX9DxSic6sv4XPo { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:33.0625rem;left:56.875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EqQKXGIFAgIQ0GTh1D6y0fIUIGD00glw { 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:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EqQKXGIFAgIQ0GTh1D6y0fIUIGD00glw > .row .container { border-width: 0; border-radius: 0; }#EqQKXGIFAgIQ0GTh1D6y0fIUIGD00glw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EqQKXGIFAgIQ0GTh1D6y0fIUIGD00glw > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:75rem;position:relative;display:none; }#wb8uuoPebD5flidrgEP6zlTKUAFfTyaJ { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.21875rem;left:15.6875rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mPONJP8ia9fdBKqvxw3dv8GPTLNIyQ9r { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:12.75rem;left:22.8125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CT0a3WcWyV5qT1fMytEBnVy8ffDNsy4R { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:15.125rem;left:19.5rem;height:13.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dZKKPWG6psb27NQd9wSU5oQKb7T6DB3o { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dc242c, #580005);background-image: -moz-linear-gradient(180deg, #dc242c, #580005);background-image: -ms-linear-gradient(180deg, #dc242c, #580005);background-image: -o-linear-gradient(180deg, #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(180deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.25rem;width:17.6875rem;top:11rem;left:18.25rem;display:block; }
#wdoq0TOb3Acndohbsm7J5AsN8PM9v5iQ { 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:3.0625rem;width:0.25rem;top:3.71875rem;left:55.215909004211rem;display:block; }
#fQAbuBIAoGCk3kQg9lNFEcQvyFKBJwqd { position:absolute;display:block;z-index:15036;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.25rem;width:14.125rem;top:11rem;left:4.8125rem;overflow:hidden;display:block; }
#XnN5knyApyWFSiGf6DgUW31ommQKGCk9 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dc242c, #580005);background-image: -moz-linear-gradient(180deg, #dc242c, #580005);background-image: -ms-linear-gradient(180deg, #dc242c, #580005);background-image: -o-linear-gradient(180deg, #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(180deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.25rem;width:17.6875rem;top:11rem;left:52.5rem;display:block; }
#n1fTolgdCsI9ZJPVDn2xi4ybE5kqqecR { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:15.1875rem;left:53.6875rem;height:13.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K1t6UouXv5IxrdRBpTpQ5qevVKeN7u66 { position:absolute;display:block;z-index:15039;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.25rem;width:14.125rem;top:11rem;left:39rem;overflow:hidden;display:block; }
#HsTngnxFPrr5TIZZoomI5zSMl4kEE2Ow { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dc242c, #580005);background-image: -moz-linear-gradient(180deg, #dc242c, #580005);background-image: -ms-linear-gradient(180deg, #dc242c, #580005);background-image: -o-linear-gradient(180deg, #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(180deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.25rem;width:17.6875rem;top:31.125rem;left:52.5rem;display:block; }
#tgCZy8uPfOGH4KD5TMHR1ueAwtH2vqZ9 { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:35.3125rem;left:53.6875rem;height:13.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#myRATWekRuy6FmvgUICTFAgoCxncb7N0 { position:absolute;display:block;z-index:15045;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.25rem;width:14.125rem;top:31.125rem;left:39rem;overflow:hidden;display:block; }
#Ey8IZCpfNtOxNtNLuFQrHDozkq7CFioD { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dc242c, #580005);background-image: -moz-linear-gradient(180deg, #dc242c, #580005);background-image: -ms-linear-gradient(180deg, #dc242c, #580005);background-image: -o-linear-gradient(180deg, #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(180deg, #dc242c, #580005);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.25rem;width:17.6875rem;top:31.0625rem;left:18.25rem;display:block; }
#TnyahKdakObAt6b34AA2MURmtByX1CZ7 { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:35.0625rem;left:19.3125rem;height:13.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G0QSNNumOK0eXL9ofhpRQC2XDVDdVAoi { position:absolute;display:block;z-index:15042;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.25rem;width:14.125rem;top:31.0625rem;left:4.8125rem;overflow:hidden;display:block; }
#TH1VMNnM55wFciIaqFDX6vTCXunRtxQx { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:12.75rem;left:56.9375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQMR1mopvmaiODhDaWf5QckamrvbTorI { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:33.0625rem;left:22.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Or3UUctWMNNA4lmzHSHnOKZkZGWmTA67 { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:33.0625rem;left:56.875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#da3366897f1b5324b5db3080d4e5c54a.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020202;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; } #da3366897f1b5324b5db3080d4e5c54a.widget-smartsection *:focus-visible, #da3366897f1b5324b5db3080d4e5c54a.widget-smartsection input[type="text"]:focus-visible, #da3366897f1b5324b5db3080d4e5c54a.widget-smartsection input[type="email"]:focus-visible, #da3366897f1b5324b5db3080d4e5c54a.widget-smartsection input[type="tel"]:focus-visible, #da3366897f1b5324b5db3080d4e5c54a.widget-smartsection textarea:focus-visible { outline: none; } #sI4HtEQ02TZEwCEJpu15a9Vb8e91hZTq > .row .container { background-color: transparent; background-image: none; }#sI4HtEQ02TZEwCEJpu15a9Vb8e91hZTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI4HtEQ02TZEwCEJpu15a9Vb8e91hZTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI4HtEQ02TZEwCEJpu15a9Vb8e91hZTq > .row .container > .video-iframe-container { display: none; }#sI4HtEQ02TZEwCEJpu15a9Vb8e91hZTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sI4HtEQ02TZEwCEJpu15a9Vb8e91hZTq > .row > .video-iframe-container { display: none; }#sI4HtEQ02TZEwCEJpu15a9Vb8e91hZTq > .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); }#sI4HtEQ02TZEwCEJpu15a9Vb8e91hZTq > .row .container { border-width: 0; border-radius: 0; }#sI4HtEQ02TZEwCEJpu15a9Vb8e91hZTq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sI4HtEQ02TZEwCEJpu15a9Vb8e91hZTq > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#IzNMdy2Vn1bRCz4E3ZcRkpBFJvWGE42S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151419;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; }#IzNMdy2Vn1bRCz4E3ZcRkpBFJvWGE42S > .row .container { background-color: transparent; background-image: none; }#IzNMdy2Vn1bRCz4E3ZcRkpBFJvWGE42S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzNMdy2Vn1bRCz4E3ZcRkpBFJvWGE42S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzNMdy2Vn1bRCz4E3ZcRkpBFJvWGE42S > .row .container > .video-iframe-container { display: none; }#IzNMdy2Vn1bRCz4E3ZcRkpBFJvWGE42S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IzNMdy2Vn1bRCz4E3ZcRkpBFJvWGE42S > .row > .video-iframe-container { display: none; }#IzNMdy2Vn1bRCz4E3ZcRkpBFJvWGE42S > .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); }#IzNMdy2Vn1bRCz4E3ZcRkpBFJvWGE42S > .row .container { border-width: 0; border-radius: 0; }#IzNMdy2Vn1bRCz4E3ZcRkpBFJvWGE42S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IzNMdy2Vn1bRCz4E3ZcRkpBFJvWGE42S > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:block; }#cGwDNX1zg39gnRbv353FS4CKW9Gyepii { color:#ffffff;display:block;width:40.125rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.5625002384187rem;left:17.437500953674rem;height:6.171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UQGJ0Tk4vqWVXNMrocayPAA7GSzsxK1B { 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:27.5625rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.2490234375rem;left:23.6875rem;display:none; }
#o1ivK5IDu5pAOTrD7V4yZiFvMxKBGioe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RJDIRfMaqUMbwXGVuP5RIPufR2oDquWh { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #24232a);background-image: -moz-linear-gradient(180deg, #151419, #24232a);background-image: -ms-linear-gradient(180deg, #151419, #24232a);background-image: -o-linear-gradient(180deg, #151419, #24232a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#24232a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#24232a' );";background-image: linear-gradient(180deg, #151419, #24232a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:19.5rem;width:19.75rem;top:16.4375rem;left:3.6875rem;display:block; }
#r04UnNsnODThtVufphmOi32xZXW5T5xx { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"russo one";font-size:2.0625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:23.875rem;left:7.25rem;height:2.2692875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MBZV8ZWvybNUSietBzaiTK3EJkbmq2wU { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:26.6875rem;left:53.375rem;height:7.71484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N9FQ27vsHgkT5qbZUD4MD7vHMiviDXAD { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #24232a);background-image: -moz-linear-gradient(180deg, #151419, #24232a);background-image: -ms-linear-gradient(180deg, #151419, #24232a);background-image: -o-linear-gradient(180deg, #151419, #24232a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#24232a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#24232a' );";background-image: linear-gradient(180deg, #151419, #24232a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:19.5rem;width:19.75rem;top:16.4375rem;left:51.5rem;display:block; }
#woxQ6qd9Ta9yQHumfMtKDDvt1zZsquFN { color:#ffffff;display:block;width:13.49975rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:27.498779296875rem;left:6.810302734375rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pdTue2nMhIHsnSn6BfcukScU9GEHuCNG { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"russo one";font-size:2.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:23.875rem;left:54.625rem;height:2.2692875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l0mePTFk2UTozW6K0DaHsyHU9xnI3e4p { 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:4.6875rem;width:4.6875rem;top:18.3125rem;left:11.1875rem;overflow:hidden;display:block; }
#UPU2GRpD3Dr5QDxZxZX5le6KfA4KFIRT { 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:4.6875rem;width:4.6875rem;top:18.3125rem;left:59.125rem;overflow:hidden;display:block; }
#DHXiPNRIg2qqXXK8AyLA2QrMG7lHTT48 { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.6619317531586rem;left:27.781250953674rem;height:3.736575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mT3UOPMgegupqkJ3l7JLKDT178dpQN22 { position:absolute;display:block;z-index:15013;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.4992897510529rem;left:48.125000953674rem;display:block; }
#oCKfq6etrV64gSVB3PMnm3wn4HwHb5sa { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #151419, #24232a);background-image: -moz-linear-gradient(180deg, #151419, #24232a);background-image: -ms-linear-gradient(180deg, #151419, #24232a);background-image: -o-linear-gradient(180deg, #151419, #24232a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#24232a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#151419', endColorstr='#24232a' );";background-image: linear-gradient(180deg, #151419, #24232a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:19.5rem;width:19.75rem;top:16.4375rem;left:27.5rem;display:block; }
#o1dEEyze2WUrU2pifU3zk88u77pFHnVo { 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:4.6875rem;width:4.6875rem;top:18.3125rem;left:35.0625rem;overflow:hidden;display:block; }
#p3VLbTzNEKAtlaCs1TGBH0cbaFfVG7dz { color:#ffffff;display:block;width:12.625rem;position:absolute;font-family:"russo one";font-size:2.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:23.875rem;left:31.0625rem;height:2.2692875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r8ZEVWzFBaqLEK9d7qJhMqPFdF1sDLUq { color:#ffffff;display:block;width:15.99975rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:27.498779296875rem;left:29.498291015625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a4N7DkS8FpusSy7FsCM6QTb8XiEhSupc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #151419, #000000);background-image: -moz-linear-gradient(360deg, #151419, #000000);background-image: -ms-linear-gradient(360deg, #151419, #000000);background-image: -o-linear-gradient(360deg, #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(360deg, #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;display:block; }#a4N7DkS8FpusSy7FsCM6QTb8XiEhSupc > .row .container { background-color: transparent; background-image: none; }#a4N7DkS8FpusSy7FsCM6QTb8XiEhSupc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4N7DkS8FpusSy7FsCM6QTb8XiEhSupc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4N7DkS8FpusSy7FsCM6QTb8XiEhSupc > .row .container > .video-iframe-container { display: none; }#a4N7DkS8FpusSy7FsCM6QTb8XiEhSupc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4N7DkS8FpusSy7FsCM6QTb8XiEhSupc > .row > .video-iframe-container { display: none; }#a4N7DkS8FpusSy7FsCM6QTb8XiEhSupc > .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); }#a4N7DkS8FpusSy7FsCM6QTb8XiEhSupc > .row .container { border-width: 0; border-radius: 0; }#a4N7DkS8FpusSy7FsCM6QTb8XiEhSupc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4N7DkS8FpusSy7FsCM6QTb8XiEhSupc > .row .container { font-size:0.875rem;font-family:arial;height:101.875rem;width:75rem;position:relative;display:block; }#BVGuKHM2e7CcMPlGv6glbBpl38OWt7Eu { position:absolute;display:block;z-index:14996;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:17.875rem;width:31.875rem;top:12.375rem;left:18.375rem;overflow:hidden;display:block; }
#yvbqJD23h9IZI27awV0fgXVA78FpaVBN { position:absolute;display:block;z-index:15018;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:16.0625rem;width:16.8125rem;top:26.375rem;left:38.75rem;overflow:hidden;display:block; }
#wUdoKpDycw4UH39iDVNRr1refD0LyeQS { position:absolute;display:block;z-index:15003;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:18.1875rem;width:16.3125rem;top:37.1875rem;left:4.5rem;overflow:hidden;display:block; }
#p0TMQzm75cCCizaDSFTGGxMom1JViTXc { position:absolute;display:block;z-index:15047;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:14.812rem;width:17.749rem;top:43.372802734375rem;left:50rem;overflow:hidden;display:block; }
#uNiIy3kWT2bS6k6aRkCVoksTf5SMR8P8 { position:absolute;display:block;z-index:15027;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:19.9375rem;width:15.375rem;top:25.25rem;left:55.0625rem;overflow:hidden;display:block; }
#ZLkZ8sm7CrPt9flp6pa2dANkUDUa02Ry { position:absolute;display:block;z-index:15008;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:21.5rem;width:14.6875rem;top:11.25rem;left:4.5rem;overflow:hidden;display:block; }
#zih1fbBkMInwhQprPh5XmgPGAw0DpkU8 { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.5625rem;left:17.6875rem;height:3.736575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zgOEpD6XmkCDAEebLb0nhXwoJqozuidH { position:absolute;display:block;z-index:15015;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:4.3997383117676rem;left:52.895832061767rem;display:block; }
#DnDTVTWGLIJ3UrcGid5TCXyqcXkdgkgv { position:absolute;display:block;z-index:15046;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:12.249rem;width:27.9375rem;top:44.4375rem;left:19.6875rem;overflow:hidden;display:block; }
#t4ikUVdq2IB4zOUKvvClLeb46OH5rDZm { position:absolute;display:block;z-index:15052;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:13.25rem;width:20.3125rem;top:68.875rem;left:9.3125rem;overflow:hidden;display:block; }
#twRF2XQTdu05JHSCFLW9v4EmmblMKBRZ { position:absolute;display:block;z-index:15051;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:16.5rem;width:29.75rem;top:54.625rem;left:7rem;overflow:hidden;display:block; }
#tTqvyAJ7bb9ZMQCEZ3vDqa3TGFVvEBLd { position:absolute;display:block;z-index:15002;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:12.375rem;width:22.5625rem;top:11.25rem;left:46.625rem;overflow:hidden;display:block; }
#fldgx4NX2QbntfsoMZGef7UkoqOdspax { position:absolute;display:block;z-index:15055;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:20.375rem;width:13.5rem;top:72.125rem;left:56.5625rem;overflow:hidden;display:block; }
#ICH34JzBPqsXuqDnoQrPffVAh3zTIFHt { position:absolute;display:block;z-index:15054;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:13.875rem;width:16.934875rem;top:68.5625rem;left:33.375rem;overflow:hidden;display:block; }
#kg5NgG39b48ZinPbSqsqP2hH8i5bquqr { position:absolute;display:block;z-index:15048;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:16.875rem;width:11.933625rem;top:81.5625rem;left:46.125rem;overflow:hidden;display:block; }
#zanT9lTQCUDS9aFUg64s0pSikpmi7uLs { position:absolute;display:block;z-index:15035;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:13.625rem;width:36.6875rem;top:84.373779296875rem;left:6.99951171875rem;overflow:hidden;display:block; }
#VDVf0D5nN0ZGMHcEk72GnzZOQVBFzbVw { position:absolute;display:block;z-index:15036;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:11.5625rem;width:22.625rem;top:30.0625rem;left:14.4375rem;overflow:hidden;display:block; }
#wNe6SA5aPTL7KUyoAaGK7VOeSOTWhcOm { position:absolute;display:block;z-index:15053;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:14.125rem;width:34.1875rem;top:59.75rem;left:36.3125rem;overflow:hidden;display:block; }
#IezKxkfKbWL8pTUtusH4H2r76J93tL88 { 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; }#IezKxkfKbWL8pTUtusH4H2r76J93tL88 > .row .container { background-color: transparent; background-image: none; }#IezKxkfKbWL8pTUtusH4H2r76J93tL88::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IezKxkfKbWL8pTUtusH4H2r76J93tL88 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IezKxkfKbWL8pTUtusH4H2r76J93tL88 > .row .container > .video-iframe-container { display: none; }#IezKxkfKbWL8pTUtusH4H2r76J93tL88 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IezKxkfKbWL8pTUtusH4H2r76J93tL88 > .row > .video-iframe-container { display: none; }#IezKxkfKbWL8pTUtusH4H2r76J93tL88 > .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); }#IezKxkfKbWL8pTUtusH4H2r76J93tL88 > .row .container { border-width: 0; border-radius: 0; }#IezKxkfKbWL8pTUtusH4H2r76J93tL88 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IezKxkfKbWL8pTUtusH4H2r76J93tL88 > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:75rem;position:relative;display:block; }#CMEGLTIt4FHyTcl1KQ89WbhthyQ3XeT5 { position:absolute;display:block;z-index:15016;height:16.625rem;width:15.5rem;top:9.25rem;left:10.5rem;display:block; }
#uyB4UHoOaqQ6cQ7Sp1ZTiJV2JTTJCut8 { position:absolute;display:block;z-index:15017;height:16.625rem;width:15.5rem;top:9.25rem;left:29.8125rem;display:block; }
#FfK5ugrukcFEGdclW7PTvuLpv1M8MsTO { position:absolute;display:block;z-index:15018;height:16.625rem;width:15.5rem;top:9.25rem;left:49rem;display:block; }
#MmktoJiDDoeIuHGXvOIJypduEZyHdbqt { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.75rem;left:28.3125rem;height:3.73698125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p3g4dRQQT0b5J960xbT1D6cqUS8Oi0yV { position:absolute;display:block;z-index:15013;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:1.5625rem;left:46.3125rem;display:block; }
#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN { 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; }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .row .container { background-color: transparent; background-image: none; }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .row .container > .video-iframe-container { display: none; }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .row > .video-iframe-container { display: none; }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .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); }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .row .container { border-width: 0; border-radius: 0; }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .row .container { font-size:0.875rem;font-family:arial;height:48.3125rem;width:75rem;position:relative;display:block; }#TUzbXSPaz3xZKBrmyn89llS7zruU0P5L { position:absolute;display:block;z-index:15004;background-color:#580005;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.1875rem;width:19.125rem;top:10.625rem;left:27.9375rem;display:block; }
#oA7sREqiM70I3HChNsMF4hQTzWE04Fe3 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.125rem;left:31.25rem;height:3.2495125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o99CQluc9UcZlqidc0mdv4PWEW0ng0PA { color:#ffffff;display:block;width:11.5625rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.32666015625rem;left:31.71875rem;height:3.65600625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TOtTRJxZ8JBMpPIUTHCfu8XcpoDIRMz5 { color:#ffffff;display:block;width:15rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:28.697509765625rem;left:30rem;height:4.79735625rem;text-align:center;text-align-last:center;display:block; }
#Bs0t980DkKltmEyGRUga9sGSkHsgTUc7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:29.87451171875rem;left:31.25rem;height:1.59911875rem;text-align:center;text-align-last:center;display:block; }
#ZnwiR3C9TqLOOFEZX4DPzZ3GZeblGMxv { color:#0c0101;display:block;width:14.43725rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.125rem;left:5.279541015625rem;height:3.2495125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ml1QvrtRhKBFPcZsa3ECb9IM64S8SvQq { color:#000000;display:block;width:9.56175rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.40478515625rem;left:6.7802734375rem;height:3.65600625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SIHJeKtPQ9Z3TFTdBL6LTn4bNQZflQaw { color:#580005;display:block;width:7.1228125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:17.503662109375rem;left:10.606689453125rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s51LzQeI6fzw17vZ0FTK84i6dq9l8nLb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.6;letter-spacing:0;top:30.2978515625rem;left:6.25rem;height:3.1982375rem;text-align:center;text-align-last:center;display:block; }
#iA4i51yaaW9k3yPz1FLWZsmZ9DtJNm0x { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:33.1875rem;width:19.125rem;top:10.625rem;left:2.5rem;display:block; }
#ki81dCTuyBD5MBhhUNL2ilbUaJbuxP71 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:33.1875rem;width:19.125rem;top:10.625rem;left:53.375rem;display:block; }
#FuUtGdv7moQymSnHBp5LyAUsV4eNT43B { color:#070500;display:block;width:15.7495rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:11.99951171875rem;left:54.625244140625rem;height:5.49805rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yo66uT88Ku05wAEiMdUHS5TWQkfZhV2F { color:#000000;display:block;width:16.6858125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:24.85595703125rem;left:54.59228515625rem;height:9.5947125rem;text-align:center;text-align-last:center;display:block; }
#xu7WhJFEdKlEv0cXwSP7Inc5ck7VoZSD { background-color:#580005;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:36.6875rem;left:5.1875rem;display:block; }
#pBbcUf9JQMDJZng95uvI732lzGbZe68k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7A2LrTDn3HIvioJkU4ZN0pXRZ5Sbnya { background-color:#ffffff;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#580005;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.6875rem;left:30.625rem;display:block; }
#vzCJU7DVkTwBGuwPBkd7ywFnBwf3BiJG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t4TpHfRUlXxsgAtO8XyyaS6i6ebUHukL { background-color:#580005;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;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:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:36.6875rem;left:56.0625rem;display:block; }
#Z5UVr5P365RbU42HbRyM7CWGVeyhUDoO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XGne6NtBRcEu0lAemy8OwBgH9Z5I3NvB { color:#234446;display:block;width:25rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:3.65600625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BkaL0zl2iTt02itwUUK5NaX0map5Mkub { position:absolute;display:block;z-index:15014;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.374755625rem;top:3.6083984375rem;left:25rem;display:block; }
#kOTyOXUDWFT0c8M1g6Fv9nS62pdm7307 { color:#f3f3f3;display:block;width:7.1228125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:17.503662109375rem;left:35.4541015625rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zxWqb6JHEu8Qp2xoS4yPKel4sOo4GJRN { color:#000000;display:block;width:7.1228125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:18.89013671875rem;left:60.435791015625rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZqaXONVeOwt3keqFKvKbvpm4LvBQ6Ub5 { color:#f3f3f3;display:block;width:7.1228125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:46.37939453125rem;left:28.408203125rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sBxhwe5n1GmkPVE0TFgZ5UmxH4otGLs1 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#sBxhwe5n1GmkPVE0TFgZ5UmxH4otGLs1 > .row .container { background-color: transparent; background-image: none; }#sBxhwe5n1GmkPVE0TFgZ5UmxH4otGLs1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBxhwe5n1GmkPVE0TFgZ5UmxH4otGLs1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBxhwe5n1GmkPVE0TFgZ5UmxH4otGLs1 > .row .container > .video-iframe-container { display: none; }#sBxhwe5n1GmkPVE0TFgZ5UmxH4otGLs1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sBxhwe5n1GmkPVE0TFgZ5UmxH4otGLs1 > .row > .video-iframe-container { display: none; }#sBxhwe5n1GmkPVE0TFgZ5UmxH4otGLs1 > .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); }#sBxhwe5n1GmkPVE0TFgZ5UmxH4otGLs1 > .row .container { border-width: 0; border-radius: 0; }#sBxhwe5n1GmkPVE0TFgZ5UmxH4otGLs1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sBxhwe5n1GmkPVE0TFgZ5UmxH4otGLs1 > .row .container { font-size:0.875rem;font-family:"open sans";height:6.1875rem;width:75rem;position:relative;display:block; }#DAPg7tHAK8rtzwiE7my59CdJUn2SbFOT { background-color:#580005;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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;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:"open sans";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.25rem;height:2.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.84326171875rem;left:57.686767578125rem;display:block; }
#JHXRyLITJxkU7eHtUxkHVJVToqm2VrLa { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#J2TZZ0A4J3rX5qeJmgmA8wEGaDqer1Jz { display:block;width:20rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5244140625rem;left:35.185546875rem;height:1.13769375rem;color:#000000;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gwRtOnh8mW5klCu2rpNagIh4WlF8fuS4 { display:block;width:9.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:2.442626953125rem;left:4.423828125rem;height:1.298825rem;color:#000000;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu .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; }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#dc242c;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:arial;font-size:1.688125rem;font-weight:700;line-height:36.29px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;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:"open sans";font-size:0.6325rem;font-weight:700;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; }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu { 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:0.960693359375rem;left:14.033203125rem;z-index:15029; }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #BLOENQmZGOcDwBU7BfJA0XWgqf0LTQxz { display:flex;position:relative;top:0rem;left:0rem; }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #UrMsU8RChoZ3muGVPXxQFWcQs7oEO1BR { width:auto; }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #lrwEHTSuUK1yNpNd1g1p7XbE1Z7nLutw {  }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #cxfReKoaf00Q8SRUPBehTBS6kJhFvhrR { display:flex;position:relative;top:0rem;left:0rem; }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #Wt1UmpuLuppZznqLCCwlGTpiUHaq7dVF {  }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #vSKHT8K4Qphq4p1QIH5NJdR58S84JyFC {  }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #Dnkl6tqmUyqkbnDMAWzoep97AEdcr4SP { display:flex;position:relative;top:0rem;left:0rem; }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #xWMvdPdw2E4B0z9gkLmTACBf8b6ymNVT {  }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #zmwyLIKVuq9gTkqe9FwetSfdDx0sPInh {  }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #PCW9W0wc4RvBZIGaVAiwTQWKOT5fGbL9 { display:flex;position:relative;top:0rem;left:0rem; }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #D93C98ZauePSLVDfSNKVFL57XBvuCW7S {  }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #KW5wTgV8vJHpDDeL7TbEIKNOO8octds1 {  }
#y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl { 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; }#y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl.adaptive-delivery-prevent-bg, #y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl.lazyload, #y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl.lazyloading { background-image: none; }#y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl > .row .container { background-color: transparent; background-image: none; }#y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl > .row .container > .video-iframe-container { display: none; }#y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl > .row > .video-iframe-container { display: none; }#y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl > .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); }#y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl > .row .container { border-width: 0; border-radius: 0; }#y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#ar81WEQhoRTsqUE4rN9Wc7oyiwmTe7S0 { color:#ffffff;display:block;width:20.375rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:3.5rem;left:8.375rem;height:6.8994375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TAkhylL7IDDzEO7yJvR0dcHFl8lb1eOR { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:11.558946609497rem;left:8.375rem;height:26.2305rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PygcVTyW0svh6QAP2e9cadPCE02Tmm6K { 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; }
#xRvoM2OiyzxuCJRk0tnCQbBd8SpMA3NO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VRGl7Cy78D5sl7wqwTNtMuDTb9y9S8FE { position:absolute;display:block;z-index:15015;height:20.1875rem;width:27.125rem;top:9.5rem;left:39.625rem;display:block; }
#Dmw57ZPmFhLeOQyiCtIKfudNLMMtR31Q { position:absolute;display:block;z-index:15010;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:5.375rem;width:0.375rem;top:5.0859375rem;left:29.875rem;display:block; }
#iWWLukTX3gJaW2ZPXxawRvTFTDSERIOU { 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; }#iWWLukTX3gJaW2ZPXxawRvTFTDSERIOU > .row .container { background-color: transparent; background-image: none; }#iWWLukTX3gJaW2ZPXxawRvTFTDSERIOU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWWLukTX3gJaW2ZPXxawRvTFTDSERIOU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWWLukTX3gJaW2ZPXxawRvTFTDSERIOU > .row .container > .video-iframe-container { display: none; }#iWWLukTX3gJaW2ZPXxawRvTFTDSERIOU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iWWLukTX3gJaW2ZPXxawRvTFTDSERIOU > .row > .video-iframe-container { display: none; }#iWWLukTX3gJaW2ZPXxawRvTFTDSERIOU > .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); }#iWWLukTX3gJaW2ZPXxawRvTFTDSERIOU > .row .container { border-width: 0; border-radius: 0; }#iWWLukTX3gJaW2ZPXxawRvTFTDSERIOU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iWWLukTX3gJaW2ZPXxawRvTFTDSERIOU > .row .container { font-size:0.875rem;font-family:arial;height:106.25rem;width:75rem;position:relative;display:block; }#OnmeRVzbCwyPKQZq1DRIahfZM47iwAhB { position:absolute;display:block;z-index:15058;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:15.6875rem;width:12.125rem;top:45.3125rem;left:10.0625rem;overflow:hidden;display:block; }
#KPkyCa11OmloEeLJGkBSqVmttITbGHyr { position:absolute;display:block;z-index:15003;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:13.375rem;width:21rem;top:64.75rem;left:27.75rem;overflow:hidden;display:block; }
#A619mAxzRf402sSCwTrJMIRF6QHPWHeq { position:absolute;display:block;z-index:15060;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:11.125rem;width:12.0625rem;top:77.4375rem;left:26.6875rem;overflow:hidden;display:block; }
#RO2glFWZXcClZdWMzLpCuA8DMFH305IO { position:absolute;display:block;z-index:15059;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:9.9375rem;width:21.3125rem;top:80.375rem;left:40.75rem;overflow:hidden;display:block; }
#HqVGGXey3x9V4firReuGvQi2Ihr39R3g { position:absolute;display:block;z-index:15018;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:12.0625rem;width:13.125rem;top:32.25rem;left:56.75rem;overflow:hidden;display:block; }
#yXDGlIO2ObfrN1CNdTdG2yv2myEMTAnG { position:absolute;display:block;z-index:15043;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:12.6865rem;width:36.8105625rem;top:27.0625rem;left:22.375rem;overflow:hidden;display:block; }
#id7XJwnBnwb9sgTzncGClTTy9io2yKSw { position:absolute;display:block;z-index:15047;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:14.1875rem;width:21.5rem;top:15.125rem;left:50.5rem;overflow:hidden;display:block; }
#LgamcwyeGnXGgbpWp1TTkD0s78dFmxQo { position:absolute;display:block;z-index:15048;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:23.75rem;top:41.6875rem;left:25.375rem;overflow:hidden;display:block; }
#ItzESPudK2qGmzozC66T3TK3IVtz4Ht2 { position:absolute;display:block;z-index:15037;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:13.8125rem;width:20.875rem;top:33.8125rem;left:3.625rem;overflow:hidden;display:block; }
#Pvnfnx4qPURsXk2uaOvTLgk61gRhcTMa { position:absolute;display:block;z-index:15044;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:16.125rem;width:17.5625rem;top:14.125rem;left:6.1875rem;overflow:hidden;display:block; }
#cXkDGotysOThfcZlzcr4Fd2eJbfZgrJD { position:absolute;display:block;z-index:15049;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:10.8125rem;width:21.625rem;top:54.875rem;left:28.8125rem;overflow:hidden;display:block; }
#z6fI8t9pDr02GSPBWViQ2kfrTn5Oxa0T { position:absolute;display:block;z-index:15029;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:13.875rem;width:26.875rem;top:11.4375rem;left:23.875rem;overflow:hidden;display:block; }
#mZCppnXo55AcA2IXuiZxJChH7gxJgeEo { position:absolute;display:block;z-index:15017;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:12.125rem;width:19.75rem;top:43.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#Qi7l0mFZTmOc90deM1fr0ceBSbVE5JiP { position:absolute;display:block;z-index:15021;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:5.875rem;width:0.375rem;top:2.375rem;left:64.9375rem;display:block; }
#Uh42bA6952gOK46wI6QqNKCGPRP8rEWy { color:#ffffff;display:block;width:55.125rem;position:absolute;font-family:"russo one";font-size:2.75rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:2.9375rem;left:9.875rem;height:6.0498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OHSWu72mBrQ6SBQNKLlVtcVc99dTbE7t { background-color:transparent;background-image: -webkit-linear-gradient(185deg, #ba1717, #320d0d);background-image: -moz-linear-gradient(185deg, #ba1717, #320d0d);background-image: -ms-linear-gradient(185deg, #ba1717, #320d0d);background-image: -o-linear-gradient(185deg, #ba1717, #320d0d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba1717', endColorstr='#320d0d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba1717', endColorstr='#320d0d' );";background-image: linear-gradient(185deg, #ba1717, #320d0d);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:29.9365rem;height:4.56176875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:98.18603515625rem;left:22.530517578125rem;display:block; }
#fhQNfE8NiKNKq9a87zwaRADlCxED5Xbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gxmeo2XlnquNdnF7CX7sZGNTlEl6l4Gn { color:#ffffff;display:block;width:40.99975rem;position:absolute;font-family:"russo one";font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:93.935546875rem;left:18.216552734375rem;height:3.571775rem;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; }
#MkJUCXpAACqqRPDmT5P2G1qTWB0o46qz { position:absolute;display:block;z-index:15057;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:9.6875rem;width:22.8125rem;top:73.6875rem;left:5.0625rem;overflow:hidden;display:block; }
#eUUSHVf6TclnScKuu52gJ3z1FPhtGifG { position:absolute;display:block;z-index:15055;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:12.5rem;width:25.0625rem;top:59.125rem;left:1.75rem;overflow:hidden;display:block; }
#EWJOsy4dMvgrxsun6omco7qp9NGk9Spb { position:absolute;display:block;z-index:15056;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:10.375rem;width:23.4375rem;top:57.5rem;left:49.8125rem;overflow:hidden;display:block; }
#rWBJ8aZ06ysz1KsEaDr7gxNguHqTtPuO { position:absolute;display:block;z-index:15054;border-top:0.5rem solid #ffffff;border-left:0.5rem solid #ffffff;border-right:0.5rem solid #ffffff;border-bottom:0.5rem solid #ffffff;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:15.875rem;width:15.375rem;top:66.6875rem;left:49.8125rem;overflow:hidden;display:block; }
#G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #000000);background-image: -moz-linear-gradient(top, #000000, #000000);background-image: -ms-linear-gradient(top, #000000, #000000);background-image: -o-linear-gradient(top, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #000000, #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; } #G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection *:focus-visible, #G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection input[type="text"]:focus-visible, #G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection input[type="email"]:focus-visible, #G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection input[type="tel"]:focus-visible, #G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection textarea:focus-visible { outline: none; } #b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1 > .row .container { background-color: transparent; background-image: none; }#b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1 > .row .container > .video-iframe-container { display: none; }#b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1 > .row > .video-iframe-container { display: none; }#b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1 > .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); }#b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1 > .row .container { border-width: 0; border-radius: 0; }#b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1 > .row .container { font-size:0.875rem;font-family:arial;height:50.0625rem;width:75rem;position:relative;display:block; }#H7ip2wGZ5vHgTLqhaELVAomdTX9T5rgs { 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;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:8.375rem;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:3.62413125rem;width:3.62413125rem;top:3.0067281723023rem;left:25.936416625976rem;overflow:hidden;display:block; }
#Zm6oiWTKLBFg2egnKUJNA4aDbGqX5dDT { color:#ffffff;display:block;width:23.0620625rem;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.1221780776978rem;left:26.875rem;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.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:3.7239799499512rem;left:49.934894561767rem; }
#qVmlueMsvI8RPNN7JipeLbmsNRBNiCgR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#wMaP02psS2s2O9Mszv7T08gtnDyOm25u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b3c2b1aa-6f1d-4565-9a37-90ec02bababd/banner4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wMaP02psS2s2O9Mszv7T08gtnDyOm25u.adaptive-delivery-prevent-bg, #wMaP02psS2s2O9Mszv7T08gtnDyOm25u.lazyload, #wMaP02psS2s2O9Mszv7T08gtnDyOm25u.lazyloading { background-image: none; }#wMaP02psS2s2O9Mszv7T08gtnDyOm25u > .row .container { border-width: 0; border-radius: 0; }#wMaP02psS2s2O9Mszv7T08gtnDyOm25u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wMaP02psS2s2O9Mszv7T08gtnDyOm25u > .row .container { font-size:0.875rem;font-family:arial;height:67.8125rem;width:75rem;position:relative;display:none; }#X6iwt66gw4TmL3uKBJrhLn6SJiD38NEp { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"russo one";font-size:2.4375rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:2.5489587783814rem;left:0rem;height:5.36221875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oFLUbBOVhZiTJ7VOBiR1M2emRspdoZMn { position:absolute;display:block;z-index:15004;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:5.5625rem;left:25.75rem;display:block; }
#SdTZ7GBOKmaaDWA2UnldLHImBky8akAF { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:63.3125rem;left:3.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#imitCQkpEr8COUHX5fTrr0ycKBlqxcQK { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:54.125rem;left:14.6875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lKCHyf6e2WTGD6zf38i8OSiCzfe0M5wL { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:63.375rem;left:14.4375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PthG6TKrH0f78zpXng7Hp5bBBnL0aVqX { position:absolute;display:block;z-index:15033;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;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:6.25rem;width:6.25rem;top:56.625rem;left:6.1875rem;display:block; }
#uSCQuqLd2tRQ1iJe2etT9PpKVInWSbAQ { position:absolute;display:block;z-index:15038;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;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:6.25rem;width:6.25rem;top:56.375rem;left:16.4375rem;display:block; }
#NBM7rt2TlowCDGNfg4xVyNnAxm6TKtNt { position:absolute;display:block;z-index:15028;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;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:6.25rem;width:6.25rem;top:47.4375rem;left:16.1875rem;display:block; }
#R5H7TJA1FFuDB2IhahHhLrbS1Mun1imV { position:absolute;display:block;z-index:15034;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:5.5625rem;width:5.5625rem;top:57rem;left:6.5rem;overflow:hidden;display:block; }
#IzRZOQpxeDgFlKWItwkWHdl9TeAMZP1F { position:absolute;display:block;z-index:15039;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:5.5625rem;width:5.5625rem;top:56.6875rem;left:16.75rem;overflow:hidden;display:block; }
#pKGgZeoIB6eHPGJUl0kSSL6ztmFrzB7h { position:absolute;display:block;z-index:15029;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:5.5625rem;width:5.5625rem;top:47.8125rem;left:16.5625rem;overflow:hidden;display:block; }
#mr6bAqdboSe9q2tesmlINB8anWkEOqzJ { 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:27.5625rem;height:3.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:68.3125rem;left:9.9375rem;display:none; }
#WSEJSATTQt9MyXClKCZAIRBwP7Wi6mr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OW84CmEEfW4l0pr58yc6fdaGsKcX6JVN { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:63.5rem;left:51.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XOnIQaysKAcnZoF6LOvU19W1T1U716lD { position:absolute;display:block;z-index:15042;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;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:6.25rem;width:6.25rem;top:56.8125rem;left:53.25rem;display:block; }
#bWGA9XquJJZTsbzpG7eX3z735z5ecedT { position:absolute;display:block;z-index:15043;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:5.5625rem;width:5.5625rem;top:57.1875rem;left:53.5625rem;overflow:hidden;display:block; }
#GraTXJvp28978toSiZk5yWk8kaXkM93Q { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:26.375rem;left:24.9375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CFZWrvUuxOcnzzkgsJ3CFpL6SctmldMn { position:absolute;display:block;z-index:15037;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;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:6.25rem;width:6.25rem;top:19.6875rem;left:26.25rem;display:block; }
#MB1zom6WlaHMxzhTKUMHlTsmmDpN4ndW { position:absolute;display:block;z-index:15038;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:5.5625rem;width:5.5625rem;top:20.0625rem;left:26.625rem;overflow:hidden;display:block; }
#n1Jh7R4te0iPNqrEmyeI4gnckRoDBWIL { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:63.5rem;left:41.25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtTRVat8rdTcwihcw30kbTD2Z06bMPCI { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:54.125rem;left:61.625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PFfaqbzLuTxyG8obeGTyrUyTswmKrRrW { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:63.5625rem;left:61.25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cs2sxO7G0fXyaLyFFmAZgqIEHVhin6ph { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:44.4375rem;left:3.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UKSKluZ8keVLpN4CJdZv5gHQweMRHhMN { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:26.4375rem;left:61.25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BKvbJRibT2rHao3w8pFI0DFzD6Pdv41q { position:absolute;display:block;z-index:15051;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;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:6.25rem;width:6.25rem;top:56.8125rem;left:43.6875rem;display:block; }
#ARIGNp0k2XuCoikoubLeUpPvXsQQK3pD { position:absolute;display:block;z-index:15046;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;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:6.25rem;width:6.25rem;top:47.4375rem;left:63.0625rem;display:block; }
#KDQ2Gevx1a7z3pypbVmtHiB3pL5T9PW5 { position:absolute;display:block;z-index:15060;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;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:6.25rem;width:6.25rem;top:37.75rem;left:6.1875rem;display:block; }
#wheKNbagxd0fl45cP2TpgP7VoG8EXQQo { position:absolute;display:block;z-index:15055;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;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:6.25rem;width:6.25rem;top:19.75rem;left:62.5625rem;display:block; }
#xE6NzhN4LAb2KIoimpSCbySoRu9Bse83 { position:absolute;display:block;z-index:15056;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;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:6.25rem;width:6.25rem;top:56.5625rem;left:62.75rem;display:block; }
#Jl3umdFGl7FmVaWTcdH6kmqZ1Zt3QI9q { position:absolute;display:block;z-index:15052;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:5.5625rem;width:5.5625rem;top:57.1875rem;left:44rem;overflow:hidden;display:block; }
#xEQBPgENf2PZDKGMJ9x1q1TXtUxRf36s { position:absolute;display:block;z-index:15057;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:5.5625rem;width:5.5625rem;top:56.875rem;left:63.0625rem;overflow:hidden;display:block; }
#HJNp9rqlWO8dDuJ5x5nB4rle7ITboO6y { position:absolute;display:block;z-index:15047;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:5.5625rem;width:5.5625rem;top:47.875rem;left:63.4375rem;overflow:hidden;display:block; }
#FTZb7KMR2NUcPioymuakgy3OyXXz9wO5 { position:absolute;display:block;z-index:15061;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:5.5625rem;width:5.5625rem;top:38.125rem;left:6.5rem;overflow:hidden;display:block; }
#suATIO0eVM5lheNtqEN0HVROuyBULO3f { position:absolute;display:block;z-index:15056;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:5.5625rem;width:5.5625rem;top:20.125rem;left:62.9375rem;overflow:hidden;display:block; }
#z3tKBfxy5n2O1V2zOZgnvFrSzT3PF2F9 { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:44.625rem;left:61.5625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gnXqH9QAF0Ms9QFnCPxPL0qyQsHA0zeL { position:absolute;display:block;z-index:15065;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;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:6.25rem;width:6.25rem;top:37.875rem;left:62.9375rem;display:block; }
#v15Nwsvrh8Kd0aUid1hQCkqcpaqETa0H { position:absolute;display:block;z-index:15066;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:5.5625rem;width:5.5625rem;top:38.25rem;left:63.1875rem;overflow:hidden;display:block; }
#EsJr1UDBHyISbtf6swTxKJ1B4ZRA603n { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:54.1875rem;left:52.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aRUe1WNuM1pceSCTheXC71BKzBIdoAMW { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:35.4375rem;left:4.0625rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wVTleRslHB1qu1oDxwKw1ukZz8lq03Wz { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:54.1875rem;left:24.9375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uQ0127MgQw0hkEr4veaXTxLDq6Mg21Ub { position:absolute;display:block;z-index:15064;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;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:6.25rem;width:6.25rem;top:47.5rem;left:53.625rem;display:block; }
#tQ8zWq3clMrWtIzSrP2K20zD87Z4op4f { position:absolute;display:block;z-index:15078;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;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:6.25rem;width:6.25rem;top:28.75rem;left:6.5rem;display:block; }
#DeuIfJLCmC3ybU5UqQTSuNi0Z94rf3qr { position:absolute;display:block;z-index:15073;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;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:6.25rem;width:6.25rem;top:47.5rem;left:26.25rem;display:block; }
#uqvpN4HVoEUnMESQKOZc3iqFvVMAtPUk { position:absolute;display:block;z-index:15065;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:5.5625rem;width:5.5625rem;top:47.875rem;left:54rem;overflow:hidden;display:block; }
#iOGfUrnnaeG156TkCGz43sdGn7VOPhsm { position:absolute;display:block;z-index:15079;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:5.5625rem;width:5.5625rem;top:29.125rem;left:6.8125rem;overflow:hidden;display:block; }
#kbchurTtOXn51N2Qlg1PzVBbGTVLsBi9 { position:absolute;display:block;z-index:15074;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:5.5625rem;width:5.5625rem;top:47.875rem;left:26.625rem;overflow:hidden;display:block; }
#lhugGTC2Snvo3DNcaM24UD0x4ppcyV3Q { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:17.25rem;left:15.3125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SV59F586KrPnlQIuCDTVSp9hBNIJ87da { position:absolute;display:block;z-index:15040;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;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:6.25rem;width:6.25rem;top:10.5625rem;left:16.625rem;display:block; }
#qGR18nT5TEUTCkqIvvBPm1dSHqDEBywf { position:absolute;display:block;z-index:15041;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:5.5625rem;width:5.5625rem;top:10.9375rem;left:17rem;overflow:hidden;display:block; }
#ewzKLqKZz4DhG2b5FGlXT9dCE1frLsxN { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:26.3125rem;left:5.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JBRIuxm36pTFqIDJfTX6PWR3EZ7rz0cQ { position:absolute;display:block;z-index:15040;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;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:6.25rem;width:6.25rem;top:19.625rem;left:6.4375rem;display:block; }
#mUMCOUhUyZFvIhcowsst5SfkzwsUAQyS { position:absolute;display:block;z-index:15041;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:5.5625rem;width:5.5625rem;top:20rem;left:6.8125rem;overflow:hidden;display:block; }
#oi5Iktv61Pw2Tep23KqfFs0NsuCENdll { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:44.5rem;left:42.4375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPA1A74JB8L0h81x5k9Cgxo7DTMA0mfw { position:absolute;display:block;z-index:15043;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;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:6.25rem;width:6.25rem;top:37.8125rem;left:43.75rem;display:block; }
#Q4aHOPoddKyLmiMCNpmb0T3Wbm4mQWDi { position:absolute;display:block;z-index:15044;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:5.5625rem;width:5.5625rem;top:38.1875rem;left:44.125rem;overflow:hidden;display:block; }
#pNqqb7gTHgJMzDzCPINs0mGF07aQKs0z { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:35.5rem;left:51.875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kuBdFfUg7Tu2bx6ZVVLNT1me7ifMgQPy { position:absolute;display:block;z-index:15068;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;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:6.25rem;width:6.25rem;top:28.5rem;left:53.4375rem;display:block; }
#iCdhqkrpttg3RFg6ZtssrEZodILvWsDt { position:absolute;display:block;z-index:15069;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:5.5625rem;width:5.5625rem;top:28.875rem;left:53.75rem;overflow:hidden;display:block; }
#Hy8xFNlRaaeTL1Gql0RKnNEUJDfgSfiq { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:44.5625rem;left:52.1875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LxDT3VrDbuUnywGuUitoGtkV7ccuPsJB { position:absolute;display:block;z-index:15071;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;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:6.25rem;width:6.25rem;top:37.6875rem;left:53.5rem;display:block; }
#TCvl63xF7ini0CzMABvPnVTP0MAAbzan { position:absolute;display:block;z-index:15072;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:5.5625rem;width:5.5625rem;top:38.0625rem;left:53.875rem;overflow:hidden;display:block; }
#JyZe1wfFyHDBQtx1SvUSRmRNKWzmps1e { color:#ffffff;display:block;width:9.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:35.5rem;left:24.9375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jkd82ZBbGPgT9KR8XuyI6IzE51SeP3ge { position:absolute;display:block;z-index:15041;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;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:6.25rem;width:6.25rem;top:28.5rem;left:26.6875rem;display:block; }
#MEJTZ6sf78ieciRhlaz5MhBqz809VWN2 { position:absolute;display:block;z-index:15042;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:5.5625rem;width:5.5625rem;top:28.8125rem;left:27rem;overflow:hidden;display:block; }
#JwGGpXprmss9dRW9GWz7s6IBKn5QxzqP { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:54.1875rem;left:41.25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JqkFxUxzqTB3LR6Hw79s2nu3W1SNHfSE { position:absolute;display:block;z-index:15036;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;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:6.25rem;width:6.25rem;top:47.5rem;left:43.6875rem;display:block; }
#QC9om5XfSlrRzmknlAJztGWla39Fk6oT { position:absolute;display:block;z-index:15037;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:5.5625rem;width:5.5625rem;top:47.875rem;left:44rem;overflow:hidden;display:block; }
#pGDEMLzGgU2JkgnSaW1PDTMmSGHzw2kE { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:17.3125rem;left:61.1875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yd63LwAJrBLu578UhPXBdwbh0Trw7drq { position:absolute;display:block;z-index:15046;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;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:6.25rem;width:6.25rem;top:10.625rem;left:62.5rem;display:block; }
#TaNHBAHeJgIfxy40Efe2iERJwJwCa9tR { position:absolute;display:block;z-index:15047;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:5.5625rem;width:5.5625rem;top:11rem;left:62.875rem;overflow:hidden;display:block; }
#r6iZK8gZpnktCr8fuoI3zGCytT19v8sh { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:35.5rem;left:15.25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uVOTgZC7qCVZR1Vq8AucmSIxImr3nIZx { position:absolute;display:block;z-index:15049;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;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:6.25rem;width:6.25rem;top:28.8125rem;left:16.5625rem;display:block; }
#TgpToXsJTVLL6gSBiSJwaSLBGOWLv5OT { position:absolute;display:block;z-index:15050;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:5.5625rem;width:5.5625rem;top:29.1875rem;left:16.9375rem;overflow:hidden;display:block; }
#oNsW1BaRN3Nt6JdO0Ok5TQrWB2gFT87f { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:17.3125rem;left:24.9375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TU7qNdbdGpiuI1W3xMs0uoBlWlAVpRca { position:absolute;display:block;z-index:15053;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:5.5625rem;width:5.5625rem;top:11.1875rem;left:26.625rem;overflow:hidden;display:block; }
#FpVZUrpin8LMBmaavFCAPZInnxCkfgCV { position:absolute;display:block;z-index:15052;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;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:6.25rem;width:6.25rem;top:10.8125rem;left:26.25rem;display:block; }
#iX2NPGF6ktt6IC8TbCsBnz2xEJM1dwdf { position:absolute;display:block;z-index:15064;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;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:6.25rem;width:6.25rem;top:10.5rem;left:53.1875rem;display:block; }
#lvvdATOnOBITkXATNeEBCOK6ZcuhWwpc { position:absolute;display:block;z-index:15065;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:5.5625rem;width:5.5625rem;top:10.875rem;left:53.5625rem;overflow:hidden;display:block; }
#rE3dd3VUPTRiZwbEe7Uw81ight4A30R6 { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:17.3125rem;left:51.8125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#grdvokysmEkou9kiZ0r3WPShtT0vTg7G { position:absolute;display:block;z-index:15066;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;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:6.25rem;width:6.25rem;top:19.5625rem;left:53.125rem;display:block; }
#sqBnabHvtWobcz2kT1R23C18du1L1UWb { position:absolute;display:block;z-index:15067;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:5.5625rem;width:5.5625rem;top:19.9375rem;left:53.5rem;overflow:hidden;display:block; }
#Oczpuxs2MBGE0EA5lColbaiC4f7sMAu0 { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:26.4375rem;left:51.6875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#briLElqasWXBxbkE7r28cIZUsfcTZl4C { position:absolute;display:block;z-index:15072;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:5.5625rem;width:5.5625rem;top:19.875rem;left:17rem;overflow:hidden;display:block; }
#LMTQ7oqWrdCwtum2Mnqn931I8iLVyXAT { position:absolute;display:block;z-index:15071;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;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:6.25rem;width:6.25rem;top:19.5rem;left:16.625rem;display:block; }
#kdTysmhL9LU1upbJFIXJKpfhD1d5GHTg { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:26.375rem;left:14.9375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJOXqwQWA2EzkCTO0MPQxUMdTAOGwDwF { position:absolute;display:block;z-index:15062;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:5.5625rem;width:5.5625rem;top:57rem;left:26.625rem;overflow:hidden;display:block; }
#NZaF9vTaXbkTO8ahDmsPMeKaCWRrpsRu { position:absolute;display:block;z-index:15061;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;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:6.25rem;width:6.25rem;top:56.625rem;left:26.25rem;display:block; }
#d9FhksZoCCzc1xTnwJnHOF8g0hJLLRTO { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:63.375rem;left:24.9375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#roEIuBM6vvKNDPrnWIBHEB11ZQZSzCM9 { position:absolute;display:block;z-index:15050;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:5.5625rem;width:5.5625rem;top:20.375rem;left:43.5625rem;overflow:hidden;display:block; }
#J6LaZeMJeClhyBEUGMQGldA1OU0NedKO { position:absolute;display:block;z-index:15049;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;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:6.25rem;width:6.25rem;top:20rem;left:43.1875rem;display:block; }
#OphcDi2MMF48ZIkuEmDHSTFD6ZccTGFf { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:26.4375rem;left:41.875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L8eRVqAipaZwgiz1AlElzrTa3AIQgmZ4 { position:absolute;display:block;z-index:15068;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:5.5625rem;width:5.5625rem;top:28.9375rem;left:43.875rem;overflow:hidden;display:block; }
#eA97kBFzIKoKkBgOnRePtEtWTDfqwtbx { position:absolute;display:block;z-index:15067;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;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:6.25rem;width:6.25rem;top:28.5625rem;left:43.5625rem;display:block; }
#UoAEpuOx1w7Zyx6dlcJn5wBFXOSnNANJ { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:35.5rem;left:42.4375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#paoeNOqhAiKW12SzFM7wXOnzwrVvSgAm { position:absolute;display:block;z-index:15071;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:5.5625rem;width:5.5625rem;top:11.0625rem;left:6.8125rem;overflow:hidden;display:block; }
#Hz9b67FAzJCMmqzXFzTdRNe5SCTMAuX1 { position:absolute;display:block;z-index:15070;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;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:6.25rem;width:6.25rem;top:10.6875rem;left:6.4375rem;display:block; }
#iBeeVCmeAQccalkun76bLk3t4ncSVaT4 { position:absolute;display:block;z-index:15058;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;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:6.25rem;width:6.25rem;top:37.75rem;left:26.25rem;display:block; }
#fiJcx5uqv9FUtCEK988buuwTUIoKU53c { position:absolute;display:block;z-index:15059;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:5.5625rem;width:5.5625rem;top:38.125rem;left:26.625rem;overflow:hidden;display:block; }
#zWB68DJWTTzciCWrOMBWNDovfrDMIUIw { position:absolute;display:block;z-index:15082;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;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:6.25rem;width:6.25rem;top:10.5rem;left:43.5rem;display:block; }
#xdsVkrUZbK6yDuWfo2WlDvtTFBsqREcO { position:absolute;display:block;z-index:15083;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:5.5625rem;width:5.5625rem;top:10.875rem;left:43.875rem;overflow:hidden;display:block; }
#wToBkon92x2dBW1Xm2u32SU8evtQwXlT { position:absolute;display:block;z-index:15068;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:5.5625rem;width:5.5625rem;top:29.4375rem;left:62.6875rem;overflow:hidden;display:block; }
#TMuniOQLWgARO4qm3Hty8sJ7bdshz3mX { position:absolute;display:block;z-index:15067;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;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:6.25rem;width:6.25rem;top:29.0625rem;left:62.3125rem;display:block; }
#gXXQIPTAgbLio8A7ytW2RGF2kJ9W5LiW { position:absolute;display:block;z-index:15090;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:5.5625rem;width:5.5625rem;top:37.9375rem;left:16.625rem;overflow:hidden;display:block; }
#G9B1dToZggkCMCQnmWpdvAL3Sbg4aPsg { position:absolute;display:block;z-index:15089;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;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:6.25rem;width:6.25rem;top:37.5625rem;left:16.25rem;display:block; }
#TCvmDOsPRAhIie7BchGb1z99hPu4AF7E { position:absolute;display:block;z-index:15086;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:5.5625rem;width:5.5625rem;top:47.4375rem;left:6.3125rem;overflow:hidden;display:block; }
#UW56QnJRuOUQcMwDWWzT9iTJgkLEMR1h { position:absolute;display:block;z-index:15085;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;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:6.25rem;width:6.25rem;top:47.0625rem;left:6rem;display:block; }
#SX2hw9XBQv74AKETNlyGDXTJd9huv1I5 { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:17.1875rem;left:5.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTd22fOJQTKSPP12QpFEHXcuduEV1XLS { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:35.5rem;left:61rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vZtNyFTigQGC8F8zWwN3HAOTf0oXLeXR { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:44.4375rem;left:24.9375rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ol1qiahoyT98HzUE9lD235ONe21aTFId { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:17.3125rem;left:42.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aa33sZzBab4yHVB1patT0AiP9gXoOzzb { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:44.4375rem;left:14.25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eh5CLGqgmv8I7JTKFLEvuGs1V9Vbgb1w { color:#ffffff;display:block;width:8.875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:54rem;left:4.875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oJvv1BVMz3qHOvU8SSuWgsEtWviEUfXf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151419;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:none; }#oJvv1BVMz3qHOvU8SSuWgsEtWviEUfXf > .row .container { border-width: 0; border-radius: 0; }#oJvv1BVMz3qHOvU8SSuWgsEtWviEUfXf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJvv1BVMz3qHOvU8SSuWgsEtWviEUfXf > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:none; }#mKFbVHiBaz4WJNo573TXmwhMeAO65RSG { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.125rem;left:8.125rem;height:2.59943125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GZwmLbf6IPDgHx4Woqh4adctEUtK83So { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.9375rem;left:8.125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eogIE4KA88pZ6TuZfyXfwbQCq5wbvMPT { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11.125rem;left:38.125rem;height:2.59943125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PDhDLmaFoNE9PM4SpJ3XnFGArR6GLIKc { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.25rem;left:38.125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g56yiBQRF3QDzZiq3wVw6aeThEF80dI9 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.125rem;top:9.125rem;left:37.5rem;display:block; }
#gFcfTxpMLhKt6bkHSEvv9ZIaG5N5VUTA { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:1.375rem;left:40.0625rem;height:3.89915rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eSwcf9TxTJpCLAOoP8tXoHnnZufNGOaq { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.125rem;left:38.125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CbyUylWPr4pzpub3FS0ZVKlnb4sxOn4E { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0.125rem;top:0rem;left:37.5rem;display:block; }
#JinHyiP3VQoNiBArAVRBwiRz3F7sD2zm { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:1.375rem;left:11.6875rem;height:3.89915rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oq78vkBQRt5PTsDlUXTuWV1ptLZGHbwJ { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.125rem;left:8.125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #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) { #F2ugwQp3EcXWL3lECJuTXHDgzCHT3BPk { top:13.625rem;left:0rem;width:36.25rem;height:10.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOEzHK0mWKKIXV86kRZVkZcM0Fwe2bE0 { top:24.6875rem;left:0rem;width:37.8125rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Helio0VQP9wvI650G8eWM5t6NSqm3drb { top:1.5625rem;left:34.93701171875rem;width:5.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwacQH8kXCvMVymqlz5BtL3mG8eT8QBz { width:11.6875rem;height:3rem;top:0.8125rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pebngdgiKqAmKOB6ixlCJWvKdwezJnRl { display:block; }
 }@media only screen and (max-width: 763px) { #mePkGsXJRqQsaQFseAxcTkNmIOdf0fHx { width:20.875rem;height:3.8125rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuSIQut4RJnQ1KJW3JNiqanui9LL2IA9 { display:block; }
 }@media only screen and (max-width: 763px) { #UzHK5WAFyALPiJkSuPtB5xuWvaDvf90J { top:1.6875rem;left:41.875rem;width:5.375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs .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; }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs .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; }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs { width:18rem;height:5.0625rem;display:flex;top:32rem;left:4.5rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #mMAnDIrMLtWkzO9S9EVGbQnOraS6XnUp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #y1L6Qa7zlBn1eI8SuVRdCdCZmx8oL39s {  }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #Nst6HN4IQWqbco9qxL3QVywIDSPfgWP2 {  }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #ETz4ftysNXepiEqORpT4oNhpP9arpwq7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #mua2xAAU6yoeEfHr46T0yhhT5rcTdieR {  }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #izSyAZGGga5gFpf2BUHWM5tsaTgPiwtL {  }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #lT3N7KTAAgcTIDV7T1dhXvDRhCQQSVeA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #AwrdJaQugKdHd3uqeJB7kHOn96iUGTTz {  }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #vnBzE73kqgZmQN2LMHzJy7tofq1rdH2g {  }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #nL5Wcyk4guyctt83bdtuAyDLeSPLGR4E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #Oq4Ux6PTmNNTRXAehbVS3nZVelMTmhqp {  }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #mPayThew4nmF4CgyaKq8RdR0RhXSsEa5 {  }
 }@media only screen and (max-width: 763px) { #H32RgpN1WG00uMZ5VakNHWWxnrSU8w12 { top:17.625rem;left:31.6875rem;width:16.0625rem;height:3.9375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfrL4pb4vsbTW3THqKJtJCpWdipXAC6l { top:28.0625rem;left:33.1875rem;width:14.5625rem;height:3.125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHtvN6GMIbTV28an6hNl3uarZofOzwte { top:13.8125rem;left:24.125rem;width:23.625rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoVOBDOqxs6qtJoAXQTfPnENUao6VmP0 { top:14.125rem;left:33.5rem;width:0.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL { display:block; }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL { background-color: transparent; background-image: none; }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row .container > .video-iframe-container { display: none; }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row > .video-iframe-container { display: none; }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .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); }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTbhhWM00fOWDckQbRdJ9A4q2DFx54wp { top:5.875rem;left:4.1875rem;width:12.5rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSER7lcuLH360m2iTO51UxTshxpi9Bn2 { top:9.125rem;left:-0.0625rem;width:19.8125rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTni1MPnko2NmktXFFZTwQWT6yPs6IAu { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZJianJiPEK5MXhT199F68BBG636L0F3 { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5OWAksfLnOS8HN7ucMTTZRxVhK4xtL9 { top:4.4375rem;left:38.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTua43veD9Xq2aCv5SpeeTrtPIEC3Zcs { top:3.5rem;left:7.375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhtWhmDThCCg5qOC6zG9TeUWMD1zO30B { display:block; }#NhtWhmDThCCg5qOC6zG9TeUWMD1zO30B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgpCuAlTDQQlDMKbUbInZvbWXhG80gEG { width:10.8125rem;height:10.8125rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7q3mfe3a2yRZWMsEOKOG28u3B9ldpTd { top:11.9375rem;left:6.0625rem;width:17.8125rem;height:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5I29vIRdNCPVG4AV0kHppc3rwXHk79T { width:17.0625rem;height:1.75rem;top:9.25rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEHXqM0MSds7PiUoC5Jc0hTVyWdAOydb { width:37.5rem;height:2.875rem;top:3.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWPHwAICOXFB6qFJT7TrnauHcotXc96i { top:2.9375rem;left:0rem;width:0.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD2Ok4EInqkPeL2VabC01nKtWLTprUJT { width:10.8125rem;height:10.8125rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqyL7DJwzdJBOt4A6MdyXawhEiNMnd9z { top:35.3125rem;left:6.0625rem;width:17.8125rem;height:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyiXGfZIztH2SmbdLSUNwvWMwVOm8qQs { width:17.0625rem;height:1.75rem;top:33.1875rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO8fugcXlswqEqJSasGKGqtaUK8UgIdh { width:10.8125rem;height:10.8125rem;top:8.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1TnGxovoEtqUKe5abVc0ZDShQxECapE { top:11.375rem;left:29.9375rem;width:17.8125rem;height:15.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nie7RLQDvevF4Jl0PxCLC42upW5VR34c { width:17.0625rem;height:1.75rem;top:9.25rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB1hz1e9nIzSQ9CJkIBA90oQmMJptoCQ { width:10.8125rem;height:10.8125rem;top:32.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ3SyWz1naFDOS6lVp2zNT27UaZ4XLDE { top:35.3125rem;left:29.9375rem;width:17.8125rem;height:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOwy6V7mOb8NQTUf5eR7uFPLa4yW2MZy { width:17.0625rem;height:1.75rem;top:33.1875rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqnc8KyclF7ARQtWLPWeVOF4obVVZx4F { width:10.75rem;height:10.75rem;top:58.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3tn4l6xa0BqxaBnzA7THJZlr4e3PVsW { top:60.6875rem;left:6.0625rem;width:17.8125rem;height:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnepDAqTtcUrRquGJdPMzIfNF7WPsruh { width:17.0625rem;height:1.6875rem;top:58.5625rem;left:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8pgb1O2ySXn9sLoLf84UHmc3srJHDJo { width:10.75rem;height:10.75rem;top:58.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #II1pmTx2THET49Gdl3f8GKNHVoyiv43b { top:60.6875rem;left:29.9375rem;width:17.8125rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ6s1ehkwMPz8LHlFQNP2Fc4deUg72yN { width:17.0625rem;height:1.6875rem;top:58.5625rem;left:30.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #THdUTpNp39K0417QO1aMX82GGcQQzPk2 { display:block; }#THdUTpNp39K0417QO1aMX82GGcQQzPk2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ui4isMW6bNwwGfNRNSPwV4zAh8dTZXcX { top:3.1875rem;left:2.0625rem;width:38.8125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVGWZCJ1LXWoR9CciKxCD85g9DDhVPqw { top:12.75rem;left:9.1875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyo7slEmEr8llfk05IMTemyAS9pwax0s { width:15.75rem;height:13.1875rem;top:15.125rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw2AyKdEWSE3eS2CkD4hCHtNmTfOFKRE { width:17.6875rem;height:18.25rem;top:11rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OydeRl6vGhv7KkgM9fFxmLo3ommGhXls { top:3.6875rem;left:41.590909004211rem;width:0.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSfBu7S9WTbsrL6ZGvOBAzRvTXh2fdzf { top:11rem;left:0rem;width:14.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKgSwmmhH2p1MqIkhd7KNpXBcyRHiGJw { width:17.6875rem;height:18.25rem;top:11rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh7bmB1TMdRgrW7nC0mbB0WuTMk8ealG { width:15.75rem;height:13.1875rem;top:15.1875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBpg9i6tDSlB2OiThTlcXeJTBRQoGsy7 { top:11rem;left:25.375rem;width:14.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #niKAr58NdMdU3IgtvaZu7tTaRAOQSGPD { width:17.6875rem;height:18.25rem;top:31.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMb9t93PR3MHRuDtuWdQciXl3soJbUBO { width:15.75rem;height:13.1875rem;top:35.3125rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNExB1Pb3dmKC6nTTNRl8KTXWJDu7Tfw { top:31.125rem;left:25.375rem;width:14.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O39xTloUOr84uFHhGHy3aCaDX0kuHtfz { width:17.6875rem;height:18.25rem;top:31.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw5vUDq3kBlabRV5sB07ekiLsRiRn0GU { width:15.75rem;height:13.1875rem;top:35.0625rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACDmLVBpTZbJETOfcTKVFFRlAkSQDq3c { top:31.0625rem;left:0rem;width:14.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7arlHpN4Zd0ArLkt68RsLBWsDiuucRA { top:12.75rem;left:38.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV52k86Fa2Ago9gp1Bm0DX7NCuiCEOip { top:33.0625rem;left:9.125rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shdwyFdRBbAMM8BNQIX9DxSic6sv4XPo { top:33.0625rem;left:38.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqQKXGIFAgIQ0GTh1D6y0fIUIGD00glw { display:block; }#EqQKXGIFAgIQ0GTh1D6y0fIUIGD00glw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wb8uuoPebD5flidrgEP6zlTKUAFfTyaJ { top:3.1875rem;left:2.0625rem;width:38.8125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPONJP8ia9fdBKqvxw3dv8GPTLNIyQ9r { top:12.75rem;left:9.1875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT0a3WcWyV5qT1fMytEBnVy8ffDNsy4R { width:15.75rem;height:13.1875rem;top:15.125rem;left:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZKKPWG6psb27NQd9wSU5oQKb7T6DB3o { width:17.6875rem;height:18.25rem;top:11rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdoq0TOb3Acndohbsm7J5AsN8PM9v5iQ { top:3.6875rem;left:41.590909004211rem;width:0.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQAbuBIAoGCk3kQg9lNFEcQvyFKBJwqd { top:11rem;left:0rem;width:14.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnN5knyApyWFSiGf6DgUW31ommQKGCk9 { width:17.6875rem;height:18.25rem;top:11rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1fTolgdCsI9ZJPVDn2xi4ybE5kqqecR { width:15.75rem;height:13.1875rem;top:15.1875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1t6UouXv5IxrdRBpTpQ5qevVKeN7u66 { top:11rem;left:25.375rem;width:14.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsTngnxFPrr5TIZZoomI5zSMl4kEE2Ow { width:17.6875rem;height:18.25rem;top:31.125rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgCZy8uPfOGH4KD5TMHR1ueAwtH2vqZ9 { width:15.75rem;height:13.1875rem;top:35.3125rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #myRATWekRuy6FmvgUICTFAgoCxncb7N0 { top:31.125rem;left:25.375rem;width:14.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey8IZCpfNtOxNtNLuFQrHDozkq7CFioD { width:17.6875rem;height:18.25rem;top:31.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnyahKdakObAt6b34AA2MURmtByX1CZ7 { width:15.75rem;height:13.1875rem;top:35.0625rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0QSNNumOK0eXL9ofhpRQC2XDVDdVAoi { top:31.0625rem;left:0rem;width:14.125rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH1VMNnM55wFciIaqFDX6vTCXunRtxQx { top:12.75rem;left:38.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQMR1mopvmaiODhDaWf5QckamrvbTorI { top:33.0625rem;left:9.125rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or3UUctWMNNA4lmzHSHnOKZkZGWmTA67 { top:33.0625rem;left:38.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #da3366897f1b5324b5db3080d4e5c54a.widget-smartsection { display:block; } #da3366897f1b5324b5db3080d4e5c54a.widget-smartsection *:focus-visible, #da3366897f1b5324b5db3080d4e5c54a.widget-smartsection input[type="text"]:focus-visible, #da3366897f1b5324b5db3080d4e5c54a.widget-smartsection input[type="email"]:focus-visible, #da3366897f1b5324b5db3080d4e5c54a.widget-smartsection input[type="tel"]:focus-visible, #da3366897f1b5324b5db3080d4e5c54a.widget-smartsection textarea:focus-visible { outline: none; } #sI4HtEQ02TZEwCEJpu15a9Vb8e91hZTq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzNMdy2Vn1bRCz4E3ZcRkpBFJvWGE42S { display:block; }#IzNMdy2Vn1bRCz4E3ZcRkpBFJvWGE42S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGwDNX1zg39gnRbv353FS4CKW9Gyepii { width:40.0625rem;height:6.125rem;top:7.5rem;left:3.8115234375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQGJ0Tk4vqWVXNMrocayPAA7GSzsxK1B { width:27.5625rem;height:3.8125rem;top:36.1875rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1ivK5IDu5pAOTrD7V4yZiFvMxKBGioe { display:block; }
 }@media only screen and (max-width: 763px) { #RJDIRfMaqUMbwXGVuP5RIPufR2oDquWh { width:19.75rem;height:19.5rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r04UnNsnODThtVufphmOi32xZXW5T5xx { width:12.625rem;height:2.25rem;top:23.875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBZV8ZWvybNUSietBzaiTK3EJkbmq2wU { width:15.9375rem;height:7.6875rem;top:26.625rem;left:31.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9FQ27vsHgkT5qbZUD4MD7vHMiviDXAD { width:19.75rem;height:19.5rem;top:16.4375rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #woxQ6qd9Ta9yQHumfMtKDDvt1zZsquFN { width:13.4375rem;height:4.625rem;top:27.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTue2nMhIHsnSn6BfcukScU9GEHuCNG { width:12.625rem;height:2.25rem;top:23.875rem;left:35.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0mePTFk2UTozW6K0DaHsyHU9xnI3e4p { top:18.3125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPU2GRpD3Dr5QDxZxZX5le6KfA4KFIRT { top:18.3125rem;left:43.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHXiPNRIg2qqXXK8AyLA2QrMG7lHTT48 { top:2.625rem;left:14.156250953674rem;width:19.4375rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT3UOPMgegupqkJ3l7JLKDT178dpQN22 { top:2.4375rem;left:34.500000953674rem;width:0.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCKfq6etrV64gSVB3PMnm3wn4HwHb5sa { width:19.75rem;height:19.5rem;top:16.4375rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1dEEyze2WUrU2pifU3zk88u77pFHnVo { top:18.3125rem;left:21.4375rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3VLbTzNEKAtlaCs1TGBH0cbaFfVG7dz { width:12.625rem;height:2.25rem;top:23.875rem;left:17.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8ZEVWzFBaqLEK9d7qJhMqPFdF1sDLUq { width:15.9375rem;height:4.625rem;top:27.4375rem;left:15.873291015625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4N7DkS8FpusSy7FsCM6QTb8XiEhSupc { display:block; }#a4N7DkS8FpusSy7FsCM6QTb8XiEhSupc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVGuKHM2e7CcMPlGv6glbBpl38OWt7Eu { width:31.875rem;height:17.875rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvbqJD23h9IZI27awV0fgXVA78FpaVBN { width:16.8125rem;height:16.0625rem;top:26.375rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUdoKpDycw4UH39iDVNRr1refD0LyeQS { width:16.3125rem;height:18.1875rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0TMQzm75cCCizaDSFTGGxMom1JViTXc { width:17.6875rem;height:14.76067665784rem;top:43.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNiIy3kWT2bS6k6aRkCVoksTf5SMR8P8 { width:15.375rem;height:19.9375rem;top:25.25rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLkZ8sm7CrPt9flp6pa2dANkUDUa02Ry { width:14.6875rem;height:21.5rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zih1fbBkMInwhQprPh5XmgPGAw0DpkU8 { top:4.5625rem;left:0rem;width:35.5rem;height:7.5rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgOEpD6XmkCDAEebLb0nhXwoJqozuidH { top:4.375rem;left:31.75rem;width:0.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnDTVTWGLIJ3UrcGid5TCXyqcXkdgkgv { top:44.4375rem;left:0rem;width:27.9375rem;height:12.2486875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4ikUVdq2IB4zOUKvvClLeb46OH5rDZm { width:20.3125rem;height:13.25rem;top:68.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twRF2XQTdu05JHSCFLW9v4EmmblMKBRZ { width:29.75rem;height:16.5rem;top:54.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTqvyAJ7bb9ZMQCEZ3vDqa3TGFVvEBLd { width:22.5625rem;height:12.375rem;top:11.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fldgx4NX2QbntfsoMZGef7UkoqOdspax { width:13.5rem;height:20.375rem;top:72.125rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICH34JzBPqsXuqDnoQrPffVAh3zTIFHt { width:16.875rem;height:13.825943504159rem;top:68.5625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kg5NgG39b48ZinPbSqsqP2hH8i5bquqr { width:11.875rem;height:16.79210005342rem;top:81.5625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zanT9lTQCUDS9aFUg64s0pSikpmi7uLs { width:36.6875rem;height:13.625rem;top:84.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDVf0D5nN0ZGMHcEk72GnzZOQVBFzbVw { width:22.625rem;height:11.5625rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNe6SA5aPTL7KUyoAaGK7VOeSOTWhcOm { width:34.1875rem;height:14.125rem;top:59.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IezKxkfKbWL8pTUtusH4H2r76J93tL88 { display:block; }#IezKxkfKbWL8pTUtusH4H2r76J93tL88 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMEGLTIt4FHyTcl1KQ89WbhthyQ3XeT5 { top:9.25rem;left:0rem;width:15.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyB4UHoOaqQ6cQ7Sp1ZTiJV2JTTJCut8 { top:9.25rem;left:16.1875rem;width:15.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfK5ugrukcFEGdclW7PTvuLpv1M8MsTO { top:9.25rem;left:32.25rem;width:15.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmktoJiDDoeIuHGXvOIJypduEZyHdbqt { top:1.75rem;left:14.6875rem;width:17.25rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3g4dRQQT0b5J960xbT1D6cqUS8Oi0yV { top:1.5625rem;left:32.6875rem;width:0.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdeLQH63meQmIWqo9grlk2w1D5t8nFbN { display:block; }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUzbXSPaz3xZKBrmyn89llS7zruU0P5L { top:10.625rem;left:12.625rem;width:19.125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA7sREqiM70I3HChNsMF4hQTzWE04Fe3 { top:13.125rem;left:17.5625rem;width:12.5rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o99CQluc9UcZlqidc0mdv4PWEW0ng0PA { top:22.3125rem;left:18.03125rem;width:11.5625rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOtTRJxZ8JBMpPIUTHCfu8XcpoDIRMz5 { top:28.6875rem;left:16.3125rem;width:15rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs0t980DkKltmEyGRUga9sGSkHsgTUc7 { top:29.8125rem;left:17.5625rem;width:12.5rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnwiR3C9TqLOOFEZX4DPzZ3GZeblGMxv { top:13.125rem;left:0.717041015625rem;width:14.375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml1QvrtRhKBFPcZsa3ECb9IM64S8SvQq { top:22.375rem;left:2.2177734375rem;width:9.5rem;height:3.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIHJeKtPQ9Z3TFTdBL6LTn4bNQZflQaw { top:17.5rem;left:6.044189453125rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s51LzQeI6fzw17vZ0FTK84i6dq9l8nLb { top:30.25rem;left:1.6875rem;width:12.5rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA4i51yaaW9k3yPz1FLWZsmZ9DtJNm0x { top:10.625rem;left:0rem;width:19.125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki81dCTuyBD5MBhhUNL2ilbUaJbuxP71 { top:10.625rem;left:28.5rem;width:19.125rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuUtGdv7moQymSnHBp5LyAUsV4eNT43B { top:11.9375rem;left:31.812744140625rem;width:15.6875rem;height:5.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo66uT88Ku05wAEiMdUHS5TWQkfZhV2F { top:24.8125rem;left:31rem;width:16.625rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu7WhJFEdKlEv0cXwSP7Inc5ck7VoZSD { width:13.6875rem;height:4.0625rem;top:36.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBbcUf9JQMDJZng95uvI732lzGbZe68k { display:block; }
 }@media only screen and (max-width: 763px) { #T7A2LrTDn3HIvioJkU4ZN0pXRZ5Sbnya { width:13.6875rem;height:4.0625rem;top:36.6875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzCJU7DVkTwBGuwPBkd7ywFnBwf3BiJG { display:block; }
 }@media only screen and (max-width: 763px) { #t4TpHfRUlXxsgAtO8XyyaS6i6ebUHukL { width:13.6875rem;height:4.0625rem;top:36.6875rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5UVr5P365RbU42HbRyM7CWGVeyhUDoO { display:block; }
 }@media only screen and (max-width: 763px) { #XGne6NtBRcEu0lAemy8OwBgH9Z5I3NvB { top:3.875rem;left:0rem;width:25rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkaL0zl2iTt02itwUUK5NaX0map5Mkub { top:3.5625rem;left:15.875rem;width:0.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOTyOXUDWFT0c8M1g6Fv9nS62pdm7307 { top:17.5rem;left:21.7666015625rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxWqb6JHEu8Qp2xoS4yPKel4sOo4GJRN { top:18.875rem;left:37.623291015625rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqaXONVeOwt3keqFKvKbvpm4LvBQ6Ub5 { top:46.375rem;left:15.875rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBxhwe5n1GmkPVE0TFgZ5UmxH4otGLs1 { display:block; }#sBxhwe5n1GmkPVE0TFgZ5UmxH4otGLs1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAPg7tHAK8rtzwiE7my59CdJUn2SbFOT { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHXRyLITJxkU7eHtUxkHVJVToqm2VrLa { display:block; }
 }@media only screen and (max-width: 763px) { #J2TZZ0A4J3rX5qeJmgmA8wEGaDqer1Jz { width:16.25rem;height:0.9375rem;top:1.625rem;left:19rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwRtOnh8mW5klCu2rpNagIh4WlF8fuS4 { width:9.6875rem;height:1.25rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu .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; }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu .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; }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu { width:18rem;height:5.0625rem;display:flex;top:32rem;left:4.5rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #BLOENQmZGOcDwBU7BfJA0XWgqf0LTQxz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #UrMsU8RChoZ3muGVPXxQFWcQs7oEO1BR {  }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #lrwEHTSuUK1yNpNd1g1p7XbE1Z7nLutw {  }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #cxfReKoaf00Q8SRUPBehTBS6kJhFvhrR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #Wt1UmpuLuppZznqLCCwlGTpiUHaq7dVF {  }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #vSKHT8K4Qphq4p1QIH5NJdR58S84JyFC {  }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #Dnkl6tqmUyqkbnDMAWzoep97AEdcr4SP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #xWMvdPdw2E4B0z9gkLmTACBf8b6ymNVT {  }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #zmwyLIKVuq9gTkqe9FwetSfdDx0sPInh {  }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #PCW9W0wc4RvBZIGaVAiwTQWKOT5fGbL9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #D93C98ZauePSLVDfSNKVFL57XBvuCW7S {  }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #KW5wTgV8vJHpDDeL7TbEIKNOO8octds1 {  }
 }@media only screen and (max-width: 763px) { #y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl { display:block; }#y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ar81WEQhoRTsqUE4rN9Wc7oyiwmTe7S0 { width:20.375rem;height:6.875rem;top:3.5rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAkhylL7IDDzEO7yJvR0dcHFl8lb1eOR { width:25.8125rem;height:26.1875rem;top:11.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PygcVTyW0svh6QAP2e9cadPCE02Tmm6K { width:16.25rem;height:3.8125rem;top:28.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRvoM2OiyzxuCJRk0tnCQbBd8SpMA3NO { display:block; }
 }@media only screen and (max-width: 763px) { #VRGl7Cy78D5sl7wqwTNtMuDTb9y9S8FE { top:9.5rem;left:20.625rem;width:27.125rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmw57ZPmFhLeOQyiCtIKfudNLMMtR31Q { top:5.0625rem;left:16.25rem;width:0.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWWLukTX3gJaW2ZPXxawRvTFTDSERIOU { display:block; }#iWWLukTX3gJaW2ZPXxawRvTFTDSERIOU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnmeRVzbCwyPKQZq1DRIahfZM47iwAhB { top:45.3125rem;left:0rem;width:12.0625rem;height:15.607675117535rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPkyCa11OmloEeLJGkBSqVmttITbGHyr { top:64.75rem;left:14.125rem;width:20.9375rem;height:13.334355170895rem;display:block; }
 }@media only screen and (max-width: 763px) { #A619mAxzRf402sSCwTrJMIRF6QHPWHeq { top:77.4375rem;left:13.0625rem;width:12rem;height:11.067299521214rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO2glFWZXcClZdWMzLpCuA8DMFH305IO { top:80.375rem;left:25.4375rem;width:21.25rem;height:9.9074769205504rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqVGGXey3x9V4firReuGvQi2Ihr39R3g { top:32.25rem;left:33.625rem;width:13.125rem;height:12.06175rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXDGlIO2ObfrN1CNdTdG2yv2myEMTAnG { top:27.0625rem;left:8.75rem;width:36.75rem;height:12.664777618364rem;display:block; }
 }@media only screen and (max-width: 763px) { #id7XJwnBnwb9sgTzncGClTTy9io2yKSw { top:15.125rem;left:25.25rem;width:21.4375rem;height:14.1464166938rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgamcwyeGnXGgbpWp1TTkD0s78dFmxQo { top:41.6875rem;left:11.75rem;width:23.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItzESPudK2qGmzozC66T3TK3IVtz4Ht2 { top:33.8125rem;left:0rem;width:20.8125rem;height:13.771555673326rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvnfnx4qPURsXk2uaOvTLgk61gRhcTMa { top:14.125rem;left:0rem;width:17.5rem;height:16.067097040527rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXkDGotysOThfcZlzcr4Fd2eJbfZgrJD { top:54.875rem;left:15.1875rem;width:21.5625rem;height:10.780626799154rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6fI8t9pDr02GSPBWViQ2kfrTn5Oxa0T { top:11.4375rem;left:10.25rem;width:26.875rem;height:13.8745rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZCppnXo55AcA2IXuiZxJChH7gxJgeEo { top:43.5625rem;left:27rem;width:19.6875rem;height:12.085785896024rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi7l0mFZTmOc90deM1fr0ceBSbVE5JiP { top:2.375rem;left:47.375rem;width:0.3125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh42bA6952gOK46wI6QqNKCGPRP8rEWy { top:2.9375rem;left:0rem;width:47.75rem;height:6rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHSWu72mBrQ6SBQNKLlVtcVc99dTbE7t { width:29.875rem;height:4.5rem;top:98.125rem;left:8.905517578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhQNfE8NiKNKq9a87zwaRADlCxED5Xbq { display:block; }
 }@media only screen and (max-width: 763px) { #Gxmeo2XlnquNdnF7CX7sZGNTlEl6l4Gn { width:40.9375rem;height:3.5625rem;top:93.875rem;left:4.591552734375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkJUCXpAACqqRPDmT5P2G1qTWB0o46qz { top:73.6875rem;left:0rem;width:22.8125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUUSHVf6TclnScKuu52gJ3z1FPhtGifG { top:59.125rem;left:0rem;width:25rem;height:12.468952308751rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWJOsy4dMvgrxsun6omco7qp9NGk9Spb { top:57.5rem;left:23.3125rem;width:23.4375rem;height:10.37475rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWBJ8aZ06ysz1KsEaDr7gxNguHqTtPuO { top:66.6875rem;left:31.375rem;width:15.3125rem;height:15.809728613473rem;display:block; }
 }@media only screen and (max-width: 763px) { #G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection { display:block; } #G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection *:focus-visible, #G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection input[type="text"]:focus-visible, #G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection input[type="email"]:focus-visible, #G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection input[type="tel"]:focus-visible, #G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection textarea:focus-visible { outline: none; } #b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1 > .row .container { width:47.75rem;position:relative;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:3.5625rem;height:3.5625rem;top:3rem;left:12.311416625976rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm6oiWTKLBFg2egnKUJNA4aDbGqX5dDT { top:4.0625rem;left:13.25rem;width:23rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVmlueMsvI8RPNN7JipeLbmsNRBNiCgR { top:3.6875rem;left:36.309894561767rem;width:2.1875rem;height:2.1875rem;display:block; }
#qVmlueMsvI8RPNN7JipeLbmsNRBNiCgR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #wMaP02psS2s2O9Mszv7T08gtnDyOm25u { display:block; }#wMaP02psS2s2O9Mszv7T08gtnDyOm25u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6iwt66gw4TmL3uKBJrhLn6SJiD38NEp { top:2.5rem;left:0rem;width:42.4375rem;height:2.625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFLUbBOVhZiTJ7VOBiR1M2emRspdoZMn { top:5.5625rem;left:12.125rem;width:11.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdTZ7GBOKmaaDWA2UnldLHImBky8akAF { top:63.3125rem;left:0rem;width:11.125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #imitCQkpEr8COUHX5fTrr0ycKBlqxcQK { top:54.125rem;left:7.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKCHyf6e2WTGD6zf38i8OSiCzfe0M5wL { top:63.375rem;left:7.625rem;width:9.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PthG6TKrH0f78zpXng7Hp5bBBnL0aVqX { top:56.625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSCQuqLd2tRQ1iJe2etT9PpKVInWSbAQ { top:56.375rem;left:9.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBM7rt2TlowCDGNfg4xVyNnAxm6TKtNt { top:47.4375rem;left:9.375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5H7TJA1FFuDB2IhahHhLrbS1Mun1imV { top:57rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzRZOQpxeDgFlKWItwkWHdl9TeAMZP1F { top:56.6875rem;left:9.9375rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKGgZeoIB6eHPGJUl0kSSL6ztmFrzB7h { top:47.8125rem;left:9.75rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr6bAqdboSe9q2tesmlINB8anWkEOqzJ { width:27.5625rem;height:3.8125rem;top:68.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSEJSATTQt9MyXClKCZAIRBwP7Wi6mr6 { display:block; }
 }@media only screen and (max-width: 763px) { #OW84CmEEfW4l0pr58yc6fdaGsKcX6JVN { top:63.5rem;left:30.6875rem;width:11.125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOnIQaysKAcnZoF6LOvU19W1T1U716lD { top:56.8125rem;left:32.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWGA9XquJJZTsbzpG7eX3z735z5ecedT { top:57.1875rem;left:33.125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GraTXJvp28978toSiZk5yWk8kaXkM93Q { top:26.375rem;left:15rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFZWrvUuxOcnzzkgsJ3CFpL6SctmldMn { top:19.6875rem;left:17.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB1zom6WlaHMxzhTKUMHlTsmmDpN4ndW { top:20.0625rem;left:18.3125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1Jh7R4te0iPNqrEmyeI4gnckRoDBWIL { top:63.5rem;left:23.875rem;width:11.125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtTRVat8rdTcwihcw30kbTD2Z06bMPCI { top:54.125rem;left:38.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFfaqbzLuTxyG8obeGTyrUyTswmKrRrW { top:63.5625rem;left:38.0625rem;width:9.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs2sxO7G0fXyaLyFFmAZgqIEHVhin6ph { top:44.4375rem;left:0rem;width:11.125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKSKluZ8keVLpN4CJdZv5gHQweMRHhMN { top:26.4375rem;left:38.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKvbJRibT2rHao3w8pFI0DFzD6Pdv41q { top:56.8125rem;left:23.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARIGNp0k2XuCoikoubLeUpPvXsQQK3pD { top:47.4375rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDQ2Gevx1a7z3pypbVmtHiB3pL5T9PW5 { top:37.75rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wheKNbagxd0fl45cP2TpgP7VoG8EXQQo { top:19.75rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE6NzhN4LAb2KIoimpSCbySoRu9Bse83 { top:56.5625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl3umdFGl7FmVaWTcdH6kmqZ1Zt3QI9q { top:57.1875rem;left:23.875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEQBPgENf2PZDKGMJ9x1q1TXtUxRf36s { top:56.875rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJNp9rqlWO8dDuJ5x5nB4rle7ITboO6y { top:47.875rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTZb7KMR2NUcPioymuakgy3OyXXz9wO5 { top:38.125rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suATIO0eVM5lheNtqEN0HVROuyBULO3f { top:20.125rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3tKBfxy5n2O1V2zOZgnvFrSzT3PF2F9 { top:44.625rem;left:38.0625rem;width:9.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnXqH9QAF0Ms9QFnCPxPL0qyQsHA0zeL { top:37.875rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v15Nwsvrh8Kd0aUid1hQCkqcpaqETa0H { top:38.25rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsJr1UDBHyISbtf6swTxKJ1B4ZRA603n { top:54.1875rem;left:31.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRUe1WNuM1pceSCTheXC71BKzBIdoAMW { top:35.4375rem;left:0rem;width:11.125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVTleRslHB1qu1oDxwKw1ukZz8lq03Wz { top:54.1875rem;left:15rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ0127MgQw0hkEr4veaXTxLDq6Mg21Ub { top:47.5rem;left:33.1875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ8zWq3clMrWtIzSrP2K20zD87Z4op4f { top:28.75rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeuIfJLCmC3ybU5UqQTSuNi0Z94rf3qr { top:47.5rem;left:17.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqvpN4HVoEUnMESQKOZc3iqFvVMAtPUk { top:47.875rem;left:33.5625rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOGfUrnnaeG156TkCGz43sdGn7VOPhsm { top:29.125rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbchurTtOXn51N2Qlg1PzVBbGTVLsBi9 { top:47.875rem;left:18.3125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhugGTC2Snvo3DNcaM24UD0x4ppcyV3Q { top:17.25rem;left:8.5rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV59F586KrPnlQIuCDTVSp9hBNIJ87da { top:10.5625rem;left:9.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGR18nT5TEUTCkqIvvBPm1dSHqDEBywf { top:10.9375rem;left:10.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewzKLqKZz4DhG2b5FGlXT9dCE1frLsxN { top:26.3125rem;left:0rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBRIuxm36pTFqIDJfTX6PWR3EZ7rz0cQ { top:19.625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUMCOUhUyZFvIhcowsst5SfkzwsUAQyS { top:20rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi5Iktv61Pw2Tep23KqfFs0NsuCENdll { top:44.5rem;left:23.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPA1A74JB8L0h81x5k9Cgxo7DTMA0mfw { top:37.8125rem;left:23.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4aHOPoddKyLmiMCNpmb0T3Wbm4mQWDi { top:38.1875rem;left:23.875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNqqb7gTHgJMzDzCPINs0mGF07aQKs0z { top:35.5rem;left:31.4375rem;width:9.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuBdFfUg7Tu2bx6ZVVLNT1me7ifMgQPy { top:28.5rem;left:33rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCdhqkrpttg3RFg6ZtssrEZodILvWsDt { top:28.875rem;left:33.3125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy8xFNlRaaeTL1Gql0RKnNEUJDfgSfiq { top:44.5625rem;left:31.75rem;width:9.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxDT3VrDbuUnywGuUitoGtkV7ccuPsJB { top:37.6875rem;left:33.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCvl63xF7ini0CzMABvPnVTP0MAAbzan { top:38.0625rem;left:33.4375rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyZe1wfFyHDBQtx1SvUSRmRNKWzmps1e { top:35.5rem;left:14.1875rem;width:9.6875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkd82ZBbGPgT9KR8XuyI6IzE51SeP3ge { top:28.5rem;left:17.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEJTZ6sf78ieciRhlaz5MhBqz809VWN2 { top:28.8125rem;left:18.3125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwGGpXprmss9dRW9GWz7s6IBKn5QxzqP { top:54.1875rem;left:23.875rem;width:11.125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqkFxUxzqTB3LR6Hw79s2nu3W1SNHfSE { top:47.5rem;left:23.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC9om5XfSlrRzmknlAJztGWla39Fk6oT { top:47.875rem;left:23.875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGDEMLzGgU2JkgnSaW1PDTMmSGHzw2kE { top:17.3125rem;left:38.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd63LwAJrBLu578UhPXBdwbh0Trw7drq { top:10.625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaNHBAHeJgIfxy40Efe2iERJwJwCa9tR { top:11rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6iZK8gZpnktCr8fuoI3zGCytT19v8sh { top:35.5rem;left:8.4375rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVOTgZC7qCVZR1Vq8AucmSIxImr3nIZx { top:28.8125rem;left:9.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgpToXsJTVLL6gSBiSJwaSLBGOWLv5OT { top:29.1875rem;left:10.125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNsW1BaRN3Nt6JdO0Ok5TQrWB2gFT87f { top:17.3125rem;left:15rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU7qNdbdGpiuI1W3xMs0uoBlWlAVpRca { top:11.1875rem;left:18.3125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpVZUrpin8LMBmaavFCAPZInnxCkfgCV { top:10.8125rem;left:17.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX2NPGF6ktt6IC8TbCsBnz2xEJM1dwdf { top:10.5rem;left:32.75rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvvdATOnOBITkXATNeEBCOK6ZcuhWwpc { top:10.875rem;left:33.125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE3dd3VUPTRiZwbEe7Uw81ight4A30R6 { top:17.3125rem;left:31.375rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grdvokysmEkou9kiZ0r3WPShtT0vTg7G { top:19.5625rem;left:32.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqBnabHvtWobcz2kT1R23C18du1L1UWb { top:19.9375rem;left:33.0625rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oczpuxs2MBGE0EA5lColbaiC4f7sMAu0 { top:26.4375rem;left:31.25rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #briLElqasWXBxbkE7r28cIZUsfcTZl4C { top:19.875rem;left:10.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMTQ7oqWrdCwtum2Mnqn931I8iLVyXAT { top:19.5rem;left:9.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdTysmhL9LU1upbJFIXJKpfhD1d5GHTg { top:26.375rem;left:8.125rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJOXqwQWA2EzkCTO0MPQxUMdTAOGwDwF { top:57rem;left:18.3125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZaF9vTaXbkTO8ahDmsPMeKaCWRrpsRu { top:56.625rem;left:17.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9FhksZoCCzc1xTnwJnHOF8g0hJLLRTO { top:63.375rem;left:15rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #roEIuBM6vvKNDPrnWIBHEB11ZQZSzCM9 { top:20.375rem;left:23.875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6LaZeMJeClhyBEUGMQGldA1OU0NedKO { top:20rem;left:23.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OphcDi2MMF48ZIkuEmDHSTFD6ZccTGFf { top:26.4375rem;left:23.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8eRVqAipaZwgiz1AlElzrTa3AIQgmZ4 { top:28.9375rem;left:23.875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA97kBFzIKoKkBgOnRePtEtWTDfqwtbx { top:28.5625rem;left:23.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoAEpuOx1w7Zyx6dlcJn5wBFXOSnNANJ { top:35.5rem;left:23.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paoeNOqhAiKW12SzFM7wXOnzwrVvSgAm { top:11.0625rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz9b67FAzJCMmqzXFzTdRNe5SCTMAuX1 { top:10.6875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBeeVCmeAQccalkun76bLk3t4ncSVaT4 { top:37.75rem;left:17.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiJcx5uqv9FUtCEK988buuwTUIoKU53c { top:38.125rem;left:18.3125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWB68DJWTTzciCWrOMBWNDovfrDMIUIw { top:10.5rem;left:23.875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdsVkrUZbK6yDuWfo2WlDvtTFBsqREcO { top:10.875rem;left:23.875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wToBkon92x2dBW1Xm2u32SU8evtQwXlT { top:29.4375rem;left:42.1875rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMuniOQLWgARO4qm3Hty8sJ7bdshz3mX { top:29.0625rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXXQIPTAgbLio8A7ytW2RGF2kJ9W5LiW { top:37.9375rem;left:9.8125rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9B1dToZggkCMCQnmWpdvAL3Sbg4aPsg { top:37.5625rem;left:9.4375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCvmDOsPRAhIie7BchGb1z99hPu4AF7E { top:47.4375rem;left:0rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW56QnJRuOUQcMwDWWzT9iTJgkLEMR1h { top:47.0625rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX2hw9XBQv74AKETNlyGDXTJd9huv1I5 { top:17.1875rem;left:0rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTd22fOJQTKSPP12QpFEHXcuduEV1XLS { top:35.5rem;left:38.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZtNyFTigQGC8F8zWwN3HAOTf0oXLeXR { top:44.4375rem;left:15rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol1qiahoyT98HzUE9lD235ONe21aTFId { top:17.3125rem;left:23.875rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa33sZzBab4yHVB1patT0AiP9gXoOzzb { top:44.4375rem;left:7.4375rem;width:10.4375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh5CLGqgmv8I7JTKFLEvuGs1V9Vbgb1w { top:54rem;left:0rem;width:8.875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJvv1BVMz3qHOvU8SSuWgsEtWviEUfXf { display:block; }#oJvv1BVMz3qHOvU8SSuWgsEtWviEUfXf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKFbVHiBaz4WJNo573TXmwhMeAO65RSG { width:28.75rem;height:2.5625rem;top:11.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZwmLbf6IPDgHx4Woqh4adctEUtK83So { width:28.75rem;height:1.4375rem;top:14.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eogIE4KA88pZ6TuZfyXfwbQCq5wbvMPT { width:28.75rem;height:2.5625rem;top:11.125rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDhDLmaFoNE9PM4SpJ3XnFGArR6GLIKc { width:28.75rem;height:1.4375rem;top:15.25rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g56yiBQRF3QDzZiq3wVw6aeThEF80dI9 { width:0.125rem;height:7.5rem;top:9.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFcfTxpMLhKt6bkHSEvv9ZIaG5N5VUTA { width:24.875rem;height:3.875rem;top:1.375rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSwcf9TxTJpCLAOoP8tXoHnnZufNGOaq { width:28.75rem;height:1.4375rem;top:6.125rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbyUylWPr4pzpub3FS0ZVKlnb4sxOn4E { width:0.125rem;height:7.5rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JinHyiP3VQoNiBArAVRBwiRz3F7sD2zm { width:22.6875rem;height:3.875rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq78vkBQRt5PTsDlUXTuWV1ptLZGHbwJ { width:28.75rem;height:1.4375rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;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:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:20rem;height:3.8125rem;top:24.7041015625rem;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:20.0859375rem;left:6.875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #F2ugwQp3EcXWL3lECJuTXHDgzCHT3BPk { width:20rem;height:5.8483875rem;top:29.08447265625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fOEzHK0mWKKIXV86kRZVkZcM0Fwe2bE0 { width:20rem;height:2.761225rem;top:36.981201171875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Helio0VQP9wvI650G8eWM5t6NSqm3drb { width:4.5625rem;height:2.2753875rem;top:1.5rem;left:5.0937498211861rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uwacQH8kXCvMVymqlz5BtL3mG8eT8QBz { width:11.6875rem;height:3rem;top:11.77345rem;left:4.125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #pebngdgiKqAmKOB6ixlCJWvKdwezJnRl { display:block; }
 }@media only screen and (max-width: 763px) { #mePkGsXJRqQsaQFseAxcTkNmIOdf0fHx { width:18.999rem;height:3.81225625rem;top:41.156005859375rem;left:0.499267578125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #DuSIQut4RJnQ1KJW3JNiqanui9LL2IA9 { display:block; }
 }@media only screen and (max-width: 763px) { #UzHK5WAFyALPiJkSuPtB5xuWvaDvf90J { width:5.37475625rem;height:1.13769375rem;top:2.066650390625rem;left:10.85693359375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs .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; }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs .widget-text.counter-number { padding-top:0.3525rem;padding-right:0.31875rem;padding-bottom:0.3525rem;padding-left:0.31875rem;width:1.913125rem;min-width:1.913125rem;height:1.89375rem;font-size:1.409375rem;line-height:30.3px;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; }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.551875rem;height:0.7475rem;font-size:0.528125rem;line-height:11.96px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs { width:14.1875rem;height:3.56625rem;display:flex;top:21.463542938233rem;left:2.8515625rem;z-index:15028;padding-top:0.050625rem;padding-right:0.053125rem;padding-bottom:0.050625rem;padding-left:0.053125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #mMAnDIrMLtWkzO9S9EVGbQnOraS6XnUp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #y1L6Qa7zlBn1eI8SuVRdCdCZmx8oL39s {  }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #Nst6HN4IQWqbco9qxL3QVywIDSPfgWP2 {  }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #ETz4ftysNXepiEqORpT4oNhpP9arpwq7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #mua2xAAU6yoeEfHr46T0yhhT5rcTdieR {  }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #izSyAZGGga5gFpf2BUHWM5tsaTgPiwtL {  }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #lT3N7KTAAgcTIDV7T1dhXvDRhCQQSVeA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #AwrdJaQugKdHd3uqeJB7kHOn96iUGTTz {  }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #vnBzE73kqgZmQN2LMHzJy7tofq1rdH2g {  }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #nL5Wcyk4guyctt83bdtuAyDLeSPLGR4E { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #Oq4Ux6PTmNNTRXAehbVS3nZVelMTmhqp {  }
 }@media only screen and (max-width: 763px) { #tGt11g0WyZ8WwFte00oEJyEIEt0AFLRs #mPayThew4nmF4CgyaKq8RdR0RhXSsEa5 {  }
 }@media only screen and (max-width: 763px) { #H32RgpN1WG00uMZ5VakNHWWxnrSU8w12 { width:12.312rem;height:3.65600625rem;top:11.195068359375rem;left:3.8427734375rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pfrL4pb4vsbTW3THqKJtJCpWdipXAC6l { width:18.9375rem;height:3.8171375rem;top:15.987847328186rem;left:0.53038197755814rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qHtvN6GMIbTV28an6hNl3uarZofOzwte { width:14.375rem;height:3.65600625rem;top:7.5390625rem;left:2.8125rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MoVOBDOqxs6qtJoAXQTfPnENUao6VmP0 { width:0.3125rem;height:4.0625rem;top:14.125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row .container { background-color: transparent; background-image: none; }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row .container > .video-iframe-container { display: none; }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row > .video-iframe-container { display: none; }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .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); }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row .container { border-width: 0; border-radius: 0; }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BQdiWV3Bq9CKoNnAEX2SlkFngHQrz0mL > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTbhhWM00fOWDckQbRdJ9A4q2DFx54wp { left:-0.0625rem;background-color:transparent;background-image:none;top:6.8125rem;width:20.125rem;height:1.79980625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSER7lcuLH360m2iTO51UxTshxpi9Bn2 { left:0rem;background-color:transparent;background-image:none;top:9.8125rem;width:19.8125rem;height:4.196775rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTni1MPnko2NmktXFFZTwQWT6yPs6IAu { left:6.875rem;background-color:#ccd4db;background-image:none;top:15.4365234375rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZJianJiPEK5MXhT199F68BBG636L0F3 { left:0.0625rem;background-color:transparent;background-image:none;top:20.75rem;width:20.0625rem;height:1.79980625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5OWAksfLnOS8HN7ucMTTZRxVhK4xtL9 { width:2.5rem;height:2.5rem;top:17.1484375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTua43veD9Xq2aCv5SpeeTrtPIEC3Zcs { width:2.5rem;height:2.5rem;top:2.8984375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhtWhmDThCCg5qOC6zG9TeUWMD1zO30B { display:block; }#NhtWhmDThCCg5qOC6zG9TeUWMD1zO30B > .row .container { width:20rem;height:211.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BgpCuAlTDQQlDMKbUbInZvbWXhG80gEG { width:10.8125rem;height:10.8125rem;top:9.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7q3mfe3a2yRZWMsEOKOG28u3B9ldpTd { width:17.8125rem;height:16.56736875rem;top:25.4375rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5I29vIRdNCPVG4AV0kHppc3rwXHk79T { width:17.125rem;height:1.75rem;top:20.9375rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dEHXqM0MSds7PiUoC5Jc0hTVyWdAOydb { width:20rem;height:5.39795rem;top:2.4677734375rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bWPHwAICOXFB6qFJT7TrnauHcotXc96i { width:0.25rem;height:3.0625rem;top:2.9375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qD2Ok4EInqkPeL2VabC01nKtWLTprUJT { width:10.8125rem;height:10.8125rem;top:43.25319921875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqyL7DJwzdJBOt4A6MdyXawhEiNMnd9z { width:17.8125rem;height:17.94801875rem;top:58.31496796875rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyiXGfZIztH2SmbdLSUNwvWMwVOm8qQs { width:17.06175rem;height:1.74926875rem;top:55.31569921875rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hO8fugcXlswqEqJSasGKGqtaUK8UgIdh { width:10.8125rem;height:10.8125rem;top:110.32961171875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1TnGxovoEtqUKe5abVc0ZDShQxECapE { width:17.8125rem;height:15.1867625rem;top:125.39138046875rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nie7RLQDvevF4Jl0PxCLC42upW5VR34c { width:17.06175rem;height:1.74926875rem;top:122.39211171875rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JB1hz1e9nIzSQ9CJkIBA90oQmMJptoCQ { width:10.8125rem;height:10.8125rem;top:141.82694296875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ3SyWz1naFDOS6lVp2zNT27UaZ4XLDE { width:17.8125rem;height:17.9480125rem;top:156.88871171875rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOwy6V7mOb8NQTUf5eR7uFPLa4yW2MZy { width:17.06175rem;height:1.74926875rem;top:153.88944296875rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dqnc8KyclF7ARQtWLPWeVOF4obVVZx4F { width:10.75rem;height:10.75rem;top:77.51296796875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3tn4l6xa0BqxaBnzA7THJZlr4e3PVsW { width:17.8125rem;height:16.5673875rem;top:92.51223671875rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnepDAqTtcUrRquGJdPMzIfNF7WPsruh { width:17.06175rem;height:1.74926875rem;top:89.51296796875rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V8pgb1O2ySXn9sLoLf84UHmc3srJHDJo { width:10.75rem;height:10.75rem;top:176.08642773438rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #II1pmTx2THET49Gdl3f8GKNHVoyiv43b { width:17.8125rem;height:19.3286375rem;top:191.08569648438rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ6s1ehkwMPz8LHlFQNP2Fc4deUg72yN { width:17.06175rem;height:1.74926875rem;top:188.08642773438rem;left:1.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THdUTpNp39K0417QO1aMX82GGcQQzPk2 { display:none; }#THdUTpNp39K0417QO1aMX82GGcQQzPk2 > .row .container { width:20rem;height:162.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ui4isMW6bNwwGfNRNSPwV4zAh8dTZXcX { width:11.4375rem;height:4rem;top:20.75rem;left:4.25rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NVGWZCJ1LXWoR9CciKxCD85g9DDhVPqw { width:8.875rem;height:1.125rem;top:27.75rem;left:5.6875019073488rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xyo7slEmEr8llfk05IMTemyAS9pwax0s { width:15.75rem;height:13.191375rem;top:30.125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw2AyKdEWSE3eS2CkD4hCHtNmTfOFKRE { width:17.6875rem;height:18.25rem;top:26rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OydeRl6vGhv7KkgM9fFxmLo3ommGhXls { width:0.25rem;height:3.0625rem;top:3.6875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSfBu7S9WTbsrL6ZGvOBAzRvTXh2fdzf { width:14.125rem;height:18.25rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKgSwmmhH2p1MqIkhd7KNpXBcyRHiGJw { width:17.6875rem;height:18.25rem;top:65rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh7bmB1TMdRgrW7nC0mbB0WuTMk8ealG { width:15.75rem;height:0;top:69.1875rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBpg9i6tDSlB2OiThTlcXeJTBRQoGsy7 { width:14.125rem;height:18.25rem;top:45.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niKAr58NdMdU3IgtvaZu7tTaRAOQSGPD { width:17.6875rem;height:18.25rem;top:143rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMb9t93PR3MHRuDtuWdQciXl3soJbUBO { width:15.75rem;height:0;top:147.1875rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNExB1Pb3dmKC6nTTNRl8KTXWJDu7Tfw { width:14.125rem;height:18.25rem;top:123.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O39xTloUOr84uFHhGHy3aCaDX0kuHtfz { width:17.6875rem;height:18.25rem;top:104rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw5vUDq3kBlabRV5sB07ekiLsRiRn0GU { width:15.75rem;height:0;top:108rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACDmLVBpTZbJETOfcTKVFFRlAkSQDq3c { width:14.125rem;height:18.25rem;top:84.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7arlHpN4Zd0ArLkt68RsLBWsDiuucRA { width:8.875rem;height:1.125rem;top:66.75rem;left:5.5624961853025rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PV52k86Fa2Ago9gp1Bm0DX7NCuiCEOip { width:8.875rem;height:0;top:106rem;left:5.6250019073488rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #shdwyFdRBbAMM8BNQIX9DxSic6sv4XPo { width:8.875rem;height:0;top:144.9375rem;left:5.4999961853025rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EqQKXGIFAgIQ0GTh1D6y0fIUIGD00glw { display:none; }#EqQKXGIFAgIQ0GTh1D6y0fIUIGD00glw > .row .container { width:20rem;height:162.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wb8uuoPebD5flidrgEP6zlTKUAFfTyaJ { width:11.4375rem;height:4rem;top:20.75rem;left:4.25rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mPONJP8ia9fdBKqvxw3dv8GPTLNIyQ9r { width:8.875rem;height:1.125rem;top:27.75rem;left:5.6875019073488rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CT0a3WcWyV5qT1fMytEBnVy8ffDNsy4R { width:15.75rem;height:13.191375rem;top:30.125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZKKPWG6psb27NQd9wSU5oQKb7T6DB3o { width:17.6875rem;height:18.25rem;top:26rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdoq0TOb3Acndohbsm7J5AsN8PM9v5iQ { width:0.25rem;height:3.0625rem;top:3.6875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQAbuBIAoGCk3kQg9lNFEcQvyFKBJwqd { width:14.125rem;height:18.25rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnN5knyApyWFSiGf6DgUW31ommQKGCk9 { width:17.6875rem;height:18.25rem;top:65rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1fTolgdCsI9ZJPVDn2xi4ybE5kqqecR { width:15.75rem;height:0;top:69.1875rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1t6UouXv5IxrdRBpTpQ5qevVKeN7u66 { width:14.125rem;height:18.25rem;top:45.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsTngnxFPrr5TIZZoomI5zSMl4kEE2Ow { width:17.6875rem;height:18.25rem;top:143rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgCZy8uPfOGH4KD5TMHR1ueAwtH2vqZ9 { width:15.75rem;height:0;top:147.1875rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #myRATWekRuy6FmvgUICTFAgoCxncb7N0 { width:14.125rem;height:18.25rem;top:123.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey8IZCpfNtOxNtNLuFQrHDozkq7CFioD { width:17.6875rem;height:18.25rem;top:104rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnyahKdakObAt6b34AA2MURmtByX1CZ7 { width:15.75rem;height:0;top:108rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0QSNNumOK0eXL9ofhpRQC2XDVDdVAoi { width:14.125rem;height:18.25rem;top:84.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH1VMNnM55wFciIaqFDX6vTCXunRtxQx { width:8.875rem;height:1.125rem;top:66.75rem;left:5.5624961853025rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wQMR1mopvmaiODhDaWf5QckamrvbTorI { width:8.875rem;height:0;top:106rem;left:5.6250019073488rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Or3UUctWMNNA4lmzHSHnOKZkZGWmTA67 { width:8.875rem;height:0;top:144.9375rem;left:5.4999961853025rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #da3366897f1b5324b5db3080d4e5c54a.widget-smartsection { display:block; } #da3366897f1b5324b5db3080d4e5c54a.widget-smartsection *:focus-visible, #da3366897f1b5324b5db3080d4e5c54a.widget-smartsection input[type="text"]:focus-visible, #da3366897f1b5324b5db3080d4e5c54a.widget-smartsection input[type="email"]:focus-visible, #da3366897f1b5324b5db3080d4e5c54a.widget-smartsection input[type="tel"]:focus-visible, #da3366897f1b5324b5db3080d4e5c54a.widget-smartsection textarea:focus-visible { outline: none; } #sI4HtEQ02TZEwCEJpu15a9Vb8e91hZTq > .row .container { width:20rem;height:106rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzNMdy2Vn1bRCz4E3ZcRkpBFJvWGE42S { display:block; }#IzNMdy2Vn1bRCz4E3ZcRkpBFJvWGE42S > .row .container { width:20rem;height:73.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGwDNX1zg39gnRbv353FS4CKW9Gyepii { width:18rem;height:9.09179375rem;top:5.0996125rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQGJ0Tk4vqWVXNMrocayPAA7GSzsxK1B { width:16.25rem;height:3.8125rem;top:53.6875rem;left:1.875rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #o1ivK5IDu5pAOTrD7V4yZiFvMxKBGioe { display:block; }
 }@media only screen and (max-width: 763px) { #RJDIRfMaqUMbwXGVuP5RIPufR2oDquWh { width:19.75rem;height:16.8125rem;top:14.148425rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r04UnNsnODThtVufphmOi32xZXW5T5xx { width:12.625rem;height:2.8rem;top:21.585925rem;left:3.6875rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MBZV8ZWvybNUSietBzaiTK3EJkbmq2wU { width:13.5rem;height:6.4941375rem;top:63.25rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9FQ27vsHgkT5qbZUD4MD7vHMiviDXAD { width:19.75rem;height:18.1875rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woxQ6qd9Ta9yQHumfMtKDDvt1zZsquFN { width:13.5rem;height:3.8964875rem;top:24.398425rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTue2nMhIHsnSn6BfcukScU9GEHuCNG { width:12.625rem;height:2.79948125rem;top:60.4375rem;left:3.125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #l0mePTFk2UTozW6K0DaHsyHU9xnI3e4p { width:4.6875rem;height:4.6875rem;top:16.023425rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPU2GRpD3Dr5QDxZxZX5le6KfA4KFIRT { width:4.6875rem;height:4.6875rem;top:54.875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHXiPNRIg2qqXXK8AyLA2QrMG7lHTT48 { width:19.4375rem;height:2.6rem;top:1.25rem;left:0.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mT3UOPMgegupqkJ3l7JLKDT178dpQN22 { width:0.375rem;height:4.0625rem;top:2.4375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oCKfq6etrV64gSVB3PMnm3wn4HwHb5sa { width:19.75rem;height:19.5rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1dEEyze2WUrU2pifU3zk88u77pFHnVo { width:4.6875rem;height:4.6875rem;top:33.9375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3VLbTzNEKAtlaCs1TGBH0cbaFfVG7dz { width:12.625rem;height:2.79948125rem;top:39.5rem;left:3.5625rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r8ZEVWzFBaqLEK9d7qJhMqPFdF1sDLUq { width:16rem;height:3.8964875rem;top:42.3125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4N7DkS8FpusSy7FsCM6QTb8XiEhSupc { display:block; }#a4N7DkS8FpusSy7FsCM6QTb8XiEhSupc > .row .container { width:20rem;height:132.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVGuKHM2e7CcMPlGv6glbBpl38OWt7Eu { width:18.999rem;height:11.062rem;top:26.4697265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvbqJD23h9IZI27awV0fgXVA78FpaVBN { width:12.06175rem;height:11.5625rem;top:65.74951171875rem;left:7.000732421875rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #wUdoKpDycw4UH39iDVNRr1refD0LyeQS { width:9.8125rem;height:10.875rem;top:39.533203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0TMQzm75cCCizaDSFTGGxMom1JViTXc { width:8.81225rem;height:7.312rem;top:85.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNiIy3kWT2bS6k6aRkCVoksTf5SMR8P8 { width:10.249rem;height:13.31175rem;top:105.60302734375rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ZLkZ8sm7CrPt9flp6pa2dANkUDUa02Ry { width:8.75rem;height:12.6233125rem;top:8.187255859375rem;left:1.575927734375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #zih1fbBkMInwhQprPh5XmgPGAw0DpkU8 { width:20rem;height:5.19791875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zgOEpD6XmkCDAEebLb0nhXwoJqozuidH { width:0.375rem;height:4.0625rem;top:4.375rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DnDTVTWGLIJ3UrcGid5TCXyqcXkdgkgv { width:19rem;height:8.329875rem;top:49.157985687256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4ikUVdq2IB4zOUKvvClLeb46OH5rDZm { width:11.62475rem;height:7.4365rem;top:95.667724609375rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #twRF2XQTdu05JHSCFLW9v4EmmblMKBRZ { width:18.999rem;height:10.18675rem;top:57.73681640625rem;left:0.0634765625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #tTqvyAJ7bb9ZMQCEZ3vDqa3TGFVvEBLd { width:18.999rem;height:10.4199375rem;top:75.499267578125rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #fldgx4NX2QbntfsoMZGef7UkoqOdspax { width:7.87475rem;height:12.124rem;top:109.18579101562rem;left:9.74853515625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ICH34JzBPqsXuqDnoQrPffVAh3zTIFHt { width:9.0625rem;height:7.312rem;top:36.748046875rem;left:10rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #kg5NgG39b48ZinPbSqsqP2hH8i5bquqr { width:7.99925rem;height:11.499rem;top:95.667724609375rem;left:11.063232421875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #zanT9lTQCUDS9aFUg64s0pSikpmi7uLs { width:18.0615rem;height:6.93725rem;top:121.47705078125rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #VDVf0D5nN0ZGMHcEk72GnzZOQVBFzbVw { width:18.999rem;height:9.70825rem;top:15.198974609375rem;left:0.0634765625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #wNe6SA5aPTL7KUyoAaGK7VOeSOTWhcOm { width:12.5rem;height:4.936525rem;top:89.105224609375rem;left:6.5625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #IezKxkfKbWL8pTUtusH4H2r76J93tL88 { display:block; }#IezKxkfKbWL8pTUtusH4H2r76J93tL88 > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMEGLTIt4FHyTcl1KQ89WbhthyQ3XeT5 { width:14.0625rem;height:15.06225rem;top:5.09765625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyB4UHoOaqQ6cQ7Sp1ZTiJV2JTTJCut8 { width:14.0625rem;height:15.06225rem;top:21.40871875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfK5ugrukcFEGdclW7PTvuLpv1M8MsTO { width:14.0625rem;height:15.06225rem;top:37.71978125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmktoJiDDoeIuHGXvOIJypduEZyHdbqt { width:17.24975rem;height:2.598875rem;top:1.25rem;left:1.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p3g4dRQQT0b5J960xbT1D6cqUS8Oi0yV { width:0.375rem;height:4.0625rem;top:1.5625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdeLQH63meQmIWqo9grlk2w1D5t8nFbN { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .row .container { background-color: transparent; background-image: none; }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .row .container > .video-iframe-container { display: none; }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .row > .video-iframe-container { display: none; }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .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); }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .row .container { border-width: 0; border-radius: 0; }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdeLQH63meQmIWqo9grlk2w1D5t8nFbN > .row .container { width:20rem;height:108.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUzbXSPaz3xZKBrmyn89llS7zruU0P5L { width:20rem;height:32.5rem;top:39.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA7sREqiM70I3HChNsMF4hQTzWE04Fe3 { width:12.5rem;height:2.598875rem;top:41.6875rem;left:3.748046875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o99CQluc9UcZlqidc0mdv4PWEW0ng0PA { width:5rem;height:3.00536875rem;top:49.06005859375rem;left:5.748291015625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOtTRJxZ8JBMpPIUTHCfu8XcpoDIRMz5 { width:16.25rem;height:4.79735625rem;top:55.684814453125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs0t980DkKltmEyGRUga9sGSkHsgTUc7 { width:12.5rem;height:1.59911875rem;top:56.1865234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnwiR3C9TqLOOFEZX4DPzZ3GZeblGMxv { width:20rem;height:2.598875rem;top:7.873046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml1QvrtRhKBFPcZsa3ECb9IM64S8SvQq { width:4.1870125rem;height:3.00536875rem;top:16.309814453125rem;left:5.748291015625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIHJeKtPQ9Z3TFTdBL6LTn4bNQZflQaw { width:7.124rem;height:1.13769375rem;top:10.907470703125rem;left:7.9345703125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s51LzQeI6fzw17vZ0FTK84i6dq9l8nLb { width:12.5rem;height:3.1982375rem;top:22.623046875rem;left:3.748046875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA4i51yaaW9k3yPz1FLWZsmZ9DtJNm0x { width:20rem;height:32.4375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ki81dCTuyBD5MBhhUNL2ilbUaJbuxP71 { width:20rem;height:32.5625rem;top:72.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuUtGdv7moQymSnHBp5LyAUsV4eNT43B { width:12.5rem;height:4.396975rem;top:75.5rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo66uT88Ku05wAEiMdUHS5TWQkfZhV2F { width:12.5rem;height:14.3920875rem;top:83.436279296875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu7WhJFEdKlEv0cXwSP7Inc5ck7VoZSD { width:13.6875rem;height:4.0625rem;top:30.375rem;left:3.15625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #pBbcUf9JQMDJZng95uvI732lzGbZe68k { display:block; }
 }@media only screen and (max-width: 763px) { #T7A2LrTDn3HIvioJkU4ZN0pXRZ5Sbnya { width:13.6875rem;height:4.0625rem;top:64.0615234375rem;left:3.15625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #vzCJU7DVkTwBGuwPBkd7ywFnBwf3BiJG { display:block; }
 }@media only screen and (max-width: 763px) { #t4TpHfRUlXxsgAtO8XyyaS6i6ebUHukL { width:13.6865rem;height:4.0625rem;top:99.99755859375rem;left:3.155517578125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Z5UVr5P365RbU42HbRyM7CWGVeyhUDoO { display:block; }
 }@media only screen and (max-width: 763px) { #XGne6NtBRcEu0lAemy8OwBgH9Z5I3NvB { width:20rem;height:2.598875rem;top:1.8120651245118rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkaL0zl2iTt02itwUUK5NaX0map5Mkub { width:0.3125rem;height:4.0625rem;top:3.5625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOTyOXUDWFT0c8M1g6Fv9nS62pdm7307 { width:7.0605625rem;height:1.13769375rem;top:44.90966796875rem;left:8.07373046875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxWqb6JHEu8Qp2xoS4yPKel4sOo4GJRN { width:7.0605625rem;height:1.13769375rem;top:80.83251953125rem;left:7.3095703125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqaXONVeOwt3keqFKvKbvpm4LvBQ6Ub5 { width:7.0605625rem;height:1.13769375rem;top:36.1962890625rem;left:7.965087890625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBxhwe5n1GmkPVE0TFgZ5UmxH4otGLs1 { position:relative;z-index:auto;display:block; }#sBxhwe5n1GmkPVE0TFgZ5UmxH4otGLs1 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAPg7tHAK8rtzwiE7my59CdJUn2SbFOT { width:11.25rem;height:2.5rem;top:12.310791015625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHXRyLITJxkU7eHtUxkHVJVToqm2VrLa { display:block; }
 }@media only screen and (max-width: 763px) { #J2TZZ0A4J3rX5qeJmgmA8wEGaDqer1Jz { width:20rem;height:0.97411875rem;top:9.561767578125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwRtOnh8mW5klCu2rpNagIh4WlF8fuS4 { width:8.8745rem;height:1.298825rem;top:2.53173828125rem;left:5.562744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu .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; }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu .widget-text.counter-number { padding-top:0.3525rem;padding-right:0.31875rem;padding-bottom:0.3525rem;padding-left:0.31875rem;width:1.913125rem;min-width:1.913125rem;height:1.89375rem;font-size:1.409375rem;line-height:30.3px;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; }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.551875rem;height:0.7475rem;font-size:0.528125rem;line-height:11.96px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu { width:14.187rem;height:3.565675rem;display:flex;top:5.185546875rem;left:2.8515625rem;z-index:15028;padding-top:0.050625rem;padding-right:0.053125rem;padding-bottom:0.050625rem;padding-left:0.053125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #BLOENQmZGOcDwBU7BfJA0XWgqf0LTQxz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #UrMsU8RChoZ3muGVPXxQFWcQs7oEO1BR {  }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #lrwEHTSuUK1yNpNd1g1p7XbE1Z7nLutw {  }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #cxfReKoaf00Q8SRUPBehTBS6kJhFvhrR { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #Wt1UmpuLuppZznqLCCwlGTpiUHaq7dVF {  }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #vSKHT8K4Qphq4p1QIH5NJdR58S84JyFC {  }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #Dnkl6tqmUyqkbnDMAWzoep97AEdcr4SP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #xWMvdPdw2E4B0z9gkLmTACBf8b6ymNVT {  }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #zmwyLIKVuq9gTkqe9FwetSfdDx0sPInh {  }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #PCW9W0wc4RvBZIGaVAiwTQWKOT5fGbL9 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #D93C98ZauePSLVDfSNKVFL57XBvuCW7S {  }
 }@media only screen and (max-width: 763px) { #T4pWXO7CSUHpeJy1Ph1pNFQcirUJo2Xu #KW5wTgV8vJHpDDeL7TbEIKNOO8octds1 {  }
 }@media only screen and (max-width: 763px) { #y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl { display:block; }#y713B0Xt7uR7UwR9KTZ9aRU4IHp5HHdl > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ar81WEQhoRTsqUE4rN9Wc7oyiwmTe7S0 { width:20rem;height:4.7973625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAkhylL7IDDzEO7yJvR0dcHFl8lb1eOR { width:17.6875rem;height:23.37893125rem;top:7.2109375rem;left:1.15625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PygcVTyW0svh6QAP2e9cadPCE02Tmm6K { width:16.25rem;height:3.8125rem;top:48.5rem;left:1.875rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #xRvoM2OiyzxuCJRk0tnCQbBd8SpMA3NO { display:block; }
 }@media only screen and (max-width: 763px) { #VRGl7Cy78D5sl7wqwTNtMuDTb9y9S8FE { width:20rem;height:21.74925rem;top:32.686767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmw57ZPmFhLeOQyiCtIKfudNLMMtR31Q { width:0.375rem;height:5.375rem;top:5.0625rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iWWLukTX3gJaW2ZPXxawRvTFTDSERIOU { display:block; }#iWWLukTX3gJaW2ZPXxawRvTFTDSERIOU > .row .container { width:20rem;height:140.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnmeRVzbCwyPKQZq1DRIahfZM47iwAhB { width:12.0625rem;height:15.607675117535rem;top:45.3125rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPkyCa11OmloEeLJGkBSqVmttITbGHyr { width:11.874rem;height:7.374rem;top:91.375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A619mAxzRf402sSCwTrJMIRF6QHPWHeq { width:7.1865rem;height:6.5625rem;top:88.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO2glFWZXcClZdWMzLpCuA8DMFH305IO { width:19rem;height:9.0380625rem;top:105.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqVGGXey3x9V4firReuGvQi2Ihr39R3g { width:7.6230625rem;height:6.9375rem;top:64.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXDGlIO2ObfrN1CNdTdG2yv2myEMTAnG { width:19rem;height:6.547875rem;top:37.875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #id7XJwnBnwb9sgTzncGClTTy9io2yKSw { width:10.9980625rem;height:7.0605625rem;top:17.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgamcwyeGnXGgbpWp1TTkD0s78dFmxQo { width:12.246125rem;height:6.5625rem;top:48.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItzESPudK2qGmzozC66T3TK3IVtz4Ht2 { width:12.6875rem;height:8.25rem;top:44.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvnfnx4qPURsXk2uaOvTLgk61gRhcTMa { width:8.625rem;height:7.875rem;top:20.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXkDGotysOThfcZlzcr4Fd2eJbfZgrJD { width:11.874rem;height:5.686525rem;top:67.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6fI8t9pDr02GSPBWViQ2kfrTn5Oxa0T { width:19rem;height:9.808625rem;top:26.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZCppnXo55AcA2IXuiZxJChH7gxJgeEo { width:19rem;height:11.6640625rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi7l0mFZTmOc90deM1fr0ceBSbVE5JiP { width:0.374755625rem;height:5.874025rem;top:4.669189453125rem;left:17.747802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh42bA6952gOK46wI6QqNKCGPRP8rEWy { width:16.1875rem;height:9.96704375rem;top:3.375rem;left:1.5625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHSWu72mBrQ6SBQNKLlVtcVc99dTbE7t { width:19rem;height:4.5625rem;top:132.875rem;left:0.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #fhQNfE8NiKNKq9a87zwaRADlCxED5Xbq { display:block; }
 }@media only screen and (max-width: 763px) { #Gxmeo2XlnquNdnF7CX7sZGNTlEl6l4Gn { width:20rem;height:3.571775rem;top:126.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkJUCXpAACqqRPDmT5P2G1qTWB0o46qz { width:19rem;height:8.068375rem;top:81.6875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUUSHVf6TclnScKuu52gJ3z1FPhtGifG { width:19rem;height:9.4755625rem;top:73.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWJOsy4dMvgrxsun6omco7qp9NGk9Spb { width:19rem;height:8.410125rem;top:97.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWBJ8aZ06ysz1KsEaDr7gxNguHqTtPuO { width:8.3730625rem;height:8.683625rem;top:112.5rem;left:1.9375rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection { background-color:#000000;background-image:none;display:block; } #G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection *:focus-visible, #G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection input[type="text"]:focus-visible, #G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection input[type="email"]:focus-visible, #G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection input[type="tel"]:focus-visible, #G038945e3cbcb65aad3de9d0f2c991c0.widget-smartsection textarea:focus-visible { outline: none; } #b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1 > .row .container { background-color: transparent; background-image: none; }#b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1 > .row .container > .video-iframe-container { display: none; }#b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1 > .row > .video-iframe-container { display: none; }#b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1 > .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); }#b2Tq7UqneZMEoCtpokGpPTXnbb5bfzP1 > .row .container { width:20rem;height:54.6875rem;position:relative;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:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vDq1UTC4hWaJMDJLteW2zWqSXOM83Vdu { width:6.31225rem;height:6.31225rem;top:2.374267578125rem;left:6.842041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm6oiWTKLBFg2egnKUJNA4aDbGqX5dDT { width:16.062rem;height:1.40014375rem;top:12.93701171875rem;left:1.9677734375rem;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:10.06201171875rem;left:8.936767578125rem;display:block; }
#qVmlueMsvI8RPNN7JipeLbmsNRBNiCgR > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #wMaP02psS2s2O9Mszv7T08gtnDyOm25u { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b3c2b1aa-6f1d-4565-9a37-90ec02bababd/banner4.crop_747x688_0,0.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#wMaP02psS2s2O9Mszv7T08gtnDyOm25u.adaptive-delivery-prevent-bg, #wMaP02psS2s2O9Mszv7T08gtnDyOm25u.lazyload, #wMaP02psS2s2O9Mszv7T08gtnDyOm25u.lazyloading { background-image: none; }#wMaP02psS2s2O9Mszv7T08gtnDyOm25u > .row .container { width:20rem;height:373.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X6iwt66gw4TmL3uKBJrhLn6SJiD38NEp { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFLUbBOVhZiTJ7VOBiR1M2emRspdoZMn { width:11.75rem;height:0.3125rem;top:6.07421875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdTZ7GBOKmaaDWA2UnldLHImBky8akAF { width:6.5625rem;height:1.125rem;top:183.88671875rem;left:6.6875rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imitCQkpEr8COUHX5fTrr0ycKBlqxcQK { width:5.875rem;height:1.125rem;top:156.63671875rem;left:7.0625rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lKCHyf6e2WTGD6zf38i8OSiCzfe0M5wL { width:6.6875rem;height:1.125rem;top:186.26171875rem;left:6.625rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PthG6TKrH0f78zpXng7Hp5bBBnL0aVqX { width:6.25rem;height:6.25rem;top:161.38671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSCQuqLd2tRQ1iJe2etT9PpKVInWSbAQ { width:6.25rem;height:6.25rem;top:168.88671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBM7rt2TlowCDGNfg4xVyNnAxm6TKtNt { width:6.25rem;height:6.25rem;top:138.13671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5H7TJA1FFuDB2IhahHhLrbS1Mun1imV { width:5.5625rem;height:5.5625rem;top:161.76171875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzRZOQpxeDgFlKWItwkWHdl9TeAMZP1F { width:5.5625rem;height:5.5625rem;top:169.19921875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKGgZeoIB6eHPGJUl0kSSL6ztmFrzB7h { width:5.5625rem;height:5.5625rem;top:138.51171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr6bAqdboSe9q2tesmlINB8anWkEOqzJ { width:19rem;height:3.8125rem;top:96.1875rem;left:0.5rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #WSEJSATTQt9MyXClKCZAIRBwP7Wi6mr6 { display:block; }
 }@media only screen and (max-width: 763px) { #OW84CmEEfW4l0pr58yc6fdaGsKcX6JVN { width:7.0625rem;height:1.125rem;top:368.51171875rem;left:6.4375rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XOnIQaysKAcnZoF6LOvU19W1T1U716lD { width:6.25rem;height:6.25rem;top:350.01171875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWGA9XquJJZTsbzpG7eX3z735z5ecedT { width:5.5625rem;height:5.5625rem;top:350.38671875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GraTXJvp28978toSiZk5yWk8kaXkM93Q { width:6.8125rem;height:1.125rem;top:66.76171875rem;left:6.5625rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFZWrvUuxOcnzzkgsJ3CFpL6SctmldMn { width:6.25rem;height:6.25rem;top:53.38671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB1zom6WlaHMxzhTKUMHlTsmmDpN4ndW { width:5.5625rem;height:5.5625rem;top:53.76171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1Jh7R4te0iPNqrEmyeI4gnckRoDBWIL { width:6.0625rem;height:2.25rem;top:365.01171875rem;left:6.9375rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtTRVat8rdTcwihcw30kbTD2Z06bMPCI { width:5.6875rem;height:1.125rem;top:340.13671875rem;left:7.125rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PFfaqbzLuTxyG8obeGTyrUyTswmKrRrW { width:7.25rem;height:1.125rem;top:370.88671875rem;left:6.375rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cs2sxO7G0fXyaLyFFmAZgqIEHVhin6ph { width:11.125rem;height:1.125rem;top:122.38671875rem;left:4.4375rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UKSKluZ8keVLpN4CJdZv5gHQweMRHhMN { width:6.6875rem;height:1.125rem;top:249.01171875rem;left:6.625rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BKvbJRibT2rHao3w8pFI0DFzD6Pdv41q { width:6.25rem;height:6.25rem;top:342.51171875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARIGNp0k2XuCoikoubLeUpPvXsQQK3pD { width:6.25rem;height:6.25rem;top:326.76171875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDQ2Gevx1a7z3pypbVmtHiB3pL5T9PW5 { width:6.25rem;height:6.25rem;top:99.88671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wheKNbagxd0fl45cP2TpgP7VoG8EXQQo { width:6.25rem;height:6.25rem;top:235.63671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE6NzhN4LAb2KIoimpSCbySoRu9Bse83 { width:6.25rem;height:6.25rem;top:357.51171875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl3umdFGl7FmVaWTcdH6kmqZ1Zt3QI9q { width:5.5625rem;height:5.5625rem;top:342.88671875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEQBPgENf2PZDKGMJ9x1q1TXtUxRf36s { width:5.5625rem;height:5.5625rem;top:357.82421875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJNp9rqlWO8dDuJ5x5nB4rle7ITboO6y { width:5.5625rem;height:5.5625rem;top:327.19921875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTZb7KMR2NUcPioymuakgy3OyXXz9wO5 { width:5.5625rem;height:5.5625rem;top:100.26171875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suATIO0eVM5lheNtqEN0HVROuyBULO3f { width:5.5625rem;height:5.5625rem;top:236.01171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3tKBfxy5n2O1V2zOZgnvFrSzT3PF2F9 { width:6.25rem;height:1.125rem;top:309.38671875rem;left:6.875rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gnXqH9QAF0Ms9QFnCPxPL0qyQsHA0zeL { width:6.25rem;height:6.25rem;top:296.01171875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v15Nwsvrh8Kd0aUid1hQCkqcpaqETa0H { width:5.5625rem;height:5.5625rem;top:296.38671875rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsJr1UDBHyISbtf6swTxKJ1B4ZRA603n { width:6.125rem;height:1.125rem;top:337.76171875rem;left:6.9375rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aRUe1WNuM1pceSCTheXC71BKzBIdoAMW { width:6.6875rem;height:2.25rem;top:91.63671875rem;left:6.625rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVTleRslHB1qu1oDxwKw1ukZz8lq03Wz { width:6.8125rem;height:1.125rem;top:159.01171875rem;left:6.5625rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uQ0127MgQw0hkEr4veaXTxLDq6Mg21Ub { width:6.25rem;height:6.25rem;top:319.26171875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ8zWq3clMrWtIzSrP2K20zD87Z4op4f { width:6.25rem;height:6.25rem;top:69.13671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeuIfJLCmC3ybU5UqQTSuNi0Z94rf3qr { width:6.25rem;height:6.25rem;top:145.63671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqvpN4HVoEUnMESQKOZc3iqFvVMAtPUk { width:5.5625rem;height:5.5625rem;top:319.63671875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOGfUrnnaeG156TkCGz43sdGn7VOPhsm { width:5.5625rem;height:5.5625rem;top:69.51171875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbchurTtOXn51N2Qlg1PzVBbGTVLsBi9 { width:5.5625rem;height:5.5625rem;top:146.01171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhugGTC2Snvo3DNcaM24UD0x4ppcyV3Q { width:6.6875rem;height:1.125rem;top:33.63671875rem;left:6.625rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SV59F586KrPnlQIuCDTVSp9hBNIJ87da { width:6.25rem;height:6.25rem;top:15.13671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGR18nT5TEUTCkqIvvBPm1dSHqDEBywf { width:5.5625rem;height:5.5625rem;top:15.51171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewzKLqKZz4DhG2b5FGlXT9dCE1frLsxN { width:6.375rem;height:1.125rem;top:60.88671875rem;left:6.8125rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JBRIuxm36pTFqIDJfTX6PWR3EZ7rz0cQ { width:6.25rem;height:6.25rem;top:38.38671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUMCOUhUyZFvIhcowsst5SfkzwsUAQyS { width:5.5625rem;height:5.5625rem;top:38.76171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oi5Iktv61Pw2Tep23KqfFs0NsuCENdll { width:7.375rem;height:1.125rem;top:303.51171875rem;left:6.3125rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPA1A74JB8L0h81x5k9Cgxo7DTMA0mfw { width:6.25rem;height:6.25rem;top:281.01171875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4aHOPoddKyLmiMCNpmb0T3Wbm4mQWDi { width:5.5625rem;height:5.5625rem;top:281.38671875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNqqb7gTHgJMzDzCPINs0mGF07aQKs0z { width:6.5rem;height:1.125rem;top:276.26171875rem;left:6.75rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kuBdFfUg7Tu2bx6ZVVLNT1me7ifMgQPy { width:6.25rem;height:6.25rem;top:258.88671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCdhqkrpttg3RFg6ZtssrEZodILvWsDt { width:5.5625rem;height:5.5625rem;top:259.26171875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy8xFNlRaaeTL1Gql0RKnNEUJDfgSfiq { width:6.6875rem;height:2.25rem;top:305.88671875rem;left:6.625rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LxDT3VrDbuUnywGuUitoGtkV7ccuPsJB { width:6.25rem;height:6.25rem;top:288.51171875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCvl63xF7ini0CzMABvPnVTP0MAAbzan { width:5.5625rem;height:5.5625rem;top:288.88671875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyZe1wfFyHDBQtx1SvUSRmRNKWzmps1e { width:6.25rem;height:1.125rem;top:97.51171875rem;left:6.875rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jkd82ZBbGPgT9KR8XuyI6IzE51SeP3ge { width:6.25rem;height:6.25rem;top:84.13671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEJTZ6sf78ieciRhlaz5MhBqz809VWN2 { width:5.5625rem;height:5.5625rem;top:84.44921875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwGGpXprmss9dRW9GWz7s6IBKn5QxzqP { width:6rem;height:2.25rem;top:334.26171875rem;left:7rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqkFxUxzqTB3LR6Hw79s2nu3W1SNHfSE { width:6.25rem;height:6.25rem;top:311.76171875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC9om5XfSlrRzmknlAJztGWla39Fk6oT { width:5.5625rem;height:5.5625rem;top:312.13671875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGDEMLzGgU2JkgnSaW1PDTMmSGHzw2kE { width:6.5625rem;height:1.125rem;top:218.26171875rem;left:6.6875rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yd63LwAJrBLu578UhPXBdwbh0Trw7drq { width:6.25rem;height:6.25rem;top:206.01171875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaNHBAHeJgIfxy40Efe2iERJwJwCa9tR { width:5.5625rem;height:5.5625rem;top:206.38671875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6iZK8gZpnktCr8fuoI3zGCytT19v8sh { width:4.9375rem;height:1.125rem;top:95.13671875rem;left:7.5rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVOTgZC7qCVZR1Vq8AucmSIxImr3nIZx { width:6.25rem;height:6.25rem;top:76.63671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgpToXsJTVLL6gSBiSJwaSLBGOWLv5OT { width:5.5625rem;height:5.5625rem;top:77.01171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNsW1BaRN3Nt6JdO0Ok5TQrWB2gFT87f { width:8.875rem;height:1.125rem;top:36.01171875rem;left:5.5625rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TU7qNdbdGpiuI1W3xMs0uoBlWlAVpRca { width:5.5625rem;height:5.5625rem;top:23.01171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpVZUrpin8LMBmaavFCAPZInnxCkfgCV { width:6.25rem;height:6.25rem;top:22.63671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX2NPGF6ktt6IC8TbCsBnz2xEJM1dwdf { width:6.25rem;height:6.25rem;top:198.51171875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvvdATOnOBITkXATNeEBCOK6ZcuhWwpc { width:5.5625rem;height:5.5625rem;top:198.88671875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE3dd3VUPTRiZwbEe7Uw81ight4A30R6 { width:6.75rem;height:1.125rem;top:215.88671875rem;left:6.625rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #grdvokysmEkou9kiZ0r3WPShtT0vTg7G { width:6.25rem;height:6.25rem;top:228.13671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqBnabHvtWobcz2kT1R23C18du1L1UWb { width:5.5625rem;height:5.5625rem;top:228.51171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oczpuxs2MBGE0EA5lColbaiC4f7sMAu0 { width:7.5rem;height:1.125rem;top:246.63671875rem;left:6.25rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #briLElqasWXBxbkE7r28cIZUsfcTZl4C { width:5.5625rem;height:5.5625rem;top:46.26171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMTQ7oqWrdCwtum2Mnqn931I8iLVyXAT { width:6.25rem;height:6.25rem;top:45.88671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdTysmhL9LU1upbJFIXJKpfhD1d5GHTg { width:6.25rem;height:2.25rem;top:63.26171875rem;left:6.875rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJOXqwQWA2EzkCTO0MPQxUMdTAOGwDwF { width:5.5625rem;height:5.5625rem;top:176.76171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZaF9vTaXbkTO8ahDmsPMeKaCWRrpsRu { width:6.25rem;height:6.25rem;top:176.38671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9FhksZoCCzc1xTnwJnHOF8g0hJLLRTO { width:5.625rem;height:1.125rem;top:188.63671875rem;left:7.1875rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #roEIuBM6vvKNDPrnWIBHEB11ZQZSzCM9 { width:5.5625rem;height:5.5625rem;top:221.01171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6LaZeMJeClhyBEUGMQGldA1OU0NedKO { width:6.25rem;height:6.25rem;top:220.63671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OphcDi2MMF48ZIkuEmDHSTFD6ZccTGFf { width:6.4375rem;height:2.25rem;top:243.13671875rem;left:6.75rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8eRVqAipaZwgiz1AlElzrTa3AIQgmZ4 { width:5.5625rem;height:5.5625rem;top:251.76171875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA97kBFzIKoKkBgOnRePtEtWTDfqwtbx { width:6.25rem;height:6.25rem;top:251.38671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoAEpuOx1w7Zyx6dlcJn5wBFXOSnNANJ { width:8.875rem;height:1.125rem;top:273.88671875rem;left:5.5625rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #paoeNOqhAiKW12SzFM7wXOnzwrVvSgAm { width:5.5625rem;height:5.5625rem;top:8.01171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz9b67FAzJCMmqzXFzTdRNe5SCTMAuX1 { width:6.25rem;height:6.25rem;top:7.63671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBeeVCmeAQccalkun76bLk3t4ncSVaT4 { width:6.25rem;height:6.25rem;top:114.88671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiJcx5uqv9FUtCEK988buuwTUIoKU53c { width:5.5625rem;height:5.5625rem;top:115.26171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWB68DJWTTzciCWrOMBWNDovfrDMIUIw { width:6.25rem;height:6.25rem;top:191.01171875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdsVkrUZbK6yDuWfo2WlDvtTFBsqREcO { width:5.5625rem;height:5.5625rem;top:191.38671875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wToBkon92x2dBW1Xm2u32SU8evtQwXlT { width:5.5625rem;height:5.5625rem;top:266.76171875rem;left:7.2499999999969rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMuniOQLWgARO4qm3Hty8sJ7bdshz3mX { width:6.25rem;height:6.25rem;top:266.38671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXXQIPTAgbLio8A7ytW2RGF2kJ9W5LiW { width:5.5625rem;height:5.5625rem;top:107.76171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9B1dToZggkCMCQnmWpdvAL3Sbg4aPsg { width:6.25rem;height:6.25rem;top:107.38671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCvmDOsPRAhIie7BchGb1z99hPu4AF7E { width:5.5625rem;height:5.5625rem;top:131.01171875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UW56QnJRuOUQcMwDWWzT9iTJgkLEMR1h { width:6.25rem;height:6.25rem;top:130.63671875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX2hw9XBQv74AKETNlyGDXTJd9huv1I5 { width:5.5625rem;height:2.25rem;top:30.13671875rem;left:7.1875rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTd22fOJQTKSPP12QpFEHXcuduEV1XLS { width:5.6875rem;height:1.125rem;top:278.63671875rem;left:7.125rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vZtNyFTigQGC8F8zWwN3HAOTf0oXLeXR { width:8.875rem;height:1.125rem;top:128.26171875rem;left:5.5625rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ol1qiahoyT98HzUE9lD235ONe21aTFId { width:5.5625rem;height:1.125rem;top:213.51171875rem;left:7.1875rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aa33sZzBab4yHVB1patT0AiP9gXoOzzb { width:6.9375rem;height:2.25rem;top:124.76171875rem;left:6.5rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eh5CLGqgmv8I7JTKFLEvuGs1V9Vbgb1w { width:6.25rem;height:2.25rem;top:153.13671875rem;left:6.875rem;font-size:0.9375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJvv1BVMz3qHOvU8SSuWgsEtWviEUfXf { display:none; }#oJvv1BVMz3qHOvU8SSuWgsEtWviEUfXf > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mKFbVHiBaz4WJNo573TXmwhMeAO65RSG { width:20rem;height:3.8994125rem;top:17.94726875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GZwmLbf6IPDgHx4Woqh4adctEUtK83So { width:20rem;height:1.29980625rem;top:28.24414375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eogIE4KA88pZ6TuZfyXfwbQCq5wbvMPT { width:20rem;height:3.8994125rem;top:23.09570625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDhDLmaFoNE9PM4SpJ3XnFGArR6GLIKc { width:20rem;height:1.29980625rem;top:30.79395rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g56yiBQRF3QDzZiq3wVw6aeThEF80dI9 { width:0.125rem;height:7.5rem;top:9.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFcfTxpMLhKt6bkHSEvv9ZIaG5N5VUTA { width:20rem;height:3.8994125rem;top:7.69921875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eSwcf9TxTJpCLAOoP8tXoHnnZufNGOaq { width:20rem;height:1.29980625rem;top:15.3974625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CbyUylWPr4pzpub3FS0ZVKlnb4sxOn4E { width:0.125rem;height:7.5rem;top:0rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JinHyiP3VQoNiBArAVRBwiRz3F7sD2zm { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oq78vkBQRt5PTsDlUXTuWV1ptLZGHbwJ { width:20rem;height:1.29980625rem;top:12.84765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }