.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cowjTdzd/01.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#wcnwCGxGOL3lkuB5sCEQfHEk3d2vmb3W { color:#000000;display:block;width:37rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:12.750000953674rem;left:16.375rem;height:3.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#swlBOhlNfOynkVq7NnFS2leWbZHyScr2 { color:#000000;display:block;width:46rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:18.25rem;left:11.875rem;height:9.746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kd84TurH5erw2ksvv1SH8VS748qiqUTQ { position:absolute;display:block;z-index:15002;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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:14.1875rem;width:14.1875rem;top:30.0625rem;left:28.625rem;display:block; }
#Huv1d66WGm0Wg3TdiKErDRFI08FWLXPT { position:absolute;display:block;z-index:15003;background-color:#eaa04a;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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:13.1875rem;width:12.6875rem;top:30.5rem;left:28.875rem;display:block; }
#WxFdWxhWFbOdBDL47bIqCoZ6y1Lp3Fng { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #eaa04a;border-left:0.1875rem solid #eaa04a;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:3.625rem;width:3.625rem;top:9.875rem;left:12.25rem;display:block; }
#K5Ig2as3nP41vAuxZqxLHF8LOVby6iwu { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem solid #eaa04a;border-bottom:0.1875rem solid #eaa04a;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.3125rem;width:3.3125rem;top:6.1875rem;left:8.625rem;display:block; }
#Q1CB1qlXJDpX1aCwPtZBntcNwDWiCr0P { color:#000000;display:block;width:9.5rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.0625rem;left:30.4375rem;height:10.233375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FpJ1RnMwKwR5h6uKzZiUWzTpHs48yqaX { box-sizing:content-box;color:#eaa04a;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:33.875rem;left:13.9375rem;display:block; }
#ilebchMlsi3ZxRxmtnyEc8zSMVg7gFWp { box-sizing:content-box;color:#eaa04a;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:33.875rem;left:44.6875rem;display:block; }
#UIlyIwP4fLfmaoU2UeguTG1MHvMZR13T { color:#000000;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:34.9375rem;left:18rem;height:1.625rem;font-style:normal;display:block; }
#RS6UfvvGmME3UXumQTxe6SAZrbMsu6Tv { color:#000000;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:34.9375rem;left:49.125rem;height:1.625rem;font-style:normal;display:block; }
#De7ViQDAD2ONXCBi4aA8ye3UT5cr7hfX { 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-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:3.3125rem;width:3.3125rem;top:34.0625rem;left:14.125rem;display:block; }
#rkCCZBF4DrUeH318JkzpWQIJTplZ3fLJ { position:absolute;display:block;z-index:15004;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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:3.3125rem;width:3.3125rem;top:34.0625rem;left:44.875rem;display:block; }
#tZFXOJ6JM57TWDvCMQ8VMhG1utwgLQ1g { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:23.4375rem;top:1.0666667222977rem;left:24rem;overflow:hidden;display:block; }
#VXdmpfIqkPWR9hxHCZ5LInfSSCsQ7MAP { position:absolute;display:block;z-index:15003;background-color:#eaa04a;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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:13.1875rem;width:12.6875rem;top:30.5rem;left:28.875rem;display:none; }
#pbyRMUnB8Gd56baG7yXqfpE2L2rbXPHM { color:#000000;display:block;width:9.5rem;position:absolute;font-family:nunito;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32.0625rem;left:30.4375rem;height:9.8rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nfWxot4K74gAwMXNFVnwGN74i0CAe7C7 { position:absolute;display:block;z-index:15002;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:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:14.1875rem;width:14.1875rem;top:30.0625rem;left:28.625rem;display:none; }
#HG4JhyIqoDmLSMVrFcR2qGaDWxeSet53 { position:relative;display:block; }#HG4JhyIqoDmLSMVrFcR2qGaDWxeSet53 { background-color: transparent; background-image: none; }#HG4JhyIqoDmLSMVrFcR2qGaDWxeSet53::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HG4JhyIqoDmLSMVrFcR2qGaDWxeSet53 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HG4JhyIqoDmLSMVrFcR2qGaDWxeSet53 > .row .container > .video-iframe-container { display: none; }#HG4JhyIqoDmLSMVrFcR2qGaDWxeSet53 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HG4JhyIqoDmLSMVrFcR2qGaDWxeSet53 > .row > .video-iframe-container { display: none; }#HG4JhyIqoDmLSMVrFcR2qGaDWxeSet53 > .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); }#HG4JhyIqoDmLSMVrFcR2qGaDWxeSet53 { border-width: 0; border-radius: 0; }#HG4JhyIqoDmLSMVrFcR2qGaDWxeSet53 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HG4JhyIqoDmLSMVrFcR2qGaDWxeSet53 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:59.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pUh7JHA0uHqASTTABF7C8Vg9qF01cWXL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:29.6875rem;top:16.1875rem;left:25.875rem;overflow:hidden;display:block; }
#fOat23RuyCIuHGtTJ1KgFrRTegMt3U1q { position:absolute;display:block;z-index:15001;background-color:#eaa04a;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:3.5rem;width:0.6875rem;top:3.9375rem;left:35rem;display:block; }
#ELOeg1SJ9bRyauzedsyhwewD7Dk1d90q { color:#000000;display:block;width:43rem;position:absolute;font-family:"montserrat 900";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.625rem;left:13.875rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hDTBEfxzOvvcs1xKn0WW6rPZDSOlNGgT { color:#000000;display:block;width:45.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:37.1875rem;left:13.875rem;height:10.23339375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rBEDJsrytKSR9UTSQJeLWVSzh6MMh6ht { position:absolute;display:block;z-index:15003;background-color:#eaa04a;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:3.5rem;width:0.6875rem;top:57.6875rem;left:37.125rem;display:block; }
#gQypEidtkNThrzTOVQfo0691Lm3VmnLe { position:absolute;display:block;z-index:15005;background-color:#98e1ea;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:1.375rem;width:0.75rem;top:7.6875rem;left:35rem;display:block; }
#pE5aKOXsM6ADzv5BoXd9lP7BzMAAqHmx { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0.1875rem solid #eaa04a;border-bottom:0.1875rem solid #eaa04a;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.3125rem;width:3.3125rem;top:16.1875rem;left:52.5625rem;display:block; }
#SutTtw9pT2aCwbB3MTygTbgOmy82MI6l { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #eaa04a;border-left:0.1875rem solid #eaa04a;border-right:0;border-bottom:0;border-top-left-radius:0.0625rem;border-top-right-radius:0.0625rem;border-bottom-left-radius:0.0625rem;border-bottom-right-radius:0.0625rem;box-shadow: none;height:3.625rem;width:3.625rem;top:19.875rem;left:56.1875rem;display:block; }
#lvKFyZ8kKqdIxKgZVthC4tfWXg8nCgTc { background-color:#60902b;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.5625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:50.75rem;left:17.9375rem;display:block; }
#RAy3T15iTkb4FxG1Rhul8tswrodQfsW6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#InRXCzPVsNOFLLC2XJa685yx2L7AO0hr { background-color:#60902b;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.5625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:50.75rem;left:17.9375rem;display:none; }
#NEJ7RsVVwav9x3hUwCTC3gpgPxZKLABC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JO0bDJ8NTKBUe4apPGHVifAkPGzeZ094 { position:absolute;display:block;z-index:15009;height:11.25rem;width:20rem;top:0.875rem;left:28.6875rem;display:block; }
#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/hwhxl55j/02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07.adaptive-delivery-prevent-bg, #TaHK8uQ9CVSmhAyQV16diz2BxclHKO07.lazyload, #TaHK8uQ9CVSmhAyQV16diz2BxclHKO07.lazyloading { background-image: none; }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 > .row .container { background-color: transparent; background-image: none; }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.24); }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 > .row .container > .video-iframe-container { display: none; }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.24); }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 > .row > .video-iframe-container { display: none; }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 > .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); }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 > .row .container { border-width: 0; border-radius: 0; }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 > .row .container { font-size:0.875rem;font-family:arial;height:66.625rem;width:75rem;position:relative;display:block; }#FPBVPXJZUwkF7e1bcrSwQ89RGpMyreQh { position:absolute;display:block;z-index:15004;background-color:#98e1ea;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:1.375rem;width:0.75rem;top:2rem;left:33.375rem;display:block; }
#R2v4TCuPukS9CwXyGkv68Bk3VSNzh77B { color:#000000;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:6.82325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ePXPwchGF0pCQJ4GNu84LBFZ1NF7RoBV { color:#000000;display:block;width:26.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:13.375000476837rem;left:4.9375rem;height:5.84765625rem;display:block; }
#uVdlxwd2HMEQCuGDw5gy5qFcFIstVF2E { color:#000000;display:block;width:25.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.312500953674rem;left:4.9375rem;height:8.7715rem;display:block; }
#RVIsfT8qKTAAsvCHTgy7lGFNeXLuln80 { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:36.874132156372rem;left:42.5rem;height:5.84765625rem;display:block; }
#Rn4E7JtM5XPklyLLeZTJUf6qlHLT6Ji9 { color:#000000;display:block;width:28.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:44.951389312744rem;left:42.875rem;height:5.84765625rem;display:block; }
#AkZC299BRHrczX3Z8eZLz0GTXrQaXC1D { color:#000000;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:54.237500190735rem;left:43.125rem;height:5.19921875rem;display:block; }
#KBy7HhGgNQQKB4wrTuPukDk9Ekr02SIV { position:absolute;display:block;z-index:15014;background-color:#0d40a9;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:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:10.0625rem;width:31.375rem;top:52.456249237061rem;left:39.986722946167rem;display:block; }
#WuetPqUNRG1rCdeGkLJ0zkc3J58HipP1 { 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:24.3125rem;width:24.125rem;top:8.9802089929581rem;left:42.5rem;overflow:hidden;display:block; }
#eXD44AcSuaVm7MJS6sBtITUzV9z5sTlr { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.5rem;border-top-right-radius:9.5rem;border-bottom-left-radius:9.5rem;border-bottom-right-radius:9.5rem;box-shadow: none;height:20rem;width:20rem;top:12.698958992958rem;left:47.6875rem;display:block; }
#MXDqPxynX6cU2vhLfFAJmd75fxV1RUhq { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:14.25rem;top:33.839584350586rem;left:3.75rem;overflow:hidden;display:block; }
#pCyEWPCu0oWnZ5Sp12qUETOysPOO36wS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:14.125rem;top:33.839584350586rem;left:18.3125rem;overflow:hidden;display:block; }
#mwZk59WxM9gzhWTCmWmPL6gLdH6oeTN6 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:13.75rem;top:48.835420608521rem;left:3.75rem;overflow:hidden;display:block; }
#VTiTW8DXgliWwq8RKE4GGXsONeQ1QvCH { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:13.75rem;top:48.835420608521rem;left:17.5625rem;overflow:hidden;display:block; }
#LUDHygEkTKPXRkOPhW1wL975WtweEfaB { position:absolute;display:block;z-index:15003;background-color:#eaa04a;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:3.5rem;width:0.6875rem;top:49.8125rem;left:33.4375rem;display:none; }
#OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/a4RM5Ntl/12_copiar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx.adaptive-delivery-prevent-bg, #OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx.lazyload, #OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx.lazyloading { background-image: none; }#OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx > .row .container { background-color: transparent; background-image: none; }#OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,13,30,0.44); }#OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx > .row .container > .video-iframe-container { display: none; }#OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,13,30,0.44); }#OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx > .row > .video-iframe-container { display: none; }#OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx > .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); }#OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx > .row .container { border-width: 0; border-radius: 0; }#OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx > .row .container { font-size:0.875rem;font-family:arial;height:59.6875rem;width:75rem;position:relative;display:block; }#EzorOZ2HBcuEvK9HNzmiXC0QVKHAWV4T { color:#000000;display:block;width:39.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3677082061767rem;left:17.125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#pWpgwHVEtrgEHuetNPPMOuNb8XOXphTn { color:#000000;display:block;width:39.6875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.4492197036744rem;left:16.9375rem;height:6.33691875rem;text-align:center;text-align-last:center;display:block; }
#dXXDBHd9se2xSRwfyEGa4L6r6MC4EDtu { position:absolute;display:block;z-index:15004;background-color:#98e1ea;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:1.375rem;width:0.75rem;top:2rem;left:37.125rem;display:none; }
#dvSTq5Orm1q6DF5tH6hWTVp0NxnWXKZQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.6875rem;left:10.875rem;height:1.3rem;display:block; }
#htHueJy30KpsLzDAe6ArF0SZDSm0vp5r { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:41.4375rem;left:10.1875rem;height:1.3rem;display:block; }
#L2NCCM4qTQP9ZPZh0TymEvy06I6NZ22F { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:33.625rem;left:50.5rem;height:1.3rem;display:block; }
#hF94sh0GdIXUOO6AT4rKiUB5MONTBofg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:41.4375rem;left:50.5rem;height:1.3rem;display:block; }
#kXs2OQCuUMEZGUxeI8NIbtrRyhm3d3dw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:33.625rem;left:10.1875rem;height:1.3rem;display:block; }
#gzAefglzi8SLz4AlrXaOAT15aJngUaeN { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.125rem;left:50.5rem;height:1.3rem;display:block; }
#cmX29tIZ1VSfITh8EgEk3aGMZ69c4cg3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.6875rem;left:50.4375rem;height:1.3rem;display:block; }
#whZtfQSSJ7TravsoIsqpGVGKAKxm2Bry { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.125rem;left:10.875rem;height:1.3rem;display:block; }
#nPqBvArls9hH8HfyWxQ4iDDbG49pNkU4 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.5rem;width:28.625rem;top:10.625rem;left:21.8125rem;overflow:hidden;display:block; }
#pI6Dxv74EnQwzSxL6h1yLK9dx282fGfT { position:absolute;display:block;z-index:15013;background-color:#eaa04a;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:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;height:2.125rem;width:2.125rem;top:14.3125rem;left:35.0625rem;display:block; }
#xdRwhO77qEq0duoeSoneHLhPgDx6NiVE { position:absolute;display:block;z-index:15014;background-color:#eaa04a;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:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;height:2.125rem;width:2.125rem;top:23.75rem;left:35.0625rem;display:block; }
#pMG7Sz1hIsDg9o0RLDNEOyxc2xde00EJ { position:absolute;display:block;z-index:15015;background-color:#eaa04a;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:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;height:2.125rem;width:2.125rem;top:32.875rem;left:35.0625rem;display:block; }
#U2ZAGJH7PTeumO8486NSmVvzFskW5QBs { position:absolute;display:block;z-index:15016;background-color:#eaa04a;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:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;height:2.125rem;width:2.125rem;top:41.0625rem;left:35.0625rem;display:block; }
#x0m3PXUaP8x5cU95AabRe06KwMz1r78a { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #eaa04a;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:27.4375rem;top:34.125rem;left:22.6875rem;display:block; }
#TK53JWmlVJR37oWp273oTEQ4aVbxJbb4 { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #eaa04a;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:29.25rem;top:24.9375rem;left:20.75rem;display:block; }
#Xo7CJkItKpK6o0ldr8A6vXIC8L9Owx6u { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #eaa04a;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:28.9375rem;top:42.125rem;left:20.9375rem;display:block; }
#MNNMAbsqo6wbtUZv0dsnKAyJQnxi3Iu3 { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #eaa04a;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:29.625rem;top:15.25rem;left:20.5625rem;display:block; }
#uEISdlOEfg7oha3Bw5NIT7XNvQzLcWQJ { color:#000000;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.375rem;left:50.3125rem;height:3.575rem;display:block; }
#TrW7tvhibdCPTQuCbz6Wf2PIBHwMP11K { color:#000000;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:35.5rem;left:50.3125rem;height:1.7875rem;display:block; }
#JJdypySW5vREMysRyNu6HWdTMazfwkEx { color:#000000;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:43rem;left:50.5rem;height:0.89375rem;display:block; }
#btfTJKisxzdRTQw6SlJeZlzZSpfrBDcv { box-sizing:content-box;color:#eeeeef;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:14.087500333786rem;left:34.8125rem;display:block; }
#dKSpaIiuBnkhodEZQoq2lx9HVTuZMxL6 { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:23.587500572204rem;left:34.9375rem;display:block; }
#Wav9sTH3wcDIOF7WOoGvQvTWTNXqqE8R { box-sizing:content-box;color:#fbfdff;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:block;z-index:15025;top:32.650001525879rem;left:34.875rem;display:block; }
#nwppqavBEtkPaddIFtmu2GpvOkTKc7Lh { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:40.712501525879rem;left:34.75rem;display:block; }
#mkuQfHOu33xIVToUVz08KTPC7ItigyWC { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#avpqJLydVX5hqIJ3MSJ5DDg55SNaJafw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#l0mE6bN34Hu5qMSvHXsCIZbcVqpeX4Ek { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#EK9fW1zHOs8gpynn2Pezcetnyh6Rec8m { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#gP6xLEtEQrATp69r86uxEscy9hJrPgrV { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:40.712501525879rem;left:34.75rem;display:none; }
#eMh1UXkS6Tmv31pz6U0qZNuZhBkwlUWw { position:absolute;display:block;z-index:15016;background-color:#eaa04a;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:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;height:2.125rem;width:2.125rem;top:41.0625rem;left:35.0625rem;display:none; }
#E3v9y8Tz1edIE4b0bmKTaGvGgfcN4itd { position:absolute;display:block;z-index:15016;background-color:#eaa04a;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:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;height:2.125rem;width:2.125rem;top:41.0625rem;left:35.0625rem;display:none; }
#XKL9RR0Cx9utuOUKICCbv2aqN2pElfUZ { position:absolute;display:block;z-index:15016;background-color:#eaa04a;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:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;height:2.125rem;width:2.125rem;top:41.0625rem;left:35.0625rem;display:none; }
#lJFgZKRqROKxdTUK31GPRWwtuIeFVEaP { position:absolute;display:block;z-index:15016;background-color:#eaa04a;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:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;height:2.125rem;width:2.125rem;top:41.0625rem;left:35.0625rem;display:none; }
#IQtEKOqGl3HemUPEG4LvtiS2KOe6olEh { box-sizing:content-box;color:#fbfdff;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:block;z-index:15025;top:32.650001525879rem;left:34.875rem;display:none; }
#igpKt5gOBiH656slHDFnPEfkdABeIQVH { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:23.587500572204rem;left:34.9375rem;display:none; }
#ltfmgPhte1yldTTEnm15kS5PvAggrz41 { box-sizing:content-box;color:#eeeeef;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:14.087500333786rem;left:34.8125rem;display:none; }
#cS1CdRm2VyvKzd6GghKpvGiiwMnRS5Kr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:41.4375rem;left:10.1875rem;height:1.3rem;display:none; }
#TGFdK7IMyy7sp0W1Pyy1ZehSfqIA50bf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:41.4375rem;left:50.5rem;height:1.3rem;display:none; }
#Bb6Is8FkEX3lUDGU9BSBN4yVvFsWc2Ks { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:33.625rem;left:10.1875rem;height:1.3rem;display:none; }
#bdVT7T9JFPKve2bdWUrHKGnuGW2vUMQf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:33.625rem;left:50.5rem;height:1.3rem;display:none; }
#V5LTT3K74vCOIEXgZwJ83Ow015wEfN1T { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.125rem;left:10.875rem;height:1.3rem;display:none; }
#TGezrX6e5TZn5Tambtl1VpNQRe6Gi2uB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.125rem;left:50.5rem;height:1.3rem;display:none; }
#WngBGeQ3Odzqs8HuKCTzpSlS4Sx9TR7Q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.6875rem;left:10.875rem;height:1.3rem;display:none; }
#CbpS93cn1gWoQHU6STQCP8h9W42foFR4 { color:#000000;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:0.6875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.375rem;left:50.3125rem;height:3.4rem;display:none; }
#W53H2zdzwHfK91mcn4HOSE1AR2glxlTp { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #eaa04a;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:29.625rem;top:15.25rem;left:20.5625rem;display:none; }
#TXmrC5pigV9IQBfaZU1FJUvHFu2pLpls { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #eaa04a;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:29.625rem;top:15.25rem;left:20.5625rem;display:none; }
#Redp5nt7O69hMUwDytPD4uNV6A3pQQPs { position:absolute;display:block;z-index:15019;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem dashed #eaa04a;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:29.625rem;top:15.25rem;left:20.5625rem;display:none; }
#WQVAC0lANtv7HNTm87z8wwuxMuV83JDk { background-color:#51be3b;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.5625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:51.25rem;left:17rem;display:block; }
#wplZfXxez2Kd2EHvstoFwxbmAq5wUBzn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/D9XTDTO7/07.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5.adaptive-delivery-prevent-bg, #u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5.lazyload, #u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5.lazyloading { background-image: none; }#u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5 > .row .container { background-color: transparent; background-image: none; }#u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5 > .row .container > .video-iframe-container { display: none; }#u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5 > .row > .video-iframe-container { display: none; }#u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5 > .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); }#u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5 > .row .container { border-width: 0; border-radius: 0; }#u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5 > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#Wp94WtNEQmwU1G3fdPEOrP2H2ZRQpylE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:33.8125rem;top:15.5rem;left:33.6875rem;overflow:hidden;display:block; }
#f8tmILT5En8eQqETiZefHCTmbc80Akp5 { 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:16.3125rem;width:30.9375rem;top:21.9375rem;left:9.6875rem;overflow:hidden;display:block; }
#q2bDu78AFg8oTwG9IQmui9e8ckkn9Axf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:33.0625rem;top:7.875rem;left:7.5rem;overflow:hidden;display:block; }
#kf66tmK2VhosDZL7N1yPyIGG026HoPb7 { color:#000000;display:block;width:39.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.5rem;left:17.125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#T8aR8Hff3VVQuK12LP2a0MWn706XKlCs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0Fox0kfZ/05.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T8aR8Hff3VVQuK12LP2a0MWn706XKlCs.adaptive-delivery-prevent-bg, #T8aR8Hff3VVQuK12LP2a0MWn706XKlCs.lazyload, #T8aR8Hff3VVQuK12LP2a0MWn706XKlCs.lazyloading { background-image: none; }#T8aR8Hff3VVQuK12LP2a0MWn706XKlCs > .row .container { background-color: transparent; background-image: none; }#T8aR8Hff3VVQuK12LP2a0MWn706XKlCs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8aR8Hff3VVQuK12LP2a0MWn706XKlCs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8aR8Hff3VVQuK12LP2a0MWn706XKlCs > .row .container > .video-iframe-container { display: none; }#T8aR8Hff3VVQuK12LP2a0MWn706XKlCs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8aR8Hff3VVQuK12LP2a0MWn706XKlCs > .row > .video-iframe-container { display: none; }#T8aR8Hff3VVQuK12LP2a0MWn706XKlCs > .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); }#T8aR8Hff3VVQuK12LP2a0MWn706XKlCs > .row .container { border-width: 0; border-radius: 0; }#T8aR8Hff3VVQuK12LP2a0MWn706XKlCs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8aR8Hff3VVQuK12LP2a0MWn706XKlCs > .row .container { font-size:0.875rem;font-family:arial;height:64.75rem;width:75rem;position:relative;display:block; }#RvlBQwD00h8VGtXMgBclJAAWhAcwzbQS { color:#000000;display:block;width:49.0625rem;position:absolute;font-family:"montserrat 900";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6736001968384rem;left:12rem;height:6.3369375rem;text-align:center;text-align-last:center;display:block; }
#p7sUhfa03V9plwusPNcpdiAsVgpupPWb { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.842882394791rem;left:18.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WT6GixzZpBPCIEenL255x0F7PgiDOp04 { position:absolute;display:block;z-index:14999;background-color:rgba(211,109,9,0.68);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:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:5.3125rem;width:38.75rem;top:12.798611164093rem;left:15.8125rem;display:block; }
#Chqy47F9sBctHw6xDLu59IFM1J9ELDFX { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.46875rem;left:14.6875rem;height:3.574225rem;display:block; }
#skOh2rET1mxLPEsTTGk3F9sSFDf4fhAg { color:#000000;display:block;width:43.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.143229484558rem;left:14.6875rem;height:5.19921875rem;display:block; }
#OpuAPtAaI7deVlydBdMxUvBd5HsmroK5 { position:absolute;display:block;z-index:15000;background-color:rgba(223,113,6,0.91);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13rem;width:51.375rem;top:20.5rem;left:10.875rem;display:block; }
#JwZBRgRlytiIaQFEumqlPvvGNGSXCXEo { position:absolute;display:block;z-index:15005;background-color:#98e1ea;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:11rem;width:0.5625rem;top:21.46875rem;left:12.4375rem;display:block; }
#ycHpT0c9SI8fQvR5WvSf4xE1PTJGCQGo { position:absolute;display:block;z-index:15004;background-color:rgba(229,161,68,0.78);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.42) ;height:13rem;width:51.375rem;top:35.9375rem;left:10.25rem;display:block; }
#gZKes2Qgg41UQImhbfJun5DTaVlkhp6V { color:#000000;display:block;width:43.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:41.4375rem;left:14.0625rem;height:5.19921875rem;display:block; }
#I07LTUFi830Eu0Z7qVG0zDat26iGCIMx { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:36.875rem;left:14.0625rem;height:3.574225rem;display:block; }
#PTZg83qNpoNtGmfTu0Toi2yrz13NBbMF { position:absolute;display:block;z-index:15009;background-color:#98e1ea;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:11rem;width:0.5625rem;top:36.875rem;left:11.8125rem;display:block; }
#fAQN0z1zbJq0PSu1XNRK7tT1pdIqB4QJ { position:absolute;display:block;z-index:15008;background-color:#b06808;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.1875rem;width:51.375rem;top:51.250000953674rem;left:10.25rem;display:block; }
#DQB8c8OSWUZwq6fmwzIJVs5JfgAXyPAB { color:#000000;display:block;width:43.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:57.0625rem;left:14.0625rem;height:2.6rem;display:block; }
#bbWeb7mZLxbGOInrclpIe6XcxgFPm9TD { color:#000000;display:block;width:48.8125rem;position:absolute;font-family:"montserrat 900";font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:52.5rem;left:14.0625rem;height:3.574225rem;display:block; }
#L2WQsF2bJXUPPp4nZdAhb6HKzLOnALt7 { position:absolute;display:block;z-index:15013;background-color:#98e1ea;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:7.5rem;width:0.5625rem;top:52.500000953674rem;left:11.8125rem;display:block; }
#qZNmsXbAUeoWMLS6xhbeA0mfQkMOpgcT { position:relative;display:block; }#qZNmsXbAUeoWMLS6xhbeA0mfQkMOpgcT { background-color: transparent; background-image: none; }#qZNmsXbAUeoWMLS6xhbeA0mfQkMOpgcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZNmsXbAUeoWMLS6xhbeA0mfQkMOpgcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZNmsXbAUeoWMLS6xhbeA0mfQkMOpgcT > .row .container > .video-iframe-container { display: none; }#qZNmsXbAUeoWMLS6xhbeA0mfQkMOpgcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZNmsXbAUeoWMLS6xhbeA0mfQkMOpgcT > .row > .video-iframe-container { display: none; }#qZNmsXbAUeoWMLS6xhbeA0mfQkMOpgcT > .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); }#qZNmsXbAUeoWMLS6xhbeA0mfQkMOpgcT { border-width: 0; border-radius: 0; }#qZNmsXbAUeoWMLS6xhbeA0mfQkMOpgcT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qZNmsXbAUeoWMLS6xhbeA0mfQkMOpgcT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:127.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y1CJ69wqLupXVdAzo9SDue0G8869zd7J { color:#000000;display:block;width:37.5rem;position:absolute;font-family:"montserrat 900";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9375rem;left:19.062501907349rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#xlahrcZelH8g5ASGWHTftyQBoErnO61a { color:#000000;display:block;width:50.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.6875rem;left:12.531251907349rem;height:13.15721875rem;display:block; }
#bvJ1WkqeP3NOyUPug7QhO9r0KPMnZAGh { color:#000000;display:block;width:20.25rem;position:absolute;font-family:"montserrat 900";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:35.3125rem;left:6.5625rem;height:3.25rem;display:block; }
#vvOfmxMDPUNXTmpuzpum1IDq2BGR4RdC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:33.3125rem;left:6.5625rem;height:1.3rem;display:block; }
#pl3fmyiktrUwkwuQdkDfFxbDTXH54Xbs { color:#000000;display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:39.4375rem;left:6.5625rem;height:6.499rem;display:block; }
#aHu1qlaoGExtr5VVWQhBABIwS4U0DnB8 { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:48.0625rem;left:7.8125rem;height:22.3125rem;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; }
#kW9rP3OSyGW34VDFGccMZgUSoJ8MN7fN { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:53.0625rem;left:46.375rem;height:17.53125rem;display:block; }
#OnDxSSnTa6AJf5T7ssKvlD4bvcSBg9bR { color:#000000;display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:39.4375rem;left:45.0625rem;height:10.39841875rem;display:block; }
#X9PXzA4q4DUwTOntIbnVXuR5xSbg8cOX { color:#000000;display:block;width:20.25rem;position:absolute;font-family:"montserrat 900";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:35.3125rem;left:45.0625rem;height:3.25rem;display:block; }
#IJGt2RwdZAToV93RZTO6GJ49NcpNDXc0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:33.3125rem;left:45.0625rem;height:1.3rem;display:block; }
#ZUfX2dKLiPJCnI1C1xsPZrsTMrClFPWP { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:101.75rem;left:6.75rem;height:22.3125rem;display:block; }
#ZQatRg0c1JpU6xh0VKu3qAwXtL6CXlaX { color:#000000;display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:89.1875rem;left:6.75rem;height:9.098625rem;display:block; }
#cTx4hFToIb0PBIvFpNW7PKCv5wyA0EX9 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"montserrat 900";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:85.75rem;left:6.625rem;height:1.625rem;display:block; }
#G80VmVE9woKf1lyJJyf5TeIU3K6DObxi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:83.75rem;left:6.8125rem;height:1.3rem;display:block; }
#wP57O0uGGWrdTG4t9Bfx84HbHSZFhgy7 { color:#000000;display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:89rem;left:45.75rem;height:15.59766875rem;display:block; }
#EG9z8JmnGATQ7kIkUBOKISlfte3p8ghx { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"montserrat 900";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:86rem;left:45.8125rem;height:1.625rem;display:block; }
#UF3kQkKUNiFfKIsF0Ar2FHClnCXcyTsA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:84rem;left:45.8125rem;height:1.3rem;display:block; }
#Oe702LeZzJOgfv2od1WgRz4pIWRoXqkX { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.9;letter-spacing:0;top:109.125rem;left:45.75rem;height:8.90625rem;display:block; }
#cq4mNoMZezSSDB0Jfa6qR8CiInHAm5fX { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #eaa04a;border-left:0.1875rem solid #eaa04a;border-right:0.1875rem solid #eaa04a;border-bottom:0.1875rem solid #eaa04a;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:46.375rem;width:27.8125rem;top:26.856787681579rem;left:4.625rem;display:block; }
#UQLz3qZGZXFPx0MEKgN3pzifpMdW4OK4 { position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #eaa04a;border-left:0.1875rem solid #eaa04a;border-right:0.1875rem solid #eaa04a;border-bottom:0.1875rem solid #eaa04a;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:46.625rem;width:27.8125rem;top:26.520834445953rem;left:43.125rem;display:block; }
#n1oQ55iFvvobkuZmLElO1xG0frsVqluL { position:absolute;display:block;z-index:14995;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #eaa04a;border-left:0.1875rem solid #eaa04a;border-right:0.1875rem solid #eaa04a;border-bottom:0.1875rem solid #eaa04a;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:48.25rem;width:27.75rem;top:76rem;left:4.6875rem;display:block; }
#gyb3tTopnOyg7BSLmknaCepMkS4GADIW { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #eaa04a;border-left:0.1875rem solid #eaa04a;border-right:0.1875rem solid #eaa04a;border-bottom:0.1875rem solid #eaa04a;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:48.0625rem;width:27.75rem;top:76.25rem;left:43.3125rem;display:block; }
#n3vpgVGIQlEAC6gqXlbtpJoVRZHsTZgQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:univia;font-size:4.75rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:26.4375rem;left:6.375rem;height:6.175rem;display:block; }
#TlSTU7P5ABdK8qSnTFknAVGXEoMBiovf { position:absolute;display:block;z-index:15007;background-color:#98e1ea;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:0.5625rem;width:7.5625rem;top:32.0625rem;left:6.5625rem;display:block; }
#dkLwZhkCN28l5r3mCcnyaI5gRF084AkS { position:absolute;display:block;z-index:15007;background-color:#eaa04a;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:0.5625rem;width:1.1875rem;top:32rem;left:14.4375rem;display:block; }
#TqTtuugq5alz5v9eRri0FTLqylTG4qgx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:univia;font-size:4.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26.4375rem;left:45.1875rem;height:6.175rem;display:block; }
#vTiiwxHvr0h8lEAhtgWMFE0WvgcWKmCJ { position:absolute;display:block;z-index:15010;background-color:#eaa04a;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:0.5625rem;width:1.1875rem;top:32rem;left:53.25rem;display:block; }
#xZ0NN4atWETmope9sIT2CnD4TwZggLEZ { position:absolute;display:block;z-index:15010;background-color:#98e1ea;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:0.5625rem;width:7.5625rem;top:32.0625rem;left:45.375rem;display:block; }
#ZklkOQwA7Dxhkyge94IVbxvuU78eu7xt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:univia;font-size:4.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:76.5rem;left:6.625rem;height:6.175rem;display:block; }
#FAMl8PyNAhorvgr9TWTDmOliUldupyfB { position:absolute;display:block;z-index:15013;background-color:#eaa04a;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:0.5625rem;width:1.1875rem;top:82.0625rem;left:14.6875rem;display:block; }
#trI0TQ6dIyVNk16lWGNMp0vRGd72akwI { position:absolute;display:block;z-index:15013;background-color:#98e1ea;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:0.5625rem;width:7.5625rem;top:82.125rem;left:6.8125rem;display:block; }
#vIwNVnb6NomFmFnQamuamCBQnEGkP8eO { color:#000000;display:block;width:12.5rem;position:absolute;font-family:univia;font-size:4.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:76.25rem;left:45.75rem;height:6.175rem;display:block; }
#TTZlMDFQacTP23U3yba2TMfuFXMMTw1Z { position:absolute;display:block;z-index:15016;background-color:#eaa04a;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:0.5625rem;width:1.1875rem;top:81.8125rem;left:53.8125rem;display:block; }
#FT0vV7GdT4I4qA6iKbW57nWyoMJaATGG { position:absolute;display:block;z-index:15016;background-color:#98e1ea;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:0.5625rem;width:7.5625rem;top:81.875rem;left:45.9375rem;display:block; }
#upl3J8LGnT3AulJ9wa0HVMqpSnqbfVQm { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:48.061790466309rem;left:6.5625rem;display:block; }
#rw5vLwCgKsIy30cX2qCoKgA3vUank3fe { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:49.762784957886rem;left:6.5625rem;display:block; }
#Lbdldzk94MZFxuhTAgJez9xJP2o8PTvV { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:51.375001907349rem;left:6.5625rem;display:block; }
#XUpsbivHoFd8LFDnwTADuFyFCD46ByV9 { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:53.062501907349rem;left:6.5625rem;display:block; }
#fbBHhJnTbytlvFLbPazrPKbiPXDrJOmV { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:54.562501907349rem;left:6.5625rem;display:block; }
#TIvo7xWUX3lk0OEiOa9Z98meEEwHgVwk { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:56.267045974731rem;left:6.5625rem;display:block; }
#JBXAZHHl4cradUA3z8TJE2pU4wy33zoI { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:57.704545974731rem;left:6.5625rem;display:block; }
#ISZhDhXUlCyXr5HnMVlp47QJzZ9Ve9Rl { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:59.129974365234rem;left:6.5625rem;display:block; }
#TW7sEnT17wFDb0UNym3qBUuH9ycX4UIs { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:60.754974365234rem;left:6.5625rem;display:block; }
#l4raHlMUOdLGwlsRWvJL0VzDkPkEasVp { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:61.129688262939rem;left:45.125rem;display:block; }
#IpooidQNbuJw7EyLvExv8DTm2X49F0yr { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:62.375001907349rem;left:6.5625rem;display:block; }
#BgtAfEmBNy1zI4Du4qiPp9IV9ENz9kiK { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:63.87500190735rem;left:6.5625rem;display:block; }
#hgvSl4Qwnsm5BxepfzLShEdSsFXbBVdr { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:65.37500190735rem;left:6.5625rem;display:block; }
#d56pbLPtUJNopkeWaUwdtkvTdwJLhwba { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:66.87500190735rem;left:6.5625rem;display:block; }
#eLBGr8iT9VdSANzszW23vMHZkGa22UL6 { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:block; }
#hXRtOLSKPhd2zaTooBZPQTHbD6GvF877 { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:53.1875rem;left:45.125rem;display:block; }
#AcSILTnsBIA9Kf8L3iaZ4eyNQ7OnaqT8 { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:56.375rem;left:45.125rem;display:block; }
#ugSJutvcTi7zOOZHgNrr2Bh6IBKRxgg1 { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:57.875rem;left:45.0625rem;display:block; }
#FZzzbQEtcaVDWE3RPOawzS15F2PQLTuA { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:62.4375rem;left:45.125rem;display:block; }
#BBr0PRs5OlVkTT3AWCqcirtkFtcDnQTS { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:65.625rem;left:45.125rem;display:block; }
#qANbT8GpOPe8NVTvJ9f508wpTbl5hhLB { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:67.3125rem;left:45.125rem;display:block; }
#mRByGZkJtvpDM4aFHvuaOc3pACCzc0TR { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:68.75rem;left:45.0625rem;display:block; }
#RKc8xw9L0ZxHZWvqxVsUN9afGvRc5IfA { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:70.225000381469rem;left:45.125rem;display:block; }
#NVMJm8s040a3fqaEhdo1mDTUDbGAKgG7 { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#r0LREn1M3R1D7W6vL4te0pEHoByqymf0 { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#UiuiHMWAXlCmBmRGNEgH3Pm2PAaKkGAh { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#L4FT11PPqbrmqXzSMVVwxfSMAuEizHEQ { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#SdTalG2pRmtsxJ6uNWxqW2CVuMRT2V6J { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#EMoDPo9KDTrbkpqx6BLvnpl0K2rpoWlc { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#XnRq5JDaJ8AifdzVw2utc72ppDctG9iK { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#dBt60UgR1vzBSA5FpRhUzyGcVuHEkAeO { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#lieRWTGVTu8wk0NyVX9y0UnX0wdoInR7 { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#TXxSvNQrr9hwtJClVJKuBIeTq43n7NTH { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:107.375rem;left:5.125rem;display:none; }
#CoToSBTTSrz5zV0MSb8oyoMrdl03L9p8 { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:101.75rem;left:5.3125rem;display:block; }
#Uqfm7aEOzyHIkLz49v7cHTVcGdcQuXzc { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:103.4375rem;left:5.25rem;display:block; }
#gwFJBR2uMxO9iNpoPyw6imE4ke9FJ3pr { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:104.96249961853rem;left:5.25rem;display:block; }
#qmky27p9Qs8Q1sHNaWMPlRyLu12toQUu { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:106.33749961853rem;left:5.25rem;display:block; }
#urZ2CF3f4retec66eR3GCi4gHtFCqfXI { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:109.625rem;left:5.3125rem;display:block; }
#wJEb2VT0dnCug3Uh2IBwDXS4PeydMCKe { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:108.125rem;left:5.3125rem;display:block; }
#atnZ3J2dcvgDwkcCJvleR7xrvTXhrTxf { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:111.125rem;left:5.25rem;display:block; }
#qJqJX6DJZKJdsoUc1odsBiVSFGxAAWtB { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:112.71875rem;left:5.25rem;display:block; }
#NrM0XWVfL4WJi38GPAzqf2eDXMu0mWCr { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:114.28125rem;left:5.25rem;display:block; }
#nS2R3PgheMCNzeirvnnAPpMlQl8yz8q1 { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:115.875rem;left:5.25rem;display:block; }
#tnbmIo9AicaQFBJgDvAH3kFemnTk7Af5 { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:117.4375rem;left:5.3125rem;display:block; }
#zaOynty7u9L7V4DGJwmuaIZqDGSgcHMs { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:119rem;left:5.25rem;display:block; }
#Rpy46HWJH1oPP24oNrTwID3TdB2PGZwV { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:120.3125rem;left:5.25rem;display:block; }
#wgD56f9awOSg8NOBZdr55SeqK8x35gPQ { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:122.20000076294rem;left:5.25rem;display:block; }
#B4zsFe5oLaS93zGsMAOJgu694GJRIPFp { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#zpZR4TCTTHB89dKcKdNsS2FGRbArseD4 { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#bEVBeB1rpsmNbB3hyTmZw1lT8BBmpqWQ { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#yuasp8TzRUVyb8vxkcPadZmUDJPl3qPr { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#e5vCdCfXd8bZ2CE973lIaeDga35l2crQ { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#cERRCspZ6ix7QaG5EITeIvnPayOcMN6e { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#U7E7RZ9EqAKgAyx6UF8uWZq3OJGc7Tf6 { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#bhTMHKMpkChHW1aDfcxJPwpJ5M389qGq { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:101.75rem;left:6.75rem;height:21.7rem;display:none; }
#r6hHVXOuqHHgPVsMxP7OA77d4mpXTdma { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#capcPo0sS2XMnPSWRNAf8HQuPrmgW876 { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#CE8mTDGKlXvTeJr8gqaK8mm9ixsNX7iV { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#PTehFboUrTG0Ct7lfqzhUs0UuS4g8IQS { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#LTVu2eUNL7PZm0GKhe4zTlpCiRyimPCt { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#CXGzgVowErcDGkOi4EQxgqTwBmtTTL4D { box-sizing:content-box;color:#98e1ea;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:68.521308898925rem;left:6.5625rem;display:none; }
#iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/a4RM5Ntl/12_copiar.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL.adaptive-delivery-prevent-bg, #iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL.lazyload, #iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL.lazyloading { background-image: none; }#iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL > .row .container { background-color: transparent; background-image: none; }#iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,14,56,0.41); }#iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL > .row .container > .video-iframe-container { display: none; }#iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,14,56,0.41); }#iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL > .row > .video-iframe-container { display: none; }#iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL > .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); }#iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL > .row .container { border-width: 0; border-radius: 0; }#iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#aEV5pdAiRR2raiUccpu8gZsT1u5xMDTH { color:#000000;display:block;width:52.75rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.0697917938233rem;left:11.125rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#z7D01kp9oeenClGzzGAakpAnhiNe2rnJ { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.13334274292rem;left:9.5rem;height:11.6953125rem;display:block; }
#eKihmai9PrAZaunsToJHb7FIc4S68gOP { position:absolute;display:block;z-index:14999;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:24.8125rem;width:60rem;top:10.594800949097rem;left:7.5rem;overflow:hidden;display:block; }
#nTAR698ot9nxR62bHQDuaKzWUKA06JLg { position:absolute;display:block;z-index:15006;background-color:#eaa04a;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:3.5rem;width:0.6875rem;top:33.748436927796rem;left:37.125rem;display:block; }
#kp4dsALkIwHd9fkhq8T2iSNQDAXWqmgT { position:relative;display:block; }#kp4dsALkIwHd9fkhq8T2iSNQDAXWqmgT { background-color: transparent; background-image: none; }#kp4dsALkIwHd9fkhq8T2iSNQDAXWqmgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp4dsALkIwHd9fkhq8T2iSNQDAXWqmgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp4dsALkIwHd9fkhq8T2iSNQDAXWqmgT > .row .container > .video-iframe-container { display: none; }#kp4dsALkIwHd9fkhq8T2iSNQDAXWqmgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp4dsALkIwHd9fkhq8T2iSNQDAXWqmgT > .row > .video-iframe-container { display: none; }#kp4dsALkIwHd9fkhq8T2iSNQDAXWqmgT > .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); }#kp4dsALkIwHd9fkhq8T2iSNQDAXWqmgT { border-width: 0; border-radius: 0; }#kp4dsALkIwHd9fkhq8T2iSNQDAXWqmgT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kp4dsALkIwHd9fkhq8T2iSNQDAXWqmgT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:68.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GDen4C78JipNZiSfLSEDXTiwWJoZqUq8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"montserrat 900";font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.875rem;left:25rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#CiNZyzUHx6U8wNtmRLPeZdpDBTx3MFea { position:absolute;display:block;z-index:15006;background-color:#98e1ea;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:1.375rem;width:0.75rem;top:2.7489576339722rem;left:35.3125rem;display:block; }
#x6iKWVF98W4vWBsGXNZ6eMFiGpTysAwb { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28.5625rem;left:2.5rem;height:4.3857375rem;text-align:center;text-align-last:center;display:block; }
#lhiUWfJsBwE52FQkt3t48HBdkccgIbi9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:9.8125rem;top:13.3125rem;left:4rem;overflow:hidden;display:block; }
#NHyDciLUaWIZw2FlnSbk5db4RHL5KZS9 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.8125rem;left:2.5rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#Bt35NsaCIduksboJ99hrMe36LChEuSVc { color:#000000;display:block;width:11.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:28.5625rem;left:21.8125rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#PuJkVaMknBdluJhx4XLnhai4TrUKfzJE { color:#000000;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.9375rem;left:21.25rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#ocHyE7BG9J9sx6ZEJhdfWGolAtFOV3wZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.375rem;width:8.625rem;top:11.718750238419rem;left:23.8125rem;overflow:hidden;display:block; }
#giDczHgmPnGTesxWGFeR4Kw954vUyA8E { color:#000000;display:block;width:11.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.8125rem;left:40.6875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#aHULxL68xxCniaOXTaWciCiEQFA9Iiwh { color:#000000;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:27.125rem;left:40rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#EL1hLwzRW8TQ1lLXQQbDhhvEuh5yAOt4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:8.625rem;top:11.593750238419rem;left:42.5rem;overflow:hidden;display:block; }
#PxEshyPGyUzDfiuOnEHHaWMl17KTSD38 { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:54.8125rem;left:11.831251144409rem;height:8.28515625rem;text-align:center;text-align-last:center;display:block; }
#d1R3RCIpWbibE83FO1DII6MpkTgdX82x { color:#000000;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:52.549999237061rem;left:11.925001144409rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#DTDRNhOAR7eVSzvWXTIuyFLJfZOyrwAp { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:8.25rem;top:36.987501144409rem;left:14.643751144409rem;overflow:hidden;display:block; }
#MltUaTF7E3LDcZQJZ3dHD0ElMLr9yHDA { color:#000000;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:28.8125rem;left:58.625rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#Vb9XVaDBepxJ2JByDlk8hAvRCRz2XHw2 { color:#000000;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:27.125rem;left:58.625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#pElwiq8cm0Rr7HCzFf90anSMVUeySowg { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:8.3125rem;top:12.031250238419rem;left:61rem;overflow:hidden;display:block; }
#bOdIX4NzGHs2tsv2o1dbBJ8qNJ7msbQr { color:#000000;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:54.8125rem;left:31.187501907349rem;height:7.30956875rem;text-align:center;text-align-last:center;display:block; }
#ycTEup7fW8MdyQuQgduDI2qWT35V9KWi { color:#000000;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:52.5rem;left:31.187501907349rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#O1EoyGe0WoD1g4viL9kh5GdFFPUgGbNd { 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:16.0625rem;width:8.375rem;top:36.487501144409rem;left:33.562501907349rem;overflow:hidden;display:block; }
#rvh7KZqoOihCKkbEsTfMTal8175m5tz9 { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:55.299999237061rem;left:50.111722946167rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#Egz6zpJs4ofdXM7s8y3UwlINBbIBxmDn { color:#000000;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:52.5rem;left:49.642972946167rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#tXHRUUWTLG3dMOmEvhr7FN1MHeAFIqls { position:absolute;display:block;z-index:15023;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:16.6875rem;width:8.625rem;top:36.425001144409rem;left:51.892972946167rem;overflow:hidden;display:block; }
#wg0ILf3LPuSnxCZgXIrlRiUdVOva5QgZ { position:absolute;display:block;z-index:14999;background-color:rgba(227,227,227,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #98e1ea;border-left:0.0625rem solid #98e1ea;border-right:0.0625rem solid #98e1ea;border-bottom:0.0625rem solid #98e1ea;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:22rem;width:14rem;top:12.3125rem;left:1.9375rem;display:block; }
#HeKVgsIiaBVxNNcrRFwyspbZcJGOVvs4 { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #98e1ea;border-left:0.0625rem solid #98e1ea;border-right:0.0625rem solid #98e1ea;border-bottom:0.0625rem solid #98e1ea;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:22rem;width:14rem;top:12.3125rem;left:20.625rem;display:block; }
#UNIbtzIZRFT5fMk5HMeXrtBPFGUkbGaW { position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #98e1ea;border-left:0.0625rem solid #98e1ea;border-right:0.0625rem solid #98e1ea;border-bottom:0.0625rem solid #98e1ea;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:22rem;width:14rem;top:12.3125rem;left:39.375rem;display:block; }
#TeuDFho7C2xDHbJvrkU3BakvSQuZ8GbA { position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #98e1ea;border-left:0.0625rem solid #98e1ea;border-right:0.0625rem solid #98e1ea;border-bottom:0.0625rem solid #98e1ea;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:22rem;width:14rem;top:12.3125rem;left:58.125rem;display:block; }
#fkMPRQ6xynNiN6pBxGaM6Ah5RwUb2oiV { position:absolute;display:block;z-index:15000;background-color:rgba(227,227,227,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #98e1ea;border-left:0.0625rem solid #98e1ea;border-right:0.0625rem solid #98e1ea;border-bottom:0.0625rem solid #98e1ea;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:27.5rem;width:14.9375rem;top:36.987501144409rem;left:11.250001907349rem;display:block; }
#pWoOkyDLpahBiegzcA5JncJTX9y10pXQ { position:absolute;display:block;z-index:15001;background-color:rgba(227,227,227,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #98e1ea;border-left:0.0625rem solid #98e1ea;border-right:0.0625rem solid #98e1ea;border-bottom:0.0625rem solid #98e1ea;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:27.5rem;width:14.9375rem;top:36.487501144409rem;left:29.875001907349rem;display:block; }
#GLcFvsCD5ixXTyyUz2u95ZvXKuBdPm1L { position:absolute;display:block;z-index:15002;background-color:rgba(227,227,227,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #98e1ea;border-left:0.0625rem solid #98e1ea;border-right:0.0625rem solid #98e1ea;border-bottom:0.0625rem solid #98e1ea;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:27.5rem;width:14.9375rem;top:36.487501144409rem;left:48.686719894409rem;display:block; }
#Es69zUJHGWtZxfRdMVdv8a4EIwoS6Rk3 { position:absolute;display:block;z-index:15008;background-color:#98e1ea;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:1.375rem;width:0.75rem;top:43.9375rem;left:34.8125rem;display:block; }
#W0actoUD6cFBH3JUp7GT1buLHcbBMoKe { position:absolute;display:block;z-index:15006;background-color:#eaa04a;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:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:3.5rem;width:0.6875rem;top:63.811460494994rem;left:35.25rem;display:none; }
#vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dadada;background-image:url("https://images.assets-landingi.com/7776pyBl/08.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf.adaptive-delivery-prevent-bg, #vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf.lazyload, #vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf.lazyloading { background-image: none; }#vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf > .row .container { background-color: transparent; background-image: none; }#vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf > .row .container > .video-iframe-container { display: none; }#vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf > .row > .video-iframe-container { display: none; }#vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf > .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); }#vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf > .row .container { border-width: 0; border-radius: 0; }#vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf > .row .container { font-size:0.875rem;font-family:arial;height:71.0625rem;width:75rem;position:relative;display:block; }#fQluyQHBw36U6TZPcRSVyak7IJwvpyZu { color:#ffffff;display:block;width:29.5rem;position:absolute;font-family:mavenpro;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7.13515663147rem;left:35.67421913147rem;height:57.375rem;display:block; }
#D1htTU8P9tS9iTx9ekBTd2BMQ2KGepoW { position:absolute;display:block;z-index:14998;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:6.25rem;width:7.8125rem;top:62rem;left:0rem;overflow:hidden;display:block; }
#wamf0Co7dsH96OsWdT73cf6ablTcA95R { 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:8.375rem;width:10.6875rem;top:60.9375rem;left:21.625rem;overflow:hidden;display:block; }
#gMJMcgQQl8OcLc3UcJk5cPZ9HAmQScxx { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:8.75rem;top:61.625rem;left:25.9375rem;overflow:hidden;display:block; }
#JSiNncWON4IaedV91846gnFgl2xpWl1u { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.25rem;width:30.625rem;top:15.0625rem;left:8.0625rem;overflow:hidden;display:block; }
#R8oIx9n4QcDJHmFkRkpdO5fQITExPIX9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:8.5rem;top:61.875rem;left:3.1875rem;overflow:hidden;display:block; }
#Pz4KSvOn2xNuELEJMrQh3i6aU8bRwqqc { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:9.375rem;top:61.5rem;left:6.875rem;overflow:hidden;display:block; }
#TppHnz9EpN8dpvPuFao23TL5rJDPWl7F { color:#4c4c4c;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4124884605407rem;left:0rem;height:3.4125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JaeZmTu6ikQDVVDuGI50PqMIcLQEX7kB { 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:7.3125rem;width:10.8125rem;top:61.5rem;left:17rem;overflow:hidden;display:block; }
#bTzRrJ2XoBy5GTmWPo2MQtKxAX8aamS1 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:10.8125rem;top:61.5rem;left:11.5rem;overflow:hidden;display:block; }
#OdKtWa8MNXuol1qQnOTLHHLEK5SOfQST { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:26.1875rem;top:42rem;left:8.0625rem;overflow:hidden;display:block; }
#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G > .row .container { background-color: transparent; background-image: none; }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G > .row .container > .video-iframe-container { display: none; }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G > .row > .video-iframe-container { display: none; }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G > .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); }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G > .row .container { border-width: 0; border-radius: 0; }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G > .row .container { font-size:0.875rem;font-family:arial;height:60.6875rem;width:75rem;position:relative;display:block; }#i2KBDrbail2Zzrmoe0abgs4OgqFL1si2 { color:#5b5b5b;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:48.625rem;left:47.6875rem;height:2.6rem;font-style:italic;display:block; }
#VaRUFKOtIm9epa6Vwq9RZlCImt3TrQP4 { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:48.5625rem;left:45.375rem;display:block; }
#vJJZO6NGI1Hpese88HR7kI63wJAc8KH3 { color:#585858;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:48.75rem;left:34rem;height:2.6rem;font-style:italic;display:block; }
#zn3rKw1fuvDqiSnwCpLWBxTDOdmcMUdt { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:48.5625rem;left:31.3125rem;display:block; }
#bm06HV1NzTKiwbdIniZ4a25Gr4Qs5UpS { color:#5a5a5a;display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:48.5625rem;left:24.5rem;height:2.6rem;font-style:italic;display:block; }
#vppXHI7cqL7gp0rmczVMPb1bSKOnF4xL { box-sizing:content-box;color:#ff7f00;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:48.4375rem;left:21.8125rem;display:block; }
#xwCkuJKymbhohWIqPC270R58r0V2iSgr { color:#ff0000;display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:25.25rem;left:21.8125rem;height:1.44375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NbTfFc3RRFISr4P9G4VIfLEaF2plPe5Z { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #d53333, #f48585);background-image: -moz-linear-gradient(164deg, #d53333, #f48585);background-image: -ms-linear-gradient(164deg, #d53333, #f48585);background-image: -o-linear-gradient(164deg, #d53333, #f48585);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d53333', endColorstr='#f48585' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d53333', endColorstr='#f48585' );";background-image: linear-gradient(164deg, #d53333, #f48585);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.1875rem;width:30.6875rem;top:18.375rem;left:22rem;display:block; }
#xApd3bQCNqwZcrkiVEHP0s0gQWgdBkbK { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:19.375rem;left:25.75rem;height:3.7109375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GRrMwgaLUTzvwAa8Zr8zG20iD13cVTZC { color:#2ee681;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:8.625rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:30.25rem;left:30.125rem;height:11.2125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ehoddfEnAxxM8TDCHclU5TFUb3vR5uvX { color:#5d5d5d;display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:36.8125rem;left:29.1875rem;height:1.95rem;font-style:normal;display:block; }
#VzxXTuhvhNSC5gEnNTIhTLHWwoqc6KfF { color:#5d5d5d;display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:34.875rem;left:29.0625rem;height:1.95rem;font-style:normal;display:block; }
#imu1soCzTuqtXxgIuFAfPss2Glym6Ot2 { color:#2ee681;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:36.5625rem;left:42.25rem;height:2.51875rem;font-style:normal;display:block; }
#LxTREAoKFGQpxUaU8Ux7uoIN6VNOK3wT { color:#ff5151;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:39.875rem;left:26.625rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3TK6eDD3S3bCbFhhmCDrDqiQwZiwr1h { color:#ff0000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:15.0625rem;left:28.6875rem;height:1.5125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tZ7mTLq0UiDhaORLwUUmz5stkx8SypfT { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #ff5b5b;border-left:0.0625rem solid #ff5b5b;border-right:0.0625rem solid #ff5b5b;border-bottom:0.0625rem solid #ff5b5b;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.5rem;width:21.5rem;top:39.3125rem;left:26.625rem;display:block; }
#pmTt9Vh67CQ39Ssn3u5PBan2SK2vlqHw { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(252deg, #d53333, #f48585);background-image: -moz-linear-gradient(252deg, #d53333, #f48585);background-image: -ms-linear-gradient(252deg, #d53333, #f48585);background-image: -o-linear-gradient(252deg, #d53333, #f48585);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d53333', endColorstr='#f48585' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d53333', endColorstr='#f48585' );";background-image: linear-gradient(252deg, #d53333, #f48585);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:5.1875rem;width:30.6875rem;top:18.75rem;left:21.625rem;display:block; }
#RNHoGOirNekMT0Hqr7eD3FQX10qTaE2a { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);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: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.12) ;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.8125rem;height:3.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:21.843751907349rem;left:23.25rem;display:none; }
#Gogv0HxqTvxQz7GQf4e2w4C1B3Nt6OOE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eO1CbHKTghsfy349dwTSx702pzFPxpUb { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);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: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.12) ;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.8125rem;height:3.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.400000572204rem;left:39.6875rem;display:none; }
#AJoFtIFkTAX0CzchuUecP5cg61RxEEi4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J605EIN9EWuw8cvIi0QTtgCTDyL4d1xm { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);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: 0.0625rem 0.0625rem 1rem #8dffc1 ;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.8125rem;height:3.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:42.9375rem;left:23.625rem;display:block; }
#N7O29iVTNMGP895iCS8g6QAu7OxLBASg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXl0LhiEJhKxsdNaf0eNuavzRv4FzekS { color:#ff0000;display:block;width:32.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:14.375rem;left:21.125rem;height:2.8875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UpOMpP27WcUTqIK1tlCNhMFPQU04i7s1 { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:11.125rem;left:27.1875rem;height:3.8rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vugq2sObTzNpBlide2N1p2nq5HFurPck { color:#ff9400;display:block;width:34.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:300;z-index:14969;line-height:1.5;letter-spacing:0;top:7.1875rem;left:20.25rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KATfeziPXiwzq9qid2KKfLoOJQQJl6bV { color:#ff0000;display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:28.125rem;left:22.5625rem;height:2.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zWHPkZxaMrNpQnF0blqADefkL4niTWdA { color:#5d5d5d;display:block;width:4.875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:33rem;left:27.8125rem;height:1.95rem;font-style:normal;display:block; }
#Q5N3DdxMJqgDC38tdT3VOFSlQAs0C99E { position:absolute;display:block;z-index:14968;background-color:rgba(227,227,227,0.59);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #2d2f2f;border-left:0.0625rem dotted #2d2f2f;border-right:0.0625rem dotted #2d2f2f;border-bottom:0.0625rem dotted #2d2f2f;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:50rem;width:35.1875rem;top:5.4333548545838rem;left:20rem;display:block; }
#CQIxoc7uWpatcX7WDV1g1ztlw1h9cJyr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(153deg, #ffffff, rgba(255,255,255,0.12));background-image: -moz-linear-gradient(153deg, #ffffff, rgba(255,255,255,0.12));background-image: -ms-linear-gradient(153deg, #ffffff, rgba(255,255,255,0.12));background-image: -o-linear-gradient(153deg, #ffffff, rgba(255,255,255,0.12));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff1e' );";background-image: linear-gradient(153deg, #ffffff, rgba(255,255,255,0.12));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; }#CQIxoc7uWpatcX7WDV1g1ztlw1h9cJyr > .row .container { background-color: transparent; background-image: none; }#CQIxoc7uWpatcX7WDV1g1ztlw1h9cJyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQIxoc7uWpatcX7WDV1g1ztlw1h9cJyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQIxoc7uWpatcX7WDV1g1ztlw1h9cJyr > .row .container > .video-iframe-container { display: none; }#CQIxoc7uWpatcX7WDV1g1ztlw1h9cJyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQIxoc7uWpatcX7WDV1g1ztlw1h9cJyr > .row > .video-iframe-container { display: none; }#CQIxoc7uWpatcX7WDV1g1ztlw1h9cJyr > .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); }#CQIxoc7uWpatcX7WDV1g1ztlw1h9cJyr > .row .container { border-width: 0; border-radius: 0; }#CQIxoc7uWpatcX7WDV1g1ztlw1h9cJyr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CQIxoc7uWpatcX7WDV1g1ztlw1h9cJyr > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#o1BOzoFaeRyqXu0Ec0tBIZ5FS1DCzIn2 { color:#000000;display:block;width:36.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.4281234741213rem;left:29.8125rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#MGqc41Mre6CfbozlwdCAaxtOQfev6Tvq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:16.6875rem;top:1.1875rem;left:11.6875rem;overflow:hidden;display:block; }
#lfisk1fk1TUJ0BK7WbX7wqUvPmV1OSFP { color:#282828;display:block;width:32.3125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:32.125rem;height:5.2rem;font-style:normal;display:block; }
#bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection { background-color:#1b1d24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; } #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection *:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="text"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="email"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="tel"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection textarea:focus-visible { outline: none; } #buPvmAQXpC9pHQwGUCdeA5slvoT43g1A > .row .container { background-color: transparent; background-image: none; }#buPvmAQXpC9pHQwGUCdeA5slvoT43g1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buPvmAQXpC9pHQwGUCdeA5slvoT43g1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buPvmAQXpC9pHQwGUCdeA5slvoT43g1A > .row .container > .video-iframe-container { display: none; }#buPvmAQXpC9pHQwGUCdeA5slvoT43g1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buPvmAQXpC9pHQwGUCdeA5slvoT43g1A > .row > .video-iframe-container { display: none; }#buPvmAQXpC9pHQwGUCdeA5slvoT43g1A > .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); }#buPvmAQXpC9pHQwGUCdeA5slvoT43g1A > .row .container { border-width: 0; border-radius: 0; }#buPvmAQXpC9pHQwGUCdeA5slvoT43g1A > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#buPvmAQXpC9pHQwGUCdeA5slvoT43g1A > .row .container { width:60rem;height:11.3875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcnwCGxGOL3lkuB5sCEQfHEk3d2vmb3W { width:37rem;height:3.4375rem;top:12.75rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swlBOhlNfOynkVq7NnFS2leWbZHyScr2 { width:46rem;height:9.625rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd84TurH5erw2ksvv1SH8VS748qiqUTQ { width:14.1875rem;height:14.1875rem;top:30.0625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Huv1d66WGm0Wg3TdiKErDRFI08FWLXPT { width:12.6875rem;height:13.1875rem;top:30.5rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxFdWxhWFbOdBDL47bIqCoZ6y1Lp3Fng { width:3.625rem;height:3.625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5Ig2as3nP41vAuxZqxLHF8LOVby6iwu { width:3.3125rem;height:3.3125rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1CB1qlXJDpX1aCwPtZBntcNwDWiCr0P { width:9.5rem;height:9.75rem;top:32.0625rem;left:16.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpJ1RnMwKwR5h6uKzZiUWzTpHs48yqaX { width:3.6875rem;height:3.6875rem;top:33.875rem;left:0.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilebchMlsi3ZxRxmtnyEc8zSMVg7gFWp { width:3.6875rem;height:3.6875rem;top:33.875rem;left:31.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIlyIwP4fLfmaoU2UeguTG1MHvMZR13T { width:8.625rem;height:1.5625rem;top:34.9375rem;left:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS6UfvvGmME3UXumQTxe6SAZrbMsu6Tv { width:12rem;height:1.5625rem;top:34.9375rem;left:35.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #De7ViQDAD2ONXCBi4aA8ye3UT5cr7hfX { width:3.3125rem;height:3.3125rem;top:34.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkCCZBF4DrUeH318JkzpWQIJTplZ3fLJ { width:3.3125rem;height:3.3125rem;top:34.0625rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZFXOJ6JM57TWDvCMQ8VMhG1utwgLQ1g { width:23.4375rem;height:8.875rem;top:1.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXdmpfIqkPWR9hxHCZ5LInfSSCsQ7MAP { width:12.6875rem;height:13.1875rem;top:30.5rem;left:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pbyRMUnB8Gd56baG7yXqfpE2L2rbXPHM { width:9.5rem;height:9.75rem;top:32.0625rem;left:16.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfWxot4K74gAwMXNFVnwGN74i0CAe7C7 { width:14.1875rem;height:14.1875rem;top:30.0625rem;left:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #HG4JhyIqoDmLSMVrFcR2qGaDWxeSet53 { display:block; }#HG4JhyIqoDmLSMVrFcR2qGaDWxeSet53 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUh7JHA0uHqASTTABF7C8Vg9qF01cWXL { width:29.6875rem;height:21rem;top:16.1875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOat23RuyCIuHGtTJ1KgFrRTegMt3U1q { width:0.6875rem;height:3.5rem;top:3.9375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELOeg1SJ9bRyauzedsyhwewD7Dk1d90q { width:43rem;height:5.8125rem;top:10.625rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDTBEfxzOvvcs1xKn0WW6rPZDSOlNGgT { width:45.125rem;height:11.5rem;top:37.1875rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBEDJsrytKSR9UTSQJeLWVSzh6MMh6ht { width:0.6875rem;height:3.5rem;top:57.6875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQypEidtkNThrzTOVQfo0691Lm3VmnLe { width:0.75rem;height:1.375rem;top:7.6875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE5aKOXsM6ADzv5BoXd9lP7BzMAAqHmx { width:3.3125rem;height:3.3125rem;top:16.1875rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SutTtw9pT2aCwbB3MTygTbgOmy82MI6l { width:3.625rem;height:3.625rem;top:19.875rem;left:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvKFyZ8kKqdIxKgZVthC4tfWXg8nCgTc { width:39.5625rem;height:3.4375rem;top:50.75rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAy3T15iTkb4FxG1Rhul8tswrodQfsW6 { display:block; }
 }@media only screen and (max-width: 763px) { #InRXCzPVsNOFLLC2XJa685yx2L7AO0hr { width:39.5625rem;height:3.4375rem;top:50.75rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEJ7RsVVwav9x3hUwCTC3gpgPxZKLABC { display:block; }
 }@media only screen and (max-width: 763px) { #JO0bDJ8NTKBUe4apPGHVifAkPGzeZ094 { width:20rem;height:11.25rem;top:0.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 { display:block; }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPBVPXJZUwkF7e1bcrSwQ89RGpMyreQh { width:0.75rem;height:1.375rem;top:2rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2v4TCuPukS9CwXyGkv68Bk3VSNzh77B { width:47.75rem;height:4.5rem;top:5.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePXPwchGF0pCQJ4GNu84LBFZ1NF7RoBV { width:26.375rem;height:7rem;top:13.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVdlxwd2HMEQCuGDw5gy5qFcFIstVF2E { width:25.125rem;height:9.75rem;top:22.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVIsfT8qKTAAsvCHTgy7lGFNeXLuln80 { width:28.8125rem;height:7.25rem;top:36.8125rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn4E7JtM5XPklyLLeZTJUf6qlHLT6Ji9 { width:28.375rem;height:5.75rem;top:44.9375rem;left:19.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkZC299BRHrczX3Z8eZLz0GTXrQaXC1D { width:26.25rem;height:6.5rem;top:54.1875rem;left:21.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBy7HhGgNQQKB4wrTuPukDk9Ekr02SIV { width:31.375rem;height:10.0625rem;top:52.4375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuetPqUNRG1rCdeGkLJ0zkc3J58HipP1 { width:24.125rem;height:24.3125rem;top:8.9375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXD44AcSuaVm7MJS6sBtITUzV9z5sTlr { width:20rem;height:20rem;top:12.6875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXDqPxynX6cU2vhLfFAJmd75fxV1RUhq { width:14.25rem;height:14.875rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCyEWPCu0oWnZ5Sp12qUETOysPOO36wS { width:14.125rem;height:14.875rem;top:33.8125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwZk59WxM9gzhWTCmWmPL6gLdH6oeTN6 { width:13.75rem;height:14.4375rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTiTW8DXgliWwq8RKE4GGXsONeQ1QvCH { width:13.75rem;height:14.4375rem;top:48.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUDHygEkTKPXRkOPhW1wL975WtweEfaB { width:0.6875rem;height:3.5rem;top:49.8125rem;left:23.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx { display:block; }#OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzorOZ2HBcuEvK9HNzmiXC0QVKHAWV4T { width:39.3125rem;height:4.75rem;top:2.3125rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWpgwHVEtrgEHuetNPPMOuNb8XOXphTn { width:39.6875rem;height:6.25rem;top:8.4375rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXXDBHd9se2xSRwfyEGa4L6r6MC4EDtu { width:0.75rem;height:1.375rem;top:2rem;left:23.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvSTq5Orm1q6DF5tH6hWTVp0NxnWXKZQ { width:12.5rem;height:1.25rem;top:14.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htHueJy30KpsLzDAe6ArF0SZDSm0vp5r { width:12.5rem;height:1.25rem;top:41.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2NCCM4qTQP9ZPZh0TymEvy06I6NZ22F { width:12.5rem;height:1.25rem;top:33.625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF94sh0GdIXUOO6AT4rKiUB5MONTBofg { width:12.5rem;height:1.25rem;top:41.4375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXs2OQCuUMEZGUxeI8NIbtrRyhm3d3dw { width:12.5rem;height:1.25rem;top:33.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzAefglzi8SLz4AlrXaOAT15aJngUaeN { width:12.5rem;height:1.25rem;top:24.125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmX29tIZ1VSfITh8EgEk3aGMZ69c4cg3 { width:12.5rem;height:1.25rem;top:14.6875rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whZtfQSSJ7TravsoIsqpGVGKAKxm2Bry { width:12.5rem;height:1.25rem;top:24.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPqBvArls9hH8HfyWxQ4iDDbG49pNkU4 { width:28.625rem;height:38.5rem;top:10.625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI6Dxv74EnQwzSxL6h1yLK9dx282fGfT { width:2.125rem;height:2.125rem;top:14.3125rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdRwhO77qEq0duoeSoneHLhPgDx6NiVE { width:2.125rem;height:2.125rem;top:23.75rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMG7Sz1hIsDg9o0RLDNEOyxc2xde00EJ { width:2.125rem;height:2.125rem;top:32.875rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ZAGJH7PTeumO8486NSmVvzFskW5QBs { width:2.125rem;height:2.125rem;top:41.0625rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0m3PXUaP8x5cU95AabRe06KwMz1r78a { width:27.4375rem;height:1.5rem;top:34.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK53JWmlVJR37oWp273oTEQ4aVbxJbb4 { width:29.25rem;height:1.4375rem;top:24.9375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo7CJkItKpK6o0ldr8A6vXIC8L9Owx6u { width:28.9375rem;height:1.5rem;top:42.125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNNMAbsqo6wbtUZv0dsnKAyJQnxi3Iu3 { width:29.625rem;height:1.5rem;top:15.25rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEISdlOEfg7oha3Bw5NIT7XNvQzLcWQJ { width:12.875rem;height:3.375rem;top:16.375rem;left:34.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrW7tvhibdCPTQuCbz6Wf2PIBHwMP11K { width:12.875rem;height:2.5rem;top:35.5rem;left:34.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJdypySW5vREMysRyNu6HWdTMazfwkEx { width:12.875rem;height:0.8125rem;top:43rem;left:34.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btfTJKisxzdRTQw6SlJeZlzZSpfrBDcv { width:2.625rem;height:2.5rem;top:14.0625rem;left:21.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKSpaIiuBnkhodEZQoq2lx9HVTuZMxL6 { width:2.3125rem;height:2.375rem;top:23.5625rem;left:21.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wav9sTH3wcDIOF7WOoGvQvTWTNXqqE8R { width:2.5rem;height:2.5rem;top:32.625rem;left:21.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwppqavBEtkPaddIFtmu2GpvOkTKc7Lh { width:2.75rem;height:2.75rem;top:40.6875rem;left:21.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkuQfHOu33xIVToUVz08KTPC7ItigyWC { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #avpqJLydVX5hqIJ3MSJ5DDg55SNaJafw { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0mE6bN34Hu5qMSvHXsCIZbcVqpeX4Ek { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EK9fW1zHOs8gpynn2Pezcetnyh6Rec8m { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gP6xLEtEQrATp69r86uxEscy9hJrPgrV { width:2.75rem;height:2.75rem;top:40.6875rem;left:21.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMh1UXkS6Tmv31pz6U0qZNuZhBkwlUWw { width:2.125rem;height:2.125rem;top:41.0625rem;left:21.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E3v9y8Tz1edIE4b0bmKTaGvGgfcN4itd { width:2.125rem;height:2.125rem;top:41.0625rem;left:21.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKL9RR0Cx9utuOUKICCbv2aqN2pElfUZ { width:2.125rem;height:2.125rem;top:41.0625rem;left:21.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJFgZKRqROKxdTUK31GPRWwtuIeFVEaP { width:2.125rem;height:2.125rem;top:41.0625rem;left:21.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQtEKOqGl3HemUPEG4LvtiS2KOe6olEh { width:2.5rem;height:2.5rem;top:32.625rem;left:21.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #igpKt5gOBiH656slHDFnPEfkdABeIQVH { width:2.3125rem;height:2.375rem;top:23.5625rem;left:21.3125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltfmgPhte1yldTTEnm15kS5PvAggrz41 { width:2.625rem;height:2.5rem;top:14.0625rem;left:21.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cS1CdRm2VyvKzd6GghKpvGiiwMnRS5Kr { width:12.5rem;height:1.25rem;top:41.4375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGFdK7IMyy7sp0W1Pyy1ZehSfqIA50bf { width:12.5rem;height:2.5625rem;top:41.4375rem;left:35.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bb6Is8FkEX3lUDGU9BSBN4yVvFsWc2Ks { width:12.5rem;height:1.25rem;top:33.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdVT7T9JFPKve2bdWUrHKGnuGW2vUMQf { width:12.5rem;height:6.5rem;top:33.625rem;left:35.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #V5LTT3K74vCOIEXgZwJ83Ow015wEfN1T { width:12.5rem;height:1.25rem;top:24.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGezrX6e5TZn5Tambtl1VpNQRe6Gi2uB { width:12.5rem;height:1.25rem;top:24.125rem;left:35.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WngBGeQ3Odzqs8HuKCTzpSlS4Sx9TR7Q { width:12.5rem;height:1.25rem;top:14.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbpS93cn1gWoQHU6STQCP8h9W42foFR4 { width:12.875rem;height:3.375rem;top:16.375rem;left:34.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W53H2zdzwHfK91mcn4HOSE1AR2glxlTp { width:29.625rem;height:1.5rem;top:15.25rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXmrC5pigV9IQBfaZU1FJUvHFu2pLpls { width:29.625rem;height:1.5rem;top:15.25rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Redp5nt7O69hMUwDytPD4uNV6A3pQQPs { width:29.625rem;height:1.5rem;top:15.25rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQVAC0lANtv7HNTm87z8wwuxMuV83JDk { width:39.5625rem;height:3.4375rem;top:51.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wplZfXxez2Kd2EHvstoFwxbmAq5wUBzn { display:block; }
 }@media only screen and (max-width: 763px) { #u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5 { display:block; }#u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp94WtNEQmwU1G3fdPEOrP2H2ZRQpylE { width:33.8125rem;height:13rem;top:15.5rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8tmILT5En8eQqETiZefHCTmbc80Akp5 { width:30.9375rem;height:16.3125rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2bDu78AFg8oTwG9IQmui9e8ckkn9Axf { width:33.0625rem;height:12.9375rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf66tmK2VhosDZL7N1yPyIGG026HoPb7 { width:39.3125rem;height:4.75rem;top:2.5rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8aR8Hff3VVQuK12LP2a0MWn706XKlCs { display:block; }#T8aR8Hff3VVQuK12LP2a0MWn706XKlCs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvlBQwD00h8VGtXMgBclJAAWhAcwzbQS { width:47.75rem;height:8.4375rem;top:2.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7sUhfa03V9plwusPNcpdiAsVgpupPWb { width:33.9375rem;height:3.1875rem;top:13.8125rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT6GixzZpBPCIEenL255x0F7PgiDOp04 { width:38.75rem;height:5.3125rem;top:12.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chqy47F9sBctHw6xDLu59IFM1J9ELDFX { width:47.75rem;height:3.5rem;top:21.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skOh2rET1mxLPEsTTGk3F9sSFDf4fhAg { width:43.6875rem;height:6.375rem;top:26.125rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpuAPtAaI7deVlydBdMxUvBd5HsmroK5 { width:47.75rem;height:13rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwZBRgRlytiIaQFEumqlPvvGNGSXCXEo { width:0.5625rem;height:11rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycHpT0c9SI8fQvR5WvSf4xE1PTJGCQGo { width:47.75rem;height:13rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZKes2Qgg41UQImhbfJun5DTaVlkhp6V { width:43.6875rem;height:6.375rem;top:41.4375rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I07LTUFi830Eu0Z7qVG0zDat26iGCIMx { width:47.75rem;height:3.5rem;top:36.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTZg83qNpoNtGmfTu0Toi2yrz13NBbMF { width:0.5625rem;height:11rem;top:36.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAQN0z1zbJq0PSu1XNRK7tT1pdIqB4QJ { width:47.75rem;height:10.1875rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQB8c8OSWUZwq6fmwzIJVs5JfgAXyPAB { width:43.6875rem;height:2.5rem;top:57.0625rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbWeb7mZLxbGOInrclpIe6XcxgFPm9TD { width:47.75rem;height:3.5rem;top:52.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2WQsF2bJXUPPp4nZdAhb6HKzLOnALt7 { width:0.5625rem;height:7.5rem;top:52.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZNmsXbAUeoWMLS6xhbeA0mfQkMOpgcT { display:block; }#qZNmsXbAUeoWMLS6xhbeA0mfQkMOpgcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1CJ69wqLupXVdAzo9SDue0G8869zd7J { width:37.5rem;height:2.4375rem;top:3.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlahrcZelH8g5ASGWHTftyQBoErnO61a { width:47.75rem;height:14.625rem;top:8.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvJ1WkqeP3NOyUPug7QhO9r0KPMnZAGh { width:20.25rem;height:3.1875rem;top:35.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvOfmxMDPUNXTmpuzpum1IDq2BGR4RdC { width:12.5rem;height:1.25rem;top:33.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl3fmyiktrUwkwuQdkDfFxbDTXH54Xbs { width:24.125rem;height:7.625rem;top:39.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHu1qlaoGExtr5VVWQhBABIwS4U0DnB8 { width:21.5625rem;height:22.25rem;top:48.0625rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW9rP3OSyGW34VDFGccMZgUSoJ8MN7fN { width:21.9375rem;height:18.625rem;top:53.0625rem;left:25.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnDxSSnTa6AJf5T7ssKvlD4bvcSBg9bR { width:24.125rem;height:12.75rem;top:39.4375rem;left:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9PXzA4q4DUwTOntIbnVXuR5xSbg8cOX { width:20.25rem;height:3.1875rem;top:35.3125rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJGt2RwdZAToV93RZTO6GJ49NcpNDXc0 { width:12.5rem;height:1.25rem;top:33.3125rem;left:24.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUfX2dKLiPJCnI1C1xsPZrsTMrClFPWP { width:23.0625rem;height:21.75rem;top:101.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQatRg0c1JpU6xh0VKu3qAwXtL6CXlaX { width:24.125rem;height:11.5rem;top:89.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTx4hFToIb0PBIvFpNW7PKCv5wyA0EX9 { width:22.1875rem;height:1.5625rem;top:85.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G80VmVE9woKf1lyJJyf5TeIU3K6DObxi { width:12.5rem;height:1.25rem;top:83.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP57O0uGGWrdTG4t9Bfx84HbHSZFhgy7 { width:24.125rem;height:16.4375rem;top:89rem;left:23.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG9z8JmnGATQ7kIkUBOKISlfte3p8ghx { width:22.1875rem;height:1.5625rem;top:86rem;left:25.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF3kQkKUNiFfKIsF0Ar2FHClnCXcyTsA { width:12.5rem;height:1.25rem;top:84rem;left:25.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe702LeZzJOgfv2od1WgRz4pIWRoXqkX { width:23.0625rem;height:8.625rem;top:109.125rem;left:24.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq4mNoMZezSSDB0Jfa6qR8CiInHAm5fX { width:27.8125rem;height:46.375rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQLz3qZGZXFPx0MEKgN3pzifpMdW4OK4 { width:27.8125rem;height:46.625rem;top:26.5rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1oQ55iFvvobkuZmLElO1xG0frsVqluL { width:27.75rem;height:48.25rem;top:76rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyb3tTopnOyg7BSLmknaCepMkS4GADIW { width:27.75rem;height:48.0625rem;top:76.25rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3vpgVGIQlEAC6gqXlbtpJoVRZHsTZgQ { width:12.5rem;height:6.125rem;top:26.4375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSTU7P5ABdK8qSnTFknAVGXEoMBiovf { width:7.5625rem;height:0.5625rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkLwZhkCN28l5r3mCcnyaI5gRF084AkS { width:1.1875rem;height:0.5625rem;top:32rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTtuugq5alz5v9eRri0FTLqylTG4qgx { width:12.5rem;height:6.125rem;top:26.4375rem;left:24.75rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTiiwxHvr0h8lEAhtgWMFE0WvgcWKmCJ { width:1.1875rem;height:0.5625rem;top:32rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ0NN4atWETmope9sIT2CnD4TwZggLEZ { width:7.5625rem;height:0.5625rem;top:32.0625rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZklkOQwA7Dxhkyge94IVbxvuU78eu7xt { width:12.5rem;height:6.125rem;top:76.5rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAMl8PyNAhorvgr9TWTDmOliUldupyfB { width:1.1875rem;height:0.5625rem;top:82.0625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trI0TQ6dIyVNk16lWGNMp0vRGd72akwI { width:7.5625rem;height:0.5625rem;top:82.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIwNVnb6NomFmFnQamuamCBQnEGkP8eO { width:12.5rem;height:6.125rem;top:76.25rem;left:25.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTZlMDFQacTP23U3yba2TMfuFXMMTw1Z { width:1.1875rem;height:0.5625rem;top:81.8125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT0vV7GdT4I4qA6iKbW57nWyoMJaATGG { width:7.5625rem;height:0.5625rem;top:81.875rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #upl3J8LGnT3AulJ9wa0HVMqpSnqbfVQm { width:1.3125rem;height:1.3125rem;top:48rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw5vLwCgKsIy30cX2qCoKgA3vUank3fe { width:1.3125rem;height:1.3125rem;top:49.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbdldzk94MZFxuhTAgJez9xJP2o8PTvV { width:1.3125rem;height:1.3125rem;top:51.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUpsbivHoFd8LFDnwTADuFyFCD46ByV9 { width:1.3125rem;height:1.3125rem;top:53.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbBHhJnTbytlvFLbPazrPKbiPXDrJOmV { width:1.3125rem;height:1.3125rem;top:54.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIvo7xWUX3lk0OEiOa9Z98meEEwHgVwk { width:1.3125rem;height:1.3125rem;top:56.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBXAZHHl4cradUA3z8TJE2pU4wy33zoI { width:1.3125rem;height:1.3125rem;top:57.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISZhDhXUlCyXr5HnMVlp47QJzZ9Ve9Rl { width:1.3125rem;height:1.3125rem;top:59.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW7sEnT17wFDb0UNym3qBUuH9ycX4UIs { width:1.3125rem;height:1.3125rem;top:60.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4raHlMUOdLGwlsRWvJL0VzDkPkEasVp { width:1.3125rem;height:1.3125rem;top:61.125rem;left:24.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpooidQNbuJw7EyLvExv8DTm2X49F0yr { width:1.3125rem;height:1.3125rem;top:62.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgtAfEmBNy1zI4Du4qiPp9IV9ENz9kiK { width:1.3125rem;height:1.3125rem;top:63.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgvSl4Qwnsm5BxepfzLShEdSsFXbBVdr { width:1.3125rem;height:1.3125rem;top:65.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d56pbLPtUJNopkeWaUwdtkvTdwJLhwba { width:1.3125rem;height:1.3125rem;top:66.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLBGr8iT9VdSANzszW23vMHZkGa22UL6 { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXRtOLSKPhd2zaTooBZPQTHbD6GvF877 { width:1.3125rem;height:1.3125rem;top:53.1875rem;left:24.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcSILTnsBIA9Kf8L3iaZ4eyNQ7OnaqT8 { width:1.3125rem;height:1.3125rem;top:56.375rem;left:24.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugSJutvcTi7zOOZHgNrr2Bh6IBKRxgg1 { width:1.3125rem;height:1.3125rem;top:57.875rem;left:24.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZzzbQEtcaVDWE3RPOawzS15F2PQLTuA { width:1.3125rem;height:1.3125rem;top:62.4375rem;left:24.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBr0PRs5OlVkTT3AWCqcirtkFtcDnQTS { width:1.3125rem;height:1.3125rem;top:65.625rem;left:24.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qANbT8GpOPe8NVTvJ9f508wpTbl5hhLB { width:1.3125rem;height:1.3125rem;top:67.3125rem;left:24.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRByGZkJtvpDM4aFHvuaOc3pACCzc0TR { width:1.3125rem;height:1.3125rem;top:68.75rem;left:24.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKc8xw9L0ZxHZWvqxVsUN9afGvRc5IfA { width:1.3125rem;height:1.3125rem;top:70.1875rem;left:24.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVMJm8s040a3fqaEhdo1mDTUDbGAKgG7 { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0LREn1M3R1D7W6vL4te0pEHoByqymf0 { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UiuiHMWAXlCmBmRGNEgH3Pm2PAaKkGAh { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4FT11PPqbrmqXzSMVVwxfSMAuEizHEQ { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdTalG2pRmtsxJ6uNWxqW2CVuMRT2V6J { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMoDPo9KDTrbkpqx6BLvnpl0K2rpoWlc { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnRq5JDaJ8AifdzVw2utc72ppDctG9iK { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBt60UgR1vzBSA5FpRhUzyGcVuHEkAeO { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lieRWTGVTu8wk0NyVX9y0UnX0wdoInR7 { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXxSvNQrr9hwtJClVJKuBIeTq43n7NTH { width:1.3125rem;height:1.3125rem;top:108rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CoToSBTTSrz5zV0MSb8oyoMrdl03L9p8 { width:1.3125rem;height:1.3125rem;top:101.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqfm7aEOzyHIkLz49v7cHTVcGdcQuXzc { width:1.3125rem;height:1.3125rem;top:103.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwFJBR2uMxO9iNpoPyw6imE4ke9FJ3pr { width:1.3125rem;height:1.3125rem;top:104.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmky27p9Qs8Q1sHNaWMPlRyLu12toQUu { width:1.3125rem;height:1.3125rem;top:106.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urZ2CF3f4retec66eR3GCi4gHtFCqfXI { width:1.3125rem;height:1.3125rem;top:109.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJEb2VT0dnCug3Uh2IBwDXS4PeydMCKe { width:1.3125rem;height:1.3125rem;top:108.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atnZ3J2dcvgDwkcCJvleR7xrvTXhrTxf { width:1.3125rem;height:1.3125rem;top:111.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJqJX6DJZKJdsoUc1odsBiVSFGxAAWtB { width:1.3125rem;height:1.3125rem;top:112.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrM0XWVfL4WJi38GPAzqf2eDXMu0mWCr { width:1.3125rem;height:1.3125rem;top:114.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS2R3PgheMCNzeirvnnAPpMlQl8yz8q1 { width:1.3125rem;height:1.3125rem;top:115.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnbmIo9AicaQFBJgDvAH3kFemnTk7Af5 { width:1.3125rem;height:1.3125rem;top:117.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaOynty7u9L7V4DGJwmuaIZqDGSgcHMs { width:1.3125rem;height:1.3125rem;top:119rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rpy46HWJH1oPP24oNrTwID3TdB2PGZwV { width:1.3125rem;height:1.3125rem;top:120.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgD56f9awOSg8NOBZdr55SeqK8x35gPQ { width:1.3125rem;height:1.3125rem;top:122.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4zsFe5oLaS93zGsMAOJgu694GJRIPFp { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpZR4TCTTHB89dKcKdNsS2FGRbArseD4 { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEVBeB1rpsmNbB3hyTmZw1lT8BBmpqWQ { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuasp8TzRUVyb8vxkcPadZmUDJPl3qPr { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5vCdCfXd8bZ2CE973lIaeDga35l2crQ { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cERRCspZ6ix7QaG5EITeIvnPayOcMN6e { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U7E7RZ9EqAKgAyx6UF8uWZq3OJGc7Tf6 { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bhTMHKMpkChHW1aDfcxJPwpJ5M389qGq { width:15.6875rem;height:27.5rem;top:101.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6hHVXOuqHHgPVsMxP7OA77d4mpXTdma { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #capcPo0sS2XMnPSWRNAf8HQuPrmgW876 { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CE8mTDGKlXvTeJr8gqaK8mm9ixsNX7iV { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTehFboUrTG0Ct7lfqzhUs0UuS4g8IQS { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTVu2eUNL7PZm0GKhe4zTlpCiRyimPCt { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXGzgVowErcDGkOi4EQxgqTwBmtTTL4D { width:1.3125rem;height:1.3125rem;top:68.5rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL { display:block; }#iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEV5pdAiRR2raiUccpu8gZsT1u5xMDTH { width:47.75rem;height:6.375rem;top:3.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7D01kp9oeenClGzzGAakpAnhiNe2rnJ { width:27.1875rem;height:14.5rem;top:15.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKihmai9PrAZaunsToJHb7FIc4S68gOP { width:47.75rem;height:19.746614583333rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTAR698ot9nxR62bHQDuaKzWUKA06JLg { width:0.6875rem;height:3.5rem;top:33.6875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp4dsALkIwHd9fkhq8T2iSNQDAXWqmgT { display:block; }#kp4dsALkIwHd9fkhq8T2iSNQDAXWqmgT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDen4C78JipNZiSfLSEDXTiwWJoZqUq8 { width:12.5rem;height:3.5625rem;top:5.875rem;left:11.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiNZyzUHx6U8wNtmRLPeZdpDBTx3MFea { width:0.75rem;height:1.375rem;top:2.6875rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6iKWVF98W4vWBsGXNZ6eMFiGpTysAwb { width:13.5625rem;height:4.1875rem;top:28.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhiUWfJsBwE52FQkt3t48HBdkccgIbi9 { width:9.8125rem;height:13.1875rem;top:13.3125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHyDciLUaWIZw2FlnSbk5db4RHL5KZS9 { width:13.125rem;height:1.375rem;top:26.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt35NsaCIduksboJ99hrMe36LChEuSVc { width:11.75rem;height:4.1875rem;top:28.5625rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuJkVaMknBdluJhx4XLnhai4TrUKfzJE { width:13.125rem;height:1.375rem;top:26.9375rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocHyE7BG9J9sx6ZEJhdfWGolAtFOV3wZ { width:8.625rem;height:16.375rem;top:11.6875rem;left:13.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giDczHgmPnGTesxWGFeR4Kw954vUyA8E { width:11.75rem;height:4.1875rem;top:28.8125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHULxL68xxCniaOXTaWciCiEQFA9Iiwh { width:13.125rem;height:1.375rem;top:27.125rem;left:22.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL1hLwzRW8TQ1lLXQQbDhhvEuh5yAOt4 { width:8.625rem;height:16.5625rem;top:11.5625rem;left:25.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxEshyPGyUzDfiuOnEHHaWMl17KTSD38 { width:13.3125rem;height:8.25rem;top:54.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1R3RCIpWbibE83FO1DII6MpkTgdX82x { width:13.125rem;height:1.4375rem;top:52.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTDRNhOAR7eVSzvWXTIuyFLJfZOyrwAp { width:8.25rem;height:15.5625rem;top:36.9375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MltUaTF7E3LDcZQJZ3dHD0ElMLr9yHDA { width:13.125rem;height:4.1875rem;top:28.8125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb9XVaDBepxJ2JByDlk8hAvRCRz2XHw2 { width:13.125rem;height:1.375rem;top:27.125rem;left:34.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pElwiq8cm0Rr7HCzFf90anSMVUeySowg { width:8.3125rem;height:15.6875rem;top:12rem;left:37.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOdIX4NzGHs2tsv2o1dbBJ8qNJ7msbQr { width:12rem;height:7.3125rem;top:54.8125rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycTEup7fW8MdyQuQgduDI2qWT35V9KWi { width:13.125rem;height:1.4375rem;top:52.5rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1EoyGe0WoD1g4viL9kh5GdFFPUgGbNd { width:8.375rem;height:16.0625rem;top:36.4375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvh7KZqoOihCKkbEsTfMTal8175m5tz9 { width:12.1875rem;height:7.3125rem;top:55.25rem;left:23.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egz6zpJs4ofdXM7s8y3UwlINBbIBxmDn { width:13.125rem;height:1.4375rem;top:52.5rem;left:22.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXHRUUWTLG3dMOmEvhr7FN1MHeAFIqls { width:8.625rem;height:16.6875rem;top:36.375rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg0ILf3LPuSnxCZgXIrlRiUdVOva5QgZ { width:14rem;height:22rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeKVgsIiaBVxNNcrRFwyspbZcJGOVvs4 { width:14rem;height:22rem;top:12.3125rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNIbtzIZRFT5fMk5HMeXrtBPFGUkbGaW { width:14rem;height:22rem;top:12.3125rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeuDFho7C2xDHbJvrkU3BakvSQuZ8GbA { width:14rem;height:22rem;top:12.3125rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkMPRQ6xynNiN6pBxGaM6Ah5RwUb2oiV { width:14.9375rem;height:27.5rem;top:36.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWoOkyDLpahBiegzcA5JncJTX9y10pXQ { width:14.9375rem;height:27.5rem;top:36.4375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLcFvsCD5ixXTyyUz2u95ZvXKuBdPm1L { width:14.9375rem;height:27.5rem;top:36.4375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es69zUJHGWtZxfRdMVdv8a4EIwoS6Rk3 { width:0.75rem;height:1.375rem;top:43.9375rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0actoUD6cFBH3JUp7GT1buLHcbBMoKe { width:0.6875rem;height:3.5rem;top:63.75rem;left:23.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf { display:block; }#vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQluyQHBw36U6TZPcRSVyak7IJwvpyZu { width:29.5rem;height:62.125rem;top:7.125rem;left:18.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1htTU8P9tS9iTx9ekBTd2BMQ2KGepoW { width:7.8125rem;height:6.25rem;top:62rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wamf0Co7dsH96OsWdT73cf6ablTcA95R { width:10.6875rem;height:8.375rem;top:60.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMJMcgQQl8OcLc3UcJk5cPZ9HAmQScxx { width:8.75rem;height:7rem;top:61.625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSiNncWON4IaedV91846gnFgl2xpWl1u { width:30.625rem;height:39.25rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8oIx9n4QcDJHmFkRkpdO5fQITExPIX9 { width:8.5rem;height:6.5625rem;top:61.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz4KSvOn2xNuELEJMrQh3i6aU8bRwqqc { width:9.375rem;height:7.25rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TppHnz9EpN8dpvPuFao23TL5rJDPWl7F { width:47.75rem;height:3.375rem;top:1.375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaeZmTu6ikQDVVDuGI50PqMIcLQEX7kB { width:10.8125rem;height:7.3125rem;top:61.5rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTzRrJ2XoBy5GTmWPo2MQtKxAX8aamS1 { width:10.8125rem;height:7.3125rem;top:61.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdKtWa8MNXuol1qQnOTLHHLEK5SOfQST { top:42rem;left:0rem;width:26.1875rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G { display:none; }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i2KBDrbail2Zzrmoe0abgs4OgqFL1si2 { width:5.5625rem;height:2.5rem;top:48.625rem;left:34.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaRUFKOtIm9epa6Vwq9RZlCImt3TrQP4 { width:2.75rem;height:2.75rem;top:48.5625rem;left:31.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJJZO6NGI1Hpese88HR7kI63wJAc8KH3 { width:10.6875rem;height:2.5rem;top:48.75rem;left:20.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zn3rKw1fuvDqiSnwCpLWBxTDOdmcMUdt { width:2.75rem;height:2.75rem;top:48.5625rem;left:17.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm06HV1NzTKiwbdIniZ4a25Gr4Qs5UpS { width:4.75rem;height:2.5rem;top:48.5625rem;left:10.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vppXHI7cqL7gp0rmczVMPb1bSKOnF4xL { width:2.75rem;height:2.75rem;top:48.4375rem;left:8.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwCkuJKymbhohWIqPC270R58r0V2iSgr { width:29.5rem;height:1.375rem;top:25.25rem;left:8.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbTfFc3RRFISr4P9G4VIfLEaF2plPe5Z { width:30.6875rem;height:5.1875rem;top:18.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xApd3bQCNqwZcrkiVEHP0s0gQWgdBkbK { width:23.1875rem;height:3.5625rem;top:19.375rem;left:12.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRrMwgaLUTzvwAa8Zr8zG20iD13cVTZC { width:13.625rem;height:11.1875rem;top:30.25rem;left:16.5rem;font-size:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehoddfEnAxxM8TDCHclU5TFUb3vR5uvX { width:2.0625rem;height:1.875rem;top:36.8125rem;left:15.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzxXTuhvhNSC5gEnNTIhTLHWwoqc6KfF { width:3.375rem;height:1.875rem;top:34.875rem;left:15.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imu1soCzTuqtXxgIuFAfPss2Glym6Ot2 { width:3.1875rem;height:2.4375rem;top:36.5625rem;left:28.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxTREAoKFGQpxUaU8Ux7uoIN6VNOK3wT { width:21.5625rem;height:1.5rem;top:39.875rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3TK6eDD3S3bCbFhhmCDrDqiQwZiwr1h { width:17.75rem;height:1.4375rem;top:15.0625rem;left:15.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7mTLq0UiDhaORLwUUmz5stkx8SypfT { width:21.5rem;height:2.5rem;top:39.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmTt9Vh67CQ39Ssn3u5PBan2SK2vlqHw { width:30.6875rem;height:5.1875rem;top:18.75rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNHoGOirNekMT0Hqr7eD3FQX10qTaE2a { width:27.8125rem;height:3.8125rem;top:0rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gogv0HxqTvxQz7GQf4e2w4C1B3Nt6OOE { display:block; }
 }@media only screen and (max-width: 763px) { #eO1CbHKTghsfy349dwTSx702pzFPxpUb { width:27.8125rem;height:3.8125rem;top:41rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJoFtIFkTAX0CzchuUecP5cg61RxEEi4 { display:block; }
 }@media only screen and (max-width: 763px) { #J605EIN9EWuw8cvIi0QTtgCTDyL4d1xm { width:27.8125rem;height:3.8125rem;top:42.9375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7O29iVTNMGP895iCS8g6QAu7OxLBASg { display:block; }
 }@media only screen and (max-width: 763px) { #pXl0LhiEJhKxsdNaf0eNuavzRv4FzekS { width:32.0625rem;height:2.75rem;top:14.375rem;left:7.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpOMpP27WcUTqIK1tlCNhMFPQU04i7s1 { width:17.6875rem;height:3rem;top:11.125rem;left:13.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vugq2sObTzNpBlide2N1p2nq5HFurPck { width:34.5rem;height:6rem;top:7.1875rem;left:6.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KATfeziPXiwzq9qid2KKfLoOJQQJl6bV { width:29.5rem;height:2.1875rem;top:28.125rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWHPkZxaMrNpQnF0blqADefkL4niTWdA { width:4.875rem;height:1.875rem;top:33rem;left:14.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5N3DdxMJqgDC38tdT3VOFSlQAs0C99E { width:35.1875rem;height:50rem;top:5.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQIxoc7uWpatcX7WDV1g1ztlw1h9cJyr { display:block; }#CQIxoc7uWpatcX7WDV1g1ztlw1h9cJyr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1BOzoFaeRyqXu0Ec0tBIZ5FS1DCzIn2 { width:36.9375rem;height:6.3125rem;top:9.375rem;left:10.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGqc41Mre6CfbozlwdCAaxtOQfev6Tvq { width:16.6875rem;height:15.375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfisk1fk1TUJ0BK7WbX7wqUvPmV1OSFP { width:32.3125rem;height:5.1875rem;top:2.5625rem;left:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection { display:block; } #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection *:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="text"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="email"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="tel"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection textarea:focus-visible { outline: none; } #buPvmAQXpC9pHQwGUCdeA5slvoT43g1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0ruCQQzT/01_copiar.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcnwCGxGOL3lkuB5sCEQfHEk3d2vmb3W { width:20rem;height:3.9rem;top:9.0093755722044rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swlBOhlNfOynkVq7NnFS2leWbZHyScr2 { width:16.375rem;height:13rem;top:14.321875095367rem;left:1.8125001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd84TurH5erw2ksvv1SH8VS748qiqUTQ { width:14.1875rem;height:14.1875rem;top:36.5rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Huv1d66WGm0Wg3TdiKErDRFI08FWLXPT { width:12.6875rem;height:13.1875rem;top:36.9375rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WxFdWxhWFbOdBDL47bIqCoZ6y1Lp3Fng { width:3.625rem;height:3.625rem;top:6rem;left:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5Ig2as3nP41vAuxZqxLHF8LOVby6iwu { width:3.3125rem;height:3.3125rem;top:1.25rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q1CB1qlXJDpX1aCwPtZBntcNwDWiCr0P { width:9.5rem;height:0;top:38.5rem;left:4.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FpJ1RnMwKwR5h6uKzZiUWzTpHs48yqaX { width:3.6875rem;height:3.6875rem;top:30.0625rem;left:2.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilebchMlsi3ZxRxmtnyEc8zSMVg7gFWp { width:3.6875rem;height:3.6875rem;top:30.0625rem;left:12.1875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIlyIwP4fLfmaoU2UeguTG1MHvMZR13T { width:6.625rem;height:1.21875rem;top:34.25rem;left:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS6UfvvGmME3UXumQTxe6SAZrbMsu6Tv { width:12rem;height:1.21875rem;top:34.200000762939rem;left:8.0000003576281rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #De7ViQDAD2ONXCBi4aA8ye3UT5cr7hfX { width:3.3125rem;height:3.3125rem;top:30.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkCCZBF4DrUeH318JkzpWQIJTplZ3fLJ { width:3.3125rem;height:3.3125rem;top:30.25rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZFXOJ6JM57TWDvCMQ8VMhG1utwgLQ1g { width:17.625rem;height:6.625rem;top:0.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXdmpfIqkPWR9hxHCZ5LInfSSCsQ7MAP { width:10.375rem;height:10.75rem;top:36.974220275879rem;left:4.8124998807907rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #pbyRMUnB8Gd56baG7yXqfpE2L2rbXPHM { width:9.5rem;height:7.3125rem;top:38.75rem;left:5.25rem;font-size:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #nfWxot4K74gAwMXNFVnwGN74i0CAe7C7 { width:11.625rem;height:11.625rem;top:36.223438262939rem;left:4.4999998807907rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #HG4JhyIqoDmLSMVrFcR2qGaDWxeSet53 { display:block; }#HG4JhyIqoDmLSMVrFcR2qGaDWxeSet53 > .row .container { width:20rem;height:75.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUh7JHA0uHqASTTABF7C8Vg9qF01cWXL { width:20rem;height:14.146875rem;top:14.523437261581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOat23RuyCIuHGtTJ1KgFrRTegMt3U1q { width:0.6875rem;height:3.5rem;top:0.8125rem;left:9.6562503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELOeg1SJ9bRyauzedsyhwewD7Dk1d90q { width:19rem;height:7.3125rem;top:7.2734377384187rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDTBEfxzOvvcs1xKn0WW6rPZDSOlNGgT { width:17.625rem;height:22.1rem;top:29.199998855591rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rBEDJsrytKSR9UTSQJeLWVSzh6MMh6ht { width:0.6875rem;height:3.5rem;top:58rem;left:9.6562503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQypEidtkNThrzTOVQfo0691Lm3VmnLe { width:0.75rem;height:1.375rem;top:4.875rem;left:9.6250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE5aKOXsM6ADzv5BoXd9lP7BzMAAqHmx { width:1.1875rem;height:1.1875rem;top:16.125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SutTtw9pT2aCwbB3MTygTbgOmy82MI6l { width:1.5625rem;height:1.5625rem;top:17.5rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvKFyZ8kKqdIxKgZVthC4tfWXg8nCgTc { width:19rem;height:3.4375rem;top:52.5625rem;left:0.5rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAy3T15iTkb4FxG1Rhul8tswrodQfsW6 { display:block; }
 }@media only screen and (max-width: 763px) { #InRXCzPVsNOFLLC2XJa685yx2L7AO0hr { width:19rem;height:3.4375rem;top:53.4375rem;left:0.5rem;font-size:0.8125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #NEJ7RsVVwav9x3hUwCTC3gpgPxZKLABC { display:block; }
 }@media only screen and (max-width: 763px) { #JO0bDJ8NTKBUe4apPGHVifAkPGzeZ094 { width:20rem;height:11.25rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 { background-color:rgba(0,0,0,0.24);background-image:url("https://images.assets-landingi.com/hwhxl55j/02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07.adaptive-delivery-prevent-bg, #TaHK8uQ9CVSmhAyQV16diz2BxclHKO07.lazyload, #TaHK8uQ9CVSmhAyQV16diz2BxclHKO07.lazyloading { background-image: none; }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 > .row .container { background-color: transparent; background-image: none; }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 > .row .container > .video-iframe-container { display: none; }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 > .row > .video-iframe-container { display: none; }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 > .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); }#TaHK8uQ9CVSmhAyQV16diz2BxclHKO07 > .row .container { width:20rem;height:110.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FPBVPXJZUwkF7e1bcrSwQ89RGpMyreQh { width:0.75rem;height:1.375rem;top:0.625rem;left:9.6250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2v4TCuPukS9CwXyGkv68Bk3VSNzh77B { width:20rem;height:6.5rem;top:3.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePXPwchGF0pCQJ4GNu84LBFZ1NF7RoBV { width:18.375rem;height:9.1rem;top:27.937501192093rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVdlxwd2HMEQCuGDw5gy5qFcFIstVF2E { width:17.75rem;height:11.7rem;top:38.899220466614rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVIsfT8qKTAAsvCHTgy7lGFNeXLuln80 { width:18.125rem;height:7.8rem;top:52.249999284744rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn4E7JtM5XPklyLLeZTJUf6qlHLT6Ji9 { width:17.5rem;height:7.8rem;top:62.187499046326rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkZC299BRHrczX3Z8eZLz0GTXrQaXC1D { width:15rem;height:7.39375rem;top:73.106250762938rem;left:2.5000001192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KBy7HhGgNQQKB4wrTuPukDk9Ekr02SIV { width:20rem;height:10.0625rem;top:71.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuetPqUNRG1rCdeGkLJ0zkc3J58HipP1 { width:15.5rem;height:15.625rem;top:10.275000095367rem;left:3.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXD44AcSuaVm7MJS6sBtITUzV9z5sTlr { width:14.5rem;height:14.5rem;top:11.462500095367rem;left:2.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXDqPxynX6cU2vhLfFAJmd75fxV1RUhq { width:10.25rem;height:10.6875rem;top:82.6875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCyEWPCu0oWnZ5Sp12qUETOysPOO36wS { width:9.9375rem;height:10.5625rem;top:82.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwZk59WxM9gzhWTCmWmPL6gLdH6oeTN6 { width:10.125rem;height:10.625rem;top:93.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTiTW8DXgliWwq8RKE4GGXsONeQ1QvCH { width:10.625rem;height:11.1875rem;top:93.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUDHygEkTKPXRkOPhW1wL975WtweEfaB { width:0.6875rem;height:3.5rem;top:106.16249847412rem;left:9.6562503576281rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx { display:block; }#OldFhZ9IVtA4GlgdQBRLMdT6T9Rh9PQx > .row .container { width:20rem;height:81.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzorOZ2HBcuEvK9HNzmiXC0QVKHAWV4T { width:20rem;height:4.875rem;top:3.8117189407349rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWpgwHVEtrgEHuetNPPMOuNb8XOXphTn { width:18.3125rem;height:6.5rem;top:10.912499427796rem;left:0.84375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXXDBHd9se2xSRwfyEGa4L6r6MC4EDtu { width:0.75rem;height:1.375rem;top:0.53671932220459rem;left:9.6250003576281rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #dvSTq5Orm1q6DF5tH6hWTVp0NxnWXKZQ { width:12.5rem;height:1.1375rem;top:17.5625rem;left:4rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #htHueJy30KpsLzDAe6ArF0SZDSm0vp5r { width:12.5rem;height:1.1375rem;top:37.6875rem;left:4rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L2NCCM4qTQP9ZPZh0TymEvy06I6NZ22F { width:12.5rem;height:0;top:65.961720275881rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hF94sh0GdIXUOO6AT4rKiUB5MONTBofg { width:12.5rem;height:0;top:74.1875rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXs2OQCuUMEZGUxeI8NIbtrRyhm3d3dw { width:12.5rem;height:1.05625rem;top:31.75rem;left:4rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gzAefglzi8SLz4AlrXaOAT15aJngUaeN { width:12.5rem;height:0;top:55.6875rem;left:3.7499998807907rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cmX29tIZ1VSfITh8EgEk3aGMZ69c4cg3 { width:12.5rem;height:0;top:44.36171913147rem;left:4.2499998807907rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #whZtfQSSJ7TravsoIsqpGVGKAKxm2Bry { width:8.8125rem;height:1.1375rem;top:24.3125rem;left:5.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPqBvArls9hH8HfyWxQ4iDDbG49pNkU4 { width:18.8125rem;height:25.375rem;top:17.5625rem;left:0.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #pI6Dxv74EnQwzSxL6h1yLK9dx282fGfT { width:2.125rem;height:2.125rem;top:19.375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdRwhO77qEq0duoeSoneHLhPgDx6NiVE { width:2.125rem;height:2.125rem;top:26.1875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMG7Sz1hIsDg9o0RLDNEOyxc2xde00EJ { width:2.125rem;height:2.125rem;top:33.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ZAGJH7PTeumO8486NSmVvzFskW5QBs { width:2.125rem;height:2.125rem;top:39.9375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0m3PXUaP8x5cU95AabRe06KwMz1r78a { width:20rem;height:1.5rem;top:55.899220275879rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TK53JWmlVJR37oWp273oTEQ4aVbxJbb4 { width:20rem;height:1.4375rem;top:40.924220275879rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xo7CJkItKpK6o0ldr8A6vXIC8L9Owx6u { width:20rem;height:1.5rem;top:74.861720275881rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNNMAbsqo6wbtUZv0dsnKAyJQnxi3Iu3 { width:20rem;height:1.5rem;top:53.549205780029rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEISdlOEfg7oha3Bw5NIT7XNvQzLcWQJ { width:12.875rem;height:0;top:48.625rem;left:3.5624998807907rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrW7tvhibdCPTQuCbz6Wf2PIBHwMP11K { width:12.875rem;height:0;top:68.511720275881rem;left:3.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJdypySW5vREMysRyNu6HWdTMazfwkEx { width:12.875rem;height:0;top:76.75rem;left:3.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #btfTJKisxzdRTQw6SlJeZlzZSpfrBDcv { width:2.625rem;height:2.5rem;top:19.1875rem;left:9rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKSpaIiuBnkhodEZQoq2lx9HVTuZMxL6 { width:2.3125rem;height:2.375rem;top:26.0625rem;left:9.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wav9sTH3wcDIOF7WOoGvQvTWTNXqqE8R { width:2.5rem;height:2.5rem;top:33.3125rem;left:9.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwppqavBEtkPaddIFtmu2GpvOkTKc7Lh { width:2.75rem;height:2.75rem;top:39.625000953674rem;left:8.8750003576281rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkuQfHOu33xIVToUVz08KTPC7ItigyWC { top:24.0625rem;left:4rem;width:12.5rem;height:1.5625rem;z-index:15002;background-color:#0f2658;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avpqJLydVX5hqIJ3MSJ5DDg55SNaJafw { top:17.3125rem;left:4.25rem;width:12.5rem;height:1.5625rem;z-index:15003;background-color:#0f2658;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0mE6bN34Hu5qMSvHXsCIZbcVqpeX4Ek { top:31.4375rem;left:4rem;width:12.5rem;height:1.5625rem;z-index:15004;background-color:#0f2658;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK9fW1zHOs8gpynn2Pezcetnyh6Rec8m { top:37.5rem;left:4rem;width:12.5rem;height:1.5625rem;z-index:15005;background-color:#0f2658;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP6xLEtEQrATp69r86uxEscy9hJrPgrV { width:2.75rem;height:2.75rem;top:71rem;left:0.875rem;font-size:1.875rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #eMh1UXkS6Tmv31pz6U0qZNuZhBkwlUWw { width:2.125rem;height:2.125rem;top:45.875rem;left:1.1875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #E3v9y8Tz1edIE4b0bmKTaGvGgfcN4itd { width:2.125rem;height:2.125rem;top:55.3125rem;left:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #XKL9RR0Cx9utuOUKICCbv2aqN2pElfUZ { width:2.125rem;height:2.125rem;top:62.125rem;left:1.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #lJFgZKRqROKxdTUK31GPRWwtuIeFVEaP { width:2.125rem;height:2.125rem;top:71.3125rem;left:1.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #IQtEKOqGl3HemUPEG4LvtiS2KOe6olEh { width:2.5rem;height:2.5rem;top:61.9375rem;left:0.875rem;font-size:1.75rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #igpKt5gOBiH656slHDFnPEfkdABeIQVH { width:2.3125rem;height:2.375rem;top:55.25rem;left:0.875rem;font-size:1.625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #ltfmgPhte1yldTTEnm15kS5PvAggrz41 { width:2.625rem;height:2.5rem;top:45.6875rem;left:0.875rem;font-size:1.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #cS1CdRm2VyvKzd6GghKpvGiiwMnRS5Kr { width:12.5rem;height:1.38125rem;top:71.6875rem;left:3.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TGFdK7IMyy7sp0W1Pyy1ZehSfqIA50bf { width:14.3125rem;height:2.4375rem;top:73.5rem;left:3.8125rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Bb6Is8FkEX3lUDGU9BSBN4yVvFsWc2Ks { width:12.5rem;height:1.3rem;top:62.5625rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #bdVT7T9JFPKve2bdWUrHKGnuGW2vUMQf { width:15.5625rem;height:4.55rem;top:64.25rem;left:3.4375rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #V5LTT3K74vCOIEXgZwJ83Ow015wEfN1T { width:11rem;height:1.3rem;top:55.75rem;left:3.6875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TGezrX6e5TZn5Tambtl1VpNQRe6Gi2uB { width:12.5rem;height:1.21875rem;top:57.4375rem;left:3.625rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #WngBGeQ3Odzqs8HuKCTzpSlS4Sx9TR7Q { width:12.5rem;height:1.38125rem;top:46.25rem;left:3.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #CbpS93cn1gWoQHU6STQCP8h9W42foFR4 { width:15.125rem;height:4.225rem;top:48rem;left:3.6875rem;font-size:0.8125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #W53H2zdzwHfK91mcn4HOSE1AR2glxlTp { width:20rem;height:1.5rem;top:44.249219894409rem;left:0rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #TXmrC5pigV9IQBfaZU1FJUvHFu2pLpls { width:20rem;height:1.5rem;top:60.5rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Redp5nt7O69hMUwDytPD4uNV6A3pQQPs { width:20rem;height:1.5rem;top:69.6875rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #WQVAC0lANtv7HNTm87z8wwuxMuV83JDk { width:19rem;height:3.4375rem;top:77.15rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wplZfXxez2Kd2EHvstoFwxbmAq5wUBzn { display:block; }
 }@media only screen and (max-width: 763px) { #u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5 { display:block; }#u3K71gxxUsO33QrMqq6gZtTzHUVeW1q5 > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp94WtNEQmwU1G3fdPEOrP2H2ZRQpylE { width:20rem;height:7.6894639556375rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8tmILT5En8eQqETiZefHCTmbc80Akp5 { width:20rem;height:10.545454545454rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2bDu78AFg8oTwG9IQmui9e8ckkn9Axf { width:20rem;height:7.8260869565219rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf66tmK2VhosDZL7N1yPyIGG026HoPb7 { width:20rem;height:6.5rem;top:1.2953119277954rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8aR8Hff3VVQuK12LP2a0MWn706XKlCs { display:block; }#T8aR8Hff3VVQuK12LP2a0MWn706XKlCs > .row .container { width:20rem;height:84rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvlBQwD00h8VGtXMgBclJAAWhAcwzbQS { width:20rem;height:10.2375rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7sUhfa03V9plwusPNcpdiAsVgpupPWb { width:20rem;height:5.2rem;top:12.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WT6GixzZpBPCIEenL255x0F7PgiDOp04 { width:20rem;height:5.75rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chqy47F9sBctHw6xDLu59IFM1J9ELDFX { width:17.125rem;height:4.875rem;top:21.625rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skOh2rET1mxLPEsTTGk3F9sSFDf4fhAg { width:16.75rem;height:13.65rem;top:27.5rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpuAPtAaI7deVlydBdMxUvBd5HsmroK5 { width:20rem;height:21.75rem;top:20.5rem;left:0rem;background-color:rgba(223,113,6,0.66);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JwZBRgRlytiIaQFEumqlPvvGNGSXCXEo { width:0.5625rem;height:19.1875rem;top:21.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycHpT0c9SI8fQvR5WvSf4xE1PTJGCQGo { width:20rem;height:21.1875rem;top:43.8125rem;left:0rem;background-color:rgba(229,161,68,0.65);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gZKes2Qgg41UQImhbfJun5DTaVlkhp6V { width:16.75rem;height:13.65rem;top:50.8125rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I07LTUFi830Eu0Z7qVG0zDat26iGCIMx { width:15.75rem;height:5.525rem;top:44.75rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTZg83qNpoNtGmfTu0Toi2yrz13NBbMF { width:0.625rem;height:19.25rem;top:44.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAQN0z1zbJq0PSu1XNRK7tT1pdIqB4QJ { width:20rem;height:14.0625rem;top:67.125rem;left:0rem;background-color:rgba(176,104,8,0.66);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DQB8c8OSWUZwq6fmwzIJVs5JfgAXyPAB { width:14.625rem;height:5.6875rem;top:74.3125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbWeb7mZLxbGOInrclpIe6XcxgFPm9TD { width:15.3125rem;height:5.2rem;top:67.9375rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2WQsF2bJXUPPp4nZdAhb6HKzLOnALt7 { width:0.5625rem;height:11.875rem;top:67.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZNmsXbAUeoWMLS6xhbeA0mfQkMOpgcT { display:block; }#qZNmsXbAUeoWMLS6xhbeA0mfQkMOpgcT > .row .container { width:20rem;height:227.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1CJ69wqLupXVdAzo9SDue0G8869zd7J { width:20rem;height:3.25rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlahrcZelH8g5ASGWHTftyQBoErnO61a { width:17.375rem;height:21.6125rem;top:7.125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvJ1WkqeP3NOyUPug7QhO9r0KPMnZAGh { width:15.5625rem;height:2.6rem;top:36.5rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvOfmxMDPUNXTmpuzpum1IDq2BGR4RdC { width:12.5rem;height:1.1375rem;top:35.125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl3fmyiktrUwkwuQdkDfFxbDTXH54Xbs { width:17.1875rem;height:7.9625rem;top:40.1875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHu1qlaoGExtr5VVWQhBABIwS4U0DnB8 { width:15rem;height:25.2875rem;top:48.625rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW9rP3OSyGW34VDFGccMZgUSoJ8MN7fN { width:15.5rem;height:22.3125rem;top:100.625rem;left:2.375rem;font-size:0.875rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #OnDxSSnTa6AJf5T7ssKvlD4bvcSBg9bR { width:16.875rem;height:12.5125rem;top:87.375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9PXzA4q4DUwTOntIbnVXuR5xSbg8cOX { width:16.8125rem;height:2.6rem;top:83.875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJGt2RwdZAToV93RZTO6GJ49NcpNDXc0 { width:12.5rem;height:1.1375rem;top:82.625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUfX2dKLiPJCnI1C1xsPZrsTMrClFPWP { width:15.6875rem;height:0;top:153.6875rem;left:2.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQatRg0c1JpU6xh0VKu3qAwXtL6CXlaX { width:17.375rem;height:12.5125rem;top:137.1875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTx4hFToIb0PBIvFpNW7PKCv5wyA0EX9 { width:12.4375rem;height:2.6rem;top:133rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G80VmVE9woKf1lyJJyf5TeIU3K6DObxi { width:12.5rem;height:1.1375rem;top:131.625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP57O0uGGWrdTG4t9Bfx84HbHSZFhgy7 { width:16.75rem;height:18.2rem;top:195.0625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG9z8JmnGATQ7kIkUBOKISlfte3p8ghx { width:13.6875rem;height:1.38125rem;top:192.5625rem;left:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF3kQkKUNiFfKIsF0Ar2FHClnCXcyTsA { width:6.875rem;height:1.1375rem;top:191.1875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe702LeZzJOgfv2od1WgRz4pIWRoXqkX { width:16.3125rem;height:9.975rem;top:214.625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq4mNoMZezSSDB0Jfa6qR8CiInHAm5fX { width:19.625rem;height:44.625rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQLz3qZGZXFPx0MEKgN3pzifpMdW4OK4 { width:19.625rem;height:47.375rem;top:76.8125rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #n1oQ55iFvvobkuZmLElO1xG0frsVqluL { width:19.625rem;height:55.8125rem;top:125.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyb3tTopnOyg7BSLmknaCepMkS4GADIW { width:19.625rem;height:41.25rem;top:184.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3vpgVGIQlEAC6gqXlbtpJoVRZHsTZgQ { width:3.875rem;height:3.00625rem;top:30.8125rem;left:1.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSTU7P5ABdK8qSnTFknAVGXEoMBiovf { width:7.5625rem;height:0.5625rem;top:33.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkLwZhkCN28l5r3mCcnyaI5gRF084AkS { width:1.1875rem;height:0.5625rem;top:33.5rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTtuugq5alz5v9eRri0FTLqylTG4qgx { width:3.9375rem;height:3.00625rem;top:77.625rem;left:1.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTiiwxHvr0h8lEAhtgWMFE0WvgcWKmCJ { width:1.1875rem;height:0.5625rem;top:80.5625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ0NN4atWETmope9sIT2CnD4TwZggLEZ { width:7.5625rem;height:0.5625rem;top:80.625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZklkOQwA7Dxhkyge94IVbxvuU78eu7xt { width:4rem;height:3.00625rem;top:126.4375rem;left:1.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAMl8PyNAhorvgr9TWTDmOliUldupyfB { width:1.1875rem;height:0.5625rem;top:129.375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trI0TQ6dIyVNk16lWGNMp0vRGd72akwI { width:7.5625rem;height:0.5625rem;top:129.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIwNVnb6NomFmFnQamuamCBQnEGkP8eO { width:5.5625rem;height:3.00625rem;top:186.1875rem;left:1.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTZlMDFQacTP23U3yba2TMfuFXMMTw1Z { width:1.1875rem;height:0.5625rem;top:188.8125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT0vV7GdT4I4qA6iKbW57nWyoMJaATGG { width:7.5625rem;height:0.5625rem;top:188.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upl3J8LGnT3AulJ9wa0HVMqpSnqbfVQm { width:1.3125rem;height:1.3125rem;top:48.625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw5vLwCgKsIy30cX2qCoKgA3vUank3fe { width:1.3125rem;height:1.3125rem;top:51.625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbdldzk94MZFxuhTAgJez9xJP2o8PTvV { width:1.3125rem;height:1.3125rem;top:53.125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUpsbivHoFd8LFDnwTADuFyFCD46ByV9 { width:1.3125rem;height:1.3125rem;top:54.5625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbBHhJnTbytlvFLbPazrPKbiPXDrJOmV { width:1.3125rem;height:1.3125rem;top:56.125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIvo7xWUX3lk0OEiOa9Z98meEEwHgVwk { width:1.3125rem;height:1.3125rem;top:58.875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBXAZHHl4cradUA3z8TJE2pU4wy33zoI { width:1.3125rem;height:1.3125rem;top:60.4375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISZhDhXUlCyXr5HnMVlp47QJzZ9Ve9Rl { width:1.3125rem;height:1.3125rem;top:61.8125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW7sEnT17wFDb0UNym3qBUuH9ycX4UIs { width:1.3125rem;height:1.3125rem;top:63.3125rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4raHlMUOdLGwlsRWvJL0VzDkPkEasVp { width:1.3125rem;height:1.3125rem;top:185.55985565186rem;left:18.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpooidQNbuJw7EyLvExv8DTm2X49F0yr { width:1.3125rem;height:1.3125rem;top:64.6875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgtAfEmBNy1zI4Du4qiPp9IV9ENz9kiK { width:1.3125rem;height:1.3125rem;top:66.25rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgvSl4Qwnsm5BxepfzLShEdSsFXbBVdr { width:1.3125rem;height:1.3125rem;top:67.6875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d56pbLPtUJNopkeWaUwdtkvTdwJLhwba { width:1.3125rem;height:1.3125rem;top:70.5625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLBGr8iT9VdSANzszW23vMHZkGa22UL6 { width:1.3125rem;height:1.3125rem;top:72rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXRtOLSKPhd2zaTooBZPQTHbD6GvF877 { width:1.3125rem;height:1.3125rem;top:229.4375rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcSILTnsBIA9Kf8L3iaZ4eyNQ7OnaqT8 { width:1.3125rem;height:1.3125rem;top:232rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugSJutvcTi7zOOZHgNrr2Bh6IBKRxgg1 { width:1.3125rem;height:1.3125rem;top:234.5625rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZzzbQEtcaVDWE3RPOawzS15F2PQLTuA { width:1.3125rem;height:1.3125rem;top:237.1875rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BBr0PRs5OlVkTT3AWCqcirtkFtcDnQTS { width:1.3125rem;height:1.3125rem;top:242.3125rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qANbT8GpOPe8NVTvJ9f508wpTbl5hhLB { width:1.3125rem;height:1.3125rem;top:244.9375rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRByGZkJtvpDM4aFHvuaOc3pACCzc0TR { width:1.3125rem;height:1.3125rem;top:247.5rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKc8xw9L0ZxHZWvqxVsUN9afGvRc5IfA { width:1.3125rem;height:1.3125rem;top:250.0625rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVMJm8s040a3fqaEhdo1mDTUDbGAKgG7 { width:1.3125rem;height:1.3125rem;top:100.62500190735rem;left:1.125rem;font-size:0.875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #r0LREn1M3R1D7W6vL4te0pEHoByqymf0 { width:1.3125rem;height:1.3125rem;top:103.71250152588rem;left:1.1250001192093rem;font-size:0.875rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #UiuiHMWAXlCmBmRGNEgH3Pm2PAaKkGAh { width:1.3125rem;height:1.3125rem;top:105.08750152588rem;left:1.125rem;font-size:0.875rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #L4FT11PPqbrmqXzSMVVwxfSMAuEizHEQ { width:1.3125rem;height:1.3125rem;top:107.96250152588rem;left:1.125rem;font-size:0.875rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #SdTalG2pRmtsxJ6uNWxqW2CVuMRT2V6J { width:1.3125rem;height:1.3125rem;top:110.84375190735rem;left:1.1250001192093rem;font-size:0.875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #EMoDPo9KDTrbkpqx6BLvnpl0K2rpoWlc { width:1.3125rem;height:1.3125rem;top:113.77500152588rem;left:1.0625001192093rem;font-size:0.875rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #XnRq5JDaJ8AifdzVw2utc72ppDctG9iK { width:1.3125rem;height:1.3125rem;top:115.27500152588rem;left:1.0625001192093rem;font-size:0.875rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #dBt60UgR1vzBSA5FpRhUzyGcVuHEkAeO { width:1.3125rem;height:1.3125rem;top:116.77500152588rem;left:1.1250001192093rem;font-size:0.875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #lieRWTGVTu8wk0NyVX9y0UnX0wdoInR7 { width:1.3125rem;height:1.3125rem;top:119.65000152588rem;left:1.0625001192093rem;font-size:0.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #TXxSvNQrr9hwtJClVJKuBIeTq43n7NTH { width:1.3125rem;height:1.3125rem;top:229.4375rem;left:9.3125rem;font-size:0.875rem;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #CoToSBTTSrz5zV0MSb8oyoMrdl03L9p8 { width:1.3125rem;height:1.3125rem;top:101.75rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uqfm7aEOzyHIkLz49v7cHTVcGdcQuXzc { width:1.3125rem;height:1.3125rem;top:103.4375rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwFJBR2uMxO9iNpoPyw6imE4ke9FJ3pr { width:1.3125rem;height:1.3125rem;top:104.9375rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qmky27p9Qs8Q1sHNaWMPlRyLu12toQUu { width:1.3125rem;height:1.3125rem;top:106.3125rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #urZ2CF3f4retec66eR3GCi4gHtFCqfXI { width:1.3125rem;height:1.3125rem;top:109.625rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJEb2VT0dnCug3Uh2IBwDXS4PeydMCKe { width:1.3125rem;height:1.3125rem;top:108.125rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #atnZ3J2dcvgDwkcCJvleR7xrvTXhrTxf { width:1.3125rem;height:1.3125rem;top:111.125rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qJqJX6DJZKJdsoUc1odsBiVSFGxAAWtB { width:1.3125rem;height:1.3125rem;top:112.6875rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NrM0XWVfL4WJi38GPAzqf2eDXMu0mWCr { width:1.3125rem;height:1.3125rem;top:114.25rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nS2R3PgheMCNzeirvnnAPpMlQl8yz8q1 { width:1.3125rem;height:1.3125rem;top:115.875rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnbmIo9AicaQFBJgDvAH3kFemnTk7Af5 { width:1.3125rem;height:1.3125rem;top:117.4375rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zaOynty7u9L7V4DGJwmuaIZqDGSgcHMs { width:1.3125rem;height:1.3125rem;top:119rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rpy46HWJH1oPP24oNrTwID3TdB2PGZwV { width:1.3125rem;height:1.3125rem;top:120.3125rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wgD56f9awOSg8NOBZdr55SeqK8x35gPQ { width:1.3125rem;height:1.3125rem;top:122.1875rem;left:9.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B4zsFe5oLaS93zGsMAOJgu694GJRIPFp { width:1.3125rem;height:1.3125rem;top:151.6875rem;left:1.0625rem;font-size:0.875rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #zpZR4TCTTHB89dKcKdNsS2FGRbArseD4 { width:1.3125rem;height:1.3125rem;top:154.5625rem;left:1.0625rem;font-size:0.875rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #bEVBeB1rpsmNbB3hyTmZw1lT8BBmpqWQ { width:1.3125rem;height:1.3125rem;top:157.4375rem;left:1rem;font-size:0.875rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #yuasp8TzRUVyb8vxkcPadZmUDJPl3qPr { width:1.3125rem;height:1.3125rem;top:158.9375rem;left:1rem;font-size:0.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #e5vCdCfXd8bZ2CE973lIaeDga35l2crQ { width:1.3125rem;height:1.3125rem;top:160.375rem;left:1rem;font-size:0.875rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #cERRCspZ6ix7QaG5EITeIvnPayOcMN6e { width:1.3125rem;height:1.3125rem;top:161.875rem;left:1.0625rem;font-size:0.875rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #U7E7RZ9EqAKgAyx6UF8uWZq3OJGc7Tf6 { width:1.3125rem;height:1.3125rem;top:164.9375rem;left:1.0625rem;font-size:0.875rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #bhTMHKMpkChHW1aDfcxJPwpJ5M389qGq { width:15.6875rem;height:28.2625rem;top:151.6875rem;left:2.4375rem;font-size:0.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #r6hHVXOuqHHgPVsMxP7OA77d4mpXTdma { width:1.3125rem;height:1.3125rem;top:167.6875rem;left:1.0625rem;font-size:0.875rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #capcPo0sS2XMnPSWRNAf8HQuPrmgW876 { width:1.3125rem;height:1.3125rem;top:169.1875rem;left:1.0625rem;font-size:0.875rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #CE8mTDGKlXvTeJr8gqaK8mm9ixsNX7iV { width:1.3125rem;height:1.3125rem;top:170.6875rem;left:1.125rem;font-size:0.875rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #PTehFboUrTG0Ct7lfqzhUs0UuS4g8IQS { width:1.3125rem;height:1.3125rem;top:173.5625rem;left:1.1875rem;font-size:0.875rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #LTVu2eUNL7PZm0GKhe4zTlpCiRyimPCt { width:1.3125rem;height:1.3125rem;top:175rem;left:1.125rem;font-size:0.875rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #CXGzgVowErcDGkOi4EQxgqTwBmtTTL4D { width:1.3125rem;height:1.3125rem;top:178rem;left:1.1875rem;font-size:0.875rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL { display:block; }#iyddd0Ly7CLUzrSCIe2QBpT2SAmIZcKL > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEV5pdAiRR2raiUccpu8gZsT1u5xMDTH { width:18.25rem;height:7.3125rem;top:4.625rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7D01kp9oeenClGzzGAakpAnhiNe2rnJ { width:17.5rem;height:13.65rem;top:22.3125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKihmai9PrAZaunsToJHb7FIc4S68gOP { width:20rem;height:8.2703125rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTAR698ot9nxR62bHQDuaKzWUKA06JLg { width:0.6875rem;height:3.5rem;top:73.835161209106rem;left:9.6562503576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #kp4dsALkIwHd9fkhq8T2iSNQDAXWqmgT { display:block; }#kp4dsALkIwHd9fkhq8T2iSNQDAXWqmgT > .row .container { width:20rem;height:174.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDen4C78JipNZiSfLSEDXTiwWJoZqUq8 { width:12.5rem;height:2.6rem;top:2.8117184638977rem;left:3.7499998807907rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiNZyzUHx6U8wNtmRLPeZdpDBTx3MFea { width:0.75rem;height:1.375rem;top:0.5625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6iKWVF98W4vWBsGXNZ6eMFiGpTysAwb { width:12.125rem;height:3.65625rem;top:23.375rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhiUWfJsBwE52FQkt3t48HBdkccgIbi9 { width:9.8125rem;height:13.1875rem;top:8rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHyDciLUaWIZw2FlnSbk5db4RHL5KZS9 { width:13.125rem;height:1.4625rem;top:21.5rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt35NsaCIduksboJ99hrMe36LChEuSVc { width:11.75rem;height:2.6rem;top:71.812499046325rem;left:4.1249998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuJkVaMknBdluJhx4XLnhai4TrUKfzJE { width:13.125rem;height:1.4625rem;top:69.3125rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocHyE7BG9J9sx6ZEJhdfWGolAtFOV3wZ { width:8.625rem;height:16.375rem;top:54.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giDczHgmPnGTesxWGFeR4Kw954vUyA8E { width:11.75rem;height:2.6rem;top:117.8125rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHULxL68xxCniaOXTaWciCiEQFA9Iiwh { width:13.125rem;height:1.4625rem;top:116.125rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EL1hLwzRW8TQ1lLXQQbDhhvEuh5yAOt4 { width:8.625rem;height:16.5625rem;top:100.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxEshyPGyUzDfiuOnEHHaWMl17KTSD38 { width:13.3125rem;height:6.825rem;top:45.499999284744rem;left:3.3437498807907rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1R3RCIpWbibE83FO1DII6MpkTgdX82x { width:13.125rem;height:1.4625rem;top:43.4375rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTDRNhOAR7eVSzvWXTIuyFLJfZOyrwAp { width:8.25rem;height:15.5625rem;top:28.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MltUaTF7E3LDcZQJZ3dHD0ElMLr9yHDA { width:13.125rem;height:3.9rem;top:164.1875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb9XVaDBepxJ2JByDlk8hAvRCRz2XHw2 { width:13.125rem;height:1.4625rem;top:162.125rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pElwiq8cm0Rr7HCzFf90anSMVUeySowg { width:8.3125rem;height:15.6875rem;top:147.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOdIX4NzGHs2tsv2o1dbBJ8qNJ7msbQr { width:12rem;height:5.2rem;top:93rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycTEup7fW8MdyQuQgduDI2qWT35V9KWi { width:13.125rem;height:1.4625rem;top:90.75rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1EoyGe0WoD1g4viL9kh5GdFFPUgGbNd { width:8.375rem;height:16.0625rem;top:75.4375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvh7KZqoOihCKkbEsTfMTal8175m5tz9 { width:12.1875rem;height:5.2rem;top:140.4375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egz6zpJs4ofdXM7s8y3UwlINBbIBxmDn { width:13.125rem;height:1.4625rem;top:138.375rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXHRUUWTLG3dMOmEvhr7FN1MHeAFIqls { width:8.625rem;height:16.6875rem;top:122.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg0ILf3LPuSnxCZgXIrlRiUdVOva5QgZ { width:14rem;height:21.25rem;top:7rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeKVgsIiaBVxNNcrRFwyspbZcJGOVvs4 { width:14rem;height:19rem;top:55.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNIbtzIZRFT5fMk5HMeXrtBPFGUkbGaW { width:14rem;height:20rem;top:101.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeuDFho7C2xDHbJvrkU3BakvSQuZ8GbA { width:14rem;height:20.625rem;top:148.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkMPRQ6xynNiN6pBxGaM6Ah5RwUb2oiV { width:14.9375rem;height:23rem;top:30.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWoOkyDLpahBiegzcA5JncJTX9y10pXQ { width:14.9375rem;height:23.125rem;top:76.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLcFvsCD5ixXTyyUz2u95ZvXKuBdPm1L { width:14.9375rem;height:23.75rem;top:123.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Es69zUJHGWtZxfRdMVdv8a4EIwoS6Rk3 { width:0.75rem;height:1.375rem;top:124.35rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0actoUD6cFBH3JUp7GT1buLHcbBMoKe { width:0.6875rem;height:3.5rem;top:170.4375rem;left:9.6562503576281rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf { display:block; }#vsdyTVlsT7GzJOxJZNzhwSGTdHcQkaDf > .row .container { width:20rem;height:87.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQluyQHBw36U6TZPcRSVyak7IJwvpyZu { width:19.3125rem;height:55.7375rem;top:29.875rem;left:0.34375rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #D1htTU8P9tS9iTx9ekBTd2BMQ2KGepoW { width:5.6875rem;height:4.5rem;top:20.6875rem;left:1.5625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #wamf0Co7dsH96OsWdT73cf6ablTcA95R { width:7.4375rem;height:5.8125rem;top:20.0625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMJMcgQQl8OcLc3UcJk5cPZ9HAmQScxx { width:5.9375rem;height:4.6875rem;top:20.625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSiNncWON4IaedV91846gnFgl2xpWl1u { width:15.0625rem;height:19.3125rem;top:0rem;left:3.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8oIx9n4QcDJHmFkRkpdO5fQITExPIX9 { width:6.125rem;height:4.6875rem;top:20.625rem;left:3.375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Pz4KSvOn2xNuELEJMrQh3i6aU8bRwqqc { width:4.625rem;height:3.5625rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TppHnz9EpN8dpvPuFao23TL5rJDPWl7F { width:20rem;height:3.75rem;top:25.875rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JaeZmTu6ikQDVVDuGI50PqMIcLQEX7kB { width:7.4375rem;height:4.875rem;top:20.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTzRrJ2XoBy5GTmWPo2MQtKxAX8aamS1 { width:7.3125rem;height:4.875rem;top:20.5rem;left:5rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #OdKtWa8MNXuol1qQnOTLHHLEK5SOfQST { width:12.5625rem;height:11.25rem;top:11.11328125rem;left:3.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G { background-color:#ffffff;background-image:none;display:block; }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G > .row .container { background-color: transparent; background-image: none; }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G > .row .container > .video-iframe-container { display: none; }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G > .row > .video-iframe-container { display: none; }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G > .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); }#BbxX9TtZHg6PiDPiSWXKpwoO5zKRiP6G > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i2KBDrbail2Zzrmoe0abgs4OgqFL1si2 { width:5.5625rem;height:2.1125rem;top:40.5rem;left:13.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VaRUFKOtIm9epa6Vwq9RZlCImt3TrQP4 { width:2.75rem;height:2.75rem;top:37.5rem;left:14.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJJZO6NGI1Hpese88HR7kI63wJAc8KH3 { width:4.875rem;height:4.225rem;top:40rem;left:7.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zn3rKw1fuvDqiSnwCpLWBxTDOdmcMUdt { width:2.75rem;height:2.75rem;top:37.5rem;left:8.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm06HV1NzTKiwbdIniZ4a25Gr4Qs5UpS { width:4.75rem;height:2.1125rem;top:40.8125rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vppXHI7cqL7gp0rmczVMPb1bSKOnF4xL { width:2.75rem;height:2.75rem;top:37.5rem;left:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwCkuJKymbhohWIqPC270R58r0V2iSgr { width:18.25rem;height:1.1rem;top:21rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbTfFc3RRFISr4P9G4VIfLEaF2plPe5Z { width:18rem;height:4.625rem;top:11.375rem;left:0.75rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #xApd3bQCNqwZcrkiVEHP0s0gQWgdBkbK { width:17.6875rem;height:0;top:11.687499809079rem;left:2.3125001192093rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRrMwgaLUTzvwAa8Zr8zG20iD13cVTZC { width:20rem;height:6.5rem;top:23.0625rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehoddfEnAxxM8TDCHclU5TFUb3vR5uvX { width:2.0625rem;height:1.625rem;top:26.625rem;left:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzxXTuhvhNSC5gEnNTIhTLHWwoqc6KfF { width:3.375rem;height:1.4625rem;top:25.5625rem;left:5rem;font-size:1.125rem;font-family:montserrat;color:#637084;display:block; }
 }@media only screen and (max-width: 763px) { #imu1soCzTuqtXxgIuFAfPss2Glym6Ot2 { width:3.1875rem;height:2.1125rem;top:26.375rem;left:12.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxTREAoKFGQpxUaU8Ux7uoIN6VNOK3wT { width:17rem;height:1.1375rem;top:30.125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3TK6eDD3S3bCbFhhmCDrDqiQwZiwr1h { width:17.75rem;height:1.1rem;top:10rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7mTLq0UiDhaORLwUUmz5stkx8SypfT { width:17.25rem;height:2.125rem;top:29.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmTt9Vh67CQ39Ssn3u5PBan2SK2vlqHw { width:18.125rem;height:4.625rem;top:11.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNHoGOirNekMT0Hqr7eD3FQX10qTaE2a { width:19rem;height:3.8125rem;top:33.3125rem;left:0.5rem;font-size:0.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Gogv0HxqTvxQz7GQf4e2w4C1B3Nt6OOE { display:block; }
 }@media only screen and (max-width: 763px) { #eO1CbHKTghsfy349dwTSx702pzFPxpUb { width:19rem;height:3.8125rem;top:51.5625rem;left:0rem;font-size:0.9375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #AJoFtIFkTAX0CzchuUecP5cg61RxEEi4 { display:block; }
 }@media only screen and (max-width: 763px) { #J605EIN9EWuw8cvIi0QTtgCTDyL4d1xm { width:19rem;height:3.8125rem;top:46.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7O29iVTNMGP895iCS8g6QAu7OxLBASg { display:block; }
 }@media only screen and (max-width: 763px) { #pXl0LhiEJhKxsdNaf0eNuavzRv4FzekS { width:20rem;height:3.50625rem;top:5.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpOMpP27WcUTqIK1tlCNhMFPQU04i7s1 { width:17.6875rem;height:3.025rem;top:12.1875rem;left:1.125rem;font-size:1.375rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #vugq2sObTzNpBlide2N1p2nq5HFurPck { width:18.75rem;height:2.3375rem;top:3rem;left:0.625rem;font-size:1.0625rem;line-height:1.1;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #KATfeziPXiwzq9qid2KKfLoOJQQJl6bV { width:20rem;height:2.2rem;top:18.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWHPkZxaMrNpQnF0blqADefkL4niTWdA { width:4.875rem;height:1.4625rem;top:24.5rem;left:4.375rem;font-size:1.125rem;font-family:montserrat;color:#637084;display:block; }
 }@media only screen and (max-width: 763px) { #Q5N3DdxMJqgDC38tdT3VOFSlQAs0C99E { width:19.875rem;height:44.5625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQIxoc7uWpatcX7WDV1g1ztlw1h9cJyr { display:block; }#CQIxoc7uWpatcX7WDV1g1ztlw1h9cJyr > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o1BOzoFaeRyqXu0Ec0tBIZ5FS1DCzIn2 { width:20rem;height:6.825rem;top:7.3999986648563rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MGqc41Mre6CfbozlwdCAaxtOQfev6Tvq { width:6.1875rem;height:5.625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfisk1fk1TUJ0BK7WbX7wqUvPmV1OSFP { width:13.5625rem;height:3.65625rem;top:2.3612499237061rem;left:6.1874997019768rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection { background-color:#1b1d24;background-image:none;display:block; } #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection *:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="text"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="email"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="tel"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection textarea:focus-visible { outline: none; } #buPvmAQXpC9pHQwGUCdeA5slvoT43g1A > .row .container { background-color: transparent; background-image: none; }#buPvmAQXpC9pHQwGUCdeA5slvoT43g1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buPvmAQXpC9pHQwGUCdeA5slvoT43g1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buPvmAQXpC9pHQwGUCdeA5slvoT43g1A > .row .container > .video-iframe-container { display: none; }#buPvmAQXpC9pHQwGUCdeA5slvoT43g1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buPvmAQXpC9pHQwGUCdeA5slvoT43g1A > .row > .video-iframe-container { display: none; }#buPvmAQXpC9pHQwGUCdeA5slvoT43g1A > .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); }#buPvmAQXpC9pHQwGUCdeA5slvoT43g1A > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }