.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f4f4f4;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9045810f-d03d-47f9-8269-0e76202b1e19/LedamoslabienvenidaalaAsociacindeEscribanosdelUruguaynuevosociodeIDDigital31.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:none; }#OIVVLJpBmOdp1uQZo1Rnmf2LvdfdoQEt { 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:14.625rem;width:26.375rem;top:19.6875rem;left:7.5rem;overflow:hidden;display:none; }
#D2en1rRZEz5zOXwhz6MkCBxzs5SmJeg6 { position:absolute;display:block;z-index:14998;height:5.3125rem;width:33.1875rem;top:30.187500953674rem;left:33.5rem;display:block; }
#F7a7MqeSpkuvkFxSKZl7yIVKqp7TLC3y { background-color:rgba(9,69,121,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.34375rem;left:55.625rem;display:block; }
#EyWCFKEtX26Hzv2P8GCchM0WsnfRVGft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QcMJU6WGQXGyuusSEnNDSM20UICf9nbf { background-color:#094579;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:26.5rem;left:8.625rem;display:block; }
#gD9MI0tfQp4rGDNlIbHTQCKgwug20Gek { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oM32mRn17OwnCvdJUeOr70JWOAL76a8A { background-color:rgba(255,255,255,0.11);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.46875rem;left:44.9375rem;display:block; }
#n5g1ApeLTHeI6GgdTrdSSRMGhyxEzuUi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fULBt0XCi4JpTOWolXx060pfqnz8Ba3H { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.5rem;left:8.625rem;height:2.19375rem;font-style:normal;display:block; }
#bID4zT68pRKdmOW0TGM9C3NeU0oQfPiG { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.500000476837rem;left:8.625rem;height:6.825rem;font-style:normal;display:block; }
#mKyqqhyyUKzfqdPI7aOZbAseHvSz5GoW { 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.25rem;width:7.25rem;top:0.0625rem;left:8.625rem;overflow:hidden;display:block; }
#T99XSc8cUCmFHis032IChnbRSCNusmFC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/98d96d8e-9ad1-4b8e-8d75-84908f9a5d08/header_voto_landingcopia.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#T99XSc8cUCmFHis032IChnbRSCNusmFC.adaptive-delivery-prevent-bg, #T99XSc8cUCmFHis032IChnbRSCNusmFC.lazyload, #T99XSc8cUCmFHis032IChnbRSCNusmFC.lazyloading { background-image: none; }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .row .container { background-color: transparent; background-image: none; }#T99XSc8cUCmFHis032IChnbRSCNusmFC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,0,1,0.49); }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .row .container > .video-iframe-container { display: none; }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,0,1,0.49); }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .row > .video-iframe-container { display: none; }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .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); }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .row .container { border-width: 0; border-radius: 0; }#T99XSc8cUCmFHis032IChnbRSCNusmFC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#NQhWzkIBJq38dSZFRUmwbXFt9sfsVcts { 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:14.625rem;width:26.375rem;top:19.6875rem;left:7.5rem;overflow:hidden;display:none; }
#n3upbCUWhTNqTzM3PTu8539r1HhRl0BL { position:absolute;display:block;z-index:14998;height:5.3125rem;width:33.1875rem;top:30.187500953674rem;left:33.5rem;display:none; }
#KyeUNbMGqG2SPQlkKDO2J0MuUts4SxKn { background-color:rgba(9,69,121,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.5625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.34375rem;left:55.625rem;display:none; }
#vRrFmqUoe00fpDWBMA1Fww7bHp19830A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J3oCc7hRSdSAxP6MOaC9IJ9oOkggJnrh { background-color:#094579;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:26.5rem;left:8.625rem;display:block; }
#TegiL0erCTPTwTdW8APNA4wf2fWDGFlw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aFB6XqIDeAxmOfIRgWcHmZC4KvzszJIZ { background-color:rgba(255,255,255,0.11);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:2.46875rem;left:44.9375rem;display:none; }
#MAnXOtHBaQUbcbV5esKaw8J7aM3i9Fs7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mPcfPykgCTKwcRNTvcDLlKU6QLVRweXZ { color:#ffffff;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.5rem;left:8.625rem;height:2.19375rem;font-style:normal;display:block; }
#dTCSobysVUhsk6PInCE5I6SzIkhNxJIF { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:16.500000476837rem;left:8.625rem;height:8.53125rem;font-style:normal;display:block; }
#QTbFhTBFxMpFcyZKS12NuvCNSygfLQue { 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.25rem;width:7.25rem;top:0.0625rem;left:8.625rem;overflow:hidden;display:block; }
#sb00cE9iFZv1auDPDVr0mwL4LXTdmNVu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002855;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sb00cE9iFZv1auDPDVr0mwL4LXTdmNVu > .row .container { border-width: 0; border-radius: 0; }#sb00cE9iFZv1auDPDVr0mwL4LXTdmNVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sb00cE9iFZv1auDPDVr0mwL4LXTdmNVu > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:none; }#tAoB2hiOIo3IJlOcVexBGBMJCqitDdws { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.6242198944092rem;left:0rem;height:2.53125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eCi2eLdhgH5XhRBu03tIhQKZeLT7LpGF { position:absolute;display:block;z-index:15022;background-color:#0080db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.0625rem;width:13.6875rem;top:8.7937499523163rem;left:21.0625rem;display:block; }
#OnWc2Xx63RXG5TGUlLeDe1EwxUTwH3Sp { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.625rem;width:13.5625rem;top:8.9375rem;left:6.625rem;display:block; }
#tGJFvQD8O7MX3gKv2D4XXDKa8dFlxftA { position:absolute;display:block;z-index:15023;background-color:#0080db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.5rem;width:13.4375rem;top:8.40625rem;left:57.8125rem;display:block; }
#WQ7Uoa5T1ks98qOO0DKw9cJCcZmnnw0F { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.25rem;width:13.6875rem;top:8.6062499523163rem;left:43.1875rem;display:block; }
#ng587emEMmTGeyfb396yEr5BDTTNaEBb { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.375rem;width:12.0625rem;top:9.90625rem;left:21.9375rem;overflow:hidden;display:block; }
#gDMpe4NOrlH1gEipKo846erLb7sFsnFr { color:#002855;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:21.8125rem;left:7.625rem;height:3.9rem;display:block; }
#EstucQb39zckL85p5Xl6WqttVVKLHLse { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0080db;border-left:0.0625rem solid #0080db;border-right:0.0625rem solid #0080db;border-bottom:0.0625rem solid #0080db;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0080db;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:1.9375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:28.99374961853rem;left:44.5625rem;display:block; }
#GRSnutEaP9Gfydug6mN6kOnMahIn8Awc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EyS9qMmbgXxZqCe3vpS9KwkvzpbaE2uq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9625rem;height:2.0875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:29.14999961853rem;left:59rem;display:block; }
#ezB3xONGuyvZR39y4plFEfv0LpNM4uxB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DbTTFJIWTrtaxHFoTc2iGM42VThGRzbm { color:#002855;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:21.71249961853rem;left:44.25rem;height:3.9rem;display:block; }
#hGc6ySEoHAExHzd3blf6X1yp1ar1dk2T { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:21.5625rem;left:22.25rem;height:3.9rem;display:block; }
#EDIlD6A1c74uViNbofgsx0bTrdX4oK3A { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:21.625rem;left:58.9375rem;height:2.6rem;display:block; }
#Ff3y2g4EHREW1v0hT2V1GRU7h5s7gReB { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.3125rem;width:11.5625rem;top:10.300000190735rem;left:7.625rem;overflow:hidden;display:block; }
#WbAQVga6IFG70xvB8BToNEUGoBoGctft { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.0625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:28.93124961853rem;left:22.5625rem;display:block; }
#o5ZHsqBhI9oMJOcB8TQahy308QVWgqKe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MrayZU5MIWTXSQXuhALEzbCWh7ZGkG3T { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0080db;border-left:0.0625rem solid #0080db;border-right:0.0625rem solid #0080db;border-bottom:0.0625rem solid #0080db;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0080db;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:2.0625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:29.00625038147rem;left:7.625rem;display:block; }
#iTQttDdGJ7lqgmbLI5FcMwPUucqukqQi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UGaLNswHMwBKMzl2iSqQi298tTTKNiGP { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.4375rem;width:11.5625rem;top:9.96875rem;left:44.25rem;overflow:hidden;display:block; }
#hIGc9spzHtfVt6sSvCKRlwQgaWsKdtS8 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.6875rem;width:11.9375rem;top:9.65625rem;left:58.5625rem;overflow:hidden;display:block; }
#saQKzCW7s3NIbbQgCivqOAGaxXVdXNQ8 { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.375rem;width:13.5625rem;top:8.3125rem;left:79.6875rem;display:block; }
#nCH9MyUHI2FWInZOfksGsga5XAhIUI8V { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0080db;border-left:0.0625rem solid #0080db;border-right:0.0625rem solid #0080db;border-bottom:0.0625rem solid #0080db;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#0080db;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:1.875rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:29.25rem;left:80.875rem;display:block; }
#x4mEOfwdgt2T7SWot9mttmEIHC47B7b4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pr2gEMC591mXEmFbQ6tTn9X4JdpQEWiO { color:#002855;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:21.375rem;left:80.5625rem;height:3.9rem;display:block; }
#wg9d1guAQKLDVI9makqoeaTwWzJgAvZI { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:10.9375rem;width:10.9375rem;top:9.25rem;left:80.9375rem;overflow:hidden;display:block; }
#qBXDpNXy5PPUn9eTcroSuTH9H24fVmEy { position:absolute;display:block;z-index:15023;background-color:#0080db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.5rem;width:13rem;top:9.0437500476837rem;left:-14.8125rem;display:block; }
#Al3ovQOsJL9rWfQ0PnJMg6VcDv7mTX5O { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:1.9375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:28.93124961853rem;left:-13.625rem;display:block; }
#xNF9S1ZJArsIScIsWFLXwq0ilFdyDgxg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VE73T7f9yF9BgJvDabxi8GzGiw28e9xd { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:10.875rem;width:11.4375rem;top:10.268750190735rem;left:-14.0625rem;overflow:hidden;display:block; }
#BaTF5aMwJz9b3I4F8VKHEp5zlVqqwgvT { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:22.15625rem;left:-13.75rem;height:5.2rem;display:block; }
#syBGDAMGw4R1D9zKNyAlUsxFyMMHuPNd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #029cde, #4672de);background-image: -moz-linear-gradient(90deg, #029cde, #4672de);background-image: -ms-linear-gradient(90deg, #029cde, #4672de);background-image: -o-linear-gradient(90deg, #029cde, #4672de);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#029cde', endColorstr='#4672de' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#029cde', endColorstr='#4672de' );";background-image: linear-gradient(90deg, #029cde, #4672de);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; }#syBGDAMGw4R1D9zKNyAlUsxFyMMHuPNd > .row .container { background-color: transparent; background-image: none; }#syBGDAMGw4R1D9zKNyAlUsxFyMMHuPNd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syBGDAMGw4R1D9zKNyAlUsxFyMMHuPNd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syBGDAMGw4R1D9zKNyAlUsxFyMMHuPNd > .row .container > .video-iframe-container { display: none; }#syBGDAMGw4R1D9zKNyAlUsxFyMMHuPNd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syBGDAMGw4R1D9zKNyAlUsxFyMMHuPNd > .row > .video-iframe-container { display: none; }#syBGDAMGw4R1D9zKNyAlUsxFyMMHuPNd > .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); }#syBGDAMGw4R1D9zKNyAlUsxFyMMHuPNd > .row .container { border-width: 0; border-radius: 0; }#syBGDAMGw4R1D9zKNyAlUsxFyMMHuPNd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#syBGDAMGw4R1D9zKNyAlUsxFyMMHuPNd > .row .container { font-size:0.875rem;font-family:arial;height:74.125rem;width:75rem;position:relative;display:block; }#JX6krr1NyxNK8Rhfp7eH3tPpQDXebic6 { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9742193222046rem;left:21.375rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#gZzcFhcJHvW9nsAMx1VrtoE21XSOVr8B { box-sizing:content-box;height:0.25rem;width:5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:10.461719512939rem;left:36.625rem;display:block; }
#giWAuEVZK5dAFeuee8V62BVrCGZcbxsq { box-sizing:content-box;height:16.6875rem;width:24.4375rem;position:absolute;display:block;z-index:15003;background-color:#d8e2f8;background-image:none;top:14.3125rem;left:25.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#TXRTHaIISikIdSiWGmHmS9UrTJ6NEeFt { box-sizing:content-box;height:16.6875rem;width:24.4375rem;position:absolute;display:block;z-index:15004;background-color:#d8e2f8;background-image:none;top:31.9375rem;left:25.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MXq2dg1cSD8Bvhcb0114yPo2w3wq6Tgo { box-sizing:content-box;height:16.6875rem;width:24.4375rem;position:absolute;display:block;z-index:15003;background-color:#d8e2f8;background-image:none;top:31.937501907349rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tmLJnIpThCVkdDnDGGI1zrmyzcVKlRdT { box-sizing:content-box;height:16.6875rem;width:24.4375rem;position:absolute;display:block;z-index:15004;background-color:#d8e2f8;background-image:none;top:14.312509059906rem;left:50.562500953674rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }
#ffXdlSrXxf3c3kn6Pn9hV2TfM6dA3fey { box-sizing:content-box;height:16.6875rem;width:24.4375rem;position:absolute;display:block;z-index:15004;background-color:#d8e2f8;background-image:none;top:14.312509059906rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#pwgVaWTxAbbxWyfhq8x0rrJMV77hlHLr { box-sizing:content-box;height:16.6875rem;width:24.4375rem;position:absolute;display:block;z-index:15005;background-color:#d8e2f8;background-image:none;top:14.312499761581rem;left:50.562500953674rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#sNVxdXeivP23JUD9kyDAsPUMu5ZEM0bL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:12.0625rem;top:33.750000953674rem;left:6.1867189407349rem;overflow:hidden;display:block; }
#MPSmsPtfT5f1APFctJoI5si4ZGFMt8ce { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.4375rem;top:14.3125rem;left:8.4375rem;overflow:hidden;display:block; }
#rG4pQn8Dqq2H0UEvMQf1d2OM30Uza3t2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:9.625rem;top:33.062501907349rem;left:57.391404151916rem;overflow:hidden;display:none; }
#Dkupnqr1DrZJJfvsegVXG9zXaseWnRNL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:10.1875rem;top:16.28125rem;left:32.375rem;overflow:hidden;display:block; }
#loFxfflcmIEPkyS43vRnJ2eboBX9uJP8 { 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:8.5625rem;width:8.5625rem;top:32.5rem;left:33.1875rem;overflow:hidden;display:block; }
#lMbbOvPfTOe5EVvKDRkPToucCysfeH4v { 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:3.3125rem;width:11.6875rem;top:35.125rem;left:56.9375rem;overflow:hidden;display:block; }
#mCuV8W4dr52yMP82VvM1UUaUVUbo5r1t { color:#051b37;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:21.687501907349rem;left:4.3125rem;height:3.9rem;display:block; }
#Rav5fbm9d1DcmCkStFZvTG3nCQhlDHqL { background-color:#162866;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.346125rem;height:1.84609375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:27.535938262939rem;left:7.0445318222044rem;display:block; }
#w6CXTGXonWcTZHcoQgg4Btl02RTdTaRX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ufnMClwe26TANyyIDcVSJ0hPS4sit3Nl { color:#051b37;display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:22.05624961853rem;left:31.1875rem;height:3.9rem;display:block; }
#ZQrPGyo9a2yeLIMTE43i9WpssRaRHb4r { background-color:#162866;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.783625rem;height:1.97109375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:27.473438262939rem;left:32.0625rem;display:block; }
#NP7cyol8zgtDqewAHn2QnZqbr4lffdKX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MQOTErBeeECMWRTS6WhfPFcesBh4fnyl { color:#051b37;display:block;width:15.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:39.056251525879rem;left:55.156250953674rem;height:3.9rem;display:none; }
#MVbTqrBeoaMgfNcliq86xu12TM3SsBHk { background-color:#162866;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.658625rem;height:1.97109375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:43.939064025879rem;left:57.451561927796rem;display:none; }
#vAikxoTsr1B3BuVIGHnOPsadsOqSc9XH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lSC8XUW3xJeGDuo96RLARS8MvGPQHMCr { color:#051b37;display:block;width:15.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:40.375rem;left:5.4867181777954rem;height:2.6rem;display:block; }
#btuCb7V1vnrQdZPsiMXGuEkCU4Sbeh87 { background-color:#162866;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#eaf0fc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.2375rem;height:1.8625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:43.993751525879rem;left:6.5992193222044rem;display:block; }
#RUvPeS6utgCdh1Af1U3dbrvtTmNTBATB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cR8JTGFXGq1POt5POdLgwtseLSBx94Mm { color:#051b37;display:block;width:14.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:39.706251144409rem;left:30.6875rem;height:2.6rem;display:block; }
#t8QciidfTUrXGPLI8srKZUcLVpBVpNlb { background-color:#162866;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8875rem;height:2.0125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:43.99374961853rem;left:32rem;display:block; }
#QmvHIvB1KTpQbl99WQ5JJfTXiWGi3J7I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#li0li8xNu9AsFO9hQdZmGeVF63ctotvo { color:#051b37;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:40.5625rem;left:55.9375rem;height:3.9rem;display:block; }
#pqTMrstEMuWKHvOxDWO3JI7lgImJRKgO { background-color:#162866;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#eaf0fc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.05rem;height:1.8rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:45.625rem;left:56.75rem;display:block; }
#r8edEkwULlbkLyM4evszrmlRUwD5gk5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#crQA8TGArQVAohUXt2t7khJxraMSI6g8 { box-sizing:content-box;height:16.6875rem;width:24.4375rem;position:absolute;display:block;z-index:15004;background-color:#d8e2f8;background-image:none;top:31.9375rem;left:50.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#n8S8TG61EbWELxQ3y0mvI2Aev2fvzgIJ { background-color:#162866;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.783625rem;height:1.97109375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:26.785937309265rem;left:57.389061927796rem;display:block; }
#PIOMaTlVMg6Z8fTWNTc8d7rZq2opLvyu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#INGGp4F1J6gy9x5wpA5zWxMosEA25UlN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:8.125rem;top:16.281249761581rem;left:59.663707094025rem;overflow:hidden;display:block; }
#woz1rHHS8CK7WMyDJFzmThrnPr0MZmK6 { color:#051b37;display:block;width:15.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:21.6875rem;left:56.500000953674rem;height:3.9rem;display:block; }
#lKkFbLnuHpRgThPnDATRLKqX9kJBZwyB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a85c18e0-f3f8-4240-a266-b04e8dad6fb3/Copiadebannerweb34.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:none; }#lKkFbLnuHpRgThPnDATRLKqX9kJBZwyB.adaptive-delivery-prevent-bg, #lKkFbLnuHpRgThPnDATRLKqX9kJBZwyB.lazyload, #lKkFbLnuHpRgThPnDATRLKqX9kJBZwyB.lazyloading { background-image: none; }#lKkFbLnuHpRgThPnDATRLKqX9kJBZwyB > .row .container { border-width: 0; border-radius: 0; }#lKkFbLnuHpRgThPnDATRLKqX9kJBZwyB::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; }#lKkFbLnuHpRgThPnDATRLKqX9kJBZwyB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKkFbLnuHpRgThPnDATRLKqX9kJBZwyB > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:none; }#hetdMo9NMnHk56rHepxOhNyuqXMv0Htb { color:#000000;display:block;width:33.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.4375rem;left:12.5rem;height:16rem;display:none; }
#w3aQIQMZrx4HLXKlu4aKZsPGxrA6oytk { color:#000000;display:block;width:47.875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.3125rem;left:11.875rem;height:34rem;display:none; }
#Enm3yxH2Jilp1Fw4xU1vWM1ckQty9mmO { color:#000000;display:block;width:37.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.125rem;left:11rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fbg4fZfbuQqCTVlq3ZTbAcg0AKR7eJum { position:absolute;display:block;z-index:15029;background-color:rgba(33,156,211,0.48);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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;height:4.3125rem;width:4.5625rem;top:18.75rem;left:8.5625rem;display:block; }
#szdotdFLVFlhr6etEzykJas19vPIffVz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:18.75rem;left:10.125rem; }
#KrxUDy7POyOwryJl6z2Pa5veLcPAIGnv { color:#08336b;display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:2.4515626430511rem;left:21.25rem;height:4.55rem;font-style:normal;display:block; }
#TXHbOEet79AzLSTfvG1DTXJJ5pn557Ed { color:rgba(8,51,107,0.12);display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:3.1859378814698rem;left:20.625rem;height:2.35625rem;font-style:normal;display:block; }
#Gbdf1JCcgZ7B7lQrfudS9zNlnhRz31dF { position:absolute;display:block;z-index:15030;background-color:rgba(33,156,211,0.48);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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;height:4.5625rem;width:4.5625rem;top:34.1875rem;left:8.5625rem;display:block; }
#RTz5vsFePOAkqTidU7PODdmNEZJWKvrG { color:#000000;display:block;width:37.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5625rem;left:7.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L8mNEC1oLfBwGQBfL8DeBLORqsHnKlC2 { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:34.875rem;left:14.375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rfP81KQTORhTqOl5JZQOKy9EvKay7HIr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:34.1875rem;left:10.0625rem; }
#HDLMmkg9FeNxV2q36Rt9EsKZMXvWo09r { color:#000000;display:block;width:51.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:26.5625rem;left:14.375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BarIKOeENdbeO5QherNspRKHAqTr8pa7 { position:absolute;display:block;z-index:15031;background-color:rgba(33,156,211,0.48);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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;height:4.5625rem;width:4.5625rem;top:25.875rem;left:8.5625rem;display:block; }
#Ta0vgKbAaKGnMEvaHdxNVWqs97n5nvBV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:25.4375rem;left:10.0625rem; }
#gd2OgP0uNX0cRwi1dnahCMib3RXcQ32F { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.75rem;left:14.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lSgWwrGSbhmfxCKXe6b7ybLMAvQ4zkn3 { position:absolute;display:block;z-index:15032;background-color:rgba(33,156,211,0.48);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:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: none;height:4.5625rem;width:4.5625rem;top:13.3125rem;left:8.5625rem;display:block; }
#rIfL4tNlfEyDPf0I1k9Cz0NdCcyd8vzB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:13rem;left:9.5rem; }
#wUWilgPNB1imKxiQlmDW6Ae2c4fdcT8U { color:#08336b;display:block;width:55rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:7.4929695129394rem;left:10rem;height:4.14375rem;font-style:normal;display:block; }
#TUX0Z5NTu5oF6PP8qMvDq0K3krKIOkzs { background-color:transparent;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#08336b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:22.875rem;left:14.375rem;display:block; }
#XiR92UUhLioUTTIiiIzXwcg7env83yUI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PiXkzRDvw8gMPH8giFnJvs5PKSgLRkcN { position:absolute;display:block;z-index:15001;background-color:rgba(155,207,237,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.5) ;height:8.3125rem;width:45.25rem;top:1rem;left:14.875rem;display:none; }
#NL1lTdq8qDRzwKDNPHFPP9TAHrdiSIsi { background-color:transparent;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#08336b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:16.800000190735rem;left:14.375rem;display:block; }
#s2prBo0Xzx1zX3Ml9krs9eq4IxCbbe9v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eEikTKb1LR51xz6fQp3qMcVTd4D6H2k9 { background-color:transparent;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#08336b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:1.875rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:38.75rem;left:14.375rem;display:block; }
#Tfc42y9kT8Jw11x1XI9CyPFL4SePfX1D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTPkJBNftxoVS0Q6qy0Dohann7ttR07J { background-color:transparent;background-image:none;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#08336b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.7125rem;height:1.9rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:31.425001144409rem;left:14.375rem;display:block; }
#Wm90gCy2Zx8fsEmOXsVQrCKWLJ0EqOT4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gp52cvFEPohZOtXUTmEoliBMAPOTAdwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf0fc;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; }#gp52cvFEPohZOtXUTmEoliBMAPOTAdwT > .row .container { background-color: transparent; background-image: none; }#gp52cvFEPohZOtXUTmEoliBMAPOTAdwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gp52cvFEPohZOtXUTmEoliBMAPOTAdwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gp52cvFEPohZOtXUTmEoliBMAPOTAdwT > .row .container > .video-iframe-container { display: none; }#gp52cvFEPohZOtXUTmEoliBMAPOTAdwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gp52cvFEPohZOtXUTmEoliBMAPOTAdwT > .row > .video-iframe-container { display: none; }#gp52cvFEPohZOtXUTmEoliBMAPOTAdwT > .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); }#gp52cvFEPohZOtXUTmEoliBMAPOTAdwT > .row .container { border-width: 0; border-radius: 0; }#gp52cvFEPohZOtXUTmEoliBMAPOTAdwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gp52cvFEPohZOtXUTmEoliBMAPOTAdwT > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#IQRzrdTXzHhHaeH5LTgctcskS39wNB7V { color:#071638;display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:23.437501907349rem;height:2.275rem;display:block; }
#WZVLNXCov95Jwbe4OPGqbcngZanQokep { box-sizing:content-box;height:0.25rem;width:5rem;position:absolute;display:block;z-index:15005;background-color:#009fdf;background-image:none;top:4.375rem;left:35rem;display:block; }
#ny0VnRcHz3MXkaVFVeUZlNmHsFGTOFfT { position:absolute;display:block;z-index:15035;background-color:#eaf0fc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #162866;border-left:0.125rem solid #162866;border-right:0.125rem solid #162866;border-bottom:0.125rem solid #162866;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.6875rem;width:54.6875rem;top:5.4375rem;left:9.125rem;display:block; }
#NT0J4TvfN1abRdWwlL9BTCnHqlVAZzDh { color:#162866;display:block;width:47.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:6.0671882629394rem;left:12.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#VnAcXTl1tiik2MWt1OpkASy5TzcrrNR0 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:5.6875rem;left:61.3125rem; }
#gcapQQDKnNKZFz4s51XfKfu24rM5ly6y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf0fc;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; }#gcapQQDKnNKZFz4s51XfKfu24rM5ly6y > .row .container { background-color: transparent; background-image: none; }#gcapQQDKnNKZFz4s51XfKfu24rM5ly6y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcapQQDKnNKZFz4s51XfKfu24rM5ly6y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcapQQDKnNKZFz4s51XfKfu24rM5ly6y > .row .container > .video-iframe-container { display: none; }#gcapQQDKnNKZFz4s51XfKfu24rM5ly6y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcapQQDKnNKZFz4s51XfKfu24rM5ly6y > .row > .video-iframe-container { display: none; }#gcapQQDKnNKZFz4s51XfKfu24rM5ly6y > .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); }#gcapQQDKnNKZFz4s51XfKfu24rM5ly6y > .row .container { border-width: 0; border-radius: 0; }#gcapQQDKnNKZFz4s51XfKfu24rM5ly6y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gcapQQDKnNKZFz4s51XfKfu24rM5ly6y > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#lQbHmLTiZ8hr3JpSkFZENHN2f7SpEDt9 { position:absolute;display:block;z-index:15001;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.125rem solid #162866;border-left:0.125rem solid #162866;border-right:0.125rem solid #162866;border-bottom:0.125rem solid #162866;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:54rem;top:0rem;left:9.2742195129394rem;display:block; }
#pZ8fOXwu6mQryAKFSo6l642sM9Fae9Lx { color:#000000;display:block;width:52.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.4375rem;left:10.086719512939rem;height:5.2rem;display:block; }
#nL1xVJsRvTEFm2nTiONGt2t34Ped2biu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf0fc;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; }#nL1xVJsRvTEFm2nTiONGt2t34Ped2biu > .row .container { background-color: transparent; background-image: none; }#nL1xVJsRvTEFm2nTiONGt2t34Ped2biu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nL1xVJsRvTEFm2nTiONGt2t34Ped2biu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nL1xVJsRvTEFm2nTiONGt2t34Ped2biu > .row .container > .video-iframe-container { display: none; }#nL1xVJsRvTEFm2nTiONGt2t34Ped2biu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nL1xVJsRvTEFm2nTiONGt2t34Ped2biu > .row > .video-iframe-container { display: none; }#nL1xVJsRvTEFm2nTiONGt2t34Ped2biu > .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); }#nL1xVJsRvTEFm2nTiONGt2t34Ped2biu > .row .container { border-width: 0; border-radius: 0; }#nL1xVJsRvTEFm2nTiONGt2t34Ped2biu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nL1xVJsRvTEFm2nTiONGt2t34Ped2biu > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#RozJFELh4Krsbrhl30UpF8FGEhpJJ1w5 { position:absolute;display:block;z-index:15035;background-color:#eaf0fc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #162866;border-left:0.125rem solid #162866;border-right:0.125rem solid #162866;border-bottom:0.125rem solid #162866;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.6875rem;width:54.6875rem;top:0rem;left:9.125rem;display:block; }
#yh3CJXmhn95UMmn5PmsF225qcLUQ9te8 { color:#162866;display:block;width:47.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:0.625rem;left:12.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#kaAEmJCSVzN93ela7bvHPzB0nze7q5ZZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:0.25rem;left:61.3125rem; }
#IaTH1opp0xX0UpTU8W3ptcimB1rXerhv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf0fc;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; }#IaTH1opp0xX0UpTU8W3ptcimB1rXerhv > .row .container { background-color: transparent; background-image: none; }#IaTH1opp0xX0UpTU8W3ptcimB1rXerhv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaTH1opp0xX0UpTU8W3ptcimB1rXerhv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaTH1opp0xX0UpTU8W3ptcimB1rXerhv > .row .container > .video-iframe-container { display: none; }#IaTH1opp0xX0UpTU8W3ptcimB1rXerhv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaTH1opp0xX0UpTU8W3ptcimB1rXerhv > .row > .video-iframe-container { display: none; }#IaTH1opp0xX0UpTU8W3ptcimB1rXerhv > .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); }#IaTH1opp0xX0UpTU8W3ptcimB1rXerhv > .row .container { border-width: 0; border-radius: 0; }#IaTH1opp0xX0UpTU8W3ptcimB1rXerhv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IaTH1opp0xX0UpTU8W3ptcimB1rXerhv > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#RN6utwxGiotVFg11UHf92NC6rVTpBV9c { position:absolute;display:block;z-index:15001;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.125rem solid #162866;border-left:0.125rem solid #162866;border-right:0.125rem solid #162866;border-bottom:0.125rem solid #162866;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:54rem;top:0rem;left:9.2742195129394rem;display:block; }
#CzBKzLaWeZprvxTldlrVLgPft1xA1nSs { color:#000000;display:block;width:52.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.4375rem;left:10.086719512939rem;height:3.9rem;display:block; }
#amkuhSRRlrG6FzPuZTC3ifKxKIZtqrHh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf0fc;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; }#amkuhSRRlrG6FzPuZTC3ifKxKIZtqrHh > .row .container { background-color: transparent; background-image: none; }#amkuhSRRlrG6FzPuZTC3ifKxKIZtqrHh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amkuhSRRlrG6FzPuZTC3ifKxKIZtqrHh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amkuhSRRlrG6FzPuZTC3ifKxKIZtqrHh > .row .container > .video-iframe-container { display: none; }#amkuhSRRlrG6FzPuZTC3ifKxKIZtqrHh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amkuhSRRlrG6FzPuZTC3ifKxKIZtqrHh > .row > .video-iframe-container { display: none; }#amkuhSRRlrG6FzPuZTC3ifKxKIZtqrHh > .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); }#amkuhSRRlrG6FzPuZTC3ifKxKIZtqrHh > .row .container { border-width: 0; border-radius: 0; }#amkuhSRRlrG6FzPuZTC3ifKxKIZtqrHh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#amkuhSRRlrG6FzPuZTC3ifKxKIZtqrHh > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#iu01XOlPrqu0G6Pmcyz2h1OAtalwrIdN { position:absolute;display:block;z-index:15035;background-color:#eaf0fc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #162866;border-left:0.125rem solid #162866;border-right:0.125rem solid #162866;border-bottom:0.125rem solid #162866;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.6875rem;width:54.6875rem;top:0rem;left:9.125rem;display:block; }
#G06TKssI9EGN3I577K5HEFlPHNXTiKa7 { color:#162866;display:block;width:47.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:0.625rem;left:12.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Vw4sctZZGJISANbp6Z0qDMqVzTPDE70o { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:0.25rem;left:61.3125rem; }
#chnrLh4wnml0C01INZ3Uy4Mu9H3XC2BK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf0fc;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; }#chnrLh4wnml0C01INZ3Uy4Mu9H3XC2BK > .row .container { background-color: transparent; background-image: none; }#chnrLh4wnml0C01INZ3Uy4Mu9H3XC2BK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chnrLh4wnml0C01INZ3Uy4Mu9H3XC2BK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chnrLh4wnml0C01INZ3Uy4Mu9H3XC2BK > .row .container > .video-iframe-container { display: none; }#chnrLh4wnml0C01INZ3Uy4Mu9H3XC2BK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chnrLh4wnml0C01INZ3Uy4Mu9H3XC2BK > .row > .video-iframe-container { display: none; }#chnrLh4wnml0C01INZ3Uy4Mu9H3XC2BK > .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); }#chnrLh4wnml0C01INZ3Uy4Mu9H3XC2BK > .row .container { border-width: 0; border-radius: 0; }#chnrLh4wnml0C01INZ3Uy4Mu9H3XC2BK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#chnrLh4wnml0C01INZ3Uy4Mu9H3XC2BK > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#meZv6qJ4tlC1B9NvJBLiq3sCtU5a636q { position:absolute;display:block;z-index:15001;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.125rem solid #162866;border-left:0.125rem solid #162866;border-right:0.125rem solid #162866;border-bottom:0.125rem solid #162866;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.1875rem;width:54rem;top:0rem;left:9.274218559265rem;display:block; }
#bQf07D27tySToFBt0pIybDJMDk2qkhDe { color:#000000;display:block;width:52.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.4375rem;left:10.086719512939rem;height:5.5125rem;display:block; }#bQf07D27tySToFBt0pIybDJMDk2qkhDe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bQf07D27tySToFBt0pIybDJMDk2qkhDe li:before{  }
#kVBQ4rCTDmtxw1m5KUw1twqGXV3gE80f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf0fc;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; }#kVBQ4rCTDmtxw1m5KUw1twqGXV3gE80f > .row .container { background-color: transparent; background-image: none; }#kVBQ4rCTDmtxw1m5KUw1twqGXV3gE80f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVBQ4rCTDmtxw1m5KUw1twqGXV3gE80f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVBQ4rCTDmtxw1m5KUw1twqGXV3gE80f > .row .container > .video-iframe-container { display: none; }#kVBQ4rCTDmtxw1m5KUw1twqGXV3gE80f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kVBQ4rCTDmtxw1m5KUw1twqGXV3gE80f > .row > .video-iframe-container { display: none; }#kVBQ4rCTDmtxw1m5KUw1twqGXV3gE80f > .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); }#kVBQ4rCTDmtxw1m5KUw1twqGXV3gE80f > .row .container { border-width: 0; border-radius: 0; }#kVBQ4rCTDmtxw1m5KUw1twqGXV3gE80f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kVBQ4rCTDmtxw1m5KUw1twqGXV3gE80f > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#JALPi03w4Z6NlCpGcwzfsrtnUr5lCCBW { position:absolute;display:block;z-index:15035;background-color:#eaf0fc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #162866;border-left:0.125rem solid #162866;border-right:0.125rem solid #162866;border-bottom:0.125rem solid #162866;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.6875rem;width:54.6875rem;top:0rem;left:9.125rem;display:block; }
#d4ZIQ2aQ1qXKgFTxB38Mduhwb3JCfeKQ { color:#162866;display:block;width:47.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:0.625rem;left:12.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#c6ozK6TEk76Qp6oP3FhZgUHFpcGdDii7 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:0.25rem;left:61.3125rem; }
#el6ysRU5TwbaFVeZR2XqeqVHmvGmPdds { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf0fc;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; }#el6ysRU5TwbaFVeZR2XqeqVHmvGmPdds > .row .container { background-color: transparent; background-image: none; }#el6ysRU5TwbaFVeZR2XqeqVHmvGmPdds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#el6ysRU5TwbaFVeZR2XqeqVHmvGmPdds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#el6ysRU5TwbaFVeZR2XqeqVHmvGmPdds > .row .container > .video-iframe-container { display: none; }#el6ysRU5TwbaFVeZR2XqeqVHmvGmPdds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#el6ysRU5TwbaFVeZR2XqeqVHmvGmPdds > .row > .video-iframe-container { display: none; }#el6ysRU5TwbaFVeZR2XqeqVHmvGmPdds > .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); }#el6ysRU5TwbaFVeZR2XqeqVHmvGmPdds > .row .container { border-width: 0; border-radius: 0; }#el6ysRU5TwbaFVeZR2XqeqVHmvGmPdds > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#el6ysRU5TwbaFVeZR2XqeqVHmvGmPdds > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#ywR6fn9dqhZQ0iqf3pxU9zsS5xqb8257 { position:absolute;display:block;z-index:15001;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.125rem solid #162866;border-left:0.125rem solid #162866;border-right:0.125rem solid #162866;border-bottom:0.125rem solid #162866;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:54rem;top:0rem;left:9.2742195129394rem;display:block; }
#JFrcmBIFJFNzxaKx4iTJHiimM3tWFpBw { color:#000000;display:block;width:52.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.4375rem;left:10.086719512939rem;height:3.9rem;display:block; }
#cp1wdDgK7AAQW8IWCtgPPpZlILLH3DNO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf0fc;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; }#cp1wdDgK7AAQW8IWCtgPPpZlILLH3DNO > .row .container { background-color: transparent; background-image: none; }#cp1wdDgK7AAQW8IWCtgPPpZlILLH3DNO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp1wdDgK7AAQW8IWCtgPPpZlILLH3DNO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp1wdDgK7AAQW8IWCtgPPpZlILLH3DNO > .row .container > .video-iframe-container { display: none; }#cp1wdDgK7AAQW8IWCtgPPpZlILLH3DNO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cp1wdDgK7AAQW8IWCtgPPpZlILLH3DNO > .row > .video-iframe-container { display: none; }#cp1wdDgK7AAQW8IWCtgPPpZlILLH3DNO > .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); }#cp1wdDgK7AAQW8IWCtgPPpZlILLH3DNO > .row .container { border-width: 0; border-radius: 0; }#cp1wdDgK7AAQW8IWCtgPPpZlILLH3DNO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cp1wdDgK7AAQW8IWCtgPPpZlILLH3DNO > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:75rem;position:relative;display:block; }#BxRNvQgC7qXqea8Ezadt8aqA2ZCom2K1 { position:absolute;display:block;z-index:15035;background-color:#eaf0fc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #162866;border-left:0.125rem solid #162866;border-right:0.125rem solid #162866;border-bottom:0.125rem solid #162866;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.6875rem;width:54.6875rem;top:0rem;left:9.125rem;display:block; }
#l2AzTPTB1nKRyIgI51i7VzhKKsz8se5Z { color:#162866;display:block;width:47.5625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:0.625rem;left:12.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#kbGcd6W5JlshXeJWtFO0GhR8CzIBn9Cn { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:0.25rem;left:61.3125rem; }
#erARhebcoSXyh3IFPC1Fz6Tv2Up5ee6f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf0fc;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; }#erARhebcoSXyh3IFPC1Fz6Tv2Up5ee6f > .row .container { background-color: transparent; background-image: none; }#erARhebcoSXyh3IFPC1Fz6Tv2Up5ee6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erARhebcoSXyh3IFPC1Fz6Tv2Up5ee6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erARhebcoSXyh3IFPC1Fz6Tv2Up5ee6f > .row .container > .video-iframe-container { display: none; }#erARhebcoSXyh3IFPC1Fz6Tv2Up5ee6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erARhebcoSXyh3IFPC1Fz6Tv2Up5ee6f > .row > .video-iframe-container { display: none; }#erARhebcoSXyh3IFPC1Fz6Tv2Up5ee6f > .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); }#erARhebcoSXyh3IFPC1Fz6Tv2Up5ee6f > .row .container { border-width: 0; border-radius: 0; }#erARhebcoSXyh3IFPC1Fz6Tv2Up5ee6f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#erARhebcoSXyh3IFPC1Fz6Tv2Up5ee6f > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#F4UNdRhA6zOXztXa8V9Aey7DSTB7B0Jr { position:absolute;display:block;z-index:15001;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.125rem solid #162866;border-left:0.125rem solid #162866;border-right:0.125rem solid #162866;border-bottom:0.125rem solid #162866;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:54rem;top:0rem;left:9.274218559265rem;display:block; }
#C3cLS5ntlzw6ADvzTp1tbxF1f5Sqxc5W { color:#000000;display:block;width:52.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.4375rem;left:10.086719512939rem;height:5.2rem;display:block; }
#oeq4kceZP5QNCTHD9vmqhTmE2TCyAt8C { position:relative;display:none; }#oeq4kceZP5QNCTHD9vmqhTmE2TCyAt8C { border-width: 0; border-radius: 0; }#oeq4kceZP5QNCTHD9vmqhTmE2TCyAt8C > .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; }#oeq4kceZP5QNCTHD9vmqhTmE2TCyAt8C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#F6K9JO7Zg1iZqS3wLnXvXXPSfATZF57N { color:#094579;display:block;width:35.1875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(255,255,255,0.5);top:1.5003786087036rem;left:19.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0o4cKNyRuSB6zpOLeI720vmxPEwt5J6 { position:relative;display:none; }#i0o4cKNyRuSB6zpOLeI720vmxPEwt5J6 { border-width: 0; border-radius: 0; }#i0o4cKNyRuSB6zpOLeI720vmxPEwt5J6 > .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; }#i0o4cKNyRuSB6zpOLeI720vmxPEwt5J6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IKQQ9y0Js92BqGGTnh1tfAwhACswUD2G { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.625rem;left:17.875rem; }
#N701Mdub2VAThETzJPO1Jf5vAyFTmFmv { color:#094579;display:block;width:35.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:20.5rem;height:1.625rem;font-style:normal;display:block; }
#GahzdqsJSDbIBy849cycr3uMGwtf0fTS { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;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: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.35) ;height:3.4375rem;width:40.625rem;top:0.78125rem;left:16.5rem;display:block; }
#FWigsGE9Sfs1wkvf6XozSPiLoxSFTeV1 { position:relative;display:none; }#FWigsGE9Sfs1wkvf6XozSPiLoxSFTeV1 { border-width: 0; border-radius: 0; }#FWigsGE9Sfs1wkvf6XozSPiLoxSFTeV1 > .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; }#FWigsGE9Sfs1wkvf6XozSPiLoxSFTeV1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:11.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:none; }#zHIvTuSzevZWf3T4yB5DW0mJUAq9lOxW { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:3.3125rem;left:17.9375rem;height:0;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; }
#uT3FEIT51NvPRJTl1BbHTC7UIKSTsS8N { position:absolute;display:block;z-index:15001;background-color:rgba(155,207,237,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.5) ;height:9.5rem;width:45.25rem;top:1rem;left:14.875rem;display:block; }
#IpEhv1mpMQg0DTlT49cJuicB9oy7NBlB { color:#094579;display:block;width:43rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:16.3125rem;height:8.125rem;font-style:normal;display:block; }
#lhccAPbKPur3d1Tffc9ob66bXM6iLFGW { position:relative;display:none; }#lhccAPbKPur3d1Tffc9ob66bXM6iLFGW { border-width: 0; border-radius: 0; }#lhccAPbKPur3d1Tffc9ob66bXM6iLFGW > .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; }#lhccAPbKPur3d1Tffc9ob66bXM6iLFGW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IU9UesvbJ1hTi5ggX6EAQ3st626q1EoF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.625rem;left:17.875rem; }
#uPXJlxrdaCJaqQiRonBqskI5lTcLRu7X { color:#094579;display:block;width:35.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:20.5rem;height:1.625rem;font-style:normal;display:block; }
#D0CwTvy3zWMMneCmtEFJLrmgnDkeBGrC { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;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: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.35) ;height:3.4375rem;width:40.625rem;top:0.78125rem;left:16.5rem;display:block; }
#VqSaDD9I1cJUoWVn9CcbuFW1AtbEGWJ5 { position:relative;display:none; }#VqSaDD9I1cJUoWVn9CcbuFW1AtbEGWJ5 { border-width: 0; border-radius: 0; }#VqSaDD9I1cJUoWVn9CcbuFW1AtbEGWJ5 > .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; }#VqSaDD9I1cJUoWVn9CcbuFW1AtbEGWJ5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:11.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:none; }#OmtyxmVhCviDlVlmMlbV7OedxCvKBhzH { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:3.3125rem;left:17.9375rem;height:0;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; }
#M4RAA2HHsxAZVDL68wSVPC26bg2xuZwa { position:absolute;display:block;z-index:15001;background-color:rgba(155,207,237,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.5) ;height:8.3125rem;width:45.25rem;top:1rem;left:14.875rem;display:block; }
#zhZRrTJQW2hFPAl9lrXlqMODNkFT1CAp { color:#094579;display:block;width:42.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:16.3125rem;height:6.5rem;font-style:normal;display:block; }
#o51qVmESQg4chKeKRmMLwNngrppPNvmL { position:relative;display:none; }#o51qVmESQg4chKeKRmMLwNngrppPNvmL { border-width: 0; border-radius: 0; }#o51qVmESQg4chKeKRmMLwNngrppPNvmL > .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; }#o51qVmESQg4chKeKRmMLwNngrppPNvmL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wCxukrGURa5kNzccc0bPb1hGFPrfhDKB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.625rem;left:17.875rem; }
#RW8yFy84BSmwWL9pVBX5hnDb9pFU9NmM { color:#094579;display:block;width:35.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:20.5rem;height:1.625rem;font-style:normal;display:block; }
#kzgytb0EicrZHAAdNsR22RF8eCpzqzaD { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;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: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.35) ;height:3.4375rem;width:40.625rem;top:0.78125rem;left:16.5rem;display:block; }
#MXBdxaqMzET0sE8iZq6rc1sgdnz48GHH { position:relative;display:none; }#MXBdxaqMzET0sE8iZq6rc1sgdnz48GHH { border-width: 0; border-radius: 0; }#MXBdxaqMzET0sE8iZq6rc1sgdnz48GHH > .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; }#MXBdxaqMzET0sE8iZq6rc1sgdnz48GHH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:13.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:none; }#yCnVkENU1LNWgSh5FUm5gGOJTSDncb6J { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:3.3125rem;left:17.9375rem;height:0;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; }
#lW2yO6QR5f7llSf8HDz4xLOmS0wygU9G { position:absolute;display:block;z-index:15001;background-color:rgba(155,207,237,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.5) ;height:11.75rem;width:45.25rem;top:1.0000009536743rem;left:14.8125rem;display:block; }
#VZ2UNUq9DpJVby6lIEVqlzcKCeMiraIR { color:#094579;display:block;width:40.5rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0000009536743rem;left:17.9375rem;height:9.75rem;font-style:normal;display:block; }
#oeCJTZQctc6G9SJ1rR1EocPIcoeINnT0 { position:absolute;display:block;z-index:15006;background-color:#08336b;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:1.75rem;width:1.75rem;top:2.0125001907349rem;left:15.75rem;display:block; }
#o6VKpFBPprJonh2EJQZ8ILK9efd5shTf { position:absolute;display:block;z-index:15007;background-color:#08336b;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:1.75rem;width:1.75rem;top:6.8750009536744rem;left:15.75rem;display:block; }
#K1RuZOGCCop0bKWCtJGxWFq8hgZy9ZZZ { color:#ffffff;display:block;width:0.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.2617197036743rem;left:16.375rem;height:1.3rem;display:block; }
#Kzbysdycy7sfDp7PZyyk9zZiGW8T9gTr { color:#ffffff;display:block;width:1.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:7.0992193222044rem;left:16.375rem;height:1.3rem;display:block; }
#nrbZiXkhA1xgzToxZUtK8gh26ILh87xB { position:relative;display:none; }#nrbZiXkhA1xgzToxZUtK8gh26ILh87xB { border-width: 0; border-radius: 0; }#nrbZiXkhA1xgzToxZUtK8gh26ILh87xB > .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; }#nrbZiXkhA1xgzToxZUtK8gh26ILh87xB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SGSSfZKwku0HwWimDbqsmnUSn1TO32Xf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.625rem;left:17.875rem; }
#WVdQw6aqP51qQQL6Q6HTkF1Bda3uqbdf { color:#094579;display:block;width:35.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:20.5rem;height:1.625rem;font-style:normal;display:block; }
#oMVvzJWaOSxIkstkWDz5Ponyx4z4uTel { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;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: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.35) ;height:3.4375rem;width:40.625rem;top:0.78125rem;left:16.5rem;display:block; }
#CDOeNkPfkOqyb8XmHT0LzzsKbQWzXq47 { position:relative;display:none; }#CDOeNkPfkOqyb8XmHT0LzzsKbQWzXq47 { border-width: 0; border-radius: 0; }#CDOeNkPfkOqyb8XmHT0LzzsKbQWzXq47 > .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; }#CDOeNkPfkOqyb8XmHT0LzzsKbQWzXq47 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:11.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:none; }#P8XQXp0NyVvIZ7uzwz6xq5IEre0fUTN8 { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:3.3125rem;left:17.9375rem;height:0;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; }
#ScKksO2XFT81dHPArMtLdouxUSXVLa0B { position:absolute;display:block;z-index:15001;background-color:rgba(155,207,237,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.5) ;height:8.5rem;width:45.25rem;top:1rem;left:14.875rem;display:block; }
#Nhzqp2oneyRPxMKLTaV9Umh1Vs2mIQSf { color:#094579;display:block;width:42.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:16.3125rem;height:6.5rem;font-style:normal;display:block; }
#vVr8ZviI0cSZZlnpGc3dU6wsLcREfRFc { position:relative;display:none; }#vVr8ZviI0cSZZlnpGc3dU6wsLcREfRFc { border-width: 0; border-radius: 0; }#vVr8ZviI0cSZZlnpGc3dU6wsLcREfRFc > .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; }#vVr8ZviI0cSZZlnpGc3dU6wsLcREfRFc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sb1SJTDtyDNMtnZFVuiwUXfvMGWnoLfv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.625rem;left:17.875rem; }
#C50dEuG139NB9LT4b13kTtn4qkJIigrQ { color:#094579;display:block;width:35.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:20.5rem;height:1.625rem;font-style:normal;display:block; }
#qab9f2hikqfREkkz2ymevp0IAC1gvVoo { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;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: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.35) ;height:3.4375rem;width:40.625rem;top:0.78125rem;left:16.5rem;display:block; }
#J025CtOvrHLWZZHSTXyW3SOUcwsBPNM4 { position:relative;display:none; }#J025CtOvrHLWZZHSTXyW3SOUcwsBPNM4 { border-width: 0; border-radius: 0; }#J025CtOvrHLWZZHSTXyW3SOUcwsBPNM4 > .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; }#J025CtOvrHLWZZHSTXyW3SOUcwsBPNM4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GXnsq21uNq4pxTQ2VztAIEtMTv2uk3Wh { color:#000000;display:block;width:41.4375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:3.3125rem;left:17.9375rem;height:0;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; }
#U4yfTMgDMxa4zRaMTT1Q33TblcIufi51 { position:absolute;display:block;z-index:15001;background-color:rgba(155,207,237,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.25rem 0.25rem 0.625rem rgba(0,0,0,0.5) ;height:11.4375rem;width:45.25rem;top:1rem;left:14.875rem;display:block; }
#pF1wFi1phraqWmzb99eBofmBVPPMUw4A { color:#094579;display:block;width:42.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16.3125rem;height:11.375rem;font-style:normal;display:block; }
#aHKKi4GGAZ1F04e9cCE6lBHcE3UAg0L7 { position:relative;display:none; }#aHKKi4GGAZ1F04e9cCE6lBHcE3UAg0L7 { border-width: 0; border-radius: 0; }#aHKKi4GGAZ1F04e9cCE6lBHcE3UAg0L7 > .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; }#aHKKi4GGAZ1F04e9cCE6lBHcE3UAg0L7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uNd9cv5aKPhoQ2I9CMgT3yFBk7s6WxXc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uNd9cv5aKPhoQ2I9CMgT3yFBk7s6WxXc > .row .container { border-width: 0; border-radius: 0; }#uNd9cv5aKPhoQ2I9CMgT3yFBk7s6WxXc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uNd9cv5aKPhoQ2I9CMgT3yFBk7s6WxXc > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:none; }#OpniikccivLZhXdqT02QT9lJy0Z5zWbE { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:4.75rem;top:8.0312528610231rem;left:33.6875rem;overflow:hidden;display:block; }
#ygHJ8wzGop2HRp5v0vrcIXeeyMbVrkvi { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.8125rem;top:13.155469328165rem;left:7.5rem;overflow:hidden;display:block; }
#tP0EmpUpFdG2kMRJ4hP1XVWUDBW1BDFF { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:13.625rem;top:7.75000333786rem;left:48.6875rem;overflow:hidden;display:block; }
#NKRE1wNivCoTmZbX5g3hSxohf00nIKeT { 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:6.0625rem;width:15rem;top:7.5617188513281rem;left:18.6875rem;overflow:hidden;display:block; }
#MUPyR7IyvrIzesBaoC79DX5E6N7ytikg { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.874219417572rem;left:0rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yBR8OLll8BQacMcBwGJgUcfe9y8Az9Jc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:8.8125rem;top:8.1875028610231rem;left:39.875rem;overflow:hidden;display:block; }
#SIZdP27JM1bSH8ihXXQUctpVqhur5Nck { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:6.6875rem;top:13.155469328165rem;left:34.125rem;overflow:hidden;display:block; }
#gLIWenRM4AxpLopV8wkc5HX1hCSnHNei { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:8.5rem;top:13.749219417572rem;left:42.6875rem;overflow:hidden;display:block; }
#z73Xci731vHiqk8zH85pqqS4qxKy1gib { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.75rem;top:8.842969328165rem;left:8.9375rem;overflow:hidden;display:block; }
#T51BicGR56Ka2319dmkWKQSdZv4PX3eH { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:10.25rem;top:14.342969328165rem;left:54rem;overflow:hidden;display:block; }
#TuEzMx8iCOPD7Oi4B1F3RTl49P4TBRSu { position:absolute;display:block;z-index:15031;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:2.0625rem;width:8.9375rem;top:18.499218374491rem;left:9.375rem;overflow:hidden;display:block; }
#qbgebyzrD48VmGf4RRp8iTkVQoZEDnLU { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:10.625rem;top:17.1859382689rem;left:19.9375rem;overflow:hidden;display:block; }
#CDq9lRKEKfMX1GVJ3w1It8ruOABKbtU2 { position:absolute;display:block;z-index:15033;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:2.125rem;width:8rem;top:18.499218374491rem;left:33.5rem;overflow:hidden;display:block; }
#wKn1sulfcflJAonE6D3VcAtI9EA6C4A9 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:11.9375rem;top:18.499218374491rem;left:42.6875rem;overflow:hidden;display:block; }
#X3Ln9GdayIsA0VKSmRZA4ITgcS4An7Pk { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:7.625rem;top:17.530468374491rem;left:56.0625rem;overflow:hidden;display:block; }
#qbJHKOHeauRzDbiqrvh57EDI4X65H91N { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:8rem;top:22.281250774861rem;left:15.0625rem;overflow:hidden;display:block; }
#sB5HZSV50iv9fgpqaWTTErTC3HGPEMCR { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:12.5rem;top:12.935937315226rem;left:19.9375rem;overflow:hidden;display:block; }
#aGgHzgiMHKzKlDJ1mcllSOTc8CI88bC1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:8.5625rem;top:19.937500774861rem;left:35.125rem;overflow:hidden;display:block; }
#cLKaD2T6GBK685CCmDa8220Xh8eTcTKC { position:absolute;display:block;z-index:15005;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.4375rem;width:6.4375rem;top:20.874218761921rem;left:26.0625rem;overflow:hidden;display:block; }
#akCHUZG0qa8bz5zkwFQHMiD7grADwgM8 { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:11.5rem;top:21.87343865633rem;left:47rem;overflow:hidden;display:block; }
#dDzDThRE937ZyBy491X6bUt4Gq1TrACI { 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:0.1875rem;width:22.875rem;top:4.905469417572rem;left:26.0625rem;display:block; }
#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf0fc;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; }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .row .container { background-color: transparent; background-image: none; }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .row .container > .video-iframe-container { display: none; }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .row > .video-iframe-container { display: none; }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .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); }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .row .container { border-width: 0; border-radius: 0; }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;position:relative;display:block; }#df1Nk5KEBLS8go056O63alO2uwFTrF2X { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:4.75rem;top:8.0312528610231rem;left:33.6875rem;overflow:hidden;display:block; }
#M3qSRi6qX4VcKrd02aU4Dz90V1klrpp1 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.8125rem;top:13.155469328165rem;left:7.5rem;overflow:hidden;display:block; }
#A7VDamrfXmBSneaVL4ivwA4tqHsD3CTn { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:13.625rem;top:7.75000333786rem;left:48.6875rem;overflow:hidden;display:block; }
#il59W2fya8U1GUiZGFFXValz5UG0JX0h { 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:6.0625rem;width:15rem;top:7.5617188513281rem;left:18.6875rem;overflow:hidden;display:block; }
#eVEeOMZE7LNUvVEnHWztVEZqpBw0Er9d { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.874219417572rem;left:0rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nvSNsQ5uAxi7WQTTahvv3ugE6Holgs2u { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:8.8125rem;top:8.1875028610231rem;left:39.875rem;overflow:hidden;display:block; }
#DbWFCBIpds1rso4OqRMvWxHpG93nxPTr { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:6.6875rem;top:13.155469328165rem;left:34.125rem;overflow:hidden;display:block; }
#wel5yeL0Ka2qeyO2SyvWIa4v96VVPsai { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:8.5rem;top:13.749219417572rem;left:42.6875rem;overflow:hidden;display:block; }
#rRx53yhE08SbWFvK602nmA7Sxthnn4c2 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.75rem;top:8.842969328165rem;left:8.9375rem;overflow:hidden;display:block; }
#gMnOtqdrMswopratZ0a4lESJ9gS58h5h { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:10.25rem;top:14.342969328165rem;left:54rem;overflow:hidden;display:block; }
#cFrPxLyR4FppTpZJAfUJLt0ZmZglffsW { position:absolute;display:block;z-index:15031;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:2.0625rem;width:8.9375rem;top:18.499218374491rem;left:9.375rem;overflow:hidden;display:block; }
#ZbuobbkUpee6McfBNuSDa1U4JiLk6OTz { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:10.625rem;top:17.1859382689rem;left:19.9375rem;overflow:hidden;display:block; }
#IAHgHI7CwPDSV7PaFpMMrGWBiK2KsiCS { position:absolute;display:block;z-index:15033;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:2.125rem;width:8rem;top:18.499218374491rem;left:33.5rem;overflow:hidden;display:block; }
#me0HvScKTvzEoP0FyQ0aqw80kXxDT1CB { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:11.9375rem;top:18.499218374491rem;left:42.6875rem;overflow:hidden;display:block; }
#ZOyKXGq4CWXVdARfiDnm8Ud7WB7tXo5M { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:7.625rem;top:17.530468374491rem;left:56.0625rem;overflow:hidden;display:block; }
#dMLNCsg4RexTeBOc37BQaRHC3nx3tRQe { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:8rem;top:22.281250774861rem;left:15.0625rem;overflow:hidden;display:block; }
#DBg5x9arqpNO9UGFaldnG9eSExgpB1Tq { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:12.5rem;top:12.935937315226rem;left:19.9375rem;overflow:hidden;display:block; }
#TIuVy2AG5JvcmQQughxAOWrGgQD0NIAv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:8.5625rem;top:19.937500774861rem;left:35.125rem;overflow:hidden;display:block; }
#tkhQTWvqOdWQKba46qAEqL7FQOvTdz0O { position:absolute;display:block;z-index:15005;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.4375rem;width:6.4375rem;top:20.874218761921rem;left:26.0625rem;overflow:hidden;display:block; }
#BhdHLU9MH7x85MX8687JT3c4IPBIuxXB { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:11.5rem;top:21.87343865633rem;left:47rem;overflow:hidden;display:block; }
#ETMIh0EEAH8udn5HXUOc60dLRbAKoicP { 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:0.1875rem;width:22.875rem;top:4.905469417572rem;left:26.0625rem;display:block; }
#hgHirvT3n1udrxpKWAfw39JvXxRwe5xM { position:absolute;display:block;z-index:15040;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:35.4375rem;width:63.3125rem;top:4.2304689884186rem;left:5.2999992370606rem;overflow:hidden;display:block; }
#hQryKhlwSXwZHGXD1yTHLxJqAqn8M8o4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hQryKhlwSXwZHGXD1yTHLxJqAqn8M8o4 > .row .container { border-width: 0; border-radius: 0; }#hQryKhlwSXwZHGXD1yTHLxJqAqn8M8o4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQryKhlwSXwZHGXD1yTHLxJqAqn8M8o4 > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:none; }#k3nIOPSWGG3fuNKEvDlJpP0xUJKydAlV { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:4.75rem;top:7.4750001430512rem;left:39.5625rem;overflow:hidden;display:block; }
#uIw8wi4tT50IgsTL5ViINNL3xFTBIqrr { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:10.8125rem;top:19.0609382689rem;left:14.6875rem;overflow:hidden;display:block; }
#IUs766SSGbftXmqSAn1i2yDdSeL6BCko { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.8125rem;top:13.206249952316rem;left:9.6875rem;overflow:hidden;display:block; }
#Osws9aD7rfrTID5TQ0NqlPdn8IpxFmOy { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:13.625rem;top:12.549999952316rem;left:50.0625rem;overflow:hidden;display:block; }
#nB6hvL7GNzaX7xuwiDFLD9wMAllAcNV6 { 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:6.0625rem;width:15rem;top:7.0062501430512rem;left:22.0625rem;overflow:hidden;display:block; }
#qz9DUtabJAgvyWxPO8Nc7x3qhl9FCA6r { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6867187023163rem;left:0rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#adCT6SgoDALu4ynQdpIxJT6GhouaC4hw { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:8.8125rem;top:7.6812503337862rem;left:52.4375rem;overflow:hidden;display:block; }
#oqmpZA1A9FZfxJKGgiTunQTPq9Dgded5 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.75rem;top:13.393749952316rem;left:37.0625rem;overflow:hidden;display:block; }
#m8JgZBzRXy8LAwkWXRNgZywtdtpOfkeS { position:absolute;display:block;z-index:15022;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.3125rem;width:14.625rem;top:18.186718374491rem;left:44.3125rem;overflow:hidden;display:block; }
#TaMuEMQTevkxaoMU67MbXK8yUUiuKy8M { 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:6.25rem;width:14.75rem;top:18.216406255961rem;left:29.5625rem;overflow:hidden;display:block; }
#Aew96NGGSOccUrfgF5ls2p0WcJJwsA6g { position:absolute;display:block;z-index:15027;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:2.875rem;width:11.375rem;top:13.956249952316rem;left:23.25rem;overflow:hidden;display:block; }
#Gknb4794iuB0uyIXwWmzWOKbslFZUhgv { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.75rem;top:7.4750001430512rem;left:10.125rem;overflow:hidden;display:block; }
#dTa5WZAqCMqBMRK5y3qh1ThRS0fpXmxc { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#GnlGlTTEMyveOeor9Q79XvAz1qqmQPtH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#071638;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; }#GnlGlTTEMyveOeor9Q79XvAz1qqmQPtH > .row .container { background-color: transparent; background-image: none; }#GnlGlTTEMyveOeor9Q79XvAz1qqmQPtH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnlGlTTEMyveOeor9Q79XvAz1qqmQPtH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnlGlTTEMyveOeor9Q79XvAz1qqmQPtH > .row .container > .video-iframe-container { display: none; }#GnlGlTTEMyveOeor9Q79XvAz1qqmQPtH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GnlGlTTEMyveOeor9Q79XvAz1qqmQPtH > .row > .video-iframe-container { display: none; }#GnlGlTTEMyveOeor9Q79XvAz1qqmQPtH > .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); }#GnlGlTTEMyveOeor9Q79XvAz1qqmQPtH > .row .container { border-width: 0; border-radius: 0; }#GnlGlTTEMyveOeor9Q79XvAz1qqmQPtH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GnlGlTTEMyveOeor9Q79XvAz1qqmQPtH > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#ovi8DFmwdvxw61nuVNyyAfyPIFomf1r4 { color:#ffffff;display:block;width:67.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14.025001525879rem;left:7.6867179870606rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#Q34p5TebLhguPaa8S3LpksSms0QkxiTm { color:#eaf0fc;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.49609375rem;left:37.24843788147rem;height:1.05625rem;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; }
#eFh91li4l4TUA4d27WzAdHbXn4eT6yK8 { color:#eaf0fc;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.49609375rem;left:49.02499961853rem;height:1.05625rem;display:block; }
#auoPw9B7JNoAGFLC0nHwZnPSpycgc07i { color:#eaf0fc;display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.49609375rem;left:61.27499961853rem;height:1.05625rem;display:block; }
#eEVlJASHhKfzWdrQMNO5ZBHnaM7SHvRi { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.625rem;top:2.8359375rem;left:2.1103515625rem;overflow:hidden;display:block; }
#i0E0Cnnaeduf0NZFABnmUOxyx7h1Hb3n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#212529;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#i0E0Cnnaeduf0NZFABnmUOxyx7h1Hb3n > .row .container { border-width: 0; border-radius: 0; }#i0E0Cnnaeduf0NZFABnmUOxyx7h1Hb3n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i0E0Cnnaeduf0NZFABnmUOxyx7h1Hb3n > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:none; }#qXpVbILpZuWJR3bCCgFpvwWXn4o3D7Ez { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:8.375rem;top:2.4554691314698rem;left:32.4375rem;overflow:hidden;display:block; }
#foMtQnSEfTJTTO9T2JIigqTUnVyqcel3 { color:#d5c8c8;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5rem;left:23.0625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#t50RkUzqptkfMVWgp5iD7W6V9JOSEaRk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.15625rem;left:8.125rem; }
#oyJq6W39x5WozLxPriKypOTTrWTLcTzh { color:#979797;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:3.6117172241211rem;left:9.8125rem;height:1.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sa5HsNdASyir5981L9QUPffO61xEpv0H { color:#979797;display:block;width:18.2484375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:3.3617191314698rem;left:49.25rem;height:1.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oT3RpGaXJ1whTTe3OiMWCOKsgcQfUXVg { color:#979797;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:5.2375011444092rem;left:50.75rem;height:1.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p3QUHlIAnGMWT3lEoueVGJkkQ6LQsXG0 { color:#c0c0c0;display:block;width:17.0616875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem #424345;top:1.10546875rem;left:8.125rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F50po0r68T1gCExJIMB8D9Sf6DtdX1BX { color:#c0c0c0;display:block;width:17.0609375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem #424345;top:1.10546875rem;left:49.8125rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MEVHTlOefTvuv6fbi4rD5BCBryHaaB2w { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:3.09375rem;left:63.875rem; }
#MEVHTlOefTvuv6fbi4rD5BCBryHaaB2w > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#LwkrtnvzHFSVcVsP24X9V3TTDD1mvnek { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:5.1124992370606rem;left:63.9375rem; }
#LwkrtnvzHFSVcVsP24X9V3TTDD1mvnek > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }@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) { #OIVVLJpBmOdp1uQZo1Rnmf2LvdfdoQEt { top:19.6875rem;left:0rem;width:26.375rem;height:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #D2en1rRZEz5zOXwhz6MkCBxzs5SmJeg6 { top:30.1875rem;left:14.5625rem;width:33.1875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7a7MqeSpkuvkFxSKZl7yIVKqp7TLC3y { width:11.0625rem;height:2.5625rem;top:2.3125rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyWCFKEtX26Hzv2P8GCchM0WsnfRVGft { display:block; }
 }@media only screen and (max-width: 763px) { #QcMJU6WGQXGyuusSEnNDSM20UICf9nbf { width:12.1875rem;height:2.5625rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD9MI0tfQp4rGDNlIbHTQCKgwug20Gek { display:block; }
 }@media only screen and (max-width: 763px) { #oM32mRn17OwnCvdJUeOr70JWOAL76a8A { width:10.25rem;height:2.5625rem;top:2.4375rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5g1ApeLTHeI6GgdTrdSSRMGhyxEzuUi { display:block; }
 }@media only screen and (max-width: 763px) { #fULBt0XCi4JpTOWolXx060pfqnz8Ba3H { top:12.5rem;left:0rem;width:23.875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bID4zT68pRKdmOW0TGM9C3NeU0oQfPiG { top:16.5rem;left:0rem;width:27.25rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKyqqhyyUKzfqdPI7aOZbAseHvSz5GoW { top:0.0625rem;left:0rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T99XSc8cUCmFHis032IChnbRSCNusmFC { display:block; }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQhWzkIBJq38dSZFRUmwbXFt9sfsVcts { top:19.6875rem;left:0rem;width:26.375rem;height:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3upbCUWhTNqTzM3PTu8539r1HhRl0BL { top:30.1875rem;left:14.5625rem;width:33.1875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyeUNbMGqG2SPQlkKDO2J0MuUts4SxKn { width:11.0625rem;height:2.5625rem;top:2.3125rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRrFmqUoe00fpDWBMA1Fww7bHp19830A { display:block; }
 }@media only screen and (max-width: 763px) { #J3oCc7hRSdSAxP6MOaC9IJ9oOkggJnrh { width:12.1875rem;height:2.5625rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TegiL0erCTPTwTdW8APNA4wf2fWDGFlw { display:block; }
 }@media only screen and (max-width: 763px) { #aFB6XqIDeAxmOfIRgWcHmZC4KvzszJIZ { width:10.25rem;height:2.5625rem;top:2.4375rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAnXOtHBaQUbcbV5esKaw8J7aM3i9Fs7 { display:block; }
 }@media only screen and (max-width: 763px) { #mPcfPykgCTKwcRNTvcDLlKU6QLVRweXZ { top:12.5rem;left:0rem;width:23.875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTCSobysVUhsk6PInCE5I6SzIkhNxJIF { top:16.5rem;left:0rem;width:27.25rem;height:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTbFhTBFxMpFcyZKS12NuvCNSygfLQue { top:0.0625rem;left:0rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb00cE9iFZv1auDPDVr0mwL4LXTdmNVu { display:block; }#sb00cE9iFZv1auDPDVr0mwL4LXTdmNVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAoB2hiOIo3IJlOcVexBGBMJCqitDdws { top:2.5625rem;left:0rem;width:47rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCi2eLdhgH5XhRBu03tIhQKZeLT7LpGF { top:8.75rem;left:10.1875rem;width:13.6875rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnWc2Xx63RXG5TGUlLeDe1EwxUTwH3Sp { top:8.9375rem;left:0rem;width:13.5625rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGJFvQD8O7MX3gKv2D4XXDKa8dFlxftA { top:8.375rem;left:34.3125rem;width:13.4375rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ7Uoa5T1ks98qOO0DKw9cJCcZmnnw0F { top:8.5625rem;left:23.875rem;width:13.6875rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng587emEMmTGeyfb396yEr5BDTTNaEBb { top:9.875rem;left:11.8125rem;width:12.0625rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDMpe4NOrlH1gEipKo846erLb7sFsnFr { top:21.8125rem;left:0.8125rem;width:11.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EstucQb39zckL85p5Xl6WqttVVKLHLse { width:11.3125rem;height:1.9375rem;top:28.9375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRSnutEaP9Gfydug6mN6kOnMahIn8Awc { display:block; }
 }@media only screen and (max-width: 763px) { #EyS9qMmbgXxZqCe3vpS9KwkvzpbaE2uq { width:10.9375rem;height:2.0625rem;top:29.125rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezB3xONGuyvZR39y4plFEfv0LpNM4uxB { display:block; }
 }@media only screen and (max-width: 763px) { #DbTTFJIWTrtaxHFoTc2iGM42VThGRzbm { top:21.6875rem;left:23.875rem;width:11.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGc6ySEoHAExHzd3blf6X1yp1ar1dk2T { top:21.5625rem;left:12.25rem;width:11.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDIlD6A1c74uViNbofgsx0bTrdX4oK3A { top:21.625rem;left:35.4375rem;width:12.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff3y2g4EHREW1v0hT2V1GRU7h5s7gReB { top:10.25rem;left:0.8125rem;width:11.5625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbAQVga6IFG70xvB8BToNEUGoBoGctft { width:10.75rem;height:2.0625rem;top:28.875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5ZHsqBhI9oMJOcB8TQahy308QVWgqKe { display:block; }
 }@media only screen and (max-width: 763px) { #MrayZU5MIWTXSQXuhALEzbCWh7ZGkG3T { width:10.875rem;height:2.0625rem;top:29rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTQttDdGJ7lqgmbLI5FcMwPUucqukqQi { display:block; }
 }@media only screen and (max-width: 763px) { #UGaLNswHMwBKMzl2iSqQi298tTTKNiGP { top:9.9375rem;left:23.875rem;width:11.5625rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIGc9spzHtfVt6sSvCKRlwQgaWsKdtS8 { top:9.625rem;left:35.8125rem;width:11.9375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saQKzCW7s3NIbbQgCivqOAGaxXVdXNQ8 { top:8.3125rem;left:34.1875rem;width:13.5625rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCH9MyUHI2FWInZOfksGsga5XAhIUI8V { width:11.125rem;height:1.875rem;top:29.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4mEOfwdgt2T7SWot9mttmEIHC47B7b4 { display:block; }
 }@media only screen and (max-width: 763px) { #pr2gEMC591mXEmFbQ6tTn9X4JdpQEWiO { top:21.375rem;left:35.75rem;width:12rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg9d1guAQKLDVI9makqoeaTwWzJgAvZI { top:9.25rem;left:36.8125rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBXDpNXy5PPUn9eTcroSuTH9H24fVmEy { top:9rem;left:0rem;width:13rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al3ovQOsJL9rWfQ0PnJMg6VcDv7mTX5O { width:10.4375rem;height:1.9375rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNF9S1ZJArsIScIsWFLXwq0ilFdyDgxg { display:block; }
 }@media only screen and (max-width: 763px) { #VE73T7f9yF9BgJvDabxi8GzGiw28e9xd { top:10.25rem;left:0rem;width:11.4375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaTF5aMwJz9b3I4F8VKHEp5zlVqqwgvT { top:22.125rem;left:0rem;width:9.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syBGDAMGw4R1D9zKNyAlUsxFyMMHuPNd { display:block; }#syBGDAMGw4R1D9zKNyAlUsxFyMMHuPNd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JX6krr1NyxNK8Rhfp7eH3tPpQDXebic6 { top:3.9375rem;left:7.75rem;width:37.3125rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZzcFhcJHvW9nsAMx1VrtoE21XSOVr8B { top:10.4375rem;left:23rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #giWAuEVZK5dAFeuee8V62BVrCGZcbxsq { top:14.3125rem;left:11.5625rem;width:24.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXRTHaIISikIdSiWGmHmS9UrTJ6NEeFt { top:31.875rem;left:11.625rem;width:24.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXq2dg1cSD8Bvhcb0114yPo2w3wq6Tgo { top:31.9375rem;left:0rem;width:24.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmLJnIpThCVkdDnDGGI1zrmyzcVKlRdT { top:14.3125rem;left:23.3125rem;width:24.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffXdlSrXxf3c3kn6Pn9hV2TfM6dA3fey { top:14.3125rem;left:0rem;width:24.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwgVaWTxAbbxWyfhq8x0rrJMV77hlHLr { top:14.25rem;left:23.3125rem;width:24.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNVxdXeivP23JUD9kyDAsPUMu5ZEM0bL { top:33.75rem;left:0rem;width:12.0625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPSmsPtfT5f1APFctJoI5si4ZGFMt8ce { top:14.3125rem;left:0rem;width:7.4375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG4pQn8Dqq2H0UEvMQf1d2OM30Uza3t2 { top:33.0625rem;left:38.125rem;width:9.625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkupnqr1DrZJJfvsegVXG9zXaseWnRNL { top:16.25rem;left:18.75rem;width:10.1875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #loFxfflcmIEPkyS43vRnJ2eboBX9uJP8 { top:32.4375rem;left:19.5625rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMbbOvPfTOe5EVvKDRkPToucCysfeH4v { top:35.125rem;left:36.0625rem;width:11.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCuV8W4dr52yMP82VvM1UUaUVUbo5r1t { top:21.6875rem;left:0rem;width:15.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rav5fbm9d1DcmCkStFZvTG3nCQhlDHqL { width:10.3125rem;height:1.8125rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6CXTGXonWcTZHcoQgg4Btl02RTdTaRX { display:block; }
 }@media only screen and (max-width: 763px) { #ufnMClwe26TANyyIDcVSJ0hPS4sit3Nl { top:22rem;left:17.5625rem;width:12.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQrPGyo9a2yeLIMTE43i9WpssRaRHb4r { width:10.75rem;height:1.9375rem;top:27.4375rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP7cyol8zgtDqewAHn2QnZqbr4lffdKX { display:block; }
 }@media only screen and (max-width: 763px) { #MQOTErBeeECMWRTS6WhfPFcesBh4fnyl { top:39rem;left:32.5rem;width:15.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVbTqrBeoaMgfNcliq86xu12TM3SsBHk { width:10.625rem;height:1.9375rem;top:43.9375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAikxoTsr1B3BuVIGHnOPsadsOqSc9XH { display:block; }
 }@media only screen and (max-width: 763px) { #lSC8XUW3xJeGDuo96RLARS8MvGPQHMCr { top:40.375rem;left:0rem;width:15.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btuCb7V1vnrQdZPsiMXGuEkCU4Sbeh87 { width:11.1875rem;height:1.8125rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUvPeS6utgCdh1Af1U3dbrvtTmNTBATB { display:block; }
 }@media only screen and (max-width: 763px) { #cR8JTGFXGq1POt5POdLgwtseLSBx94Mm { top:39.6875rem;left:17.0625rem;width:14.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8QciidfTUrXGPLI8srKZUcLVpBVpNlb { width:10.875rem;height:2rem;top:43.9375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmvHIvB1KTpQbl99WQ5JJfTXiWGi3J7I { display:block; }
 }@media only screen and (max-width: 763px) { #li0li8xNu9AsFO9hQdZmGeVF63ctotvo { top:40.5625rem;left:30.9375rem;width:16.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqTMrstEMuWKHvOxDWO3JI7lgImJRKgO { width:11rem;height:1.75rem;top:45.625rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8edEkwULlbkLyM4evszrmlRUwD5gk5P { display:block; }
 }@media only screen and (max-width: 763px) { #crQA8TGArQVAohUXt2t7khJxraMSI6g8 { top:31.9375rem;left:23.3125rem;width:24.4375rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8S8TG61EbWELxQ3y0mvI2Aev2fvzgIJ { width:10.75rem;height:1.9375rem;top:26.75rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIOMaTlVMg6Z8fTWNTc8d7rZq2opLvyu { display:block; }
 }@media only screen and (max-width: 763px) { #INGGp4F1J6gy9x5wpA5zWxMosEA25UlN { top:16.25rem;left:37.5625rem;width:8.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #woz1rHHS8CK7WMyDJFzmThrnPr0MZmK6 { top:21.6875rem;left:32.3125rem;width:15.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKkFbLnuHpRgThPnDATRLKqX9kJBZwyB { display:block; }#lKkFbLnuHpRgThPnDATRLKqX9kJBZwyB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hetdMo9NMnHk56rHepxOhNyuqXMv0Htb { top:24.4375rem;left:0rem;width:33.75rem;height:16rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3aQIQMZrx4HLXKlu4aKZsPGxrA6oytk { top:9.3125rem;left:0rem;width:47.75rem;height:34rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Enm3yxH2Jilp1Fw4xU1vWM1ckQty9mmO { top:19.125rem;left:0rem;width:37.625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbg4fZfbuQqCTVlq3ZTbAcg0AKR7eJum { top:18.75rem;left:0rem;width:4.5625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szdotdFLVFlhr6etEzykJas19vPIffVz { top:18.75rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrxUDy7POyOwryJl6z2Pa5veLcPAIGnv { top:2.4375rem;left:7.625rem;width:32.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXHbOEet79AzLSTfvG1DTXJJ5pn557Ed { top:3.125rem;left:7rem;width:38.875rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gbdf1JCcgZ7B7lQrfudS9zNlnhRz31dF { top:34.1875rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTz5vsFePOAkqTidU7PODdmNEZJWKvrG { top:20.5625rem;left:0rem;width:37.625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8mNEC1oLfBwGQBfL8DeBLORqsHnKlC2 { top:34.875rem;left:0.75rem;width:39.9375rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfP81KQTORhTqOl5JZQOKy9EvKay7HIr { top:34.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDLMmkg9FeNxV2q36Rt9EsKZMXvWo09r { top:26.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BarIKOeENdbeO5QherNspRKHAqTr8pa7 { top:25.875rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta0vgKbAaKGnMEvaHdxNVWqs97n5nvBV { top:25.4375rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd2OgP0uNX0cRwi1dnahCMib3RXcQ32F { top:14.75rem;left:0.75rem;width:39.9375rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSgWwrGSbhmfxCKXe6b7ybLMAvQ4zkn3 { top:13.3125rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIfL4tNlfEyDPf0I1k9Cz0NdCcyd8vzB { top:13rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUWilgPNB1imKxiQlmDW6Ae2c4fdcT8U { top:7.4375rem;left:0rem;width:47.75rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUX0Z5NTu5oF6PP8qMvDq0K3krKIOkzs { width:9.8125rem;height:2rem;top:22.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiR92UUhLioUTTIiiIzXwcg7env83yUI { display:block; }
 }@media only screen and (max-width: 763px) { #PiXkzRDvw8gMPH8giFnJvs5PKSgLRkcN { top:1rem;left:1.25rem;width:45.25rem;height:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NL1lTdq8qDRzwKDNPHFPP9TAHrdiSIsi { width:11.4375rem;height:2rem;top:16.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2prBo0Xzx1zX3Ml9krs9eq4IxCbbe9v { display:block; }
 }@media only screen and (max-width: 763px) { #eEikTKb1LR51xz6fQp3qMcVTd4D6H2k9 { width:9.8125rem;height:1.75rem;top:38.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfc42y9kT8Jw11x1XI9CyPFL4SePfX1D { display:block; }
 }@media only screen and (max-width: 763px) { #dTPkJBNftxoVS0Q6qy0Dohann7ttR07J { width:9.6875rem;height:1.875rem;top:31.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm90gCy2Zx8fsEmOXsVQrCKWLJ0EqOT4 { display:block; }
 }@media only screen and (max-width: 763px) { #gp52cvFEPohZOtXUTmEoliBMAPOTAdwT { display:block; }#gp52cvFEPohZOtXUTmEoliBMAPOTAdwT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQRzrdTXzHhHaeH5LTgctcskS39wNB7V { top:1.1875rem;left:9.8125019073488rem;width:33.25rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZVLNXCov95Jwbe4OPGqbcngZanQokep { top:4.375rem;left:21.375rem;width:5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny0VnRcHz3MXkaVFVeUZlNmHsFGTOFfT { top:5.4375rem;left:0rem;width:47.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT0J4TvfN1abRdWwlL9BTCnHqlVAZzDh { top:6.0625rem;left:0rem;width:47.5625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnAcXTl1tiik2MWt1OpkASy5TzcrrNR0 { top:5.6875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcapQQDKnNKZFz4s51XfKfu24rM5ly6y { display:block; }#gcapQQDKnNKZFz4s51XfKfu24rM5ly6y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQbHmLTiZ8hr3JpSkFZENHN2f7SpEDt9 { top:0rem;left:0rem;width:47.5rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ8fOXwu6mQryAKFSo6l642sM9Fae9Lx { top:0.4375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL1xVJsRvTEFm2nTiONGt2t34Ped2biu { display:block; }#nL1xVJsRvTEFm2nTiONGt2t34Ped2biu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RozJFELh4Krsbrhl30UpF8FGEhpJJ1w5 { top:0rem;left:0rem;width:47.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh3CJXmhn95UMmn5PmsF225qcLUQ9te8 { top:0.625rem;left:0rem;width:47.5625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaAEmJCSVzN93ela7bvHPzB0nze7q5ZZ { top:0.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaTH1opp0xX0UpTU8W3ptcimB1rXerhv { display:block; }#IaTH1opp0xX0UpTU8W3ptcimB1rXerhv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RN6utwxGiotVFg11UHf92NC6rVTpBV9c { top:0rem;left:0rem;width:47.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzBKzLaWeZprvxTldlrVLgPft1xA1nSs { top:0.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amkuhSRRlrG6FzPuZTC3ifKxKIZtqrHh { display:block; }#amkuhSRRlrG6FzPuZTC3ifKxKIZtqrHh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iu01XOlPrqu0G6Pmcyz2h1OAtalwrIdN { top:0rem;left:0rem;width:47.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G06TKssI9EGN3I577K5HEFlPHNXTiKa7 { top:0.625rem;left:0rem;width:47.5625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw4sctZZGJISANbp6Z0qDMqVzTPDE70o { top:0.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #chnrLh4wnml0C01INZ3Uy4Mu9H3XC2BK { display:block; }#chnrLh4wnml0C01INZ3Uy4Mu9H3XC2BK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meZv6qJ4tlC1B9NvJBLiq3sCtU5a636q { top:0rem;left:0rem;width:47.5rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQf07D27tySToFBt0pIybDJMDk2qkhDe { top:0.4375rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1rem;display:block; }#bQf07D27tySToFBt0pIybDJMDk2qkhDe li:before{  }
 }@media only screen and (max-width: 763px) { #kVBQ4rCTDmtxw1m5KUw1twqGXV3gE80f { display:block; }#kVBQ4rCTDmtxw1m5KUw1twqGXV3gE80f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JALPi03w4Z6NlCpGcwzfsrtnUr5lCCBW { top:0rem;left:0rem;width:47.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ZIQ2aQ1qXKgFTxB38Mduhwb3JCfeKQ { top:0.625rem;left:0rem;width:47.5625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6ozK6TEk76Qp6oP3FhZgUHFpcGdDii7 { top:0.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #el6ysRU5TwbaFVeZR2XqeqVHmvGmPdds { display:block; }#el6ysRU5TwbaFVeZR2XqeqVHmvGmPdds > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywR6fn9dqhZQ0iqf3pxU9zsS5xqb8257 { top:0rem;left:0rem;width:47.5rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFrcmBIFJFNzxaKx4iTJHiimM3tWFpBw { top:0.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp1wdDgK7AAQW8IWCtgPPpZlILLH3DNO { display:block; }#cp1wdDgK7AAQW8IWCtgPPpZlILLH3DNO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxRNvQgC7qXqea8Ezadt8aqA2ZCom2K1 { top:0rem;left:0rem;width:47.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2AzTPTB1nKRyIgI51i7VzhKKsz8se5Z { top:0.625rem;left:0rem;width:47.5625rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbGcd6W5JlshXeJWtFO0GhR8CzIBn9Cn { top:0.25rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #erARhebcoSXyh3IFPC1Fz6Tv2Up5ee6f { display:block; }#erARhebcoSXyh3IFPC1Fz6Tv2Up5ee6f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4UNdRhA6zOXztXa8V9Aey7DSTB7B0Jr { top:0rem;left:0rem;width:47.5rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3cLS5ntlzw6ADvzTp1tbxF1f5Sqxc5W { top:0.4375rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeq4kceZP5QNCTHD9vmqhTmE2TCyAt8C { display:block; }#oeq4kceZP5QNCTHD9vmqhTmE2TCyAt8C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F6K9JO7Zg1iZqS3wLnXvXXPSfATZF57N { top:1.5rem;left:6.25rem;width:35.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0o4cKNyRuSB6zpOLeI720vmxPEwt5J6 { display:block; }#i0o4cKNyRuSB6zpOLeI720vmxPEwt5J6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKQQ9y0Js92BqGGTnh1tfAwhACswUD2G { top:1.625rem;left:4.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N701Mdub2VAThETzJPO1Jf5vAyFTmFmv { top:1.75rem;left:6.875rem;width:35.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GahzdqsJSDbIBy849cycr3uMGwtf0fTS { top:0.75rem;left:2.875rem;width:40.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWigsGE9Sfs1wkvf6XozSPiLoxSFTeV1 { display:block; }#FWigsGE9Sfs1wkvf6XozSPiLoxSFTeV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zHIvTuSzevZWf3T4yB5DW0mJUAq9lOxW { top:3.3125rem;left:4.3125rem;width:41.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT3FEIT51NvPRJTl1BbHTC7UIKSTsS8N { top:1rem;left:1.25rem;width:45.25rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpEhv1mpMQg0DTlT49cJuicB9oy7NBlB { top:2rem;left:2.6875rem;width:43rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhccAPbKPur3d1Tffc9ob66bXM6iLFGW { display:block; }#lhccAPbKPur3d1Tffc9ob66bXM6iLFGW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IU9UesvbJ1hTi5ggX6EAQ3st626q1EoF { top:1.625rem;left:4.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPXJlxrdaCJaqQiRonBqskI5lTcLRu7X { top:1.75rem;left:6.875rem;width:35.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0CwTvy3zWMMneCmtEFJLrmgnDkeBGrC { top:0.75rem;left:2.875rem;width:40.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqSaDD9I1cJUoWVn9CcbuFW1AtbEGWJ5 { display:block; }#VqSaDD9I1cJUoWVn9CcbuFW1AtbEGWJ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmtyxmVhCviDlVlmMlbV7OedxCvKBhzH { top:3.3125rem;left:4.3125rem;width:41.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4RAA2HHsxAZVDL68wSVPC26bg2xuZwa { top:1rem;left:1.25rem;width:45.25rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhZRrTJQW2hFPAl9lrXlqMODNkFT1CAp { top:2rem;left:2.6875rem;width:42.375rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o51qVmESQg4chKeKRmMLwNngrppPNvmL { display:block; }#o51qVmESQg4chKeKRmMLwNngrppPNvmL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wCxukrGURa5kNzccc0bPb1hGFPrfhDKB { top:1.625rem;left:4.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW8yFy84BSmwWL9pVBX5hnDb9pFU9NmM { top:1.75rem;left:6.875rem;width:35.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzgytb0EicrZHAAdNsR22RF8eCpzqzaD { top:0.75rem;left:2.875rem;width:40.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXBdxaqMzET0sE8iZq6rc1sgdnz48GHH { display:block; }#MXBdxaqMzET0sE8iZq6rc1sgdnz48GHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCnVkENU1LNWgSh5FUm5gGOJTSDncb6J { top:3.3125rem;left:4.3125rem;width:41.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW2yO6QR5f7llSf8HDz4xLOmS0wygU9G { top:1rem;left:1.1875rem;width:45.25rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ2UNUq9DpJVby6lIEVqlzcKCeMiraIR { top:2rem;left:4.3125rem;width:40.5rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeCJTZQctc6G9SJ1rR1EocPIcoeINnT0 { top:2rem;left:2.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6VKpFBPprJonh2EJQZ8ILK9efd5shTf { top:6.875rem;left:2.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1RuZOGCCop0bKWCtJGxWFq8hgZy9ZZZ { top:2.25rem;left:2.75rem;width:0.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzbysdycy7sfDp7PZyyk9zZiGW8T9gTr { top:7.0625rem;left:2.75rem;width:1.0625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrbZiXkhA1xgzToxZUtK8gh26ILh87xB { display:block; }#nrbZiXkhA1xgzToxZUtK8gh26ILh87xB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGSSfZKwku0HwWimDbqsmnUSn1TO32Xf { top:1.625rem;left:4.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVdQw6aqP51qQQL6Q6HTkF1Bda3uqbdf { top:1.75rem;left:6.875rem;width:35.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMVvzJWaOSxIkstkWDz5Ponyx4z4uTel { top:0.75rem;left:2.875rem;width:40.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDOeNkPfkOqyb8XmHT0LzzsKbQWzXq47 { display:block; }#CDOeNkPfkOqyb8XmHT0LzzsKbQWzXq47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8XQXp0NyVvIZ7uzwz6xq5IEre0fUTN8 { top:3.3125rem;left:4.3125rem;width:41.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScKksO2XFT81dHPArMtLdouxUSXVLa0B { top:1rem;left:1.25rem;width:45.25rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhzqp2oneyRPxMKLTaV9Umh1Vs2mIQSf { top:2rem;left:2.6875rem;width:42.375rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVr8ZviI0cSZZlnpGc3dU6wsLcREfRFc { display:block; }#vVr8ZviI0cSZZlnpGc3dU6wsLcREfRFc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sb1SJTDtyDNMtnZFVuiwUXfvMGWnoLfv { top:1.625rem;left:4.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C50dEuG139NB9LT4b13kTtn4qkJIigrQ { top:1.75rem;left:6.875rem;width:35.125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qab9f2hikqfREkkz2ymevp0IAC1gvVoo { top:0.75rem;left:2.875rem;width:40.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J025CtOvrHLWZZHSTXyW3SOUcwsBPNM4 { display:block; }#J025CtOvrHLWZZHSTXyW3SOUcwsBPNM4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXnsq21uNq4pxTQ2VztAIEtMTv2uk3Wh { top:3.3125rem;left:4.3125rem;width:41.4375rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4yfTMgDMxa4zRaMTT1Q33TblcIufi51 { top:1rem;left:1.25rem;width:45.25rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF1wFi1phraqWmzb99eBofmBVPPMUw4A { top:1.9375rem;left:2.6875rem;width:42.375rem;height:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHKKi4GGAZ1F04e9cCE6lBHcE3UAg0L7 { display:none; }#aHKKi4GGAZ1F04e9cCE6lBHcE3UAg0L7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uNd9cv5aKPhoQ2I9CMgT3yFBk7s6WxXc { display:block; }#uNd9cv5aKPhoQ2I9CMgT3yFBk7s6WxXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpniikccivLZhXdqT02QT9lJy0Z5zWbE { top:8rem;left:20.0625rem;width:4.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygHJ8wzGop2HRp5v0vrcIXeeyMbVrkvi { top:13.125rem;left:0rem;width:10.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP0EmpUpFdG2kMRJ4hP1XVWUDBW1BDFF { top:7.75rem;left:34.125rem;width:13.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKRE1wNivCoTmZbX5g3hSxohf00nIKeT { top:7.5rem;left:5.0625rem;width:15rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUPyR7IyvrIzesBaoC79DX5E6N7ytikg { top:1.8125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBR8OLll8BQacMcBwGJgUcfe9y8Az9Jc { top:8.1875rem;left:26.25rem;width:8.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIZdP27JM1bSH8ihXXQUctpVqhur5Nck { top:13.125rem;left:20.5rem;width:6.6875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLIWenRM4AxpLopV8wkc5HX1hCSnHNei { top:13.6875rem;left:29.0625rem;width:8.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73Xci731vHiqk8zH85pqqS4qxKy1gib { top:8.8125rem;left:0rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T51BicGR56Ka2319dmkWKQSdZv4PX3eH { top:14.3125rem;left:37.5rem;width:10.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuEzMx8iCOPD7Oi4B1F3RTl49P4TBRSu { top:18.4375rem;left:0rem;width:8.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbgebyzrD48VmGf4RRp8iTkVQoZEDnLU { top:17.125rem;left:6.3125rem;width:10.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDq9lRKEKfMX1GVJ3w1It8ruOABKbtU2 { top:18.4375rem;left:19.875rem;width:8rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKn1sulfcflJAonE6D3VcAtI9EA6C4A9 { top:18.4375rem;left:29.0625rem;width:11.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Ln9GdayIsA0VKSmRZA4ITgcS4An7Pk { top:17.5rem;left:40.125rem;width:7.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbJHKOHeauRzDbiqrvh57EDI4X65H91N { top:22.25rem;left:1.4375rem;width:8rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB5HZSV50iv9fgpqaWTTErTC3HGPEMCR { top:12.875rem;left:6.3125rem;width:12.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGgHzgiMHKzKlDJ1mcllSOTc8CI88bC1 { top:19.9375rem;left:21.5rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLKaD2T6GBK685CCmDa8220Xh8eTcTKC { top:20.8125rem;left:12.4375rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akCHUZG0qa8bz5zkwFQHMiD7grADwgM8 { top:21.8125rem;left:33.375rem;width:11.5rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDzDThRE937ZyBy491X6bUt4Gq1TrACI { top:4.875rem;left:12.4375rem;width:22.875rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw { display:block; }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #df1Nk5KEBLS8go056O63alO2uwFTrF2X { top:8rem;left:20.0625rem;width:4.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3qSRi6qX4VcKrd02aU4Dz90V1klrpp1 { top:13.125rem;left:0rem;width:10.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7VDamrfXmBSneaVL4ivwA4tqHsD3CTn { top:7.75rem;left:34.125rem;width:13.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #il59W2fya8U1GUiZGFFXValz5UG0JX0h { top:7.5rem;left:5.0625rem;width:15rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVEeOMZE7LNUvVEnHWztVEZqpBw0Er9d { top:1.8125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvSNsQ5uAxi7WQTTahvv3ugE6Holgs2u { top:8.1875rem;left:26.25rem;width:8.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbWFCBIpds1rso4OqRMvWxHpG93nxPTr { top:13.125rem;left:20.5rem;width:6.6875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wel5yeL0Ka2qeyO2SyvWIa4v96VVPsai { top:13.6875rem;left:29.0625rem;width:8.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRx53yhE08SbWFvK602nmA7Sxthnn4c2 { top:8.8125rem;left:0rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMnOtqdrMswopratZ0a4lESJ9gS58h5h { top:14.3125rem;left:37.5rem;width:10.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFrPxLyR4FppTpZJAfUJLt0ZmZglffsW { top:18.4375rem;left:0rem;width:8.9375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbuobbkUpee6McfBNuSDa1U4JiLk6OTz { top:17.125rem;left:6.3125rem;width:10.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAHgHI7CwPDSV7PaFpMMrGWBiK2KsiCS { top:18.4375rem;left:19.875rem;width:8rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #me0HvScKTvzEoP0FyQ0aqw80kXxDT1CB { top:18.4375rem;left:29.0625rem;width:11.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOyKXGq4CWXVdARfiDnm8Ud7WB7tXo5M { top:17.5rem;left:40.125rem;width:7.625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMLNCsg4RexTeBOc37BQaRHC3nx3tRQe { top:22.25rem;left:1.4375rem;width:8rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBg5x9arqpNO9UGFaldnG9eSExgpB1Tq { top:12.875rem;left:6.3125rem;width:12.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIuVy2AG5JvcmQQughxAOWrGgQD0NIAv { top:19.9375rem;left:21.5rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkhQTWvqOdWQKba46qAEqL7FQOvTdz0O { top:20.8125rem;left:12.4375rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhdHLU9MH7x85MX8687JT3c4IPBIuxXB { top:21.8125rem;left:33.375rem;width:11.5rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETMIh0EEAH8udn5HXUOc60dLRbAKoicP { top:4.875rem;left:12.4375rem;width:22.875rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgHirvT3n1udrxpKWAfw39JvXxRwe5xM { top:4.1875rem;left:0rem;width:47.75rem;height:26.726801579467rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQryKhlwSXwZHGXD1yTHLxJqAqn8M8o4 { display:block; }#hQryKhlwSXwZHGXD1yTHLxJqAqn8M8o4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3nIOPSWGG3fuNKEvDlJpP0xUJKydAlV { top:7.4375rem;left:25.9375rem;width:4.75rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIw8wi4tT50IgsTL5ViINNL3xFTBIqrr { top:19rem;left:1.0625rem;width:10.8125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUs766SSGbftXmqSAn1i2yDdSeL6BCko { top:13.1875rem;left:0rem;width:10.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osws9aD7rfrTID5TQ0NqlPdn8IpxFmOy { top:12.5rem;left:34.125rem;width:13.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB6hvL7GNzaX7xuwiDFLD9wMAllAcNV6 { top:7rem;left:8.4375rem;width:15rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz9DUtabJAgvyWxPO8Nc7x3qhl9FCA6r { top:1.625rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adCT6SgoDALu4ynQdpIxJT6GhouaC4hw { top:7.625rem;left:38.8125rem;width:8.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqmpZA1A9FZfxJKGgiTunQTPq9Dgded5 { top:13.375rem;left:23.4375rem;width:9.75rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8JgZBzRXy8LAwkWXRNgZywtdtpOfkeS { top:18.125rem;left:30.6875rem;width:14.625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaMuEMQTevkxaoMU67MbXK8yUUiuKy8M { top:18.1875rem;left:15.9375rem;width:14.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aew96NGGSOccUrfgF5ls2p0WcJJwsA6g { top:13.9375rem;left:9.625rem;width:11.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gknb4794iuB0uyIXwWmzWOKbslFZUhgv { top:7.4375rem;left:0rem;width:9.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTa5WZAqCMqBMRK5y3qh1ThRS0fpXmxc { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #GnlGlTTEMyveOeor9Q79XvAz1qqmQPtH { display:block; }#GnlGlTTEMyveOeor9Q79XvAz1qqmQPtH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovi8DFmwdvxw61nuVNyyAfyPIFomf1r4 { top:14rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q34p5TebLhguPaa8S3LpksSms0QkxiTm { top:4.4375rem;left:23.62343788147rem;width:10.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFh91li4l4TUA4d27WzAdHbXn4eT6yK8 { top:4.4375rem;left:35.39999961853rem;width:10.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auoPw9B7JNoAGFLC0nHwZnPSpycgc07i { top:4.4375rem;left:35.5rem;width:12.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEVlJASHhKfzWdrQMNO5ZBHnaM7SHvRi { top:2.8125rem;left:0rem;width:7.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0E0Cnnaeduf0NZFABnmUOxyx7h1Hb3n { display:none; }#i0E0Cnnaeduf0NZFABnmUOxyx7h1Hb3n > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qXpVbILpZuWJR3bCCgFpvwWXn4o3D7Ez { top:2.4375rem;left:18.8125rem;width:8.375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #foMtQnSEfTJTTO9T2JIigqTUnVyqcel3 { top:8.5rem;left:9.4375rem;width:28.875rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t50RkUzqptkfMVWgp5iD7W6V9JOSEaRk { top:3.125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyJq6W39x5WozLxPriKypOTTrWTLcTzh { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa5HsNdASyir5981L9QUPffO61xEpv0H { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT3RpGaXJ1whTTe3OiMWCOKsgcQfUXVg { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3QUHlIAnGMWT3lEoueVGJkkQ6LQsXG0 { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F50po0r68T1gCExJIMB8D9Sf6DtdX1BX { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEVHTlOefTvuv6fbi4rD5BCBryHaaB2w { top:3.0625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#MEVHTlOefTvuv6fbi4rD5BCBryHaaB2w > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #LwkrtnvzHFSVcVsP24X9V3TTDD1mvnek { top:5.0625rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#LwkrtnvzHFSVcVsP24X9V3TTDD1mvnek > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c163a049-d422-4522-bb63-b9ddd85b65b8/Subttulo.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::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; }#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 { width:20rem;height:38.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OIVVLJpBmOdp1uQZo1Rnmf2LvdfdoQEt { width:20rem;height:11.090047393365rem;top:19.6875rem;left:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #D2en1rRZEz5zOXwhz6MkCBxzs5SmJeg6 { width:11.4375rem;height:3rem;top:9.024218559265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7a7MqeSpkuvkFxSKZl7yIVKqp7TLC3y { width:7.75rem;height:2.0625rem;top:3.6562519073486rem;left:12.125000536442rem;font-size:0.8125rem;background-color:rgba(9,69,121,0.44);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EyWCFKEtX26Hzv2P8GCchM0WsnfRVGft { display:block; }
 }@media only screen and (max-width: 763px) { #QcMJU6WGQXGyuusSEnNDSM20UICf9nbf { width:11.25rem;height:2.5625rem;top:30.55624961853rem;left:4.3750000596046rem;color:#ffffff;background-color:#094579;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD9MI0tfQp4rGDNlIbHTQCKgwug20Gek { display:block; }
 }@media only screen and (max-width: 763px) { #oM32mRn17OwnCvdJUeOr70JWOAL76a8A { width:10.0625rem;height:2.5rem;top:33.775001525879rem;left:4.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5g1ApeLTHeI6GgdTrdSSRMGhyxEzuUi { display:block; }
 }@media only screen and (max-width: 763px) { #fULBt0XCi4JpTOWolXx060pfqnz8Ba3H { width:15rem;height:4.3875rem;top:15.862500190735rem;left:2.5000000596046rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bID4zT68pRKdmOW0TGM9C3NeU0oQfPiG { width:18.875rem;height:5.5rem;top:22.387500762939rem;left:0.56171876192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mKyqqhyyUKzfqdPI7aOZbAseHvSz5GoW { width:5rem;height:5rem;top:1.375rem;left:1.0304687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #T99XSc8cUCmFHis032IChnbRSCNusmFC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/98d96d8e-9ad1-4b8e-8d75-84908f9a5d08/header_voto_landingcopia.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T99XSc8cUCmFHis032IChnbRSCNusmFC.adaptive-delivery-prevent-bg, #T99XSc8cUCmFHis032IChnbRSCNusmFC.lazyload, #T99XSc8cUCmFHis032IChnbRSCNusmFC.lazyloading { background-image: none; }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .row .container { background-color: transparent; background-image: none; }#T99XSc8cUCmFHis032IChnbRSCNusmFC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,7,9,0.57); }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .row .container > .video-iframe-container { display: none; }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(9,7,9,0.57); }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .row > .video-iframe-container { display: none; }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .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); }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .row .container { border-width: 0; border-radius: 0; }#T99XSc8cUCmFHis032IChnbRSCNusmFC::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; }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T99XSc8cUCmFHis032IChnbRSCNusmFC > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQhWzkIBJq38dSZFRUmwbXFt9sfsVcts { width:20rem;height:11.090047393365rem;top:19.6875rem;left:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #n3upbCUWhTNqTzM3PTu8539r1HhRl0BL { width:11.4375rem;height:3rem;top:9.024218559265rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyeUNbMGqG2SPQlkKDO2J0MuUts4SxKn { width:7.75rem;height:2.0625rem;top:3.6562519073486rem;left:12.125000536442rem;font-size:0.8125rem;background-color:rgba(9,69,121,0.44);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #vRrFmqUoe00fpDWBMA1Fww7bHp19830A { display:block; }
 }@media only screen and (max-width: 763px) { #J3oCc7hRSdSAxP6MOaC9IJ9oOkggJnrh { width:11.25rem;height:2.5625rem;top:20.86874961853rem;left:4.3750000596046rem;color:#ffffff;background-color:#094579;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.0625rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #TegiL0erCTPTwTdW8APNA4wf2fWDGFlw { display:block; }
 }@media only screen and (max-width: 763px) { #aFB6XqIDeAxmOfIRgWcHmZC4KvzszJIZ { width:10.0625rem;height:2.5rem;top:33.775001525879rem;left:4.9687500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAnXOtHBaQUbcbV5esKaw8J7aM3i9Fs7 { display:block; }
 }@media only screen and (max-width: 763px) { #mPcfPykgCTKwcRNTvcDLlKU6QLVRweXZ { width:15rem;height:4.3875rem;top:7.675000190735rem;left:2.5000000596046rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #dTCSobysVUhsk6PInCE5I6SzIkhNxJIF { width:18.875rem;height:6.6rem;top:13.074999809265rem;left:0.56171876192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.1;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #QTbFhTBFxMpFcyZKS12NuvCNSygfLQue { width:5rem;height:5rem;top:1.375rem;left:1.0304687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb00cE9iFZv1auDPDVr0mwL4LXTdmNVu { display:none; }#sb00cE9iFZv1auDPDVr0mwL4LXTdmNVu > .row .container { width:20rem;height:74.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tAoB2hiOIo3IJlOcVexBGBMJCqitDdws { width:18.4375rem;height:6.75rem;top:1.3101568222046rem;left:0.78046876192094rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eCi2eLdhgH5XhRBu03tIhQKZeLT7LpGF { width:19.25rem;height:8.6875rem;top:30.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnWc2Xx63RXG5TGUlLeDe1EwxUTwH3Sp { width:19.1875rem;height:8.4375rem;top:20.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGJFvQD8O7MX3gKv2D4XXDKa8dFlxftA { width:19.0625rem;height:8.25rem;top:50rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ7Uoa5T1ks98qOO0DKw9cJCcZmnnw0F { width:19.1875rem;height:8.8125rem;top:40.0625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng587emEMmTGeyfb396yEr5BDTTNaEBb { width:8.125rem;height:7rem;top:31.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDMpe4NOrlH1gEipKo846erLb7sFsnFr { width:9.625rem;height:5.2rem;top:21.5rem;left:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EstucQb39zckL85p5Xl6WqttVVKLHLse { width:7.75rem;height:1.75rem;top:46.4375rem;left:9.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRSnutEaP9Gfydug6mN6kOnMahIn8Awc { display:block; }
 }@media only screen and (max-width: 763px) { #EyS9qMmbgXxZqCe3vpS9KwkvzpbaE2uq { width:7.75rem;height:1.6875rem;top:56.125rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezB3xONGuyvZR39y4plFEfv0LpNM4uxB { display:block; }
 }@media only screen and (max-width: 763px) { #DbTTFJIWTrtaxHFoTc2iGM42VThGRzbm { width:9.4375rem;height:5.2rem;top:40.9375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGc6ySEoHAExHzd3blf6X1yp1ar1dk2T { width:9.75rem;height:5.2rem;top:30.875rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDIlD6A1c74uViNbofgsx0bTrdX4oK3A { width:9.0625rem;height:5.2rem;top:50.3125rem;left:10.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ff3y2g4EHREW1v0hT2V1GRU7h5s7gReB { width:7.875rem;height:7rem;top:21.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbAQVga6IFG70xvB8BToNEUGoBoGctft { width:8.0625rem;height:1.6875rem;top:36.75rem;left:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5ZHsqBhI9oMJOcB8TQahy308QVWgqKe { display:block; }
 }@media only screen and (max-width: 763px) { #MrayZU5MIWTXSQXuhALEzbCWh7ZGkG3T { width:7.9375rem;height:1.875rem;top:26.75rem;left:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTQttDdGJ7lqgmbLI5FcMwPUucqukqQi { display:block; }
 }@media only screen and (max-width: 763px) { #UGaLNswHMwBKMzl2iSqQi298tTTKNiGP { width:8.25rem;height:7.4375rem;top:40.9375rem;left:0.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hIGc9spzHtfVt6sSvCKRlwQgaWsKdtS8 { width:8.625rem;height:7.6875rem;top:50.3125rem;left:0.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #saQKzCW7s3NIbbQgCivqOAGaxXVdXNQ8 { width:19.0625rem;height:9.75rem;top:59.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCH9MyUHI2FWInZOfksGsga5XAhIUI8V { width:7.9rem;height:1.8375rem;top:66.75rem;left:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4mEOfwdgt2T7SWot9mttmEIHC47B7b4 { display:block; }
 }@media only screen and (max-width: 763px) { #pr2gEMC591mXEmFbQ6tTn9X4JdpQEWiO { width:9.3125rem;height:6.5rem;top:60.125rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg9d1guAQKLDVI9makqoeaTwWzJgAvZI { width:8.375rem;height:8.375rem;top:60rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBXDpNXy5PPUn9eTcroSuTH9H24fVmEy { width:19rem;height:9.6875rem;top:9.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al3ovQOsJL9rWfQ0PnJMg6VcDv7mTX5O { width:8.9375rem;height:1.9375rem;top:16.3125rem;left:9.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNF9S1ZJArsIScIsWFLXwq0ilFdyDgxg { display:block; }
 }@media only screen and (max-width: 763px) { #VE73T7f9yF9BgJvDabxi8GzGiw28e9xd { width:8.3125rem;height:7.875rem;top:10.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaTF5aMwJz9b3I4F8VKHEp5zlVqqwgvT { width:9.1875rem;height:5.2rem;top:10.5rem;left:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syBGDAMGw4R1D9zKNyAlUsxFyMMHuPNd { display:block; }#syBGDAMGw4R1D9zKNyAlUsxFyMMHuPNd > .row .container { width:20rem;height:117.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JX6krr1NyxNK8Rhfp7eH3tPpQDXebic6 { width:20rem;height:10.4rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZzcFhcJHvW9nsAMx1VrtoE21XSOVr8B { width:5rem;height:0.25rem;top:11.137499809265rem;left:7.5000005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #giWAuEVZK5dAFeuee8V62BVrCGZcbxsq { width:20rem;height:16.6875rem;top:29.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXRTHaIISikIdSiWGmHmS9UrTJ6NEeFt { width:20rem;height:16.6875rem;top:81.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXq2dg1cSD8Bvhcb0114yPo2w3wq6Tgo { width:20rem;height:16.6875rem;top:64.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmLJnIpThCVkdDnDGGI1zrmyzcVKlRdT { width:20rem;height:16.6875rem;top:64.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffXdlSrXxf3c3kn6Pn9hV2TfM6dA3fey { width:20rem;height:16.6875rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwgVaWTxAbbxWyfhq8x0rrJMV77hlHLr { width:20rem;height:16.6875rem;top:99.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNVxdXeivP23JUD9kyDAsPUMu5ZEM0bL { width:9.75rem;height:5.375rem;top:66.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPSmsPtfT5f1APFctJoI5si4ZGFMt8ce { width:7.4375rem;height:7.375rem;top:11.875000238419rem;left:6.2812500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG4pQn8Dqq2H0UEvMQf1d2OM30Uza3t2 { width:8.9375rem;height:4.5625rem;top:66.5rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dkupnqr1DrZJJfvsegVXG9zXaseWnRNL { width:9.5625rem;height:4.1875rem;top:31.612499237061rem;left:5.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #loFxfflcmIEPkyS43vRnJ2eboBX9uJP8 { width:8.1875rem;height:8.1875rem;top:81.9375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMbbOvPfTOe5EVvKDRkPToucCysfeH4v { width:12.5625rem;height:3.5625rem;top:102.1875rem;left:4.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mCuV8W4dr52yMP82VvM1UUaUVUbo5r1t { width:14.5rem;height:3.9rem;top:19.125000953674rem;left:2.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rav5fbm9d1DcmCkStFZvTG3nCQhlDHqL { width:8.9375rem;height:1.9375rem;top:24.4375rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6CXTGXonWcTZHcoQgg4Btl02RTdTaRX { display:block; }
 }@media only screen and (max-width: 763px) { #ufnMClwe26TANyyIDcVSJ0hPS4sit3Nl { width:13.1875rem;height:3.9rem;top:36.812500953674rem;left:3.4062500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQrPGyo9a2yeLIMTE43i9WpssRaRHb4r { width:7.9375rem;height:1.875rem;top:42.6875rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP7cyol8zgtDqewAHn2QnZqbr4lffdKX { display:block; }
 }@media only screen and (max-width: 763px) { #MQOTErBeeECMWRTS6WhfPFcesBh4fnyl { width:14.875rem;height:0;top:72.375rem;left:2.5625000596046rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVbTqrBeoaMgfNcliq86xu12TM3SsBHk { width:8.0625rem;height:1.6875rem;top:77.375rem;left:6rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAikxoTsr1B3BuVIGHnOPsadsOqSc9XH { display:block; }
 }@media only screen and (max-width: 763px) { #lSC8XUW3xJeGDuo96RLARS8MvGPQHMCr { width:14.625rem;height:3.9rem;top:72.0625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btuCb7V1vnrQdZPsiMXGuEkCU4Sbeh87 { width:7.75rem;height:1.75rem;top:76.8125rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUvPeS6utgCdh1Af1U3dbrvtTmNTBATB { display:block; }
 }@media only screen and (max-width: 763px) { #cR8JTGFXGq1POt5POdLgwtseLSBx94Mm { width:15rem;height:2.6rem;top:90.125rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t8QciidfTUrXGPLI8srKZUcLVpBVpNlb { width:7.75rem;height:1.6875rem;top:94.8125rem;left:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmvHIvB1KTpQbl99WQ5JJfTXiWGi3J7I { display:block; }
 }@media only screen and (max-width: 763px) { #li0li8xNu9AsFO9hQdZmGeVF63ctotvo { width:14.0625rem;height:3.9rem;top:107rem;left:3.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pqTMrstEMuWKHvOxDWO3JI7lgImJRKgO { width:7.9rem;height:1.8375rem;top:112.3125rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8edEkwULlbkLyM4evszrmlRUwD5gk5P { display:block; }
 }@media only screen and (max-width: 763px) { #crQA8TGArQVAohUXt2t7khJxraMSI6g8 { width:20rem;height:16.6875rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8S8TG61EbWELxQ3y0mvI2Aev2fvzgIJ { width:10.75rem;height:1.9375rem;top:58.375rem;left:4.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIOMaTlVMg6Z8fTWNTc8d7rZq2opLvyu { display:block; }
 }@media only screen and (max-width: 763px) { #INGGp4F1J6gy9x5wpA5zWxMosEA25UlN { width:8.125rem;height:3.4375rem;top:48.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #woz1rHHS8CK7WMyDJFzmThrnPr0MZmK6 { width:15.4375rem;height:3.9rem;top:53.268751144409rem;left:2.8125000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKkFbLnuHpRgThPnDATRLKqX9kJBZwyB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a85c18e0-f3f8-4240-a266-b04e8dad6fb3/Copiadebannerweb34.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#lKkFbLnuHpRgThPnDATRLKqX9kJBZwyB.adaptive-delivery-prevent-bg, #lKkFbLnuHpRgThPnDATRLKqX9kJBZwyB.lazyload, #lKkFbLnuHpRgThPnDATRLKqX9kJBZwyB.lazyloading { background-image: none; }#lKkFbLnuHpRgThPnDATRLKqX9kJBZwyB > .row .container { width:20rem;height:56.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hetdMo9NMnHk56rHepxOhNyuqXMv0Htb { width:20rem;height:0;top:24.4375rem;left:0rem;font-size:1.25rem;z-index:15009;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w3aQIQMZrx4HLXKlu4aKZsPGxrA6oytk { width:20rem;height:0;top:9.3125rem;left:0rem;font-size:1.25rem;z-index:15011;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Enm3yxH2Jilp1Fw4xU1vWM1ckQty9mmO { width:14.6875rem;height:2.275rem;top:21.3125rem;left:3.8125000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fbg4fZfbuQqCTVlq3ZTbAcg0AKR7eJum { width:2.5rem;height:2.375rem;top:21.112499237061rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szdotdFLVFlhr6etEzykJas19vPIffVz { display:flex;width:2rem;height:2rem;top:21rem;left:1.4992187619209rem; }
 }@media only screen and (max-width: 763px) { #KrxUDy7POyOwryJl6z2Pa5veLcPAIGnv { width:18.9375rem;height:4.55rem;top:0.81875228881838rem;left:0.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXHbOEet79AzLSTfvG1DTXJJ5pn557Ed { width:17.9375rem;height:4.0625rem;top:1.0625rem;left:1.0304687619209rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gbdf1JCcgZ7B7lQrfudS9zNlnhRz31dF { width:2.5rem;height:2.5rem;top:30.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTz5vsFePOAkqTidU7PODdmNEZJWKvrG { width:15.625rem;height:2.275rem;top:23.58749961853rem;left:3.8125000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L8mNEC1oLfBwGQBfL8DeBLORqsHnKlC2 { width:14.8125rem;height:3.4125rem;top:30.375rem;left:3.8125000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rfP81KQTORhTqOl5JZQOKy9EvKay7HIr { display:flex;width:2rem;height:2rem;top:30.125rem;left:1.4999999403954rem; }
 }@media only screen and (max-width: 763px) { #HDLMmkg9FeNxV2q36Rt9EsKZMXvWo09r { width:14.75rem;height:6.825rem;top:36.59140586853rem;left:3.7812500596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BarIKOeENdbeO5QherNspRKHAqTr8pa7 { width:2.5rem;height:2.5rem;top:36.215625762939rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta0vgKbAaKGnMEvaHdxNVWqs97n5nvBV { display:flex;width:2.125rem;height:2.125rem;top:36.090624809265rem;left:1.5500000119209rem; }
 }@media only screen and (max-width: 763px) { #gd2OgP0uNX0cRwi1dnahCMib3RXcQ32F { width:13.9375rem;height:2.275rem;top:16.187500953674rem;left:3.8125000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lSgWwrGSbhmfxCKXe6b7ybLMAvQ4zkn3 { width:2.3125rem;height:2.3125rem;top:16.187500953674rem;left:1.2499999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIfL4tNlfEyDPf0I1k9Cz0NdCcyd8vzB { display:flex;width:2.5rem;height:2.5rem;top:15.687500953674rem;left:1.1867187619209rem; }
 }@media only screen and (max-width: 763px) { #wUWilgPNB1imKxiQlmDW6Ae2c4fdcT8U { width:16.875rem;height:6.825rem;top:7.32421875rem;left:1.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TUX0Z5NTu5oF6PP8qMvDq0K3krKIOkzs { width:8.8125rem;height:1.9375rem;top:26.5rem;left:3.8125000596046rem;background-color:rgba(55,116,191,0.22);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#08336b;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiR92UUhLioUTTIiiIzXwcg7env83yUI { display:block; }
 }@media only screen and (max-width: 763px) { #PiXkzRDvw8gMPH8giFnJvs5PKSgLRkcN { width:18.3125rem;height:40.0625rem;top:6.2531270980838rem;left:0.8125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #NL1lTdq8qDRzwKDNPHFPP9TAHrdiSIsi { width:11.4375rem;height:2rem;top:47.565620422363rem;left:4.25rem;background-color:rgba(55,116,191,0.22);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#08336b;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2prBo0Xzx1zX3Ml9krs9eq4IxCbbe9v { display:block; }
 }@media only screen and (max-width: 763px) { #eEikTKb1LR51xz6fQp3qMcVTd4D6H2k9 { width:9.8125rem;height:1.75rem;top:53.940620422363rem;left:5.0625rem;background-color:rgba(55,116,191,0.22);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#08336b;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfc42y9kT8Jw11x1XI9CyPFL4SePfX1D { display:block; }
 }@media only screen and (max-width: 763px) { #dTPkJBNftxoVS0Q6qy0Dohann7ttR07J { width:9.6875rem;height:1.875rem;top:50.815620422363rem;left:5.125rem;background-color:rgba(55,116,191,0.22);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#08336b;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm90gCy2Zx8fsEmOXsVQrCKWLJ0EqOT4 { display:block; }
 }@media only screen and (max-width: 763px) { #gp52cvFEPohZOtXUTmEoliBMAPOTAdwT { display:block; }#gp52cvFEPohZOtXUTmEoliBMAPOTAdwT > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQRzrdTXzHhHaeH5LTgctcskS39wNB7V { width:20rem;height:4.55rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WZVLNXCov95Jwbe4OPGqbcngZanQokep { width:5rem;height:0.25rem;top:5.8000011444092rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ny0VnRcHz3MXkaVFVeUZlNmHsFGTOFfT { width:19.75rem;height:2.6875rem;top:7.05rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT0J4TvfN1abRdWwlL9BTCnHqlVAZzDh { width:16.9375rem;height:1.05625rem;top:7.6788940429688rem;left:0.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VnAcXTl1tiik2MWt1OpkASy5TzcrrNR0 { display:flex;width:2.5rem;height:2.5rem;top:7.2437500953675rem;left:16.937500357628rem; }
 }@media only screen and (max-width: 763px) { #gcapQQDKnNKZFz4s51XfKfu24rM5ly6y { display:block; }#gcapQQDKnNKZFz4s51XfKfu24rM5ly6y > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQbHmLTiZ8hr3JpSkFZENHN2f7SpEDt9 { width:19.75rem;height:14.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ8fOXwu6mQryAKFSo6l642sM9Fae9Lx { width:19.125rem;height:13rem;top:0rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL1xVJsRvTEFm2nTiONGt2t34Ped2biu { display:block; }#nL1xVJsRvTEFm2nTiONGt2t34Ped2biu > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RozJFELh4Krsbrhl30UpF8FGEhpJJ1w5 { width:19.75rem;height:2.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh3CJXmhn95UMmn5PmsF225qcLUQ9te8 { width:15.0625rem;height:2.275rem;top:0.3046875rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kaAEmJCSVzN93ela7bvHPzB0nze7q5ZZ { display:flex;width:2.5rem;height:2.5rem;top:0rem;left:16.625000357628rem; }
 }@media only screen and (max-width: 763px) { #IaTH1opp0xX0UpTU8W3ptcimB1rXerhv { display:block; }#IaTH1opp0xX0UpTU8W3ptcimB1rXerhv > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RN6utwxGiotVFg11UHf92NC6rVTpBV9c { width:19.75rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzBKzLaWeZprvxTldlrVLgPft1xA1nSs { width:19.125rem;height:10.4rem;top:1.13671875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amkuhSRRlrG6FzPuZTC3ifKxKIZtqrHh { display:block; }#amkuhSRRlrG6FzPuZTC3ifKxKIZtqrHh > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iu01XOlPrqu0G6Pmcyz2h1OAtalwrIdN { width:19.75rem;height:2.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G06TKssI9EGN3I577K5HEFlPHNXTiKa7 { width:15.8125rem;height:2.1125rem;top:0.4749870300293rem;left:0.73671871423719rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Vw4sctZZGJISANbp6Z0qDMqVzTPDE70o { display:flex;width:2.5rem;height:2.5rem;top:0.19296836853027rem;left:16.500000357628rem; }
 }@media only screen and (max-width: 763px) { #chnrLh4wnml0C01INZ3Uy4Mu9H3XC2BK { display:block; }#chnrLh4wnml0C01INZ3Uy4Mu9H3XC2BK > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meZv6qJ4tlC1B9NvJBLiq3sCtU5a636q { width:19.5rem;height:16.375rem;top:0rem;left:0.10234373807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQf07D27tySToFBt0pIybDJMDk2qkhDe { width:18.75rem;height:14.6125rem;top:1.1429691314698rem;left:0.625rem;font-size:1rem;display:block; }#bQf07D27tySToFBt0pIybDJMDk2qkhDe li:before{  }
 }@media only screen and (max-width: 763px) { #kVBQ4rCTDmtxw1m5KUw1twqGXV3gE80f { display:block; }#kVBQ4rCTDmtxw1m5KUw1twqGXV3gE80f > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JALPi03w4Z6NlCpGcwzfsrtnUr5lCCBW { width:19.75rem;height:2.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4ZIQ2aQ1qXKgFTxB38Mduhwb3JCfeKQ { width:15.8125rem;height:2.275rem;top:0.4375rem;left:0.73671871423719rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c6ozK6TEk76Qp6oP3FhZgUHFpcGdDii7 { display:flex;width:2.5rem;height:2.5rem;top:0.19296836853027rem;left:16.500000357628rem; }
 }@media only screen and (max-width: 763px) { #el6ysRU5TwbaFVeZR2XqeqVHmvGmPdds { display:block; }#el6ysRU5TwbaFVeZR2XqeqVHmvGmPdds > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywR6fn9dqhZQ0iqf3pxU9zsS5xqb8257 { width:19.75rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFrcmBIFJFNzxaKx4iTJHiimM3tWFpBw { width:19.125rem;height:10.4rem;top:1.13671875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp1wdDgK7AAQW8IWCtgPPpZlILLH3DNO { display:block; }#cp1wdDgK7AAQW8IWCtgPPpZlILLH3DNO > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxRNvQgC7qXqea8Ezadt8aqA2ZCom2K1 { width:19.75rem;height:2.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2AzTPTB1nKRyIgI51i7VzhKKsz8se5Z { width:15.8125rem;height:2.275rem;top:0.4375rem;left:0.73671871423719rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kbGcd6W5JlshXeJWtFO0GhR8CzIBn9Cn { display:flex;width:2.5rem;height:2.5rem;top:0.19296836853027rem;left:16.500000357628rem; }
 }@media only screen and (max-width: 763px) { #erARhebcoSXyh3IFPC1Fz6Tv2Up5ee6f { display:block; }#erARhebcoSXyh3IFPC1Fz6Tv2Up5ee6f > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4UNdRhA6zOXztXa8V9Aey7DSTB7B0Jr { width:19.75rem;height:16.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3cLS5ntlzw6ADvzTp1tbxF1f5Sqxc5W { width:19.125rem;height:15.6rem;top:1.13671875rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeq4kceZP5QNCTHD9vmqhTmE2TCyAt8C { display:none; }#oeq4kceZP5QNCTHD9vmqhTmE2TCyAt8C > .row .container { width:20rem;height:4rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F6K9JO7Zg1iZqS3wLnXvXXPSfATZF57N { width:20rem;height:1.70625rem;top:1.5224065780639rem;left:0rem;font-size:1.3125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #i0o4cKNyRuSB6zpOLeI720vmxPEwt5J6 { display:none; }#i0o4cKNyRuSB6zpOLeI720vmxPEwt5J6 > .row .container { width:20rem;height:4.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IKQQ9y0Js92BqGGTnh1tfAwhACswUD2G { display:flex;width:1.25rem;height:1.25rem;top:1.375rem;left:0.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #N701Mdub2VAThETzJPO1Jf5vAyFTmFmv { width:17.625rem;height:1.3rem;top:1.38671875rem;left:1.1867187619209rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #GahzdqsJSDbIBy849cycr3uMGwtf0fTS { width:19.75rem;height:3.125rem;top:0.875rem;left:0rem;z-index:14999;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: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.35) ;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(129,153,176,0.14);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #FWigsGE9Sfs1wkvf6XozSPiLoxSFTeV1 { display:none; }#FWigsGE9Sfs1wkvf6XozSPiLoxSFTeV1 > .row .container { width:20rem;height:13.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zHIvTuSzevZWf3T4yB5DW0mJUAq9lOxW { width:17.25rem;height:0;top:2.25rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT3FEIT51NvPRJTl1BbHTC7UIKSTsS8N { width:19.5625rem;height:13rem;top:0.75rem;left:0.43671876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpEhv1mpMQg0DTlT49cJuicB9oy7NBlB { width:18.25rem;height:11.7rem;top:1.5rem;left:1.0929687619209rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #lhccAPbKPur3d1Tffc9ob66bXM6iLFGW { display:none; }#lhccAPbKPur3d1Tffc9ob66bXM6iLFGW > .row .container { width:20rem;height:4.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IU9UesvbJ1hTi5ggX6EAQ3st626q1EoF { display:flex;width:1.25rem;height:1.25rem;top:1.375rem;left:0.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #uPXJlxrdaCJaqQiRonBqskI5lTcLRu7X { width:17.625rem;height:2.6rem;top:1.38671875rem;left:1.1867187619209rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #D0CwTvy3zWMMneCmtEFJLrmgnDkeBGrC { width:19.75rem;height:3.125rem;top:0.875rem;left:0rem;z-index:14999;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: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.35) ;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(129,153,176,0.14);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VqSaDD9I1cJUoWVn9CcbuFW1AtbEGWJ5 { display:none; }#VqSaDD9I1cJUoWVn9CcbuFW1AtbEGWJ5 > .row .container { width:20rem;height:12.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OmtyxmVhCviDlVlmMlbV7OedxCvKBhzH { width:17.25rem;height:0;top:2.25rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4RAA2HHsxAZVDL68wSVPC26bg2xuZwa { width:19.5625rem;height:10.5rem;top:0.75rem;left:0.43671876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhZRrTJQW2hFPAl9lrXlqMODNkFT1CAp { width:18.25rem;height:9.1rem;top:1.5rem;left:1.0929687619209rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #o51qVmESQg4chKeKRmMLwNngrppPNvmL { display:none; }#o51qVmESQg4chKeKRmMLwNngrppPNvmL > .row .container { width:20rem;height:4.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wCxukrGURa5kNzccc0bPb1hGFPrfhDKB { display:flex;width:1.25rem;height:1.25rem;top:1.3117184638977rem;left:0.61171871423721rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #RW8yFy84BSmwWL9pVBX5hnDb9pFU9NmM { width:16.4375rem;height:2.6rem;top:1.2625007629394rem;left:1.7812500596046rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #kzgytb0EicrZHAAdNsR22RF8eCpzqzaD { width:19.75rem;height:3.0625rem;top:0.875rem;left:0rem;z-index:14999;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: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.35) ;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(129,153,176,0.14);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MXBdxaqMzET0sE8iZq6rc1sgdnz48GHH { display:none; }#MXBdxaqMzET0sE8iZq6rc1sgdnz48GHH > .row .container { width:20rem;height:19rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yCnVkENU1LNWgSh5FUm5gGOJTSDncb6J { width:17.25rem;height:0;top:2.25rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW2yO6QR5f7llSf8HDz4xLOmS0wygU9G { width:19.5625rem;height:15rem;top:0.75rem;left:0.43671876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ2UNUq9DpJVby6lIEVqlzcKCeMiraIR { width:16.25rem;height:13rem;top:1.5rem;left:2.5929687619209rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #oeCJTZQctc6G9SJ1rR1EocPIcoeINnT0 { width:1.75rem;height:1.75rem;top:1.375rem;left:0.67500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6VKpFBPprJonh2EJQZ8ILK9efd5shTf { width:1.75rem;height:1.75rem;top:7.6867218017575rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1RuZOGCCop0bKWCtJGxWFq8hgZy9ZZZ { width:0.6875rem;height:1.3rem;top:1.5984420776368rem;left:1.2492187619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzbysdycy7sfDp7PZyyk9zZiGW8T9gTr { width:1.0625rem;height:1.3rem;top:7.9124984741213rem;left:1.2492187619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrbZiXkhA1xgzToxZUtK8gh26ILh87xB { display:none; }#nrbZiXkhA1xgzToxZUtK8gh26ILh87xB > .row .container { width:20rem;height:4.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SGSSfZKwku0HwWimDbqsmnUSn1TO32Xf { display:flex;width:1.25rem;height:1.25rem;top:1.25rem;left:0.56249994039536rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #WVdQw6aqP51qQQL6Q6HTkF1Bda3uqbdf { width:17.625rem;height:2.6rem;top:1.19921875rem;left:1.1867187619209rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #oMVvzJWaOSxIkstkWDz5Ponyx4z4uTel { width:19.75rem;height:3.4375rem;top:0.875rem;left:0rem;z-index:14999;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: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.35) ;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(129,153,176,0.14);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CDOeNkPfkOqyb8XmHT0LzzsKbQWzXq47 { display:none; }#CDOeNkPfkOqyb8XmHT0LzzsKbQWzXq47 > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P8XQXp0NyVvIZ7uzwz6xq5IEre0fUTN8 { width:17.25rem;height:0;top:2.25rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScKksO2XFT81dHPArMtLdouxUSXVLa0B { width:19.5625rem;height:11.4375rem;top:0.75rem;left:0.43749994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhzqp2oneyRPxMKLTaV9Umh1Vs2mIQSf { width:18.125rem;height:10.4rem;top:1.5rem;left:1.2179687619209rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #vVr8ZviI0cSZZlnpGc3dU6wsLcREfRFc { display:none; }#vVr8ZviI0cSZZlnpGc3dU6wsLcREfRFc > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sb1SJTDtyDNMtnZFVuiwUXfvMGWnoLfv { display:flex;width:1.25rem;height:1.25rem;top:1.375rem;left:0.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #C50dEuG139NB9LT4b13kTtn4qkJIigrQ { width:16.625rem;height:2.6rem;top:1.32421875rem;left:1.8742187619209rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #qab9f2hikqfREkkz2ymevp0IAC1gvVoo { width:19.75rem;height:3.5rem;top:0.875rem;left:0rem;z-index:14999;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: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.35) ;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(129,153,176,0.14);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #J025CtOvrHLWZZHSTXyW3SOUcwsBPNM4 { display:none; }#J025CtOvrHLWZZHSTXyW3SOUcwsBPNM4 > .row .container { width:20rem;height:20.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GXnsq21uNq4pxTQ2VztAIEtMTv2uk3Wh { width:17.25rem;height:0;top:2.25rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4yfTMgDMxa4zRaMTT1Q33TblcIufi51 { width:19.5625rem;height:15.8125rem;top:0.75rem;left:0.43671876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF1wFi1phraqWmzb99eBofmBVPPMUw4A { width:18.125rem;height:15.6rem;top:1.5rem;left:1.2179687619209rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #aHKKi4GGAZ1F04e9cCE6lBHcE3UAg0L7 { display:none; }#aHKKi4GGAZ1F04e9cCE6lBHcE3UAg0L7 > .row .container { width:20rem;height:2.875rem;background-color:#f4f4f4;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uNd9cv5aKPhoQ2I9CMgT3yFBk7s6WxXc { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uNd9cv5aKPhoQ2I9CMgT3yFBk7s6WxXc > .row .container { border-width: 0; border-radius: 0; }#uNd9cv5aKPhoQ2I9CMgT3yFBk7s6WxXc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uNd9cv5aKPhoQ2I9CMgT3yFBk7s6WxXc > .row .container { width:20rem;height:37.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OpniikccivLZhXdqT02QT9lJy0Z5zWbE { width:3.125rem;height:3.375rem;top:11.900000572204rem;left:8.4375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygHJ8wzGop2HRp5v0vrcIXeeyMbVrkvi { width:6.8125rem;height:2.8125rem;top:12.181250572204rem;left:11.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP0EmpUpFdG2kMRJ4hP1XVWUDBW1BDFF { width:10rem;height:4rem;top:15.174999713898rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKRE1wNivCoTmZbX5g3hSxohf00nIKeT { width:8.75rem;height:3.5625rem;top:11.987499713898rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUPyR7IyvrIzesBaoC79DX5E6N7ytikg { width:20rem;height:1.70625rem;top:2.3125004768372rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yBR8OLll8BQacMcBwGJgUcfe9y8Az9Jc { width:5.8125rem;height:3.0625rem;top:8.8875001668931rem;left:11.562500536442rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SIZdP27JM1bSH8ihXXQUctpVqhur5Nck { width:4.125rem;height:2.75rem;top:15.800000667572rem;left:12.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLIWenRM4AxpLopV8wkc5HX1hCSnHNei { width:6.5625rem;height:2.375rem;top:34.006261825561rem;left:1.7187500596046rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z73Xci731vHiqk8zH85pqqS4qxKy1gib { width:7.4375rem;height:2.625rem;top:8.4500002861025rem;left:1.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #T51BicGR56Ka2319dmkWKQSdZv4PX3eH { width:8.5625rem;height:1.5rem;top:22.875000476837rem;left:1.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuEzMx8iCOPD7Oi4B1F3RTl49P4TBRSu { width:6.25rem;height:1.3125rem;top:26.125002384186rem;left:1.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbgebyzrD48VmGf4RRp8iTkVQoZEDnLU { width:6.125rem;height:2.625rem;top:19.174999713897rem;left:11.937500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDq9lRKEKfMX1GVJ3w1It8ruOABKbtU2 { width:6.375rem;height:1.5625rem;top:26rem;left:11.812500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKn1sulfcflJAonE6D3VcAtI9EA6C4A9 { width:8.5rem;height:1.5625rem;top:29.06875038147rem;left:10.192781654378rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Ln9GdayIsA0VKSmRZA4ITgcS4An7Pk { width:4.375rem;height:1.6875rem;top:34.35000038147rem;left:12.736718714237rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbJHKOHeauRzDbiqrvh57EDI4X65H91N { width:4.5625rem;height:2.125rem;top:22.562501430511rem;left:12.718750536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB5HZSV50iv9fgpqaWTTErTC3HGPEMCR { width:8.5625rem;height:3.1875rem;top:18.8125rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGgHzgiMHKzKlDJ1mcllSOTc8CI88bC1 { width:7.4375rem;height:7.4375rem;top:28.993751049042rem;left:11.349999964237rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLKaD2T6GBK685CCmDa8220Xh8eTcTKC { width:4rem;height:4rem;top:27.4375rem;left:3.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #akCHUZG0qa8bz5zkwFQHMiD7grADwgM8 { width:8.4375rem;height:2.8125rem;top:31.53750038147rem;left:1.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDzDThRE937ZyBy491X6bUt4Gq1TrACI { top:4.5234375rem;left:3.7500000596046rem;width:12.5rem;height:0.3125rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw { background-color:#eaf0fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .row .container { background-color: transparent; background-image: none; }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .row .container > .video-iframe-container { display: none; }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .row > .video-iframe-container { display: none; }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .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); }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .row .container { border-width: 0; border-radius: 0; }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QlWiGxN1Q9LhGcXcT4KuEiSQsHUuLQQw > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #df1Nk5KEBLS8go056O63alO2uwFTrF2X { width:3.125rem;height:3.375rem;top:11.900000572204rem;left:8.4375005364419rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3qSRi6qX4VcKrd02aU4Dz90V1klrpp1 { width:6.8125rem;height:2.8125rem;top:12.181250572204rem;left:11.562500536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7VDamrfXmBSneaVL4ivwA4tqHsD3CTn { width:10rem;height:4rem;top:15.174999713898rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #il59W2fya8U1GUiZGFFXValz5UG0JX0h { width:8.75rem;height:3.5625rem;top:11.987499713898rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eVEeOMZE7LNUvVEnHWztVEZqpBw0Er9d { width:20rem;height:1.70625rem;top:2.3125004768372rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nvSNsQ5uAxi7WQTTahvv3ugE6Holgs2u { width:5.8125rem;height:3.0625rem;top:8.8875001668931rem;left:11.562500536442rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #DbWFCBIpds1rso4OqRMvWxHpG93nxPTr { width:4.125rem;height:2.75rem;top:15.800000667572rem;left:12.937500536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #wel5yeL0Ka2qeyO2SyvWIa4v96VVPsai { width:6.5625rem;height:2.375rem;top:34.006261825561rem;left:1.7187500596046rem;z-index:15041;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rRx53yhE08SbWFvK602nmA7Sxthnn4c2 { width:7.4375rem;height:2.625rem;top:8.4500002861025rem;left:1.2812500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #gMnOtqdrMswopratZ0a4lESJ9gS58h5h { width:8.5625rem;height:1.5rem;top:22.875000476837rem;left:1.5000000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFrPxLyR4FppTpZJAfUJLt0ZmZglffsW { width:6.25rem;height:1.3125rem;top:26.125002384186rem;left:1.4687500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbuobbkUpee6McfBNuSDa1U4JiLk6OTz { width:6.125rem;height:2.625rem;top:19.174999713897rem;left:11.937500536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAHgHI7CwPDSV7PaFpMMrGWBiK2KsiCS { width:6.375rem;height:1.5625rem;top:26rem;left:11.812500536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #me0HvScKTvzEoP0FyQ0aqw80kXxDT1CB { width:8.5rem;height:1.5625rem;top:29.06875038147rem;left:10.192781654378rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOyKXGq4CWXVdARfiDnm8Ud7WB7tXo5M { width:4.375rem;height:1.6875rem;top:34.35000038147rem;left:12.736718714237rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMLNCsg4RexTeBOc37BQaRHC3nx3tRQe { width:4.5625rem;height:2.125rem;top:22.562501430511rem;left:12.718750536442rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBg5x9arqpNO9UGFaldnG9eSExgpB1Tq { width:8.5625rem;height:3.1875rem;top:18.8125rem;left:1.1874999403954rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIuVy2AG5JvcmQQughxAOWrGgQD0NIAv { width:7.4375rem;height:7.4375rem;top:28.993751049042rem;left:11.349999964237rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkhQTWvqOdWQKba46qAEqL7FQOvTdz0O { width:4rem;height:4rem;top:27.4375rem;left:3.0000000596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhdHLU9MH7x85MX8687JT3c4IPBIuxXB { width:8.4375rem;height:2.8125rem;top:31.53750038147rem;left:1.3437500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETMIh0EEAH8udn5HXUOc60dLRbAKoicP { top:4.5234375rem;left:3.7500000596046rem;width:12.5rem;height:0.3125rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #hgHirvT3n1udrxpKWAfw39JvXxRwe5xM { width:20rem;height:11.194471865745rem;top:4.8679695129394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQryKhlwSXwZHGXD1yTHLxJqAqn8M8o4 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hQryKhlwSXwZHGXD1yTHLxJqAqn8M8o4 > .row .container { border-width: 0; border-radius: 0; }#hQryKhlwSXwZHGXD1yTHLxJqAqn8M8o4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hQryKhlwSXwZHGXD1yTHLxJqAqn8M8o4 > .row .container { width:20rem;height:31.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k3nIOPSWGG3fuNKEvDlJpP0xUJKydAlV { width:3.125rem;height:3.375rem;top:16.687500357628rem;left:3.8742190003395rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIw8wi4tT50IgsTL5ViINNL3xFTBIqrr { width:8.25rem;height:3.4375rem;top:13.250000357628rem;left:1.1242187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUs766SSGbftXmqSAn1i2yDdSeL6BCko { width:6.8125rem;height:2.8125rem;top:13.031250357628rem;left:10.660937845707rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osws9aD7rfrTID5TQ0NqlPdn8IpxFmOy { width:9.375rem;height:3.75rem;top:20.718750357628rem;left:1.3742187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB6hvL7GNzaX7xuwiDFLD9wMAllAcNV6 { width:10.125rem;height:4.1875rem;top:9.0625003576281rem;left:9.3750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz9DUtabJAgvyWxPO8Nc7x3qhl9FCA6r { width:17.75rem;height:3.25rem;top:1.4859374761581rem;left:1.1242187619209rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adCT6SgoDALu4ynQdpIxJT6GhouaC4hw { width:6.5625rem;height:3.5rem;top:6.7500003576281rem;left:10.611718714237rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oqmpZA1A9FZfxJKGgiTunQTPq9Dgded5 { width:8.5625rem;height:3.5625rem;top:9.7375005483625rem;left:1.3742187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8JgZBzRXy8LAwkWXRNgZywtdtpOfkeS { width:10.25rem;height:4rem;top:23.687500357628rem;left:8.7679687142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaMuEMQTevkxaoMU67MbXK8yUUiuKy8M { width:11.8125rem;height:4.875rem;top:15.843750357628rem;left:7.7367187142375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aew96NGGSOccUrfgF5ls2p0WcJJwsA6g { width:9.9375rem;height:2.25rem;top:24.674999594688rem;left:1.4742186665535rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gknb4794iuB0uyIXwWmzWOKbslFZUhgv { width:7.4375rem;height:2.625rem;top:6.7500003576281rem;left:1.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTa5WZAqCMqBMRK5y3qh1ThRS0fpXmxc { top:5.7375000715256rem;left:1.1242187619209rem;width:18.4375rem;height:22.0625rem;z-index:15006;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnlGlTTEMyveOeor9Q79XvAz1qqmQPtH { display:block; }#GnlGlTTEMyveOeor9Q79XvAz1qqmQPtH > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ovi8DFmwdvxw61nuVNyyAfyPIFomf1r4 { width:20rem;height:3.4125rem;top:14.356250762939rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q34p5TebLhguPaa8S3LpksSms0QkxiTm { width:10.6875rem;height:1.05625rem;top:5.8125rem;left:4.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eFh91li4l4TUA4d27WzAdHbXn4eT6yK8 { width:10.6875rem;height:1.05625rem;top:8.11875rem;left:4.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #auoPw9B7JNoAGFLC0nHwZnPSpycgc07i { width:12.25rem;height:1.05625rem;top:10.425rem;left:3.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eEVlJASHhKfzWdrQMNO5ZBHnaM7SHvRi { width:5.6875rem;height:2.125rem;top:1.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0E0Cnnaeduf0NZFABnmUOxyx7h1Hb3n { background-color:#212529;background-image:none;display:none; }#i0E0Cnnaeduf0NZFABnmUOxyx7h1Hb3n > .row .container { width:20rem;height:31.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qXpVbILpZuWJR3bCCgFpvwWXn4o3D7Ez { width:8.8125rem;height:5.75rem;top:2.3609375953674rem;left:4.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #foMtQnSEfTJTTO9T2JIigqTUnVyqcel3 { width:17.5rem;height:2.925rem;top:26.450000286103rem;left:2.1562500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t50RkUzqptkfMVWgp5iD7W6V9JOSEaRk { display:flex;width:2.1875rem;height:2.1875rem;top:10.218750476837rem;left:3.4250002503395rem; }
 }@media only screen and (max-width: 763px) { #oyJq6W39x5WozLxPriKypOTTrWTLcTzh { width:10.5625rem;height:1.2rem;top:10.712500095367rem;left:4.7187500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa5HsNdASyir5981L9QUPffO61xEpv0H { width:18.1875rem;height:1.2rem;top:18.25rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT3RpGaXJ1whTTe3OiMWCOKsgcQfUXVg { width:13.1875rem;height:1.2rem;top:20.875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3QUHlIAnGMWT3lEoueVGJkkQ6LQsXG0 { width:17rem;height:1.2rem;top:8.0617184638975rem;left:1.5000000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F50po0r68T1gCExJIMB8D9Sf6DtdX1BX { width:17rem;height:1.2rem;top:15.431251049042rem;left:1.5000000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEVHTlOefTvuv6fbi4rD5BCBryHaaB2w { display:flex;width:1.5625rem;height:1.5625rem;top:18.068749904633rem;left:3.4250002503395rem; }
#MEVHTlOefTvuv6fbi4rD5BCBryHaaB2w > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #LwkrtnvzHFSVcVsP24X9V3TTDD1mvnek { display:flex;width:1.5625rem;height:1.5625rem;top:20.693749904633rem;left:3.7375002503395rem; }
#LwkrtnvzHFSVcVsP24X9V3TTDD1mvnek > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }