.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#c4c4cc;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB > .row .container { background-color: transparent; background-image: none; }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB > .row .container > .video-iframe-container { display: none; }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB > .row > .video-iframe-container { display: none; }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB > .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); }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB > .row .container { border-width: 0; border-radius: 0; }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/JupD2WgS/MIdeastwire_arab_politics_geopolitics_translations_arab_media_diplomacy_arab_world_lebanon_UAE_saudi_Arabia_Nicholas_Noe_Beirut.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN.adaptive-delivery-prevent-bg, #slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN.lazyload, #slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN.lazyloading { background-image: none; }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN > .row .container { background-color: transparent; background-image: none; }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(239,239,247,0.94); }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN > .row .container > .video-iframe-container { display: none; }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(239,239,247,0.94); }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN > .row > .video-iframe-container { display: none; }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN > .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); }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN > .row .container { border-width: 0; border-radius: 0; }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN > .row .container { font-size:0.875rem;font-family:arial;height:75.75rem;width:60rem;position:relative;display:block; }#D7Eb6ULbN9RPUCmAelhmRaWyDHFE3X2J { color:#000000;display:block;width:28.375rem;position:absolute;font-family:muli;font-size:1.8125rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:7.5rem;left:0rem;height:3.625rem;font-style:normal;text-align:right;text-align-last:right;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; }
#mF9nosFtcwAz9WG4g9mQVcKMgn9pJt6C { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:3.693359375rem;left:32.8125rem;height:62.15625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#nwcm7LRfzwDhtMww5fl5s45gIsUXIqCq { position:absolute;display:block;z-index:100013;background-color:#1ebe74;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;height:11.0625rem;width:0.25rem;top:3.6875rem;left:29.8125rem;display:block; }
#qS6isAsk4Vz9x1p4T2b04dqBWprbDVK9 { position:absolute;display:block;z-index:100015;background-color:#1ebe74;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;height:11.0625rem;width:0.25rem;top:20.125rem;left:29.8125rem;display:block; }
#SDOVqc9JSv1koX1OR0z8SgueTJrfigGI { color:#000000;display:block;width:23.8125rem;position:absolute;font-family:muli;font-size:1.8125rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:23rem;left:4.4375rem;height:3.625rem;font-style:normal;text-align:right;text-align-last:right;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; }
#MxWeHHlB575hR8WgNbZWBWvx8qahpEyt { position:absolute;display:block;z-index:100017;background-color:#1ebe74;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;height:11.0625rem;width:0.25rem;top:37.249219179154rem;left:29.8125rem;display:block; }
#rFXPNHKZ4bGl4tC7dQv6rM6JiqmuvSVp { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:muli;font-size:1.8125rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:40.968749046326rem;left:4.75rem;height:3.625rem;font-style:normal;text-align:right;text-align-last:right;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; }
#HMynKG5ZIhX7gm0ic0XOTmVF6782w9Xy { position:absolute;display:block;z-index:100019;background-color:#1ebe74;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;height:11.0625rem;width:0.25rem;top:54.75rem;left:29.8125rem;display:block; }
#DxdCLhQ1o2OZQGQ0UGwrP2WFnE7859Nd { color:#000000;display:block;width:27.875rem;position:absolute;font-family:muli;font-size:1.8125rem;font-weight:700;z-index:100008;line-height:1;letter-spacing:0;top:58.467967987061rem;left:0.3125rem;height:3.625rem;font-style:normal;text-align:right;text-align-last:right;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; }
#Fo0V3xGPGk0JkzFzuSKTc73H7t4LldwD { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:5.8125rem;top:0.3125rem;left:52.90625rem;overflow:hidden;display:block; }
#KaoHCO7MC59m0MZVpofnrI7gyc9IGpC6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:3.1875rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:0rem;left:52.53125rem;display:block; }
#VinRU069cQ0sTWdKJRpIufSf2oZdCUUC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sPtWx3AeZVRWmsc44q1J5r0bPyy7BP3Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c4c4cc, #c2c0ca);background-image: -moz-linear-gradient(180deg, #c4c4cc, #c2c0ca);background-image: -ms-linear-gradient(180deg, #c4c4cc, #c2c0ca);background-image: -o-linear-gradient(180deg, #c4c4cc, #c2c0ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4cc', endColorstr='#c2c0ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4cc', endColorstr='#c2c0ca' );";background-image: linear-gradient(180deg, #c4c4cc, #c2c0ca);background-size:auto !important;position:relative;display:block; }#sPtWx3AeZVRWmsc44q1J5r0bPyy7BP3Q > .row .container { background-color: transparent; background-image: none; }#sPtWx3AeZVRWmsc44q1J5r0bPyy7BP3Q::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sPtWx3AeZVRWmsc44q1J5r0bPyy7BP3Q > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sPtWx3AeZVRWmsc44q1J5r0bPyy7BP3Q > .row .container > .video-iframe-container { display: none; }#sPtWx3AeZVRWmsc44q1J5r0bPyy7BP3Q > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sPtWx3AeZVRWmsc44q1J5r0bPyy7BP3Q > .row > .video-iframe-container { display: none; }#sPtWx3AeZVRWmsc44q1J5r0bPyy7BP3Q > .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); }#sPtWx3AeZVRWmsc44q1J5r0bPyy7BP3Q > .row .container { border-width: 0; border-radius: 0; }#sPtWx3AeZVRWmsc44q1J5r0bPyy7BP3Q > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:60rem;position:relative;display:block; }#WnGVkib7Xu7LhF9Bnn9LKSu7zhvbvqwa { position:absolute;display:block;z-index:100018;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.25rem;width:15rem;top:6.875rem;left:0rem;display:block; }
#GtcUJ1r5xL1AgKEIg3voiMMO4SyGdErd { color:#000000;display:block;width:7.875rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:11.3125rem;left:3.5625rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DG0wFqRUARTJtociX6RlqCK4bF6LkUpE { position:absolute;display:block;z-index:100019;background-color:#1ebe74;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;height:0.4375rem;width:15rem;top:6.375rem;left:0rem;display:block; }
#sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.25rem;width:15rem;top:6.875rem;left:15rem;display:block; }
#eQarAfV3aVDcaJp9VSka2iIAbcn3Qki0 { position:absolute;display:block;z-index:100018;background-color:#3a1abc;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;height:0.4375rem;width:15rem;top:6.375rem;left:15rem;display:block; }
#viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:11rem;left:15.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { position:absolute;display:block;z-index:100017;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;height:13.25rem;width:15rem;top:6.875rem;left:30rem;display:block; }#KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz.adaptive-delivery-prevent-bg, #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz.lazyload, #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz.lazyloading { background-image: none; }
#K12VHG2ITCfs8TXqy17HWzlgkh66JL6d { position:absolute;display:block;z-index:100014;background-color:#1ebe74;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;height:0.4375rem;width:15rem;top:6.4375rem;left:30rem;display:block; }
#UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:12.0625rem;left:31.625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ecFLnqIPkAll4RT5GLvk5hF0IbLPgiGk { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.25rem;width:15rem;top:6.875rem;left:45rem;display:block; }
#cpe2bO6UtovZ5F09fB2nhk9D8xUEtFi0 { color:#000000;display:block;width:10.125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:10.574999809265rem;left:47.437503814698rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gqPuU3JHIMN6RbDbJcQLzxm2TGz0fXiK { position:absolute;display:block;z-index:100027;background-color:#3a1abc;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;height:0.4375rem;width:15rem;top:6.4375rem;left:45rem;display:block; }
#bwTWfO6xWAHAxFxeRF3ZnruNgTOxJVx8 { color:#ffffff;display:block;width:45.5rem;position:absolute;font-family:muli;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:2.3124990463257rem;left:0rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q0FssuU8ZeRAkK1tW1kJCGmbV2fof4KD { color:#f5f8f8;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:21.4375rem;left:37.1875rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dvhn9n5kLqaMIZ0L3L2diXovXOQPg4Ix { color:rgba(0,0,0,0.66);display:block;width:30.125rem;position:absolute;font-family:muli;font-size:3.6875rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:23.630469918251rem;left:1.5625rem;height:9.5859375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-form-header {  }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#000000;width:18.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-text { background-color:rgba(255,255,255,0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:2.875rem;color:#090908;font-size:1.125rem;overflow:hidden;font-family:ubuntu;font-weight:300;font-style:normal; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-textarea { background-color:rgba(255,255,255,0.76);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:4.375rem;color:#090908;font-size:1.125rem;overflow:hidden;font-family:ubuntu;font-weight:300;font-style:normal; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-button { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.75rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:12.875rem;height:3.4375rem;font-family:ubuntu;overflow:hidden; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl [class*="-text"]:-moz-placeholder { color:#090807;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl [class*="-text"]::-moz-placeholder { color:#090807;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl [class*="-text"]:-ms-input-placeholder { color:#090807;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl [class*="-text"]::-webkit-input-placeholder { color:#090807;font-family:ubuntu;font-size:0.875rem;font-weight:300;font-style:normal; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.7;font-size:0.5625rem;font-weight:300;color:rgba(255,255,255,0.8);vertical-align:top;width:17rem;overflow:hidden;font-style:normal; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-container:first-of-type{padding-top:0;}#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-container:last-of-type{padding-bottom:0;}#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100015;position:absolute;top:23.375rem;left:34.500001907349rem; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.4375rem; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl {display:block;}#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100015;position:absolute;top:23.375rem;left:34.500001907349rem; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #Cp9AaG5Hcd1kMddPGw0OfQnTvbTlz4Ak { position:relative; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #TEUNnJe55HzehKedAhMs3JmWAFynUqcq { position:relative; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #JNIQGbT3ITfELvuRP6xbv21N3xEWLED2 { position:relative; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #l9PHCnsrKedOvTaaX45AmucovFhyhuTF { position:relative; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #xTWvUNezpWTaG85HZH0vRTroZ6AtognG { position:relative; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #gWekPBZNbxAAoCG3kwzZBLiGnbr209TA { position:relative; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #AflTTGDLD0S4TyHiHq1DVRCp2r1xOKVc { position:relative; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #UbsTQRuR0a8aSLmT4dlS9TokIqzx2osc { position:relative; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #XalFTRPRlF6ao9QQzTgDf5NoxKxuOlOZ { position:relative; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #IBZmhV7mWOI0Si7KoW9SVR4RotwP32h9 { position:relative; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #g4v1Ziz0qcHTBUkyAvsrtUus41Wm9f8B { position:relative; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #XrPovnvm7OAJKkoTptDTDSQzikKSCywq { position:relative; }
#vMWHTJQ3qaN8hFwA2SQGSXTesrtHdFSa { position:relative;display:block;z-index:100000;display:block; }
#ikkkdIFIAOEDktWJutoCozH3nBDJ7kUl { position:relative;display:block;z-index:100000;display:block; }
#v4Hp3QNISUOTZNIrifROmkpJ7TaANTgO { position:relative;display:block; }
#FrQ6KKQuvC1fHK4pSD9Wf9K80yMVP8XA { position:relative;display:block; }
#OedR0Z9KlUaGVJgUTGkMpcK9LJiCz38h { position:relative;display:block; }
#AfFSVINCyXphyFMrsUazSo7EQ8PwBZTZ { position:relative;display:block; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #UCmQ4lxu5Csz6TApJXERLhVM7xlxLHDD { position:relative; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #GaNVFOp95DRLvmCGISqgCLkUe9Rgrv3t { position:relative; }
#IOoxhGSEn6D1MQSTmdfmhPTWlzDKvbOq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/nrMLRxSS/Untitled_design.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#IOoxhGSEn6D1MQSTmdfmhPTWlzDKvbOq.adaptive-delivery-prevent-bg, #IOoxhGSEn6D1MQSTmdfmhPTWlzDKvbOq.lazyload, #IOoxhGSEn6D1MQSTmdfmhPTWlzDKvbOq.lazyloading { background-image: none; }#IOoxhGSEn6D1MQSTmdfmhPTWlzDKvbOq > .row .container { background-color: transparent; background-image: none; }#IOoxhGSEn6D1MQSTmdfmhPTWlzDKvbOq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(239,239,247,0.94); }#IOoxhGSEn6D1MQSTmdfmhPTWlzDKvbOq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IOoxhGSEn6D1MQSTmdfmhPTWlzDKvbOq > .row .container > .video-iframe-container { display: none; }#IOoxhGSEn6D1MQSTmdfmhPTWlzDKvbOq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(239,239,247,0.94); }#IOoxhGSEn6D1MQSTmdfmhPTWlzDKvbOq > .row > .video-iframe-container { display: none; }#IOoxhGSEn6D1MQSTmdfmhPTWlzDKvbOq > .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); }#IOoxhGSEn6D1MQSTmdfmhPTWlzDKvbOq > .row .container { border-width: 0; border-radius: 0; }#IOoxhGSEn6D1MQSTmdfmhPTWlzDKvbOq > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;position:relative;display:block; }#vma9asJClUxvOCZvCrBtmg8zwzJliF1Q { position:absolute;display:block;z-index:100000;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.5rem solid rgba(227,227,227,0.61);border-left:0.5rem solid rgba(227,227,227,0.61);border-right:0.5rem solid rgba(227,227,227,0.61);border-bottom:0.5rem solid rgba(227,227,227,0.61);box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(0,0,0,0.1) ;height:9.375rem;width:27.875rem;top:3.0625rem;left:15.5625rem;display:block; }
#DwQDFHh6noF3peSAVZmI67ochrI31QpE { color:#000000;display:block;width:23.625rem;position:absolute;font-family:muli;font-size:2.625rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:18.1875rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThHK9yQqFyG2KEy0royWaJipVgfos5xl { position:absolute;display:block;z-index:100027;height:3rem;width:43rem;top:15.687501907349rem;left:8.5rem;display:block; }
#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c4c4cc, #c2c0ca);background-image: -moz-linear-gradient(178deg, #c4c4cc, #c2c0ca);background-image: -ms-linear-gradient(178deg, #c4c4cc, #c2c0ca);background-image: -o-linear-gradient(178deg, #c4c4cc, #c2c0ca);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4cc', endColorstr='#c2c0ca' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4cc', endColorstr='#c2c0ca' );";background-image: linear-gradient(178deg, #c4c4cc, #c2c0ca);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { border-width: 0; border-radius: 0; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:60rem;height:57.4375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:none; }#ByUgypQRbTSTAJh9CATIVgxaw0Bm4qsQ { background-color:#3a1abc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:47.6875rem;left:23.90625rem;display:block; }
#z6021lQnSULGb9UZhmE5eCowyyrWJJ8f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U7UFpVvHw6VV4RlizRxDRBxnGmR2EcS8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a1abc;background-image:none;position:relative;display:none; }#U7UFpVvHw6VV4RlizRxDRBxnGmR2EcS8 > .row .container { border-width: 0; border-radius: 0; }#U7UFpVvHw6VV4RlizRxDRBxnGmR2EcS8 > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:none; }#vX9tXUyqVSIFw208EfsSoTaBwahy9sxp { position:absolute;display:block;z-index:100053;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;height:13.25rem;width:20rem;top:0rem;left:20rem;display:block; }
#e60RB3foyEabr37tB91TvcUCi8nPQc3V { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.25rem;width:20rem;top:0rem;left:40rem;overflow:hidden;display:block; }
#eJp76CysykqwaPSEbXTV1hHlXkitJT2x { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:ubuntu;font-size:1.5rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.6875rem;height:5.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sqsVcR46viymhQgVQ5hdOn3autGikmQs { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.65);top:4.1875rem;left:41.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m4coCkIDprtuHZuU507DdPy1ST34RAfI { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.25rem;width:20rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Oev8CnZZS9XTIypfnKL5DUWA8EtI8TAu { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:ubuntu;font-size:3.75rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.65);top:4.1875rem;left:2.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GJnFyGlRWku5PBN28MpHPcVzqurLZKGp { position:relative;display:block; }#GJnFyGlRWku5PBN28MpHPcVzqurLZKGp { background-color: transparent; background-image: none; }#GJnFyGlRWku5PBN28MpHPcVzqurLZKGp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GJnFyGlRWku5PBN28MpHPcVzqurLZKGp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GJnFyGlRWku5PBN28MpHPcVzqurLZKGp > .row .container > .video-iframe-container { display: none; }#GJnFyGlRWku5PBN28MpHPcVzqurLZKGp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GJnFyGlRWku5PBN28MpHPcVzqurLZKGp > .row > .video-iframe-container { display: none; }#GJnFyGlRWku5PBN28MpHPcVzqurLZKGp > .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); }#GJnFyGlRWku5PBN28MpHPcVzqurLZKGp { border-width: 0; border-radius: 0; }#GJnFyGlRWku5PBN28MpHPcVzqurLZKGp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c4c4cc;background-image:none;font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#NOWywvNaAo8139IH1sWVtgRpNmMpWBxh { position:absolute;display:block;z-index:99999;background-color:#3a1abc;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.375rem;width:40.75rem;top:3.0625rem;left:19.1875rem;display:block; }
#mnqO2lgO8PW6xsKd7PfdEUCuIHWcbb4S { box-sizing:content-box;color:#c4c4cc;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:block;z-index:100059;top:3.625rem;left:19.375rem;display:block; }
#hI5FauPzbog0p35vWfUwmvkcKIXXFLE6 { color:#ffffff;display:block;width:30.4375rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:4.1875rem;left:28.875rem;height:2.125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#w2o8tP72DEVnPkvB1FFA7azLuc3B5lM1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.8125rem;height:4.375rem;text-decoration:none;z-index:100059;text-align:center;text-align-last:center;top:3.0625rem;left:19.1875rem;display:block; }
#TTFF8XDBbLwnmMqaClILT4Tyid94ZkQX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rxtpHxlbPK5k2ory26s0dhEl7W727TQb { position:relative;display:block; }#rxtpHxlbPK5k2ory26s0dhEl7W727TQb { background-color: transparent; background-image: none; }#rxtpHxlbPK5k2ory26s0dhEl7W727TQb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rxtpHxlbPK5k2ory26s0dhEl7W727TQb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rxtpHxlbPK5k2ory26s0dhEl7W727TQb > .row .container > .video-iframe-container { display: none; }#rxtpHxlbPK5k2ory26s0dhEl7W727TQb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rxtpHxlbPK5k2ory26s0dhEl7W727TQb > .row > .video-iframe-container { display: none; }#rxtpHxlbPK5k2ory26s0dhEl7W727TQb > .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); }#rxtpHxlbPK5k2ory26s0dhEl7W727TQb { border-width: 0; border-radius: 0; }#rxtpHxlbPK5k2ory26s0dhEl7W727TQb > .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:119.4375rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#gT7sbqTGALIsTt2bt3pR2KQimK5hydvW { color:rgba(0,0,0,0.7);display:block;width:54.5625rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:100003;line-height:1.8;letter-spacing:0;top:21.37353515625rem;left:2.71875rem;height:;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#gT7sbqTGALIsTt2bt3pR2KQimK5hydvW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gT7sbqTGALIsTt2bt3pR2KQimK5hydvW li:before{  }
#L8xXInpEH9zr9DOE2qRXUQLP97mspZuB { color:rgba(0,0,0,0.7);display:block;width:57.9375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.8;letter-spacing:0;top:64.8076171875rem;left:1.03125rem;height:47.25rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#wUnuW3e6SB6DT2vl43O6dgFmk9VTeW56 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:5.125rem;top:0.748046875rem;left:51.858203887939rem;overflow:hidden;display:block; }
#mgIR4E0CS7zMK9WvDFv0GqSEhBASdFXe { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:3rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:0.31053304672241rem;left:51.28125rem;display:block; }
#zPZTTBRx7sDKixmtbHkpaB3v3hCHpTXt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MF0Ezh25XcJXPVKPs5kOgvW7hmuBpCOn { color:rgba(0,0,0,0.7);display:block;width:57.9375rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:100003;line-height:1.8;letter-spacing:0;top:3.248046875rem;left:1.03125rem;height:15.1875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#T3th4Jgf5WfUiGzg5w8phapmVyGwvwNZ { position:relative;display:block; }#T3th4Jgf5WfUiGzg5w8phapmVyGwvwNZ { background-color: transparent; background-image: none; }#T3th4Jgf5WfUiGzg5w8phapmVyGwvwNZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3th4Jgf5WfUiGzg5w8phapmVyGwvwNZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3th4Jgf5WfUiGzg5w8phapmVyGwvwNZ > .row .container > .video-iframe-container { display: none; }#T3th4Jgf5WfUiGzg5w8phapmVyGwvwNZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T3th4Jgf5WfUiGzg5w8phapmVyGwvwNZ > .row > .video-iframe-container { display: none; }#T3th4Jgf5WfUiGzg5w8phapmVyGwvwNZ > .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); }#T3th4Jgf5WfUiGzg5w8phapmVyGwvwNZ { border-width: 0; border-radius: 0; }#T3th4Jgf5WfUiGzg5w8phapmVyGwvwNZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c4c4cc;background-image:none;font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#tTL35HcsHytaBLeZvDJxXlGD9AATkMwq { position:absolute;display:block;z-index:100036;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.375rem;width:46.4375rem;top:0.0625rem;left:13.5625rem;display:block; }
#zSoVCvWcB78Ax77Os46T9W9uMugTNKTt { box-sizing:content-box;color:#c4c4cc;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:block;z-index:100054;top:0.65625rem;left:13.5625rem;display:none; }
#rG4X6WHKzuU5rIV4Hog0a0roIJqfxJQD { color:#3a1abc;display:block;width:41.6875rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:0.8359375rem;left:17.6875rem;height:2.76220625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Jiv5ycMaK4rVV2Zke4N1qaeaVXgxCQcm { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.5625rem;height:4.375rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:0rem;left:13.4375rem;display:none; }
#TFk8zgitsAT1VAoseQ0rsWLLv0sdia25 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NmFTtaiO8aPXRvWsqmFvEoJhx2iqSgcT { position:relative;display:block; }#NmFTtaiO8aPXRvWsqmFvEoJhx2iqSgcT { background-color: transparent; background-image: none; }#NmFTtaiO8aPXRvWsqmFvEoJhx2iqSgcT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NmFTtaiO8aPXRvWsqmFvEoJhx2iqSgcT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NmFTtaiO8aPXRvWsqmFvEoJhx2iqSgcT > .row .container > .video-iframe-container { display: none; }#NmFTtaiO8aPXRvWsqmFvEoJhx2iqSgcT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NmFTtaiO8aPXRvWsqmFvEoJhx2iqSgcT > .row > .video-iframe-container { display: none; }#NmFTtaiO8aPXRvWsqmFvEoJhx2iqSgcT > .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); }#NmFTtaiO8aPXRvWsqmFvEoJhx2iqSgcT { border-width: 0; border-radius: 0; }#NmFTtaiO8aPXRvWsqmFvEoJhx2iqSgcT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:113.25rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#xT2OTs9TeAEEtZUNkZmVvXldfH9L2BsA { color:#c4c4cc;display:block;width:36.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;top:86.0615234375rem;left:15.0625rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#X6U5xfriCaroeHX5negBo5uo0sTUC9cJ { color:#c4c4cc;display:block;width:42rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:66.4375rem;left:15.125rem;height:2.3964875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ArxqJQK1pm9G1yT2Sq1HcG7yiLPPozZK { color:#c4c4cc;display:block;width:43.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:62.5625rem;left:15.0625rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#FTKcTdibmZe7qTsgMfTfpwCOcXatOJBh { color:#c4c4cc;display:block;width:44.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:71.6875rem;left:15.125rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#fBgJfwgqOACgwaBOTBaeoVdGxgh7GOpk { color:#c4c4cc;display:block;width:36rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:81.1240234375rem;left:15.0625rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#A3nfyTCwXnRXcyS36xf5omOz2yaCEoJT { color:#c4c4cc;display:block;width:38.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:78.625rem;left:15.0625rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#yKQdPnPCE7RlN96tEL7SEnQPCu7sC0J3 { color:#c4c4cc;display:block;width:39.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:98.4365234375rem;left:15.0625rem;height:2.3964875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#IRN2284KswNMTHLpyXaOhAtnzZ80eZ9J { color:#c4c4cc;display:block;width:30.9375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:94.4365234375rem;left:15rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#CGcZD1PwRi4o5CkTEdP434oxuaV8VLkv { color:#c4c4cc;display:block;width:42rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:88.0615234375rem;left:15.0625rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#GNGUDJHcmTrNqPLZwGqERBiWeIOiedpz { color:#c4c4cc;display:block;width:41.6875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:48.75rem;left:15.0625rem;height:2.3964875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#BCdIqrQgd7cgV5VxarbPGCsq5p9XUi7H { color:#c4c4cc;display:block;width:26.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:54.3125rem;left:15rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#xlazyEsfr56HKac3TybLVu1dC317sF8J { color:#c4c4cc;display:block;width:41.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:43.375rem;left:15.125rem;height:2.3964875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#uPLycOgZiNIl770soo8NUJtE0wtkzOZP { color:#c4c4cc;display:block;width:41.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:58.625rem;left:15rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#RTi3eaGlKgRrH3LOnEqmkEZaw9LKEs1S { color:#c4c4cc;display:block;width:27.375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:92.0615234375rem;left:15rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ztDycdCLRBzbwhuNoGCpCRxITFcp9Z9T { color:#c4c4cc;display:block;width:39.5625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:94.187103271488rem;left:15.0625rem;height:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#CN2woypcQNCA2w1GoEeBGzZrXd7U33tW { color:#c4c4cc;display:block;width:42.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:99.812103271488rem;left:15.0625rem;height:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#D0uKXQ5yO1mkWEviDSqRhp9BUHhIUvfV { color:#c4c4cc;display:block;width:30.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:110.3740234375rem;left:15.125rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ycdo3HfZsUSoAD1OUXqih4mUliI2eHQx { color:#c4c4cc;display:block;width:42.6875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:103.6240234375rem;left:15.0625rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#QxzNsZquhSq9CQy4OcnnHmOA8ooIcJTs { color:#c4c4cc;display:block;width:56.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:22.9375rem;left:1rem;height:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#LTE6MSot958TsmNnKck0Jnl9q1p53Gh8 { color:#000000;display:block;width:44.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:75.8125rem;left:15.0625rem;height:1.29785rem;font-style:normal;display:block; }
#BcFug2uDFpmWkDGtXu0SOqcosCKntdx0 { color:#c4c4cc;display:block;width:36.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:105.8740234375rem;left:15.0625rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ToyzNzrdBKVTzf8sDIsmHBSDDvWeq1to { background-color:#5d92ff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:1.625rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:51.4375rem;left:15.0625rem;display:block; }
#rB8DMlTOopOUHZrvPgCHUeBtzbzBoxoD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#viKRLEWAfKRkNuV1cfk7SCsPr4KAseH1 { color:#3a75de;display:block;width:38.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100005;line-height:1.2;letter-spacing:0;top:51.6875rem;left:18.3125rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#KCdl7TJSfTyPDSOLKePIvOQgc7q6E9UW { color:#3a75de;display:block;width:38.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100006;line-height:1.2;letter-spacing:0;top:56rem;left:18.25rem;height:1.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZX1xKDxP5F9AvLCU4mXLARGn6RSifbnm { background-color:#5d92ff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:1.625rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:55.8125rem;left:15rem;display:block; }
#uW8v4dXm0Mve9MPxTtXaNoIywuKhFvUJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UDPc78hLgLD90viLhh2SK2R3A8sLXThE { color:#3a75de;display:block;width:42.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100007;line-height:1.2;letter-spacing:0;top:46.5rem;left:16.75rem;height:1.19824375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Iqe3zL4PTvlbWguXneLNdfgr93vEVXgF { background-color:#5d92ff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:1.625rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:46.3125rem;left:15.125rem;display:block; }
#ll6h0TWMQHX4mg80KzLdqcTXn0EDPcSn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TTcQ06GHuwKhD6iOQ88vPyVkkewmX6et { color:#3a75de;display:block;width:40.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:69.1875rem;left:18.0625rem;height:1.29785rem;display:block; }
#rPh9qIrxAnrBxJ00AFWDFTAEfkZ6SMle { background-color:#5d92ff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:1.625rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:69.1875rem;left:15rem;display:block; }
#cWHAzJBuq8zz9M1QfbhXTK6IZ41Bq6vU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gVTTbIM2QFZ0TzafHNWlwGKkX7ZvHMZc { color:#3a75de;display:block;width:24.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:64.125rem;left:18.3125rem;height:1.29785rem;display:block; }
#xv1l5WXm9ycrhEgrtofolVz9GtDcEAPq { background-color:#5d92ff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:1.625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:63.9375rem;left:15.0625rem;display:block; }
#wRl2C9TbHbdu0Z7ZiIgelMLgJ66BrwRH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Q57uGHxRp79BqxD3FbGBFkG9UfEfkIZ0 { color:#3a75de;display:block;width:37.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:73.125rem;left:18.375rem;height:1.29785rem;display:block; }
#KiCRkO5gL3xKtZZpMw6TFsaleqmXZpDb { background-color:#5d92ff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:1.625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:73.1875rem;left:14.9375rem;display:block; }
#QFblzDshMsr7TULPZnV8P1DVdimEPzx7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gRDPJnCZ7TOdDwxRkQ8s5TmoNuNTyr22 { color:#3a75de;display:block;width:41rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:101.6240234375rem;left:18.5625rem;height:1.29785rem;display:block; }
#XypAcSlvPUyTmtc329vk4l5tTLPbwO2f { background-color:#5d92ff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:1.625rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:101.4365234375rem;left:15.0625rem;display:block; }
#iMkX3FrxZM4UeHhAmk11vJI65WuNnAwW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SZkW9Hw43in0pk2VJ813kFUWEl6Qud5T { color:#3a75de;display:block;width:41rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:95.9365234375rem;left:18.5rem;height:1.29785rem;display:block; }
#ykUI11fMihP5aWbGCMJHkXPAGt2TTs9a { background-color:#5d92ff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:1.625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:95.9365234375rem;left:15rem;display:block; }
#FB44ytCkIXIaArGBngLRJyV33q81OuZN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nU6WtE84rTWQVFfoJtx2BKSdxKy7kDLv { color:#3a75de;display:block;width:41rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:89.5615234375rem;left:18.5625rem;height:1.29785rem;display:block; }
#wP7zSOl68psLNTwtIZmT0kONQEDeQvyI { background-color:#5d92ff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:1.625rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:89.4365234375rem;left:15.0625rem;display:block; }
#KFtIZ0T2Mf4rGd7yKvRoF5NgQU9E4hMl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#krtixmUdLhWsl1xh76HRBnxPVPntum4T { color:#3a75de;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:60.25rem;left:17.375rem;height:1.29785rem;text-align:right;text-align-last:right;display:block; }
#aqaHTEvMbTmZ50TLTRAhHeoi5sfBtrZc { background-color:#5d92ff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:1.625rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:60.125rem;left:15rem;display:block; }
#K1kXex17OUqBvVMkvQuUkQDINik6Uhma { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AnMMkaoy6fQPLRTUXckcFNDQhvwdFrP2 { color:#c4c4cc;display:block;width:43.5625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:83.6865234375rem;left:15.0625rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#iUs1hzgAcUkxWFZnnuhI2bThIm9y2XwG { color:#c4c4cc;display:block;width:43.9375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100011;line-height:1.2;letter-spacing:0;top:108.3115234375rem;left:15.0625rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#la3vdURxZrJXBqWzKHC6nIIHkP0hGzr8 { color:#c4c4cc;display:block;width:38.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100007;line-height:1.2;letter-spacing:0;top:96.374603271488rem;left:15.0625rem;height:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#aJprxzORGWfnzMC4ZqAT8KWkKtZQkHzx { color:#c4c4cc;display:block;width:39.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:101.81210327149rem;left:15.0625rem;height:0;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#Mg3ZwJzNflFpECEwXTgO0uVAqsJf7zch { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:101.74960327149rem;left:1.0625rem;height:0;display:none; }
#m4taXKTK4RDJNvH1bHGnlPdFyI4HeAuT { color:#c4c4cc;display:block;width:41.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100007;line-height:1.2;letter-spacing:0;top:31.5625rem;left:15.0625rem;height:2.3964875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#xWlKFUk2euNb8QtppseDRE7pLGMC3Fao { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:31.625rem;left:1.0625rem;height:1.29785rem;display:block; }
#NHzow4PSVVZdTMwoUTaebeicDQeNmopi { color:#c4c4cc;display:block;width:43.8125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:39.625rem;left:15.0625rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#SvOxmVe9JnRgn0TJ2BfwBEDLAw7Tgstb { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:39.5625rem;left:1.1875rem;height:1.29785rem;display:block; }
#Uqssr25ZdGmuy9ptBHr5cnMsyh0no2dC { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:43.375rem;left:1.25rem;height:1.29785rem;display:block; }
#DG58Q1cJcUBIu1RDKyeUhfndcrsZuEhH { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:48.75rem;left:1.1875rem;height:1.29785rem;display:block; }
#kvZkSGqlJxTVk3KudAfdVK62QTVaT6Fu { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:54.375rem;left:1.125rem;height:1.29785rem;display:block; }
#Veh9naQkhdpCZ2PRDSWHKr9CWA4blnsQ { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:58.5625rem;left:1.125rem;height:1.29785rem;display:block; }
#Chtf0IT2ziF9mnbRZSvt10i33lUr6DNE { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:62.5625rem;left:1.1875rem;height:1.29785rem;display:block; }
#MAQ0aITWre8k0DCU6EeG7CTZOAiasV4v { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:66.4375rem;left:1.125rem;height:1.29785rem;display:block; }
#pT7myPLXW8bnVOnd5bmfe5kBVwT9QFVP { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:71.75rem;left:1.25rem;height:1.29785rem;display:block; }
#Td09Osqu8toJHd2S6bbg9z5zb9kLxab5 { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:75.8125rem;left:1.1875rem;height:1.29785rem;display:block; }
#C4TOJOXqSPFu5ev8Ms0J0M4Exg2AsKOw { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:78.5625rem;left:1rem;height:1.29785rem;display:block; }
#wX5N7mgHcqOZCVyZ1XKMH3HN2OmvJ4Wn { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:81.0615234375rem;left:1rem;height:1.29785rem;display:block; }
#e1221JiAup68swxRB8FCixJKdrgxxmOy { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:83.6240234375rem;left:1rem;height:1.29785rem;display:block; }
#stCBM3sWWRL0qTgakvPG1dn9xdn5CVdy { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:85.9990234375rem;left:1rem;height:1.29785rem;display:block; }
#cdvs0sOezlsioA1kfOTikq82lEQzM9aK { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:87.9990234375rem;left:1rem;height:1.29785rem;display:block; }
#TJ7v3L6GBc4ARJ7Pgg1IyyU3yJlfn3Cv { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:94.3740234375rem;left:0.9375rem;height:1.29785rem;display:block; }
#IpTQfxePhmpNAySJNTA458TobnWK9c7l { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100038;line-height:1.3;letter-spacing:0;top:98.4365234375rem;left:1rem;height:1.29785rem;display:block; }
#blH9G5uTsK9lLJ8blBEDuMHDLDnJwaXJ { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:103.5615234375rem;left:1rem;height:1.29785rem;display:block; }
#bn3HATFTtDQrfyip5SHd5td8MsRW15OP { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:105.8115234375rem;left:1rem;height:1.29785rem;display:block; }
#Nx7AL7Mu9r77eTNgfIxEfkFXQosRhTs8 { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100041;line-height:1.3;letter-spacing:0;top:108.2490234375rem;left:1rem;height:1.29785rem;display:block; }
#CrVNXeM4uT1kyQrx4PG2bWeAnPDLZTU5 { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100042;line-height:1.3;letter-spacing:0;top:110.3115234375rem;left:1rem;height:1.29785rem;display:block; }
#enPA3bObdv9V2l6Hrrpw819PkVZvE4uS { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100043;line-height:1.3;letter-spacing:0;top:94.124603271488rem;left:1rem;height:0;display:none; }
#AMrhaJSlOcDqOMg9lkWbAdNlmE7lLIiM { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100044;line-height:1.3;letter-spacing:0;top:96.937103271488rem;left:1rem;height:0;display:none; }
#EnUdUqaGGyM1kRTo5hmnzl2plP7WAWix { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100045;line-height:1.3;letter-spacing:0;top:99.749603271488rem;left:1rem;height:0;display:none; }
#KpTc7V0RmzWL4dP2WeHBXBaStFEeTp8s { color:#3a75de;display:block;width:37.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:34.375rem;left:18rem;height:1.29785rem;display:block; }
#JB23C1L5lnQW67wy4vJ60zUIGsv2cZ3S { background-color:#5d92ff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:1.625rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:34.25rem;left:15.0625rem;display:block; }
#bboRnusTIHF2tTlhgQo4kQLM7v3nDZqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cKLGiqv4pTilBP392TPQh3EZmrnmV2dG { color:#3a75de;display:block;width:37.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100047;line-height:1.3;letter-spacing:0;top:41.3125rem;left:18.5625rem;height:1.29785rem;display:block; }
#NMXN2IEk8M0NAMZFyyObudRsoDGsRybg { background-color:#5d92ff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:1.625rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:41.1875rem;left:15.0625rem;display:block; }
#oQ8iJkdwB3ookbrOyucXf7ompto0da5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BLm8gRN4WygIHw9WyPMFNZcdZvzlm0Uf { color:#000000;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100037;line-height:1.3;letter-spacing:0;top:91.9990234375rem;left:1.0625rem;height:1.29785rem;display:block; }
#u9XNzP3KuMBsoXqLkPcmeBSMAb48L9C6 { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:27.75rem;left:1.125rem;height:1.29785rem;display:block; }
#zr7QqbVdRdmEEq5IJIdcDHch3OX8ybkH { color:#2e559b;display:block;width:41.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100008;line-height:1.2;letter-spacing:0;top:27.75rem;left:15.0625rem;height:2.3964875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#QvutvPfNXXZpqMe80Xp7wGbNRcu8frsZ { color:#c4c4cc;display:block;width:41.25rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:36.4375rem;left:15.0625rem;height:2.3964875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#IJw4qfx97xyItRqKyMuWwvbqSEWfkR2A { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:36.4375rem;left:1.125rem;height:1.29785rem;display:block; }
#U6RFGHVDhv42o51dp61dc8DmpRWZqQwg { color:#3a75de;display:block;width:19.5625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:25.5rem;left:18.125rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#F8vzbuCakONBR726QO5b9U7GgaUb0akr { background-color:#5d92ff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:1.625rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:25.375rem;left:15.125rem;display:block; }
#UoXP7iti9HDCtzNrkwGLBy1tSWDuqlI4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AGCWEC2KlSLFp0RghCZ8p9LT1893WQSV { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:24.0625rem;left:1.1875rem;height:1.29785rem;display:block; }
#axxGFloATp84nFwUEbEuFwQuNgDs9fLg { color:#2e559b;display:block;width:41.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100009;line-height:1.2;letter-spacing:0;top:24.0625rem;left:15.125rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#lXLsiT0rvGVvGJIkFVaEid9f5fUhS9pm { color:#2e559b;display:block;width:41.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:22.0625rem;left:15.125rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#kRSImOSVI23WS0sboUunFThzG2wW5hVz { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:22rem;left:1.125rem;height:1.29785rem;display:block; }
#l2XJZKM8nXTRClXOZ9pb3aUvBEmbbGSa { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:18.5rem;left:1.0625rem;height:1.29785rem;display:block; }
#ZKQryA8GO8oayS8ZWqImE8ffwFzE25Wt { color:#2e559b;display:block;width:41.3125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100011;line-height:1.2;letter-spacing:0;top:18.5rem;left:15.125rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#TSkiRuAG3VOGEnBCNNdGqNJzkGpEdFDn { color:#3a75de;display:block;width:24.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100010;line-height:1.2;letter-spacing:0;top:20rem;left:18.1875rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#HC2QvbXFN3TxHHDnr7xdTVSIVk3Mn6Ri { background-color:#5d92ff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:1.625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:19.8125rem;left:15.125rem;display:block; }
#S5avLDy5gN4DVQKgEM2P2bWLFVJDa0lg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vNZbOelki1enTnhb35rqC0xMr7CLgDBk { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:11.4375rem;left:1.0625rem;height:1.29785rem;display:block; }
#DcXKabZ71bVuDPbDPAHzUqEn475TAdPW { color:#3a75de;display:block;width:36rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100011;line-height:1.2;letter-spacing:0;top:13.75rem;left:18.3125rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#WoEE47SoOIwguFFPJvI368AJ8tLL4BaR { background-color:#5d92ff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:1.625rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:13.5rem;left:15.0625rem;display:block; }
#AFot5SwITBI9THzXvLoxyRTL65irNUBk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WGltTXvvkHl2mLdM8J1XPwT7LAsxAEkH { color:#2e559b;display:block;width:41.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:10.875rem;left:15.0625rem;height:2.3964875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Mxvx10v8gBzNUArRnkQPWigzmUC4XN3W { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:16.25rem;left:1.0625rem;height:1.29785rem;display:block; }
#q8TCv5T20vNC6mB5EUTBVwlGyFqseoq0 { color:#2e559b;display:block;width:43.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100013;line-height:1.2;letter-spacing:0;top:16.3125rem;left:15.125rem;height:1.19824375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#gr8222hEpIEVGhowCX3uXnB5qML7ncTQ { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:6.625rem;left:1.0625rem;height:1.29980625rem;display:block; }
#fBX6AwubLfyGPeS21fvcPXVhZmdg6r6y { color:#2e559b;display:block;width:43.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100013;line-height:1.2;letter-spacing:0;top:6.625rem;left:15rem;height:1.19921875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#VfdLRMvIzFHTbRLtaq3oBSrt060e5960 { background-color:#5d92ff;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.0625rem;height:1.6245125rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:8.4375rem;left:15rem;display:block; }
#N95rJ8nJcUxgGPziN4wqgnnm9f8EUiPy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aIZHceX7y89DupSWbVi0HoFfO9TK4WV5 { color:#3a75de;display:block;width:38.6875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:8.625rem;left:18.0625rem;height:1.19824375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fy4UIvmO956iz0pAnuM2bytOXpsqI8WT { color:#000000;display:block;width:7.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:3.1875rem;left:1.125rem;height:1.29980625rem;display:block; }
#Bv31CpDSNK75rvhdn7lRImHcEvisTofn { color:#2e559b;display:block;width:41.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:100015;line-height:1.2;letter-spacing:0;top:3.1875rem;left:15.0625rem;height:2.3984375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c4c4cc;background-image:none;position:relative;display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { background-color: transparent; background-image: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row > .video-iframe-container { display: none; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .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); }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { border-width: 0; border-radius: 0; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#CFbWsgvGTDqT6Nnwx4C94NxpH0WqJ2f1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:103.75rem;left:3.75rem;display:none; }
#da1qNdrVZRPzRkoPzIinuNDdmPCIX6fX { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:23.625rem;left:15.9375rem;height:20rem;display:none; }#da1qNdrVZRPzRkoPzIinuNDdmPCIX6fX li:before{  }
#TTJhWqNNogA4s3dGguHosmMZziLLqKSN { position:absolute;display:block;z-index:100053;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:30.125rem;left:16.5625rem;overflow:hidden;display:none; }
#fsZ97GkBcF5IEu42iWyWVHSBpE25PEpf { position:absolute;display:block;z-index:100000;height:3.4375rem;width:3.4375rem;top:30.375rem;left:0rem;display:none; }
#QTPFT37mpGUAw7kwumzET4DMVE66wyl3 { position:absolute;display:block;z-index:100052;height:2.68555rem;width:4.81055rem;top:30.375rem;left:7.5rem;display:none; }
#vDF3P0RTazt0RvdJmV85asx09JS3bCZx { 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:block;z-index:100000;display:none; }
#wnoNt5IhpMfbzFEOI0eIp9iTXgf4AhqC { 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:block;z-index:100000;display:none; }
#m8ulG8yuD5CVnVPqhIvD29UCWkWNAdcd { position:absolute;display:block;z-index:99999;background-color:#3a1abc;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.375rem;width:52.25rem;top:0.0625rem;left:7.75rem;display:block; }
#wBNyQwf6QBfckp4VKBGFCC26FXReAVNE { box-sizing:content-box;color:#c4c4cc;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:block;z-index:100055;top:0.65625rem;left:7.75rem;display:block; }
#IxAPTZtJsGz4PN2PnnRyTGTdvVl3NiMH { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:1.1875rem;left:40.875rem;height:2.125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#h4grG2TFHVD59nWekH9uPUfxRuR9PWwd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:52.25rem;height:4.375rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:0rem;left:7.7492179870606rem;display:block; }
#MXUTflhkOXF55PQ3bEaVTzrVuWo2uV48 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hFEpmxZM7Cbf97tEAKAoT5soHxLbfRQE { position:relative;display:block; }#hFEpmxZM7Cbf97tEAKAoT5soHxLbfRQE { background-color: transparent; background-image: none; }#hFEpmxZM7Cbf97tEAKAoT5soHxLbfRQE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hFEpmxZM7Cbf97tEAKAoT5soHxLbfRQE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hFEpmxZM7Cbf97tEAKAoT5soHxLbfRQE > .row .container > .video-iframe-container { display: none; }#hFEpmxZM7Cbf97tEAKAoT5soHxLbfRQE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hFEpmxZM7Cbf97tEAKAoT5soHxLbfRQE > .row > .video-iframe-container { display: none; }#hFEpmxZM7Cbf97tEAKAoT5soHxLbfRQE > .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); }#hFEpmxZM7Cbf97tEAKAoT5soHxLbfRQE { border-width: 0; border-radius: 0; }#hFEpmxZM7Cbf97tEAKAoT5soHxLbfRQE > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a1abc;background-image:none;font-size:0.875rem;font-family:arial;height:31.4375rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#GWI3l21otybVsAc6qV4XbsGbmyfalN95 { color:rgba(255,255,255,0.9);display:block;width:57.3125rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:300;z-index:100004;line-height:1.8;letter-spacing:0;top:1.2336158752441rem;left:1.3125rem;height:27rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#AEVRTW4P7xZ38LiU6wIBFI6n0RyePc10 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c4c4cc;background-image:none;position:relative;display:block; }#AEVRTW4P7xZ38LiU6wIBFI6n0RyePc10 > .row .container { background-color: transparent; background-image: none; }#AEVRTW4P7xZ38LiU6wIBFI6n0RyePc10::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AEVRTW4P7xZ38LiU6wIBFI6n0RyePc10 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AEVRTW4P7xZ38LiU6wIBFI6n0RyePc10 > .row .container > .video-iframe-container { display: none; }#AEVRTW4P7xZ38LiU6wIBFI6n0RyePc10 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AEVRTW4P7xZ38LiU6wIBFI6n0RyePc10 > .row > .video-iframe-container { display: none; }#AEVRTW4P7xZ38LiU6wIBFI6n0RyePc10 > .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); }#AEVRTW4P7xZ38LiU6wIBFI6n0RyePc10 > .row .container { border-width: 0; border-radius: 0; }#AEVRTW4P7xZ38LiU6wIBFI6n0RyePc10 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#HKBh86QmlEVyaitRs8ARVU7T15HskS7W { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:103.75rem;left:3.75rem;display:none; }
#T3xyT5zTc8eWCp6PmTDo3spTbvChvHgc { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:23.625rem;left:15.9375rem;height:20rem;display:none; }#T3xyT5zTc8eWCp6PmTDo3spTbvChvHgc li:before{  }
#Xp1Opy5UC62TZ3qnVRTDWvMHp1Sn6KaT { position:absolute;display:block;z-index:100053;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:1.5625rem;top:30.125rem;left:16.5625rem;overflow:hidden;display:none; }
#SdIgXQPK4iliSB5Qn0DrDXezVTJexdWw { position:absolute;display:block;z-index:100000;height:3.4375rem;width:3.4375rem;top:30.375rem;left:0rem;display:none; }
#LUrWTJQ8J2MQZQ1GUIbW7wKxhbaFZFpf { position:absolute;display:block;z-index:100052;height:2.68555rem;width:4.81055rem;top:30.375rem;left:7.5rem;display:none; }
#XTTJScZynqOnSV6yTihyoq2A9CLDzHPC { 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:block;z-index:100000;display:none; }
#UBLrkAsDpUxrtHNny21T4ZDBRBEx0zM8 { 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:block;z-index:100000;display:none; }
#so6fKELPl3kTM3rZ1uKEZTA2dbVsPOSa { position:absolute;display:block;z-index:99999;background-color:#3a1abc;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.375rem;width:57.125rem;top:0.0625rem;left:2.875rem;display:block; }
#IxviGWwErnM4bLuIXhpxtEXSkNgDkslb { box-sizing:content-box;color:#c4c4cc;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:block;z-index:100055;top:0.65625rem;left:2.875rem;display:block; }
#nrS8nMiLH7VVQ67WdALd8HaZwpxI6CTP { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:1.1875rem;left:40.875rem;height:2.125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gH3BTIgqHFCpJk9Kz57aVIZCnRkLFdG1 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:57.125rem;height:4.375rem;text-decoration:none;z-index:100056;text-align:center;text-align-last:center;top:6.4373016357425E-6rem;left:2.8742179870606rem;display:block; }
#k7ObsTTiPgWlDyMun1lyxrv6CrTz0rBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KdRqVWCfE8krX8niP7LhFmlbnuudGhxp { position:relative;display:block; }#KdRqVWCfE8krX8niP7LhFmlbnuudGhxp { background-color: transparent; background-image: none; }#KdRqVWCfE8krX8niP7LhFmlbnuudGhxp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KdRqVWCfE8krX8niP7LhFmlbnuudGhxp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KdRqVWCfE8krX8niP7LhFmlbnuudGhxp > .row .container > .video-iframe-container { display: none; }#KdRqVWCfE8krX8niP7LhFmlbnuudGhxp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KdRqVWCfE8krX8niP7LhFmlbnuudGhxp > .row > .video-iframe-container { display: none; }#KdRqVWCfE8krX8niP7LhFmlbnuudGhxp > .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); }#KdRqVWCfE8krX8niP7LhFmlbnuudGhxp { border-width: 0; border-radius: 0; }#KdRqVWCfE8krX8niP7LhFmlbnuudGhxp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a1abc;background-image:none;font-size:0.875rem;font-family:arial;height:23rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#d159HcbZ0dXQaUmA3s7LiUwVBOImVixp { color:rgba(255,255,255,0.9);display:block;width:57.3125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:300;z-index:100004;line-height:1.2;letter-spacing:0;top:2.9937505722046rem;left:1.3125rem;height:16.5673625rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#T4vkbUpvHBwvnIEoNCvERr1SbWaa8I4u { position:relative;display:block; }#T4vkbUpvHBwvnIEoNCvERr1SbWaa8I4u { background-color: transparent; background-image: none; }#T4vkbUpvHBwvnIEoNCvERr1SbWaa8I4u::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T4vkbUpvHBwvnIEoNCvERr1SbWaa8I4u > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T4vkbUpvHBwvnIEoNCvERr1SbWaa8I4u > .row .container > .video-iframe-container { display: none; }#T4vkbUpvHBwvnIEoNCvERr1SbWaa8I4u > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T4vkbUpvHBwvnIEoNCvERr1SbWaa8I4u > .row > .video-iframe-container { display: none; }#T4vkbUpvHBwvnIEoNCvERr1SbWaa8I4u > .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); }#T4vkbUpvHBwvnIEoNCvERr1SbWaa8I4u { border-width: 0; border-radius: 0; }#T4vkbUpvHBwvnIEoNCvERr1SbWaa8I4u > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c4c4cc;background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#Aa1mxovlas3bnOc8HtWiQw34qd139sHJ { position:absolute;display:block;z-index:100034;background-color:#d4d1de;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.375rem;width:60rem;top:0.1875rem;left:0rem;display:block; }
#zObLXN4G4y7TWx9VNh5lb3uCDRvTfnbE { color:#f5f8f8;display:block;width:58.125rem;position:absolute;font-family:ubuntu;font-size:2.3125rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:1.23046875rem;left:1.25rem;height:3.00625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d4d1de;background-image:none;position:relative;display:block; }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX > .row .container { background-color: transparent; background-image: none; }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX > .row .container > .video-iframe-container { display: none; }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX > .row > .video-iframe-container { display: none; }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX > .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); }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX > .row .container { border-width: 0; border-radius: 0; }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX > .row .container { font-size:0.875rem;font-family:arial;height:60.625rem;width:60rem;position:relative;display:block; }#XkQgpTmoXK7VOlzQRcTvMc4H0PLI07rz { color:#050b26;display:block;width:24.4375rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100037;line-height:1.7;letter-spacing:0;top:4.9796872138977rem;left:4.1859378814697rem;height:20.390625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#wPSxhf22xTMDdB5ru7PMwZP0bq2VWl06 { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.5625rem;width:26.625rem;top:19.154687404633rem;left:31.123435974121rem;overflow:hidden;display:block; }
#bslfLvb0DU0nJNL9RKfl1UxxdcZS2esi { position:absolute;display:block;z-index:100033;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:4.375rem;width:60rem;top:56.375rem;left:0rem;display:block; }
#I8mV0eAIe2gyHrb8G8kNSaUQmdeyDdul { color:#050b26;display:block;width:53.1875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:400;z-index:100038;line-height:1.7;letter-spacing:0;top:30.779670238495rem;left:4.1859378814697rem;height:15.29296875rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#NlBMLCHsTkD4XSbF69KbcXTX6ooLlaRy { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.375rem;width:26.5625rem;top:4.9789061546326rem;left:31.154685974121rem;overflow:hidden;display:block; }
#avckzeVAT7K3oFROrigBTILMJQJvDLsq { background-color:#3a1abc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;z-index:100051;text-align:center;text-align-last:center;top:49.312488079071rem;left:23.90625rem;display:block; }
#c9lAtssToNT2aWLlcigZXexfQTHNueRB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#D8046BfRVwnZ59hiOlKqkS4xatpdlT1n { color:#000000;display:block;width:53.625rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:57.8125rem;left:3.1875rem;height:4.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pnfzno5J190StLZk6MIXloZmv4paLPed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { background-color: transparent; background-image: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row > .video-iframe-container { display: none; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .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); }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { border-width: 0; border-radius: 0; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { font-size:0.875rem;font-family:arial;height:43.125rem;width:60rem;position:relative;display:block; }#ggCyLKHM357gW63I2QRIMXGoDmZ4qWet { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.1875rem;top:18.625rem;left:51.8125rem;overflow:hidden;display:block; }
#wy3TMnSR436nBNeHsMwPPa8Zu0a4owoH { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.6875rem;width:10.6875rem;top:6.8125rem;left:38.4375rem;overflow:hidden;display:block; }
#Jl7tthQNgInWpcHO7TfMEEhtOdb6MnX9 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.1875rem;top:18.625rem;left:39.6875rem;overflow:hidden;display:block; }
#kuyyISDO3f3huJCV5lRM8XPNXwhON1vE { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.1875rem;top:8.0625rem;left:51.8125rem;overflow:hidden;display:block; }
#ZSPrI8n3GHy0UdzImxtrJM7JZbITiDDT { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.1875rem;top:18.625rem;left:25.875rem;overflow:hidden;display:block; }
#hPahTBmNTdfTsgMoZPpeqOqXlGNo6J8J { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.1875rem;top:7.5rem;left:25.875rem;overflow:hidden;display:block; }
#IT3CwAK4p5rmGqviSnoH5U7wBrQN1HCm { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:10.0625rem;top:18.625rem;left:12.3125rem;overflow:hidden;display:block; }
#zdAFUl9mvNnvcIIeMIp1UTRtJcGVX6Pv { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.1875rem;top:7.5rem;left:13.25rem;overflow:hidden;display:block; }
#d0UTUgixIlolMAEVDLTEHH43roiIGb3A { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.1875rem;top:18.625rem;left:0rem;overflow:hidden;display:block; }
#N1utX4P1dP67OQI9qDEbHIL7zslneCtS { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.1875rem;top:7.5rem;left:0rem;overflow:hidden;display:block; }
#FRnHbzFenLncOCAPEgeKfznC4KXwy3PT { z-index:100006;top:33.250000476837rem;left:19.8125rem;background-color:#3a1abc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ipRVyOSDDhRh8VQFkpZLw5dzv3c01Usq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dU1fl7BzHxZM9bDuU9zQsUddQA8PGSyy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c4c4cc;background-image:none;position:relative;display:block; }#dU1fl7BzHxZM9bDuU9zQsUddQA8PGSyy > .row .container { background-color: transparent; background-image: none; }#dU1fl7BzHxZM9bDuU9zQsUddQA8PGSyy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dU1fl7BzHxZM9bDuU9zQsUddQA8PGSyy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dU1fl7BzHxZM9bDuU9zQsUddQA8PGSyy > .row .container > .video-iframe-container { display: none; }#dU1fl7BzHxZM9bDuU9zQsUddQA8PGSyy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dU1fl7BzHxZM9bDuU9zQsUddQA8PGSyy > .row > .video-iframe-container { display: none; }#dU1fl7BzHxZM9bDuU9zQsUddQA8PGSyy > .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); }#dU1fl7BzHxZM9bDuU9zQsUddQA8PGSyy > .row .container { border-width: 0; border-radius: 0; }#dU1fl7BzHxZM9bDuU9zQsUddQA8PGSyy > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#UvFIXIK3waO7H89W4cSvwq5BNF7dhRy8 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:1.75rem;top:1.375rem;left:26.9375rem;overflow:hidden;display:block; }
#bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { color:#ffffff;display:block;width:8.372625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.6;letter-spacing:0;top:1.3179664611816rem;left:11rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l91xkDKbtsDXmLqv93J0xfL23a9F999Z { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.6;letter-spacing:0;top:1.3125rem;left:29.4375rem;height:1.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB { display:none; }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN { display:block; }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7Eb6ULbN9RPUCmAelhmRaWyDHFE3X2J { top:7.5rem;left:0rem;width:28.375rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF9nosFtcwAz9WG4g9mQVcKMgn9pJt6C { top:3.6875rem;left:20.5625rem;width:27.1875rem;height:69.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwcm7LRfzwDhtMww5fl5s45gIsUXIqCq { top:3.6875rem;left:23.625rem;width:0.25rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS6isAsk4Vz9x1p4T2b04dqBWprbDVK9 { top:20.125rem;left:23.625rem;width:0.25rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDOVqc9JSv1koX1OR0z8SgueTJrfigGI { top:23rem;left:0rem;width:23.8125rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxWeHHlB575hR8WgNbZWBWvx8qahpEyt { top:37.1875rem;left:23.625rem;width:0.25rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFXPNHKZ4bGl4tC7dQv6rM6JiqmuvSVp { top:40.9375rem;left:0rem;width:23.4375rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMynKG5ZIhX7gm0ic0XOTmVF6782w9Xy { top:54.75rem;left:23.625rem;width:0.25rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxdCLhQ1o2OZQGQ0UGwrP2WFnE7859Nd { top:58.4375rem;left:0rem;width:27.875rem;height:3.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo0V3xGPGk0JkzFzuSKTc73H7t4LldwD { top:0.3125rem;left:41.9375rem;width:5.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaoHCO7MC59m0MZVpofnrI7gyc9IGpC6 { width:6.5625rem;height:3.1875rem;top:0rem;left:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VinRU069cQ0sTWdKJRpIufSf2oZdCUUC { display:block; }
 }@media only screen and (max-width: 763px) { #sPtWx3AeZVRWmsc44q1J5r0bPyy7BP3Q { display:block; }#sPtWx3AeZVRWmsc44q1J5r0bPyy7BP3Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnGVkib7Xu7LhF9Bnn9LKSu7zhvbvqwa { width:15rem;height:13.25rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtcUJ1r5xL1AgKEIg3voiMMO4SyGdErd { width:7.875rem;height:4.375rem;top:11.3125rem;left:2.03125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG0wFqRUARTJtociX6RlqCK4bF6LkUpE { width:15rem;height:0.4375rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { width:15rem;height:13.25rem;top:6.875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQarAfV3aVDcaJp9VSka2iIAbcn3Qki0 { width:15rem;height:0.4375rem;top:6.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { width:13.6875rem;height:5.1875rem;top:11rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { width:15rem;height:13.25rem;top:6.875rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K12VHG2ITCfs8TXqy17HWzlgkh66JL6d { width:15rem;height:0.4375rem;top:6.4375rem;left:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { width:11.8125rem;height:2.875rem;top:12.0625rem;left:23.96875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecFLnqIPkAll4RT5GLvk5hF0IbLPgiGk { width:15rem;height:13.25rem;top:6.875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpe2bO6UtovZ5F09fB2nhk9D8xUEtFi0 { width:10.125rem;height:5.8125rem;top:10.5625rem;left:36.718753814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqPuU3JHIMN6RbDbJcQLzxm2TGz0fXiK { width:15rem;height:0.4375rem;top:6.4375rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwTWfO6xWAHAxFxeRF3ZnruNgTOxJVx8 { width:45.5rem;height:2.5rem;top:2.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0FssuU8ZeRAkK1tW1kJCGmbV2fof4KD { width:15.625rem;height:2.1875rem;top:21.4375rem;left:20.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvhn9n5kLqaMIZ0L3L2diXovXOQPg4Ix { top:23.625rem;left:0rem;width:30.125rem;height:14.4375rem;font-size:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl {display:block;}#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #Cp9AaG5Hcd1kMddPGw0OfQnTvbTlz4Ak {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #TEUNnJe55HzehKedAhMs3JmWAFynUqcq {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #JNIQGbT3ITfELvuRP6xbv21N3xEWLED2 {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #l9PHCnsrKedOvTaaX45AmucovFhyhuTF {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #xTWvUNezpWTaG85HZH0vRTroZ6AtognG {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #gWekPBZNbxAAoCG3kwzZBLiGnbr209TA {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #AflTTGDLD0S4TyHiHq1DVRCp2r1xOKVc {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #UbsTQRuR0a8aSLmT4dlS9TokIqzx2osc {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #XalFTRPRlF6ao9QQzTgDf5NoxKxuOlOZ {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #IBZmhV7mWOI0Si7KoW9SVR4RotwP32h9 {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #g4v1Ziz0qcHTBUkyAvsrtUus41Wm9f8B {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #XrPovnvm7OAJKkoTptDTDSQzikKSCywq {  }
 }@media only screen and (max-width: 763px) { #vMWHTJQ3qaN8hFwA2SQGSXTesrtHdFSa { display:block; }
 }@media only screen and (max-width: 763px) { #ikkkdIFIAOEDktWJutoCozH3nBDJ7kUl { display:block; }
 }@media only screen and (max-width: 763px) { #v4Hp3QNISUOTZNIrifROmkpJ7TaANTgO { display:block; }
 }@media only screen and (max-width: 763px) { #FrQ6KKQuvC1fHK4pSD9Wf9K80yMVP8XA { display:block; }
 }@media only screen and (max-width: 763px) { #OedR0Z9KlUaGVJgUTGkMpcK9LJiCz38h { display:block; }
 }@media only screen and (max-width: 763px) { #AfFSVINCyXphyFMrsUazSo7EQ8PwBZTZ { display:block; }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #UCmQ4lxu5Csz6TApJXERLhVM7xlxLHDD {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #GaNVFOp95DRLvmCGISqgCLkUe9Rgrv3t {  }
 }@media only screen and (max-width: 763px) { #IOoxhGSEn6D1MQSTmdfmhPTWlzDKvbOq { display:block; }#IOoxhGSEn6D1MQSTmdfmhPTWlzDKvbOq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vma9asJClUxvOCZvCrBtmg8zwzJliF1Q { top:3.0625rem;left:9.4375rem;width:27.875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwQDFHh6noF3peSAVZmI67ochrI31QpE { width:23.625rem;height:6.875rem;top:4.8125rem;left:12.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThHK9yQqFyG2KEy0royWaJipVgfos5xl { top:15.6875rem;left:2.375rem;width:43rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { display:block; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByUgypQRbTSTAJh9CATIVgxaw0Bm4qsQ { width:12.1875rem;height:3.125rem;top:47.6875rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6021lQnSULGb9UZhmE5eCowyyrWJJ8f { display:block; }
 }@media only screen and (max-width: 763px) { #U7UFpVvHw6VV4RlizRxDRBxnGmR2EcS8 { display:block; }#U7UFpVvHw6VV4RlizRxDRBxnGmR2EcS8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vX9tXUyqVSIFw208EfsSoTaBwahy9sxp { width:20rem;height:13.25rem;top:0rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e60RB3foyEabr37tB91TvcUCi8nPQc3V { width:20rem;height:13.25rem;top:0rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJp76CysykqwaPSEbXTV1hHlXkitJT2x { width:12.6875rem;height:5.8125rem;top:3.75rem;left:17.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqsVcR46viymhQgVQ5hdOn3autGikmQs { width:16.5625rem;height:4.875rem;top:4.1875rem;left:31.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4coCkIDprtuHZuU507DdPy1ST34RAfI { width:20rem;height:13.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oev8CnZZS9XTIypfnKL5DUWA8EtI8TAu { width:14.5rem;height:4.875rem;top:4.1875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJnFyGlRWku5PBN28MpHPcVzqurLZKGp { display:block; }#GJnFyGlRWku5PBN28MpHPcVzqurLZKGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOWywvNaAo8139IH1sWVtgRpNmMpWBxh { width:40.75rem;height:4.375rem;top:3.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnqO2lgO8PW6xsKd7PfdEUCuIHWcbb4S { top:3.625rem;left:13.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI5FauPzbog0p35vWfUwmvkcKIXXFLE6 { width:30.4375rem;height:2.125rem;top:4.1875rem;left:17.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2o8tP72DEVnPkvB1FFA7azLuc3B5lM1 { width:40.8125rem;height:4.375rem;top:3.0625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFF8XDBbLwnmMqaClILT4Tyid94ZkQX { display:block; }
 }@media only screen and (max-width: 763px) { #rxtpHxlbPK5k2ory26s0dhEl7W727TQb { display:block; }#rxtpHxlbPK5k2ory26s0dhEl7W727TQb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gT7sbqTGALIsTt2bt3pR2KQimK5hydvW { width:47.75rem;height:41rem;top:21.3125rem;left:0rem;font-size:0.9375rem;display:block; }#gT7sbqTGALIsTt2bt3pR2KQimK5hydvW li:before{  }
 }@media only screen and (max-width: 763px) { #L8xXInpEH9zr9DOE2qRXUQLP97mspZuB { width:47.75rem;height:52.3125rem;top:64.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUnuW3e6SB6DT2vl43O6dgFmk9VTeW56 { top:0.6875rem;left:42.625rem;width:5.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgIR4E0CS7zMK9WvDFv0GqSEhBASdFXe { width:6.375rem;height:3rem;top:0.25rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPZTTBRx7sDKixmtbHkpaB3v3hCHpTXt { display:block; }
 }@media only screen and (max-width: 763px) { #MF0Ezh25XcJXPVKPs5kOgvW7hmuBpCOn { width:47.75rem;height:16.875rem;top:3.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3th4Jgf5WfUiGzg5w8phapmVyGwvwNZ { display:block; }#T3th4Jgf5WfUiGzg5w8phapmVyGwvwNZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTL35HcsHytaBLeZvDJxXlGD9AATkMwq { width:46.4375rem;height:4.375rem;top:0.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSoVCvWcB78Ax77Os46T9W9uMugTNKTt { top:0.625rem;left:7.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG4X6WHKzuU5rIV4Hog0a0roIJqfxJQD { top:0.8125rem;left:0rem;width:41.6875rem;height:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jiv5ycMaK4rVV2Zke4N1qaeaVXgxCQcm { width:46.5625rem;height:4.375rem;top:0rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFk8zgitsAT1VAoseQ0rsWLLv0sdia25 { display:block; }
 }@media only screen and (max-width: 763px) { #NmFTtaiO8aPXRvWsqmFvEoJhx2iqSgcT { display:block; }#NmFTtaiO8aPXRvWsqmFvEoJhx2iqSgcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT2OTs9TeAEEtZUNkZmVvXldfH9L2BsA { width:36.4375rem;height:1.1875rem;top:86rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6U5xfriCaroeHX5negBo5uo0sTUC9cJ { width:42rem;height:2.375rem;top:66.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArxqJQK1pm9G1yT2Sq1HcG7yiLPPozZK { width:43.3125rem;height:1.1875rem;top:62.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTKcTdibmZe7qTsgMfTfpwCOcXatOJBh { width:44.4375rem;height:1.1875rem;top:71.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBgJfwgqOACgwaBOTBaeoVdGxgh7GOpk { width:36rem;height:1.1875rem;top:81.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3nfyTCwXnRXcyS36xf5omOz2yaCEoJT { width:38.8125rem;height:1.1875rem;top:78.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKQdPnPCE7RlN96tEL7SEnQPCu7sC0J3 { width:39.4375rem;height:2.375rem;top:98.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRN2284KswNMTHLpyXaOhAtnzZ80eZ9J { width:30.9375rem;height:1.1875rem;top:94.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGcZD1PwRi4o5CkTEdP434oxuaV8VLkv { width:42rem;height:1.1875rem;top:88rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNGUDJHcmTrNqPLZwGqERBiWeIOiedpz { width:41.6875rem;height:2.375rem;top:48.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCdIqrQgd7cgV5VxarbPGCsq5p9XUi7H { width:26.5rem;height:1.1875rem;top:54.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlazyEsfr56HKac3TybLVu1dC317sF8J { width:41.8125rem;height:2.375rem;top:43.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPLycOgZiNIl770soo8NUJtE0wtkzOZP { width:41.375rem;height:1.1875rem;top:58.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTi3eaGlKgRrH3LOnEqmkEZaw9LKEs1S { width:27.375rem;height:1.1875rem;top:92rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztDycdCLRBzbwhuNoGCpCRxITFcp9Z9T { width:39.5625rem;height:1.1875rem;top:94.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN2woypcQNCA2w1GoEeBGzZrXd7U33tW { width:42.1875rem;height:1.1875rem;top:99.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0uKXQ5yO1mkWEviDSqRhp9BUHhIUvfV { width:30.25rem;height:1.1875rem;top:110.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycdo3HfZsUSoAD1OUXqih4mUliI2eHQx { width:42.6875rem;height:1.1875rem;top:103.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxzNsZquhSq9CQy4OcnnHmOA8ooIcJTs { width:47.75rem;height:1.1875rem;top:22.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTE6MSot958TsmNnKck0Jnl9q1p53Gh8 { top:75.8125rem;left:0rem;width:44.125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcFug2uDFpmWkDGtXu0SOqcosCKntdx0 { width:36.875rem;height:1.1875rem;top:105.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToyzNzrdBKVTzf8sDIsmHBSDDvWeq1to { width:2.0625rem;height:1.625rem;top:51.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB8DMlTOopOUHZrvPgCHUeBtzbzBoxoD { display:block; }
 }@media only screen and (max-width: 763px) { #viKRLEWAfKRkNuV1cfk7SCsPr4KAseH1 { width:38.5rem;height:1.1875rem;top:51.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCdl7TJSfTyPDSOLKePIvOQgc7q6E9UW { width:38.5rem;height:1.1875rem;top:56rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX1xKDxP5F9AvLCU4mXLARGn6RSifbnm { width:2.0625rem;height:1.625rem;top:55.8125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW8v4dXm0Mve9MPxTtXaNoIywuKhFvUJ { display:block; }
 }@media only screen and (max-width: 763px) { #UDPc78hLgLD90viLhh2SK2R3A8sLXThE { width:42.125rem;height:1.1875rem;top:46.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqe3zL4PTvlbWguXneLNdfgr93vEVXgF { width:2.0625rem;height:1.625rem;top:46.3125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll6h0TWMQHX4mg80KzLdqcTXn0EDPcSn { display:block; }
 }@media only screen and (max-width: 763px) { #TTcQ06GHuwKhD6iOQ88vPyVkkewmX6et { top:69.1875rem;left:0rem;width:40.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPh9qIrxAnrBxJ00AFWDFTAEfkZ6SMle { width:2.0625rem;height:1.625rem;top:69.1875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWHAzJBuq8zz9M1QfbhXTK6IZ41Bq6vU { display:block; }
 }@media only screen and (max-width: 763px) { #gVTTbIM2QFZ0TzafHNWlwGKkX7ZvHMZc { top:64.125rem;left:0rem;width:24.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv1l5WXm9ycrhEgrtofolVz9GtDcEAPq { width:2.0625rem;height:1.625rem;top:63.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRl2C9TbHbdu0Z7ZiIgelMLgJ66BrwRH { display:block; }
 }@media only screen and (max-width: 763px) { #Q57uGHxRp79BqxD3FbGBFkG9UfEfkIZ0 { top:73.125rem;left:0rem;width:37.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiCRkO5gL3xKtZZpMw6TFsaleqmXZpDb { width:2.0625rem;height:1.625rem;top:73.1875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFblzDshMsr7TULPZnV8P1DVdimEPzx7 { display:block; }
 }@media only screen and (max-width: 763px) { #gRDPJnCZ7TOdDwxRkQ8s5TmoNuNTyr22 { top:101.5625rem;left:0rem;width:41rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XypAcSlvPUyTmtc329vk4l5tTLPbwO2f { width:2.0625rem;height:1.625rem;top:101.375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMkX3FrxZM4UeHhAmk11vJI65WuNnAwW { display:block; }
 }@media only screen and (max-width: 763px) { #SZkW9Hw43in0pk2VJ813kFUWEl6Qud5T { top:95.875rem;left:0rem;width:41rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykUI11fMihP5aWbGCMJHkXPAGt2TTs9a { width:2.0625rem;height:1.625rem;top:95.875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB44ytCkIXIaArGBngLRJyV33q81OuZN { display:block; }
 }@media only screen and (max-width: 763px) { #nU6WtE84rTWQVFfoJtx2BKSdxKy7kDLv { top:89.5rem;left:0rem;width:41rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP7zSOl68psLNTwtIZmT0kONQEDeQvyI { width:2.0625rem;height:1.625rem;top:89.375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFtIZ0T2Mf4rGd7yKvRoF5NgQU9E4hMl { display:block; }
 }@media only screen and (max-width: 763px) { #krtixmUdLhWsl1xh76HRBnxPVPntum4T { top:60.25rem;left:6.625rem;width:17.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqaHTEvMbTmZ50TLTRAhHeoi5sfBtrZc { width:2.0625rem;height:1.625rem;top:60.125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1kXex17OUqBvVMkvQuUkQDINik6Uhma { display:block; }
 }@media only screen and (max-width: 763px) { #AnMMkaoy6fQPLRTUXckcFNDQhvwdFrP2 { width:43.5625rem;height:1.1875rem;top:83.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUs1hzgAcUkxWFZnnuhI2bThIm9y2XwG { width:43.9375rem;height:1.1875rem;top:108.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #la3vdURxZrJXBqWzKHC6nIIHkP0hGzr8 { width:38.875rem;height:2.375rem;top:96.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJprxzORGWfnzMC4ZqAT8KWkKtZQkHzx { width:39.3125rem;height:1.1875rem;top:101.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg3ZwJzNflFpECEwXTgO0uVAqsJf7zch { top:101.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4taXKTK4RDJNvH1bHGnlPdFyI4HeAuT { width:41.1875rem;height:2.375rem;top:31.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWlKFUk2euNb8QtppseDRE7pLGMC3Fao { top:31.625rem;left:0rem;width:7.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHzow4PSVVZdTMwoUTaebeicDQeNmopi { width:43.8125rem;height:1.1875rem;top:39.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvOxmVe9JnRgn0TJ2BfwBEDLAw7Tgstb { top:39.5625rem;left:0rem;width:7.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqssr25ZdGmuy9ptBHr5cnMsyh0no2dC { top:43.375rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG58Q1cJcUBIu1RDKyeUhfndcrsZuEhH { top:48.75rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvZkSGqlJxTVk3KudAfdVK62QTVaT6Fu { top:54.375rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Veh9naQkhdpCZ2PRDSWHKr9CWA4blnsQ { top:58.5625rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chtf0IT2ziF9mnbRZSvt10i33lUr6DNE { top:62.5625rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAQ0aITWre8k0DCU6EeG7CTZOAiasV4v { top:66.4375rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT7myPLXW8bnVOnd5bmfe5kBVwT9QFVP { top:71.75rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td09Osqu8toJHd2S6bbg9z5zb9kLxab5 { top:75.8125rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4TOJOXqSPFu5ev8Ms0J0M4Exg2AsKOw { top:78.5625rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX5N7mgHcqOZCVyZ1XKMH3HN2OmvJ4Wn { top:81rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1221JiAup68swxRB8FCixJKdrgxxmOy { top:83.5625rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #stCBM3sWWRL0qTgakvPG1dn9xdn5CVdy { top:85.9375rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdvs0sOezlsioA1kfOTikq82lEQzM9aK { top:87.9375rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ7v3L6GBc4ARJ7Pgg1IyyU3yJlfn3Cv { top:94.3125rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpTQfxePhmpNAySJNTA458TobnWK9c7l { top:98.375rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #blH9G5uTsK9lLJ8blBEDuMHDLDnJwaXJ { top:103.5rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn3HATFTtDQrfyip5SHd5td8MsRW15OP { top:105.75rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx7AL7Mu9r77eTNgfIxEfkFXQosRhTs8 { top:108.1875rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrVNXeM4uT1kyQrx4PG2bWeAnPDLZTU5 { top:110.25rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #enPA3bObdv9V2l6Hrrpw819PkVZvE4uS { top:94.0625rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMrhaJSlOcDqOMg9lkWbAdNlmE7lLIiM { top:96.875rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnUdUqaGGyM1kRTo5hmnzl2plP7WAWix { top:99.6875rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpTc7V0RmzWL4dP2WeHBXBaStFEeTp8s { top:34.375rem;left:0rem;width:37.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB23C1L5lnQW67wy4vJ60zUIGsv2cZ3S { width:2.0625rem;height:1.625rem;top:34.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bboRnusTIHF2tTlhgQo4kQLM7v3nDZqA { display:block; }
 }@media only screen and (max-width: 763px) { #cKLGiqv4pTilBP392TPQh3EZmrnmV2dG { top:41.3125rem;left:0rem;width:37.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMXN2IEk8M0NAMZFyyObudRsoDGsRybg { width:2.0625rem;height:1.625rem;top:41.1875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ8iJkdwB3ookbrOyucXf7ompto0da5T { display:block; }
 }@media only screen and (max-width: 763px) { #BLm8gRN4WygIHw9WyPMFNZcdZvzlm0Uf { top:91.9375rem;left:0rem;width:10.375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9XNzP3KuMBsoXqLkPcmeBSMAb48L9C6 { top:27.75rem;left:0rem;width:7.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr7QqbVdRdmEEq5IJIdcDHch3OX8ybkH { width:41.3125rem;height:2.375rem;top:27.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvutvPfNXXZpqMe80Xp7wGbNRcu8frsZ { width:41.25rem;height:2.375rem;top:36.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJw4qfx97xyItRqKyMuWwvbqSEWfkR2A { top:36.4375rem;left:0rem;width:7.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6RFGHVDhv42o51dp61dc8DmpRWZqQwg { width:19.5625rem;height:1.1875rem;top:25.5rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8vzbuCakONBR726QO5b9U7GgaUb0akr { width:2.0625rem;height:1.625rem;top:25.375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoXP7iti9HDCtzNrkwGLBy1tSWDuqlI4 { display:block; }
 }@media only screen and (max-width: 763px) { #AGCWEC2KlSLFp0RghCZ8p9LT1893WQSV { top:24.0625rem;left:0rem;width:7.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #axxGFloATp84nFwUEbEuFwQuNgDs9fLg { width:41.3125rem;height:1.1875rem;top:24.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXLsiT0rvGVvGJIkFVaEid9f5fUhS9pm { width:41.3125rem;height:1.1875rem;top:22.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRSImOSVI23WS0sboUunFThzG2wW5hVz { top:22rem;left:0rem;width:7.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2XJZKM8nXTRClXOZ9pb3aUvBEmbbGSa { top:18.5rem;left:0rem;width:7.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKQryA8GO8oayS8ZWqImE8ffwFzE25Wt { width:41.3125rem;height:1.1875rem;top:18.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSkiRuAG3VOGEnBCNNdGqNJzkGpEdFDn { width:24.4375rem;height:1.1875rem;top:20rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC2QvbXFN3TxHHDnr7xdTVSIVk3Mn6Ri { width:2.0625rem;height:1.625rem;top:19.8125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5avLDy5gN4DVQKgEM2P2bWLFVJDa0lg { display:block; }
 }@media only screen and (max-width: 763px) { #vNZbOelki1enTnhb35rqC0xMr7CLgDBk { top:11.4375rem;left:0rem;width:7.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcXKabZ71bVuDPbDPAHzUqEn475TAdPW { width:36rem;height:1.1875rem;top:13.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoEE47SoOIwguFFPJvI368AJ8tLL4BaR { width:2.0625rem;height:1.625rem;top:13.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFot5SwITBI9THzXvLoxyRTL65irNUBk { display:block; }
 }@media only screen and (max-width: 763px) { #WGltTXvvkHl2mLdM8J1XPwT7LAsxAEkH { width:41.5rem;height:2.375rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxvx10v8gBzNUArRnkQPWigzmUC4XN3W { top:16.25rem;left:0rem;width:7.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8TCv5T20vNC6mB5EUTBVwlGyFqseoq0 { width:43.125rem;height:1.1875rem;top:16.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr8222hEpIEVGhowCX3uXnB5qML7ncTQ { top:6.625rem;left:0rem;width:7.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBX6AwubLfyGPeS21fvcPXVhZmdg6r6y { width:43.1875rem;height:1.1875rem;top:6.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfdLRMvIzFHTbRLtaq3oBSrt060e5960 { width:2.0625rem;height:1.5625rem;top:8.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N95rJ8nJcUxgGPziN4wqgnnm9f8EUiPy { display:block; }
 }@media only screen and (max-width: 763px) { #aIZHceX7y89DupSWbVi0HoFfO9TK4WV5 { width:38.6875rem;height:1.1875rem;top:8.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy4UIvmO956iz0pAnuM2bytOXpsqI8WT { top:3.1875rem;left:0rem;width:7.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv31CpDSNK75rvhdn7lRImHcEvisTofn { width:41.125rem;height:2.375rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFbWsgvGTDqT6Nnwx4C94NxpH0WqJ2f1 { top:103.75rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #da1qNdrVZRPzRkoPzIinuNDdmPCIX6fX { top:9.75rem;left:0rem;width:16.6875rem;height:;font-size:1.0625rem;display:none; }#da1qNdrVZRPzRkoPzIinuNDdmPCIX6fX li:before{  }
 }@media only screen and (max-width: 763px) { #TTJhWqNNogA4s3dGguHosmMZziLLqKSN { top:30.125rem;left:10.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsZ97GkBcF5IEu42iWyWVHSBpE25PEpf { top:30.375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTPFT37mpGUAw7kwumzET4DMVE66wyl3 { top:30.375rem;left:1.375rem;width:4.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDF3P0RTazt0RvdJmV85asx09JS3bCZx { display:none; }
 }@media only screen and (max-width: 763px) { #wnoNt5IhpMfbzFEOI0eIp9iTXgf4AhqC { display:none; }
 }@media only screen and (max-width: 763px) { #m8ulG8yuD5CVnVPqhIvD29UCWkWNAdcd { width:47.75rem;height:4.375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBNyQwf6QBfckp4VKBGFCC26FXReAVNE { top:0.625rem;left:1.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxAPTZtJsGz4PN2PnnRyTGTdvVl3NiMH { width:18.5rem;height:2.125rem;top:1.1875rem;left:29.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4grG2TFHVD59nWekH9uPUfxRuR9PWwd { width:46.75rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXUTflhkOXF55PQ3bEaVTzrVuWo2uV48 { display:block; }
 }@media only screen and (max-width: 763px) { #hFEpmxZM7Cbf97tEAKAoT5soHxLbfRQE { display:block; }#hFEpmxZM7Cbf97tEAKAoT5soHxLbfRQE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWI3l21otybVsAc6qV4XbsGbmyfalN95 { width:47.75rem;height:28.6875rem;top:1.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEVRTW4P7xZ38LiU6wIBFI6n0RyePc10 { display:block; }#AEVRTW4P7xZ38LiU6wIBFI6n0RyePc10 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKBh86QmlEVyaitRs8ARVU7T15HskS7W { top:103.75rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3xyT5zTc8eWCp6PmTDo3spTbvChvHgc { top:9.75rem;left:0rem;width:16.6875rem;height:;font-size:1.0625rem;display:none; }#T3xyT5zTc8eWCp6PmTDo3spTbvChvHgc li:before{  }
 }@media only screen and (max-width: 763px) { #Xp1Opy5UC62TZ3qnVRTDWvMHp1Sn6KaT { top:30.125rem;left:10.4375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdIgXQPK4iliSB5Qn0DrDXezVTJexdWw { top:30.375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUrWTJQ8J2MQZQ1GUIbW7wKxhbaFZFpf { top:30.375rem;left:1.375rem;width:4.75rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTTJScZynqOnSV6yTihyoq2A9CLDzHPC { display:none; }
 }@media only screen and (max-width: 763px) { #UBLrkAsDpUxrtHNny21T4ZDBRBEx0zM8 { display:none; }
 }@media only screen and (max-width: 763px) { #so6fKELPl3kTM3rZ1uKEZTA2dbVsPOSa { width:47.75rem;height:4.375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxviGWwErnM4bLuIXhpxtEXSkNgDkslb { top:0.625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrS8nMiLH7VVQ67WdALd8HaZwpxI6CTP { width:18.5rem;height:2.125rem;top:1.1875rem;left:29.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH3BTIgqHFCpJk9Kz57aVIZCnRkLFdG1 { width:46.75rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ObsTTiPgWlDyMun1lyxrv6CrTz0rBT { display:block; }
 }@media only screen and (max-width: 763px) { #KdRqVWCfE8krX8niP7LhFmlbnuudGhxp { display:block; }#KdRqVWCfE8krX8niP7LhFmlbnuudGhxp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d159HcbZ0dXQaUmA3s7LiUwVBOImVixp { width:47.75rem;height:17rem;top:2.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4vkbUpvHBwvnIEoNCvERr1SbWaa8I4u { display:block; }#T4vkbUpvHBwvnIEoNCvERr1SbWaa8I4u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aa1mxovlas3bnOc8HtWiQw34qd139sHJ { width:47.75rem;height:4.375rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zObLXN4G4y7TWx9VNh5lb3uCDRvTfnbE { top:1.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX { display:block; }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkQgpTmoXK7VOlzQRcTvMc4H0PLI07rz { width:24.4375rem;height:23.75rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPSxhf22xTMDdB5ru7PMwZP0bq2VWl06 { top:19.125rem;left:21.125rem;width:26.625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bslfLvb0DU0nJNL9RKfl1UxxdcZS2esi { width:47.75rem;height:4.375rem;top:56.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8mV0eAIe2gyHrb8G8kNSaUQmdeyDdul { width:47.75rem;height:15.4375rem;top:30.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlBMLCHsTkD4XSbF69KbcXTX6ooLlaRy { top:4.9375rem;left:21.1875rem;width:26.5625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avckzeVAT7K3oFROrigBTILMJQJvDLsq { width:12.1875rem;height:3.125rem;top:49.25rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9lAtssToNT2aWLlcigZXexfQTHNueRB { display:block; }
 }@media only screen and (max-width: 763px) { #D8046BfRVwnZ59hiOlKqkS4xatpdlT1n { top:57.8125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggCyLKHM357gW63I2QRIMXGoDmZ4qWet { top:18.625rem;left:39.5625rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy3TMnSR436nBNeHsMwPPa8Zu0a4owoH { top:6.8125rem;left:32.3125rem;width:10.6875rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl7tthQNgInWpcHO7TfMEEhtOdb6MnX9 { top:18.625rem;left:33.5625rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuyyISDO3f3huJCV5lRM8XPNXwhON1vE { top:8.0625rem;left:39.5625rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSPrI8n3GHy0UdzImxtrJM7JZbITiDDT { top:18.625rem;left:19.75rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPahTBmNTdfTsgMoZPpeqOqXlGNo6J8J { top:7.5rem;left:19.75rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT3CwAK4p5rmGqviSnoH5U7wBrQN1HCm { top:18.625rem;left:6.1875rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdAFUl9mvNnvcIIeMIp1UTRtJcGVX6Pv { top:7.5rem;left:7.125rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0UTUgixIlolMAEVDLTEHH43roiIGb3A { top:18.625rem;left:0rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1utX4P1dP67OQI9qDEbHIL7zslneCtS { top:7.5rem;left:0rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRnHbzFenLncOCAPEgeKfznC4KXwy3PT { top:33.25rem;left:13.6875rem;width:20.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipRVyOSDDhRh8VQFkpZLw5dzv3c01Usq { display:block; }
 }@media only screen and (max-width: 763px) { #dU1fl7BzHxZM9bDuU9zQsUddQA8PGSyy { display:block; }#dU1fl7BzHxZM9bDuU9zQsUddQA8PGSyy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvFIXIK3waO7H89W4cSvwq5BNF7dhRy8 { width:1.75rem;height:1.75rem;top:1.375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { width:8.3125rem;height:1.75rem;top:1.3125rem;left:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l91xkDKbtsDXmLqv93J0xfL23a9F999Z { width:15.625rem;height:1.75rem;top:1.3125rem;left:8.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB > .row .container { background-color: transparent; background-image: none; }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB > .row .container > .video-iframe-container { display: none; }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB > .row > .video-iframe-container { display: none; }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB > .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); }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB > .row .container { border-width: 0; border-radius: 0; }#SaTTZmTdhzXKW3luzD6JTC9Z6AwSWDXB > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN { background-color:rgba(196,196,204,0.33);background-image:none;display:block; }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN > .row .container { background-color: transparent; background-image: none; }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN > .row .container > .video-iframe-container { display: none; }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN > .row > .video-iframe-container { display: none; }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN > .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); }#slS5P9nWsa4UBGv4deOlU1tsTOEKeIQN > .row .container { width:20rem;height:109.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D7Eb6ULbN9RPUCmAelhmRaWyDHFE3X2J { width:17.75rem;height:4.875rem;top:5.25rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mF9nosFtcwAz9WG4g9mQVcKMgn9pJt6C { width:19.875rem;height:93.84375rem;top:12.875rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nwcm7LRfzwDhtMww5fl5s45gIsUXIqCq { width:0.125rem;height:7.0625rem;top:4.125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS6isAsk4Vz9x1p4T2b04dqBWprbDVK9 { width:0.25rem;height:11.0625rem;top:26rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SDOVqc9JSv1koX1OR0z8SgueTJrfigGI { width:20rem;height:0;top:15.6875rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #MxWeHHlB575hR8WgNbZWBWvx8qahpEyt { width:0.25rem;height:11.0625rem;top:43.1875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rFXPNHKZ4bGl4tC7dQv6rM6JiqmuvSVp { width:20rem;height:0;top:38.3125rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HMynKG5ZIhX7gm0ic0XOTmVF6782w9Xy { width:0.25rem;height:11.0625rem;top:62.1875rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxdCLhQ1o2OZQGQ0UGwrP2WFnE7859Nd { width:20rem;height:0;top:55.5rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Fo0V3xGPGk0JkzFzuSKTc73H7t4LldwD { width:5.8125rem;height:2.875rem;top:1rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaoHCO7MC59m0MZVpofnrI7gyc9IGpC6 { width:20rem;height:3.1875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VinRU069cQ0sTWdKJRpIufSf2oZdCUUC { display:block; }
 }@media only screen and (max-width: 763px) { #sPtWx3AeZVRWmsc44q1J5r0bPyy7BP3Q { display:block; }#sPtWx3AeZVRWmsc44q1J5r0bPyy7BP3Q > .row .container { width:20rem;height:93.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WnGVkib7Xu7LhF9Bnn9LKSu7zhvbvqwa { width:20rem;height:13.25rem;top:5.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtcUJ1r5xL1AgKEIg3voiMMO4SyGdErd { width:13.6875rem;height:1.95rem;top:11.587890625rem;left:3.15625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DG0wFqRUARTJtociX6RlqCK4bF6LkUpE { width:20rem;height:0.4375rem;top:45.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdLOezvBQ89PcTS25r9xu7f1b9TlRAPH { width:20rem;height:13.125rem;top:19.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQarAfV3aVDcaJp9VSka2iIAbcn3Qki0 { width:20rem;height:0.4375rem;top:32.6875rem;left:0rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #viIqR3r3e13PTzoOdZOFC8cCZduWfXnc { width:14.25rem;height:5.84765625rem;top:23.25rem;left:2.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEBUnVUGEfnCNIZh0B4ZkKAhS6nnrsfz { width:20rem;height:13.125rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K12VHG2ITCfs8TXqy17HWzlgkh66JL6d { width:20rem;height:0.4375rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrNL56n4zuJgPvJvFVOxZgRyTqmeh3oC { width:12.5rem;height:3.4125rem;top:37.5439453125rem;left:3.15625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ecFLnqIPkAll4RT5GLvk5hF0IbLPgiGk { width:20rem;height:13.25rem;top:46.1875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpe2bO6UtovZ5F09fB2nhk9D8xUEtFi0 { width:13.6875rem;height:4.38574375rem;top:50.587890625rem;left:3.15625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gqPuU3JHIMN6RbDbJcQLzxm2TGz0fXiK { width:20rem;height:0.4375rem;top:5.5625rem;left:0rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #bwTWfO6xWAHAxFxeRF3ZnruNgTOxJVx8 { width:20rem;height:1.71875rem;top:1.78125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q0FssuU8ZeRAkK1tW1kJCGmbV2fof4KD { width:13.6875rem;height:1.95rem;top:62.375rem;left:3.15625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dvhn9n5kLqaMIZ0L3L2diXovXOQPg4Ix { width:18.25rem;height:2.761725rem;top:64.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-text {padding-top: 0; padding-bottom: 0;}#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-select {padding-top: 0; padding-bottom: 0;}#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:2.625rem;margin-bottom:0.25rem;margin-left:2.625rem;height:2.875rem;font-size:1rem;overflow:hidden; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl  { width:17.5rem;height:auto;top:67.5rem;left:0rem; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl {display:block;}#MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl { width:17.5rem;height:auto;top:67.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #Cp9AaG5Hcd1kMddPGw0OfQnTvbTlz4Ak {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #TEUNnJe55HzehKedAhMs3JmWAFynUqcq {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #JNIQGbT3ITfELvuRP6xbv21N3xEWLED2 {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #l9PHCnsrKedOvTaaX45AmucovFhyhuTF {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #xTWvUNezpWTaG85HZH0vRTroZ6AtognG {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #gWekPBZNbxAAoCG3kwzZBLiGnbr209TA {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #AflTTGDLD0S4TyHiHq1DVRCp2r1xOKVc {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #UbsTQRuR0a8aSLmT4dlS9TokIqzx2osc {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #XalFTRPRlF6ao9QQzTgDf5NoxKxuOlOZ {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #IBZmhV7mWOI0Si7KoW9SVR4RotwP32h9 {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #g4v1Ziz0qcHTBUkyAvsrtUus41Wm9f8B {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #XrPovnvm7OAJKkoTptDTDSQzikKSCywq {  }
 }@media only screen and (max-width: 763px) { #vMWHTJQ3qaN8hFwA2SQGSXTesrtHdFSa { display:block; }
 }@media only screen and (max-width: 763px) { #ikkkdIFIAOEDktWJutoCozH3nBDJ7kUl { display:block; }
 }@media only screen and (max-width: 763px) { #v4Hp3QNISUOTZNIrifROmkpJ7TaANTgO { display:block; }
 }@media only screen and (max-width: 763px) { #FrQ6KKQuvC1fHK4pSD9Wf9K80yMVP8XA { display:block; }
 }@media only screen and (max-width: 763px) { #OedR0Z9KlUaGVJgUTGkMpcK9LJiCz38h { display:block; }
 }@media only screen and (max-width: 763px) { #AfFSVINCyXphyFMrsUazSo7EQ8PwBZTZ { display:block; }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #UCmQ4lxu5Csz6TApJXERLhVM7xlxLHDD {  }
 }@media only screen and (max-width: 763px) { #MJM7AB1WwSnbwZvmMXStyvFULeWe5tzl #GaNVFOp95DRLvmCGISqgCLkUe9Rgrv3t {  }
 }@media only screen and (max-width: 763px) { #IOoxhGSEn6D1MQSTmdfmhPTWlzDKvbOq { display:block; }#IOoxhGSEn6D1MQSTmdfmhPTWlzDKvbOq > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vma9asJClUxvOCZvCrBtmg8zwzJliF1Q { width:19rem;height:22.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwQDFHh6noF3peSAVZmI67ochrI31QpE { width:20rem;height:5.19921875rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThHK9yQqFyG2KEy0royWaJipVgfos5xl { width:17.4375rem;height:3rem;top:11.9375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 { background-color:rgba(196,196,204,0.96);background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }#HZCZEAemnPT6IJBNtLP3BMqLHmsrAoA2 > .row .container { width:20rem;height:78.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ByUgypQRbTSTAJh9CATIVgxaw0Bm4qsQ { width:10.75rem;height:3.125rem;top:70.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6021lQnSULGb9UZhmE5eCowyyrWJJ8f { display:block; }
 }@media only screen and (max-width: 763px) { #U7UFpVvHw6VV4RlizRxDRBxnGmR2EcS8 { display:none; }#U7UFpVvHw6VV4RlizRxDRBxnGmR2EcS8 > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vX9tXUyqVSIFw208EfsSoTaBwahy9sxp { width:20rem;height:13.125rem;top:13.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e60RB3foyEabr37tB91TvcUCi8nPQc3V { width:20rem;height:13.125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJp76CysykqwaPSEbXTV1hHlXkitJT2x { width:12.5rem;height:0;top:16.75rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sqsVcR46viymhQgVQ5hdOn3autGikmQs { width:16.5625rem;height:0;top:59.40625rem;left:1.71875rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #m4coCkIDprtuHZuU507DdPy1ST34RAfI { width:20rem;height:13.125rem;top:26.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oev8CnZZS9XTIypfnKL5DUWA8EtI8TAu { width:14.5rem;height:0;top:33.21875rem;left:2.75rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GJnFyGlRWku5PBN28MpHPcVzqurLZKGp { display:block; }#GJnFyGlRWku5PBN28MpHPcVzqurLZKGp > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NOWywvNaAo8139IH1sWVtgRpNmMpWBxh { width:20rem;height:4.375rem;top:0rem;left:0rem;background-color:#3a1abc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnqO2lgO8PW6xsKd7PfdEUCuIHWcbb4S { width:3.125rem;height:3.125rem;top:0.34377002716064rem;left:0rem;font-size:2.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hI5FauPzbog0p35vWfUwmvkcKIXXFLE6 { width:13.375rem;height:3rem;top:0.7343826293945rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w2o8tP72DEVnPkvB1FFA7azLuc3B5lM1 { width:19rem;height:4.375rem;top:3.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTFF8XDBbLwnmMqaClILT4Tyid94ZkQX { display:block; }
 }@media only screen and (max-width: 763px) { #rxtpHxlbPK5k2ory26s0dhEl7W727TQb { display:block; }#rxtpHxlbPK5k2ory26s0dhEl7W727TQb > .row .container { width:20rem;height:222.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gT7sbqTGALIsTt2bt3pR2KQimK5hydvW { width:20rem;height:78.96875rem;top:44.45654296875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.3;color:rgba(0,0,0,0.34);display:block; }#gT7sbqTGALIsTt2bt3pR2KQimK5hydvW li:before{  }
 }@media only screen and (max-width: 763px) { #L8xXInpEH9zr9DOE2qRXUQLP97mspZuB { width:20rem;height:95.0625rem;top:125.42529296875rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;line-height:1.3;color:rgba(0,0,0,0.34);display:block; }
 }@media only screen and (max-width: 763px) { #wUnuW3e6SB6DT2vl43O6dgFmk9VTeW56 { width:5.125rem;height:2.5rem;top:1.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgIR4E0CS7zMK9WvDFv0GqSEhBASdFXe { width:6.375rem;height:3rem;top:1.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPZTTBRx7sDKixmtbHkpaB3v3hCHpTXt { display:block; }
 }@media only screen and (max-width: 763px) { #MF0Ezh25XcJXPVKPs5kOgvW7hmuBpCOn { width:20rem;height:36.39449375rem;top:5.4375rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;line-height:1.3;color:rgba(0,0,0,0.34);display:block; }
 }@media only screen and (max-width: 763px) { #T3th4Jgf5WfUiGzg5w8phapmVyGwvwNZ { display:block; }#T3th4Jgf5WfUiGzg5w8phapmVyGwvwNZ > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTL35HcsHytaBLeZvDJxXlGD9AATkMwq { width:20rem;height:4.625rem;top:0rem;left:0rem;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSoVCvWcB78Ax77Os46T9W9uMugTNKTt { width:3.125rem;height:3.125rem;top:0.625rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rG4X6WHKzuU5rIV4Hog0a0roIJqfxJQD { width:16.5rem;height:1.95rem;top:1.5390625rem;left:3.3125rem;font-size:1.5rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jiv5ycMaK4rVV2Zke4N1qaeaVXgxCQcm { width:19rem;height:4.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFk8zgitsAT1VAoseQ0rsWLLv0sdia25 { display:block; }
 }@media only screen and (max-width: 763px) { #NmFTtaiO8aPXRvWsqmFvEoJhx2iqSgcT { display:block; }#NmFTtaiO8aPXRvWsqmFvEoJhx2iqSgcT > .row .container { width:20rem;height:154.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT2OTs9TeAEEtZUNkZmVvXldfH9L2BsA { width:12.25rem;height:1.6464875rem;top:117.4375rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #X6U5xfriCaroeHX5negBo5uo0sTUC9cJ { width:12.4375rem;height:3.29296875rem;top:88.5625rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ArxqJQK1pm9G1yT2Sq1HcG7yiLPPozZK { width:12.375rem;height:2.469725rem;top:82.9375rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FTKcTdibmZe7qTsgMfTfpwCOcXatOJBh { width:12.25rem;height:1.6464875rem;top:96.875rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fBgJfwgqOACgwaBOTBaeoVdGxgh7GOpk { width:12.25rem;height:2.469725rem;top:110.5625rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A3nfyTCwXnRXcyS36xf5omOz2yaCEoJT { width:12.25rem;height:2.469725rem;top:106.4375rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yKQdPnPCE7RlN96tEL7SEnQPCu7sC0J3 { width:12.375rem;height:2.469725rem;top:135.5rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IRN2284KswNMTHLpyXaOhAtnzZ80eZ9J { width:12.5rem;height:1.6464875rem;top:130.5rem;left:7.5rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CGcZD1PwRi4o5CkTEdP434oxuaV8VLkv { width:12.375rem;height:2.469725rem;top:120.875rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GNGUDJHcmTrNqPLZwGqERBiWeIOiedpz { width:12.3125rem;height:3.29296875rem;top:64.8125rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BCdIqrQgd7cgV5VxarbPGCsq5p9XUi7H { width:12.25rem;height:1.6464875rem;top:72.3125rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xlazyEsfr56HKac3TybLVu1dC317sF8J { width:12.375rem;height:3.29296875rem;top:56.75rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uPLycOgZiNIl770soo8NUJtE0wtkzOZP { width:12.375rem;height:1.6464875rem;top:78rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RTi3eaGlKgRrH3LOnEqmkEZaw9LKEs1S { width:12.375rem;height:1.6464875rem;top:127.8125rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ztDycdCLRBzbwhuNoGCpCRxITFcp9Z9T { width:12.25rem;height:1.7119125rem;top:125.4375rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #CN2woypcQNCA2w1GoEeBGzZrXd7U33tW { width:12.1875rem;height:1.7119125rem;top:133.4375rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #D0uKXQ5yO1mkWEviDSqRhp9BUHhIUvfV { width:12.25rem;height:1.6464875rem;top:151.6875rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ycdo3HfZsUSoAD1OUXqih4mUliI2eHQx { width:12.25rem;height:1.6464875rem;top:142.25rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QxzNsZquhSq9CQy4OcnnHmOA8ooIcJTs { width:20rem;height:1.65rem;top:38.075rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #LTE6MSot958TsmNnKck0Jnl9q1p53Gh8 { width:12.5rem;height:2.91796875rem;top:102.1875rem;left:7.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcFug2uDFpmWkDGtXu0SOqcosCKntdx0 { width:12.125rem;height:1.6464875rem;top:145.375rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ToyzNzrdBKVTzf8sDIsmHBSDDvWeq1to { width:2.125rem;height:1.375rem;top:69rem;left:7.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rB8DMlTOopOUHZrvPgCHUeBtzbzBoxoD { display:block; }
 }@media only screen and (max-width: 763px) { #viKRLEWAfKRkNuV1cfk7SCsPr4KAseH1 { width:10.125rem;height:2.469725rem;top:68.4375rem;left:9.875rem;font-size:0.75rem;text-align:right;text-align-last:right;line-height:1.1;color:#3a75de;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KCdl7TJSfTyPDSOLKePIvOQgc7q6E9UW { width:10.0625rem;height:2.469725rem;top:74.375rem;left:9.9375rem;font-size:0.75rem;text-align:right;text-align-last:right;line-height:1.1;color:#3a75de;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZX1xKDxP5F9AvLCU4mXLARGn6RSifbnm { width:2.0625rem;height:1.625rem;top:74.8125rem;left:7.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW8v4dXm0Mve9MPxTtXaNoIywuKhFvUJ { display:block; }
 }@media only screen and (max-width: 763px) { #UDPc78hLgLD90viLhh2SK2R3A8sLXThE { width:10.1875rem;height:3.29296875rem;top:60.625rem;left:9.8125rem;font-size:0.75rem;text-align:right;text-align-last:right;line-height:1.1;color:#3a75de;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Iqe3zL4PTvlbWguXneLNdfgr93vEVXgF { width:2.0625rem;height:1.5rem;top:60.625rem;left:7.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll6h0TWMQHX4mg80KzLdqcTXn0EDPcSn { display:block; }
 }@media only screen and (max-width: 763px) { #TTcQ06GHuwKhD6iOQ88vPyVkkewmX6et { width:10rem;height:2.91796875rem;top:92.375rem;left:10rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rPh9qIrxAnrBxJ00AFWDFTAEfkZ6SMle { width:2.0625rem;height:1.625rem;top:92.375rem;left:7.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWHAzJBuq8zz9M1QfbhXTK6IZ41Bq6vU { display:block; }
 }@media only screen and (max-width: 763px) { #gVTTbIM2QFZ0TzafHNWlwGKkX7ZvHMZc { width:10.0625rem;height:1.9453125rem;top:85.8125rem;left:9.9375rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xv1l5WXm9ycrhEgrtofolVz9GtDcEAPq { width:2.0625rem;height:1.625rem;top:85.9375rem;left:7.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRl2C9TbHbdu0Z7ZiIgelMLgJ66BrwRH { display:block; }
 }@media only screen and (max-width: 763px) { #Q57uGHxRp79BqxD3FbGBFkG9UfEfkIZ0 { width:10.4375rem;height:1.9453125rem;top:99rem;left:9.5625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #KiCRkO5gL3xKtZZpMw6TFsaleqmXZpDb { width:2.0625rem;height:1.625rem;top:99.1875rem;left:7.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFblzDshMsr7TULPZnV8P1DVdimEPzx7 { display:block; }
 }@media only screen and (max-width: 763px) { #gRDPJnCZ7TOdDwxRkQ8s5TmoNuNTyr22 { width:9.4375rem;height:2.91796875rem;top:138.3125rem;left:10.5625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #XypAcSlvPUyTmtc329vk4l5tTLPbwO2f { width:2.0625rem;height:1.625rem;top:138.3125rem;left:7.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMkX3FrxZM4UeHhAmk11vJI65WuNnAwW { display:block; }
 }@media only screen and (max-width: 763px) { #SZkW9Hw43in0pk2VJ813kFUWEl6Qud5T { width:10.375rem;height:1.9453125rem;top:132.5625rem;left:9.625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ykUI11fMihP5aWbGCMJHkXPAGt2TTs9a { width:2.0625rem;height:1.625rem;top:132.4375rem;left:7.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB44ytCkIXIaArGBngLRJyV33q81OuZN { display:block; }
 }@media only screen and (max-width: 763px) { #nU6WtE84rTWQVFfoJtx2BKSdxKy7kDLv { width:9.9375rem;height:2.91796875rem;top:123.9375rem;left:10.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #wP7zSOl68psLNTwtIZmT0kONQEDeQvyI { width:2.0625rem;height:1.625rem;top:123.9375rem;left:7.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFtIZ0T2Mf4rGd7yKvRoF5NgQU9E4hMl { display:block; }
 }@media only screen and (max-width: 763px) { #krtixmUdLhWsl1xh76HRBnxPVPntum4T { width:9.125rem;height:1.9453125rem;top:80rem;left:10.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqaHTEvMbTmZ50TLTRAhHeoi5sfBtrZc { width:2.0625rem;height:1.625rem;top:80.1875rem;left:7.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1kXex17OUqBvVMkvQuUkQDINik6Uhma { display:block; }
 }@media only screen and (max-width: 763px) { #AnMMkaoy6fQPLRTUXckcFNDQhvwdFrP2 { width:12.25rem;height:2.469725rem;top:114.375rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iUs1hzgAcUkxWFZnnuhI2bThIm9y2XwG { width:12.25rem;height:2.469725rem;top:148.0625rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #la3vdURxZrJXBqWzKHC6nIIHkP0hGzr8 { width:12.25rem;height:3.298825rem;top:128.875rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #aJprxzORGWfnzMC4ZqAT8KWkKtZQkHzx { width:12.125rem;height:1.7119125rem;top:136.125rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Mg3ZwJzNflFpECEwXTgO0uVAqsJf7zch { width:7.1875rem;height:1.94921875rem;top:136rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m4taXKTK4RDJNvH1bHGnlPdFyI4HeAuT { width:12.25rem;height:2.469725rem;top:41rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xWlKFUk2euNb8QtppseDRE7pLGMC3Fao { width:7.5rem;height:0.97265625rem;top:41rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHzow4PSVVZdTMwoUTaebeicDQeNmopi { width:12.125rem;height:1.6464875rem;top:51.5625rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SvOxmVe9JnRgn0TJ2BfwBEDLAw7Tgstb { width:7.5rem;height:0.97265625rem;top:51.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uqssr25ZdGmuy9ptBHr5cnMsyh0no2dC { width:7.875rem;height:0.97265625rem;top:56.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG58Q1cJcUBIu1RDKyeUhfndcrsZuEhH { width:6.9375rem;height:0.97265625rem;top:64.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvZkSGqlJxTVk3KudAfdVK62QTVaT6Fu { width:7.1875rem;height:0.97265625rem;top:72.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Veh9naQkhdpCZ2PRDSWHKr9CWA4blnsQ { width:6.625rem;height:0.97265625rem;top:78rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Chtf0IT2ziF9mnbRZSvt10i33lUr6DNE { width:6.5rem;height:0.97265625rem;top:82.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAQ0aITWre8k0DCU6EeG7CTZOAiasV4v { width:6.75rem;height:0.97265625rem;top:88.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT7myPLXW8bnVOnd5bmfe5kBVwT9QFVP { width:6.9375rem;height:0.97265625rem;top:96.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td09Osqu8toJHd2S6bbg9z5zb9kLxab5 { width:6.8125rem;height:0.97265625rem;top:102.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4TOJOXqSPFu5ev8Ms0J0M4Exg2AsKOw { width:7.4375rem;height:0.97265625rem;top:106.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX5N7mgHcqOZCVyZ1XKMH3HN2OmvJ4Wn { width:7.1875rem;height:0.97265625rem;top:110.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1221JiAup68swxRB8FCixJKdrgxxmOy { width:7.375rem;height:0.97265625rem;top:114.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #stCBM3sWWRL0qTgakvPG1dn9xdn5CVdy { width:7.5rem;height:0.97265625rem;top:117.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdvs0sOezlsioA1kfOTikq82lEQzM9aK { width:6.875rem;height:0.97265625rem;top:120.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ7v3L6GBc4ARJ7Pgg1IyyU3yJlfn3Cv { width:7.0625rem;height:0.97265625rem;top:130.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpTQfxePhmpNAySJNTA458TobnWK9c7l { width:7.125rem;height:0.97265625rem;top:135.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #blH9G5uTsK9lLJ8blBEDuMHDLDnJwaXJ { width:7rem;height:0.97265625rem;top:142.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn3HATFTtDQrfyip5SHd5td8MsRW15OP { width:6.6875rem;height:0.97265625rem;top:145.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nx7AL7Mu9r77eTNgfIxEfkFXQosRhTs8 { width:7.125rem;height:0.97265625rem;top:148.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrVNXeM4uT1kyQrx4PG2bWeAnPDLZTU5 { width:6.625rem;height:0.9746125rem;top:151.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #enPA3bObdv9V2l6Hrrpw819PkVZvE4uS { width:6.625rem;height:1.94921875rem;top:125.3125rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMrhaJSlOcDqOMg9lkWbAdNlmE7lLIiM { width:7.5rem;height:0.9746125rem;top:128.875rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnUdUqaGGyM1kRTo5hmnzl2plP7WAWix { width:10.375rem;height:0.9746125rem;top:133.4375rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpTc7V0RmzWL4dP2WeHBXBaStFEeTp8s { width:9.9375rem;height:2.91796875rem;top:44rem;left:10.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #JB23C1L5lnQW67wy4vJ60zUIGsv2cZ3S { width:2.0625rem;height:1.625rem;top:44rem;left:7.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bboRnusTIHF2tTlhgQo4kQLM7v3nDZqA { display:block; }
 }@media only screen and (max-width: 763px) { #cKLGiqv4pTilBP392TPQh3EZmrnmV2dG { width:9.1875rem;height:1.9453125rem;top:53.625rem;left:10.8125rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #NMXN2IEk8M0NAMZFyyObudRsoDGsRybg { width:2.0625rem;height:1.625rem;top:53.625rem;left:7.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQ8iJkdwB3ookbrOyucXf7ompto0da5T { display:block; }
 }@media only screen and (max-width: 763px) { #BLm8gRN4WygIHw9WyPMFNZcdZvzlm0Uf { width:7.3125rem;height:0.97265625rem;top:127.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9XNzP3KuMBsoXqLkPcmeBSMAb48L9C6 { width:7.5rem;height:0.97265625rem;top:36.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr7QqbVdRdmEEq5IJIdcDHch3OX8ybkH { width:12.25rem;height:3.29296875rem;top:36.1875rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QvutvPfNXXZpqMe80Xp7wGbNRcu8frsZ { width:12.125rem;height:3.29296875rem;top:47.5rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IJw4qfx97xyItRqKyMuWwvbqSEWfkR2A { width:6.375rem;height:0.97265625rem;top:47.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6RFGHVDhv42o51dp61dc8DmpRWZqQwg { width:9.375rem;height:1.6464875rem;top:33.6875rem;left:10.625rem;font-size:0.75rem;text-align:right;text-align-last:right;line-height:1.1;color:#3a75de;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F8vzbuCakONBR726QO5b9U7GgaUb0akr { width:2.0625rem;height:1.625rem;top:33.75rem;left:7.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoXP7iti9HDCtzNrkwGLBy1tSWDuqlI4 { display:block; }
 }@media only screen and (max-width: 763px) { #AGCWEC2KlSLFp0RghCZ8p9LT1893WQSV { width:7.5rem;height:0.97265625rem;top:31.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #axxGFloATp84nFwUEbEuFwQuNgDs9fLg { width:12.125rem;height:1.6464875rem;top:31.4375rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lXLsiT0rvGVvGJIkFVaEid9f5fUhS9pm { width:12.25rem;height:1.6464875rem;top:28.875rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kRSImOSVI23WS0sboUunFThzG2wW5hVz { width:7.5rem;height:0.97265625rem;top:28.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2XJZKM8nXTRClXOZ9pb3aUvBEmbbGSa { width:7.5rem;height:0.97265625rem;top:24.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKQryA8GO8oayS8ZWqImE8ffwFzE25Wt { width:12.25rem;height:1.6464875rem;top:24.25rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TSkiRuAG3VOGEnBCNNdGqNJzkGpEdFDn { width:9.5625rem;height:1.6464875rem;top:26.375rem;left:10.25rem;font-size:0.75rem;text-align:right;text-align-last:right;line-height:1.1;color:#3a75de;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HC2QvbXFN3TxHHDnr7xdTVSIVk3Mn6Ri { width:2.0625rem;height:1.625rem;top:26.125rem;left:7.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5avLDy5gN4DVQKgEM2P2bWLFVJDa0lg { display:block; }
 }@media only screen and (max-width: 763px) { #vNZbOelki1enTnhb35rqC0xMr7CLgDBk { width:6.0625rem;height:0.97265625rem;top:13.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcXKabZ71bVuDPbDPAHzUqEn475TAdPW { width:10.1875rem;height:2.469725rem;top:17.6875rem;left:9.8125rem;font-size:0.75rem;text-align:right;text-align-last:right;line-height:1.1;color:#3a75de;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WoEE47SoOIwguFFPJvI368AJ8tLL4BaR { width:2.0625rem;height:1.625rem;top:17.6875rem;left:7.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFot5SwITBI9THzXvLoxyRTL65irNUBk { display:block; }
 }@media only screen and (max-width: 763px) { #WGltTXvvkHl2mLdM8J1XPwT7LAsxAEkH { width:12.375rem;height:3.29296875rem;top:13.875rem;left:7.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Mxvx10v8gBzNUArRnkQPWigzmUC4XN3W { width:7.5rem;height:0.97265625rem;top:21.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8TCv5T20vNC6mB5EUTBVwlGyFqseoq0 { width:12.375rem;height:2.469725rem;top:21.25rem;left:7.6875rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gr8222hEpIEVGhowCX3uXnB5qML7ncTQ { width:7.5rem;height:0.97265625rem;top:6rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBX6AwubLfyGPeS21fvcPXVhZmdg6r6y { width:12.25rem;height:2.469725rem;top:6rem;left:7.75rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VfdLRMvIzFHTbRLtaq3oBSrt060e5960 { width:2.0625rem;height:1.5625rem;top:9.3125rem;left:7.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N95rJ8nJcUxgGPziN4wqgnnm9f8EUiPy { display:block; }
 }@media only screen and (max-width: 763px) { #aIZHceX7y89DupSWbVi0HoFfO9TK4WV5 { width:9.8125rem;height:3.29296875rem;top:9.125rem;left:10.1875rem;font-size:0.75rem;text-align:right;text-align-last:right;line-height:1.1;color:#3a75de;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fy4UIvmO956iz0pAnuM2bytOXpsqI8WT { width:5.375rem;height:0.9746125rem;top:1.3203125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv31CpDSNK75rvhdn7lRImHcEvisTofn { width:12.125rem;height:3.296875rem;top:1.3203125rem;left:7.875rem;font-size:0.75rem;text-align:justify;text-align-last:initial;line-height:1.1;color:#c4c4cc;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RZA9GTbass5Iu9C55sD1IyOftzWkmm5A { display:block; }#RZA9GTbass5Iu9C55sD1IyOftzWkmm5A > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFbWsgvGTDqT6Nnwx4C94NxpH0WqJ2f1 { top:63.3125rem;left:3.75rem;width:12.5rem;height:0;z-index:100034;font-family:ubuntu;font-weight:700;font-style:normal;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #da1qNdrVZRPzRkoPzIinuNDdmPCIX6fX { width:16.7480625rem;height:0;top:19.875rem;left:1.625rem;font-size:1.0625rem;z-index:99999;color:#ffffff;font-weight:700;font-style:normal;font-family:ubuntu;text-align:left;text-align-last:left;display:none; }#da1qNdrVZRPzRkoPzIinuNDdmPCIX6fX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#da1qNdrVZRPzRkoPzIinuNDdmPCIX6fX li:before{  }
 }@media only screen and (max-width: 763px) { #TTJhWqNNogA4s3dGguHosmMZziLLqKSN { width:1.5625rem;height:1.5625rem;top:86rem;left:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsZ97GkBcF5IEu42iWyWVHSBpE25PEpf { width:2.06163125rem;height:2.06163125rem;top:86.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTPFT37mpGUAw7kwumzET4DMVE66wyl3 { width:4.74935rem;height:2.62478125rem;top:86.125rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDF3P0RTazt0RvdJmV85asx09JS3bCZx { top:53.4375rem;left:12.25rem;width:3.125rem;height:3.125rem;z-index:100054;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wnoNt5IhpMfbzFEOI0eIp9iTXgf4AhqC { top:49.0625rem;left:12.25rem;width:3.125rem;height:3.125rem;z-index:100055;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8ulG8yuD5CVnVPqhIvD29UCWkWNAdcd { width:20rem;height:4.375rem;top:0.1875rem;left:0rem;background-color:#3a1abc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBNyQwf6QBfckp4VKBGFCC26FXReAVNE { width:3.125rem;height:3.125rem;top:0.375rem;left:0rem;font-size:2.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IxAPTZtJsGz4PN2PnnRyTGTdvVl3NiMH { width:9.5rem;height:1.5rem;top:1.53125rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4grG2TFHVD59nWekH9uPUfxRuR9PWwd { width:19rem;height:4.375rem;top:6rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXUTflhkOXF55PQ3bEaVTzrVuWo2uV48 { display:block; }
 }@media only screen and (max-width: 763px) { #hFEpmxZM7Cbf97tEAKAoT5soHxLbfRQE { display:block; }#hFEpmxZM7Cbf97tEAKAoT5soHxLbfRQE > .row .container { width:20rem;height:45.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWI3l21otybVsAc6qV4XbsGbmyfalN95 { width:19.375rem;height:43.3125rem;top:0.68750572204588rem;left:0.3125rem;text-align:justify;text-align-last:initial;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AEVRTW4P7xZ38LiU6wIBFI6n0RyePc10 { display:block; }#AEVRTW4P7xZ38LiU6wIBFI6n0RyePc10 > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKBh86QmlEVyaitRs8ARVU7T15HskS7W { top:63.3125rem;left:3.75rem;width:12.5rem;height:0;z-index:100034;font-family:ubuntu;font-weight:700;font-style:normal;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3xyT5zTc8eWCp6PmTDo3spTbvChvHgc { width:16.7480625rem;height:0;top:19.875rem;left:1.625rem;font-size:1.0625rem;z-index:99999;color:#ffffff;font-weight:700;font-style:normal;font-family:ubuntu;text-align:left;text-align-last:left;display:none; }#T3xyT5zTc8eWCp6PmTDo3spTbvChvHgc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T3xyT5zTc8eWCp6PmTDo3spTbvChvHgc li:before{  }
 }@media only screen and (max-width: 763px) { #Xp1Opy5UC62TZ3qnVRTDWvMHp1Sn6KaT { width:1.5625rem;height:1.5625rem;top:86rem;left:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdIgXQPK4iliSB5Qn0DrDXezVTJexdWw { width:2.06163125rem;height:2.06163125rem;top:86.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUrWTJQ8J2MQZQ1GUIbW7wKxhbaFZFpf { width:4.74935rem;height:2.62478125rem;top:86.125rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTTJScZynqOnSV6yTihyoq2A9CLDzHPC { top:53.4375rem;left:12.25rem;width:3.125rem;height:3.125rem;z-index:100054;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBLrkAsDpUxrtHNny21T4ZDBRBEx0zM8 { top:49.0625rem;left:12.25rem;width:3.125rem;height:3.125rem;z-index:100055;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #so6fKELPl3kTM3rZ1uKEZTA2dbVsPOSa { width:20rem;height:4.375rem;top:0.125rem;left:0rem;background-color:#3a1abc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxviGWwErnM4bLuIXhpxtEXSkNgDkslb { width:3.125rem;height:3.125rem;top:0.3125rem;left:0rem;font-size:2.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nrS8nMiLH7VVQ67WdALd8HaZwpxI6CTP { width:9.5rem;height:1.5rem;top:1.46875rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH3BTIgqHFCpJk9Kz57aVIZCnRkLFdG1 { width:19rem;height:4.375rem;top:6rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #k7ObsTTiPgWlDyMun1lyxrv6CrTz0rBT { display:block; }
 }@media only screen and (max-width: 763px) { #KdRqVWCfE8krX8niP7LhFmlbnuudGhxp { display:block; }#KdRqVWCfE8krX8niP7LhFmlbnuudGhxp > .row .container { width:20rem;height:21.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d159HcbZ0dXQaUmA3s7LiUwVBOImVixp { width:19.375rem;height:19.6875rem;top:0.68750572204588rem;left:0.3125rem;text-align:justify;text-align-last:initial;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T4vkbUpvHBwvnIEoNCvERr1SbWaa8I4u { display:block; }#T4vkbUpvHBwvnIEoNCvERr1SbWaa8I4u > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aa1mxovlas3bnOc8HtWiQw34qd139sHJ { width:20rem;height:4.375rem;top:0.075023269280794rem;left:0rem;background-color:#f6f4f3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zObLXN4G4y7TWx9VNh5lb3uCDRvTfnbE { width:18.6875rem;height:3.57421875rem;top:0.875rem;left:0.65625rem;font-size:1.375rem;color:#282828;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX { background-color:#f6f4f3;background-image:none;display:block; }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX > .row .container { background-color: transparent; background-image: none; }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX > .row .container > .video-iframe-container { display: none; }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX > .row > .video-iframe-container { display: none; }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX > .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); }#s4ZHK1bfXhN4ApgvOgA029fx3PT6qDOX > .row .container { width:20rem;height:96.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkQgpTmoXK7VOlzQRcTvMc4H0PLI07rz { width:20rem;height:25.59375rem;top:0.9375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #wPSxhf22xTMDdB5ru7PMwZP0bq2VWl06 { width:20rem;height:7.5625rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bslfLvb0DU0nJNL9RKfl1UxxdcZS2esi { width:20rem;height:4.375rem;top:91.8125rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #I8mV0eAIe2gyHrb8G8kNSaUQmdeyDdul { width:20rem;height:31.9921625rem;top:51.125013351441rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NlBMLCHsTkD4XSbF69KbcXTX6ooLlaRy { width:20rem;height:13.192375rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avckzeVAT7K3oFROrigBTILMJQJvDLsq { width:12.1875rem;height:3.125rem;top:84.878123283387rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9lAtssToNT2aWLlcigZXexfQTHNueRB { display:block; }
 }@media only screen and (max-width: 763px) { #D8046BfRVwnZ59hiOlKqkS4xatpdlT1n { width:19.6875rem;height:3.8994125rem;top:92.3125rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pnfzno5J190StLZk6MIXloZmv4paLPed { display:block; }#pnfzno5J190StLZk6MIXloZmv4paLPed > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggCyLKHM357gW63I2QRIMXGoDmZ4qWet { width:6.25rem;height:6.25rem;top:3.1875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy3TMnSR436nBNeHsMwPPa8Zu0a4owoH { width:6.0625rem;height:6.0625rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl7tthQNgInWpcHO7TfMEEhtOdb6MnX9 { width:5.25rem;height:5.25rem;top:10.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuyyISDO3f3huJCV5lRM8XPNXwhON1vE { width:5.8125rem;height:5.8125rem;top:10.1875rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSPrI8n3GHy0UdzImxtrJM7JZbITiDDT { width:5rem;height:5rem;top:16.6875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPahTBmNTdfTsgMoZPpeqOqXlGNo6J8J { width:6rem;height:6rem;top:16.125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT3CwAK4p5rmGqviSnoH5U7wBrQN1HCm { width:6.0625rem;height:6.0625rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdAFUl9mvNnvcIIeMIp1UTRtJcGVX6Pv { width:5.8125rem;height:5.8125rem;top:3.1875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0UTUgixIlolMAEVDLTEHH43roiIGb3A { width:5.8125rem;height:5.8125rem;top:19.9375rem;left:2.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1utX4P1dP67OQI9qDEbHIL7zslneCtS { width:5.25rem;height:5.25rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRnHbzFenLncOCAPEgeKfznC4KXwy3PT { top:25.5625rem;left:3.75rem;width:12.5rem;height:3.3125rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ipRVyOSDDhRh8VQFkpZLw5dzv3c01Usq { display:block; }
 }@media only screen and (max-width: 763px) { #dU1fl7BzHxZM9bDuU9zQsUddQA8PGSyy { display:block; }#dU1fl7BzHxZM9bDuU9zQsUddQA8PGSyy > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvFIXIK3waO7H89W4cSvwq5BNF7dhRy8 { width:1.75rem;height:1.75rem;top:1.375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bcUb2MTWvA6JAL5gtgzbxmSN7bRlBgx0 { width:7.0625rem;height:1.2rem;top:0.9375rem;left:6.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l91xkDKbtsDXmLqv93J0xfL23a9F999Z { width:15.625rem;height:1.2rem;top:2.0625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }