.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#JKLkmTM8DUx3B3E7C7cFu23s9Fppn9PM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:15.3125rem;top:4.3125rem;left:22.34375rem;overflow:hidden;display:block; }
#uTob98IwvplGcan5aWh58poVnuNoCyTI { position:relative;display:block; }#uTob98IwvplGcan5aWh58poVnuNoCyTI { background-color: transparent; background-image: none; }#uTob98IwvplGcan5aWh58poVnuNoCyTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .row .container > .video-iframe-container { display: none; }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .row > .video-iframe-container { display: none; }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .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); }#uTob98IwvplGcan5aWh58poVnuNoCyTI { border-width: 0; border-radius: 0; }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .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:609.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xy1KAxCHzik3oFNEMy25lixPkVrhAZHb { color:rgba(0,0,0,0.7);display:block;width:51.8125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.3125rem;left:5.3125rem;height:10.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TdLE34GlqMlLy8buyNHB1OapcXgAVgWg { color:#000000;display:block;width:32rem;position:absolute;font-family:ubuntu;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:5.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ouMoEVqhJXDMic6J1CImui7032G0oziV { color:rgba(0,0,0,0.7);display:block;width:49.625rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:22.65625rem;left:5.3125rem;height:;text-align:left;text-align-last:left;display:block; }#ouMoEVqhJXDMic6J1CImui7032G0oziV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ouMoEVqhJXDMic6J1CImui7032G0oziV li:before{  }
#Bdab7dHlccEyBOMX76mSisx9OKSAC03w { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:119.3125rem;left:5.3125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zs2OfIOw4ZO38OSHUKgwhF9zNRDZaVVQ { color:rgba(0,0,0,0.7);display:block;width:44.9375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:122.25rem;left:7.1875rem;height:7.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UyXn6CXw1wSM54Tmhn6JdxUWVekifOSt { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:135.375rem;left:5.375rem;height:21.9375rem;text-align:left;text-align-last:left;display:block; }#UyXn6CXw1wSM54Tmhn6JdxUWVekifOSt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UyXn6CXw1wSM54Tmhn6JdxUWVekifOSt li:before{  }
#DG2q9y3vnAA72MrGoXT87fDKOoAse9wt { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:132.4375rem;left:5.3125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TPuevy6qE3CxpDHLUu5bZ5AfIn4XJofi { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:165.125rem;left:5.375rem;height:45.0625rem;text-align:left;text-align-last:left;display:block; }#TPuevy6qE3CxpDHLUu5bZ5AfIn4XJofi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TPuevy6qE3CxpDHLUu5bZ5AfIn4XJofi li:before{  }
#hSFkotMPhgyfm9hQOpC7bOvyMcafBbmc { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:162.1875rem;left:5.3125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4byCACnC2crhIIfT4LAe52cHCPzBtch { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:259.25rem;left:5.0625rem;height:8.75rem;text-align:left;text-align-last:left;display:block; }#T4byCACnC2crhIIfT4LAe52cHCPzBtch li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T4byCACnC2crhIIfT4LAe52cHCPzBtch li:before{  }
#FsUF5WbioswGTPRuGIoZCNb1XzP0hewo { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:256.3125rem;left:5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FA6mHb6gNh0ivtDTkKGKtKnbgsaMy1aw { color:rgba(0,0,0,0.7);display:block;width:45.4375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:273.9375rem;left:5.0625rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zGm2NQd6TdfV1TC3wUm06qiJ3zKM76L9 { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:271rem;left:5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QGMxt04cVoNPyriAHxdTJGnP21ND5sQT { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:222.0625rem;left:5.375rem;height:;text-align:left;text-align-last:left;display:block; }#QGMxt04cVoNPyriAHxdTJGnP21ND5sQT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QGMxt04cVoNPyriAHxdTJGnP21ND5sQT li:before{  }
#M2osX44KrUvU8GJzgt8u9QrAdE4vl3TC { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:219.125rem;left:5.3125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y3GzGtcR1HNRuh3LB51VWTNm6IsUFzea { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:277.0234375rem;left:5.21875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }#y3GzGtcR1HNRuh3LB51VWTNm6IsUFzea li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#y3GzGtcR1HNRuh3LB51VWTNm6IsUFzea li:before{  }
#uLJtsuKQR0U5OJbNLT4d8HKI7qBS4rom { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:278.56640625rem;left:6.5625rem;height:;text-align:left;text-align-last:left;display:block; }#uLJtsuKQR0U5OJbNLT4d8HKI7qBS4rom li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uLJtsuKQR0U5OJbNLT4d8HKI7qBS4rom li:before{  }
#UggtI05cFTwUTwBJXW1aXFulEy5NhILV { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:281.7109375rem;left:5.21875rem;height:4.8125rem;text-align:left;text-align-last:left;display:block; }#UggtI05cFTwUTwBJXW1aXFulEy5NhILV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UggtI05cFTwUTwBJXW1aXFulEy5NhILV li:before{  }
#zg8e3VNCi3JCkUkopxUWF4Rdz7GMVR2X { color:rgba(0,0,0,0.7);display:block;width:43.9375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:287.0625rem;left:5.0625rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZUBJCgAJb1N7C0x8Fok1meFTI7NXk0z0 { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:290.4609375rem;left:5.21875rem;height:5.125rem;text-align:left;text-align-last:left;display:block; }#ZUBJCgAJb1N7C0x8Fok1meFTI7NXk0z0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZUBJCgAJb1N7C0x8Fok1meFTI7NXk0z0 li:before{  }
#mxf3WOB8L2mCFM772Cu6TvrC7ISe82h5 { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:298.75rem;left:4.4375rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cMEwrTf7LGKW3713Waqdq7LuN3wUrWI1 { color:rgba(0,0,0,0.7);display:block;width:50.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:301.6875rem;left:4.5rem;height:15rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DBqE2qyZlmIyh4WsNcBpos1WPF8ixgW1 { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:318.75rem;left:4.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uzQCvRqTUeiZTHgt4Bsw8yQlTERUvxL0 { color:rgba(0,0,0,0.7);display:block;width:54.1875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:321.6875rem;left:4.5625rem;height:4.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UtrvunmbaO5nHKfT3zpZ4VBG2DZ3fbfX { color:rgba(0,0,0,0.7);display:block;width:50.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:327.0625rem;left:4.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#BTa1NJAkE02v2ToJKf3nx4DiUmgoZ0V1 { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:328.8359375rem;left:4.625rem;height:19.625rem;text-align:left;text-align-last:left;display:block; }#BTa1NJAkE02v2ToJKf3nx4DiUmgoZ0V1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BTa1NJAkE02v2ToJKf3nx4DiUmgoZ0V1 li:before{  }
#QFAkp6gtJofiuJGlwgXnakMpv9BNkNBT { color:rgba(0,0,0,0.7);display:block;width:50.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:349.8125rem;left:4.5rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#rnyNNLtxwvcbihSHxkwCAEDPGWMJxwnT { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:351.625rem;left:4.625rem;height:;text-align:left;text-align-last:left;display:block; }#rnyNNLtxwvcbihSHxkwCAEDPGWMJxwnT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rnyNNLtxwvcbihSHxkwCAEDPGWMJxwnT li:before{  }
#rfAP9uRzmTXyRTfPzyynwz5aKl536szu { color:rgba(0,0,0,0.7);display:block;width:52.1875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:354.1875rem;left:4.375rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IcnE7XBQaCn7dgRgMsLNqusgsVOVMHMq { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:360.8125rem;left:4.125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KgrZx8eI2AW7lAxPd0sa49G2MQbd9nSb { color:rgba(0,0,0,0.7);display:block;width:54.1875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:363.75rem;left:4.1875rem;height:6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kkkvKK9yPpDFQ1CH6UZAZnwAMKwkFIAE { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:372.3984375rem;left:4.03125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }#kkkvKK9yPpDFQ1CH6UZAZnwAMKwkFIAE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kkkvKK9yPpDFQ1CH6UZAZnwAMKwkFIAE li:before{  }
#PCFFuPbrTOL494paisBSU1OnsZ7UdV04 { color:rgba(0,0,0,0.7);display:block;width:50.25rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:377.5rem;left:4.125rem;height:7.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SZPQx6XprnfmHQyOC1ToiW6JuTlbKJZI { color:rgba(0,0,0,0.7);display:block;width:40.1875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:374.06640625rem;left:4rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#VHa5wD2Jpzpm9s7sXQvinDsHTLAyTADp { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:390.125rem;left:4.125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IgADb4zCy8d27vBW3fKICKwvOQPHWcwO { color:rgba(0,0,0,0.7);display:block;width:50.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:392.6875rem;left:4.1875rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#UQkZPlGUTpvGmEq4m1eQ50XsQCo6BoNi { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:394.4375rem;left:4.3125rem;height:9.625rem;text-align:left;text-align-last:left;display:block; }#UQkZPlGUTpvGmEq4m1eQ50XsQCo6BoNi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UQkZPlGUTpvGmEq4m1eQ50XsQCo6BoNi li:before{  }
#w8O4RoCudukzkUMnLOB452gPcoX7aOgp { color:rgba(0,0,0,0.7);display:block;width:50.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:406.875rem;left:4.1875rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#fV4JmcQStzr9AH8hSGsbhXQBT5lmMTJw { color:rgba(0,0,0,0.7);display:block;width:50.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:408.625rem;left:4.3125rem;height:6.625rem;text-align:left;text-align-last:left;display:block; }#fV4JmcQStzr9AH8hSGsbhXQBT5lmMTJw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fV4JmcQStzr9AH8hSGsbhXQBT5lmMTJw li:before{  }
#EuV5uTZsteGFfiI1ZTVeZycgIz96aZw2 { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:420rem;left:4.125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EuHotTSJqqzcPn1WpsT6fxhbU5GX2lq6 { color:rgba(0,0,0,0.7);display:block;width:54.1875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:422.9375rem;left:4.1875rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SPMEuf9tsO8ATqTHzymDwSazzn3TpKTU { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:424.66796875rem;left:4.15625rem;height:6rem;text-align:left;text-align-last:left;display:block; }#SPMEuf9tsO8ATqTHzymDwSazzn3TpKTU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SPMEuf9tsO8ATqTHzymDwSazzn3TpKTU li:before{  }
#pqmKisZVTGo3gD61O2Nr6neHIHF8J4Vw { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:430.83984375rem;left:6rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }#pqmKisZVTGo3gD61O2Nr6neHIHF8J4Vw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pqmKisZVTGo3gD61O2Nr6neHIHF8J4Vw li:before{  }
#q4B50rk2qiwy7ke2I8v8SgrmEqrBznmc { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:432.3828125rem;left:7.875rem;height:0.9375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#c8WWrDBuDzCaTQFCi5ee4zP4anKRuce4 { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:433.5625rem;left:6rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }#c8WWrDBuDzCaTQFCi5ee4zP4anKRuce4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#c8WWrDBuDzCaTQFCi5ee4zP4anKRuce4 li:before{  }
#xs6AZFCZW6euxPBeqpCfJv0nBFcG2F9f { color:rgba(0,0,0,0.7);display:block;width:47.8125rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:435.0625rem;left:7.875rem;height:1.875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WTKkIlX8sirSH9ZswTpWE3Mxxk8odOap { color:rgba(0,0,0,0.7);display:block;width:47.8125rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:438.8125rem;left:7.875rem;height:0.9375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xSw1QH4o79W4ZEBzm69GU1nHKKWHisHe { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:437.3125rem;left:6rem;height:;text-align:left;text-align-last:left;display:block; }#xSw1QH4o79W4ZEBzm69GU1nHKKWHisHe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xSw1QH4o79W4ZEBzm69GU1nHKKWHisHe li:before{  }
#zfknobrqtLHKzqI6DdAdfQZvcf6fAlWD { color:rgba(0,0,0,0.7);display:block;width:56.6875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:441.73046875rem;left:4.15625rem;height:5.125rem;text-align:left;text-align-last:left;display:block; }#zfknobrqtLHKzqI6DdAdfQZvcf6fAlWD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zfknobrqtLHKzqI6DdAdfQZvcf6fAlWD li:before{  }
#vI5WbJLpIwcCD0Tm0f2zszAIfs20rAgM { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:450rem;left:4.125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KehiQILVfFl7U2L9h43lqWxqZNieV5OL { color:rgba(0,0,0,0.7);display:block;width:50.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:452.5625rem;left:4.1875rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#rJDaDzbRdX9PdscDoDTMW5bh7JfKf0ul { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:454.3125rem;left:4.3125rem;height:13.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WZ65D5xTBMwSxSO8k10TBiD4mbQ1dC9R { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:470.5625rem;left:4.3125rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#en1KNwCUuBB9lAVTffFGTQZ0SBdtmeV2 { color:rgba(0,0,0,0.7);display:block;width:50.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:468.8125rem;left:4.1875rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#U7lsvpxkWg8D3IFT2A8DTMKyIBmTNq6w { color:rgba(0,0,0,0.7);display:block;width:50.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:479.4375rem;left:4.1875rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nAVFxrb8EizGDS6VJvZKJkgCyPFkDN2s { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:476.875rem;left:4.125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ByCqTSr4CDOmyWqPxZMBv0GP8hh267hk { color:rgba(0,0,0,0.7);display:block;width:53.9375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:481.60546875rem;left:4.1875rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ByCqTSr4CDOmyWqPxZMBv0GP8hh267hk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ByCqTSr4CDOmyWqPxZMBv0GP8hh267hk li:before{  }
#ysx2wOG9B4JMT275btvkyfzE4ehsAkA4 { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:483.3359375rem;left:6rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hU3rBGnOPE3KJiMxdRzrfzwR5S5CoDJL { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:488.9375rem;left:6.0625rem;height:4.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qNHuell1KR7EITfpHobT5VS6ZQhP6MhP { color:rgba(0,0,0,0.7);display:block;width:53.9375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:487.25rem;left:4.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#qNHuell1KR7EITfpHobT5VS6ZQhP6MhP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qNHuell1KR7EITfpHobT5VS6ZQhP6MhP li:before{  }
#HFC9MGgN5hBRn681y6XhesEy8fPJhJhu { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:495.9375rem;left:6.0625rem;height:12rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V2DcQkDUkSUCi9I8uV3XPTLLLOgXwyHX { color:rgba(0,0,0,0.7);display:block;width:53.9375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:494.25rem;left:4.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#V2DcQkDUkSUCi9I8uV3XPTLLLOgXwyHX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#V2DcQkDUkSUCi9I8uV3XPTLLLOgXwyHX li:before{  }
#owphghGCDONLbNr2WFBWUUgoavAy10l2 { color:rgba(0,0,0,0.7);display:block;width:53.9375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:512.375rem;left:4.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#owphghGCDONLbNr2WFBWUUgoavAy10l2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#owphghGCDONLbNr2WFBWUUgoavAy10l2 li:before{  }
#bMkkieZB7ua37Hpa9ntb1JMxaFNJgU6q { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:514.0625rem;left:6.0625rem;height:4.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LG2QNLRTpUJ543Z1QVmTJlFOniZ4aHSF { color:rgba(0,0,0,0.7);display:block;width:50.25rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:521.75rem;left:6.0625rem;height:4.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Toizphl8swJaTDNxQuI5sT7ekowWoKNt { color:rgba(0,0,0,0.7);display:block;width:53.9375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:520.0625rem;left:4.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Toizphl8swJaTDNxQuI5sT7ekowWoKNt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Toizphl8swJaTDNxQuI5sT7ekowWoKNt li:before{  }
#PEgai3Cnk3Lftv967hCyQ4G35oUeHHFi { color:rgba(0,0,0,0.7);display:block;width:50.25rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:529.375rem;left:6.0625rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U3pGcgXNHuSnPdLxnbAEEDAoTZIuES5X { color:rgba(0,0,0,0.7);display:block;width:53.9375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:527.6875rem;left:4.25rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#U3pGcgXNHuSnPdLxnbAEEDAoTZIuES5X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U3pGcgXNHuSnPdLxnbAEEDAoTZIuES5X li:before{  }
#tBHbguHl49quCOJexaxQZGe04wZ0ml5T { color:rgba(0,0,0,0.7);display:block;width:50.25rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:536.9375rem;left:6.0625rem;height:3rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gyihfA34i65OOJawEywm17XeHF7mqIah { color:rgba(0,0,0,0.7);display:block;width:53.9375rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:535.25rem;left:4.25rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#gyihfA34i65OOJawEywm17XeHF7mqIah li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gyihfA34i65OOJawEywm17XeHF7mqIah li:before{  }
#QoFqQ7zzTS5GVAHp54PPPs7mUbxz4VM8 { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:543.0625rem;left:4.125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qe3eryMIwwQzUfeRSZbZ8EWld0BLOTxp { color:rgba(0,0,0,0.7);display:block;width:54.1875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:546rem;left:4.1875rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b1EGeUUGZst0rLypokZz4ake7ZvsGonf { color:rgba(0,0,0,0.7);display:block;width:46.6875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:547.75rem;left:4.125rem;height:3rem;text-align:left;text-align-last:left;display:block; }#b1EGeUUGZst0rLypokZz4ake7ZvsGonf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b1EGeUUGZst0rLypokZz4ake7ZvsGonf li:before{  }
#UwQot2gHCMeHyLCVUTqm0CCQGUWURUXx { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:551.0625rem;left:4.15625rem;height:;text-align:left;text-align-last:left;display:block; }#UwQot2gHCMeHyLCVUTqm0CCQGUWURUXx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UwQot2gHCMeHyLCVUTqm0CCQGUWURUXx li:before{  }
#LvVQTdZ48TbuKPJVs9LzqyCCJsFNAqb3 { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:556.75rem;left:4.125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qVXKEiBEWk7cPQ60ipXPHWJAISU7JoXg { color:rgba(0,0,0,0.7);display:block;width:49.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:559.6875rem;left:4.03125rem;height:7.8125rem;text-align:left;text-align-last:left;display:block; }#qVXKEiBEWk7cPQ60ipXPHWJAISU7JoXg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qVXKEiBEWk7cPQ60ipXPHWJAISU7JoXg li:before{  }
#WSmOhnFC6L3tFbxpzKSE5NZG0vEc4QOi { color:rgba(0,0,0,0.7);display:block;width:51.5rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:572.8125rem;left:4.0625rem;height:7.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WH14UKIHvlLfmGgblWuqswx2IKIoQrTf { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:569.875rem;left:4.125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UUn4T6mQOLnETemthhWP6H19vIP0puZT { color:rgba(0,0,0,0.7);display:block;width:46.75rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:583.625rem;left:4.125rem;height:1.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rrJ29npg2pAs7tDxHEBki2B0asSeBgs5 { color:rgba(0,0,0,0.7);display:block;width:52.3125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:586.5625rem;left:4.0625rem;height:18.9375rem;text-align:left;text-align-last:left;display:block; }#rrJ29npg2pAs7tDxHEBki2B0asSeBgs5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rrJ29npg2pAs7tDxHEBki2B0asSeBgs5 li:before{  }
#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6245ef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row .container { background-color: transparent; background-image: none; }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row .container > .video-iframe-container { display: none; }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row > .video-iframe-container { display: none; }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .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); }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row .container { border-width: 0; border-radius: 0; }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#KaACoPRhJDW9PuTiwqJqRbTgdA08seFc { color:#ffffff;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKLkmTM8DUx3B3E7C7cFu23s9Fppn9PM { top:4.3125rem;left:16.21875rem;width:15.3125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTob98IwvplGcan5aWh58poVnuNoCyTI { display:block; }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xy1KAxCHzik3oFNEMy25lixPkVrhAZHb { top:10.3125rem;left:0rem;width:47.75rem;height:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdLE34GlqMlLy8buyNHB1OapcXgAVgWg { top:4.375rem;left:0rem;width:32rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouMoEVqhJXDMic6J1CImui7032G0oziV { top:22.625rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#ouMoEVqhJXDMic6J1CImui7032G0oziV li:before{  }
 }@media only screen and (max-width: 763px) { #Bdab7dHlccEyBOMX76mSisx9OKSAC03w { top:119.3125rem;left:0rem;width:46.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs2OfIOw4ZO38OSHUKgwhF9zNRDZaVVQ { top:122.25rem;left:1.0625rem;width:44.9375rem;height:7.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyXn6CXw1wSM54Tmhn6JdxUWVekifOSt { top:135.375rem;left:0rem;width:46.75rem;height:;font-size:0.9375rem;display:block; }#UyXn6CXw1wSM54Tmhn6JdxUWVekifOSt li:before{  }
 }@media only screen and (max-width: 763px) { #DG2q9y3vnAA72MrGoXT87fDKOoAse9wt { top:132.4375rem;left:0rem;width:46.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPuevy6qE3CxpDHLUu5bZ5AfIn4XJofi { top:165.125rem;left:0rem;width:46.75rem;height:;font-size:0.9375rem;display:block; }#TPuevy6qE3CxpDHLUu5bZ5AfIn4XJofi li:before{  }
 }@media only screen and (max-width: 763px) { #hSFkotMPhgyfm9hQOpC7bOvyMcafBbmc { top:162.1875rem;left:0rem;width:46.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4byCACnC2crhIIfT4LAe52cHCPzBtch { top:259.25rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:0.9375rem;display:block; }#T4byCACnC2crhIIfT4LAe52cHCPzBtch li:before{  }
 }@media only screen and (max-width: 763px) { #FsUF5WbioswGTPRuGIoZCNb1XzP0hewo { top:256.3125rem;left:0rem;width:46.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA6mHb6gNh0ivtDTkKGKtKnbgsaMy1aw { top:273.9375rem;left:0rem;width:45.4375rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGm2NQd6TdfV1TC3wUm06qiJ3zKM76L9 { top:271rem;left:0rem;width:46.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGMxt04cVoNPyriAHxdTJGnP21ND5sQT { top:222.0625rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#QGMxt04cVoNPyriAHxdTJGnP21ND5sQT li:before{  }
 }@media only screen and (max-width: 763px) { #M2osX44KrUvU8GJzgt8u9QrAdE4vl3TC { top:219.125rem;left:0rem;width:46.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3GzGtcR1HNRuh3LB51VWTNm6IsUFzea { top:277rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#y3GzGtcR1HNRuh3LB51VWTNm6IsUFzea li:before{  }
 }@media only screen and (max-width: 763px) { #uLJtsuKQR0U5OJbNLT4d8HKI7qBS4rom { top:278.5625rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#uLJtsuKQR0U5OJbNLT4d8HKI7qBS4rom li:before{  }
 }@media only screen and (max-width: 763px) { #UggtI05cFTwUTwBJXW1aXFulEy5NhILV { top:281.6875rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#UggtI05cFTwUTwBJXW1aXFulEy5NhILV li:before{  }
 }@media only screen and (max-width: 763px) { #zg8e3VNCi3JCkUkopxUWF4Rdz7GMVR2X { top:287.0625rem;left:0rem;width:43.9375rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUBJCgAJb1N7C0x8Fok1meFTI7NXk0z0 { top:290.4375rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#ZUBJCgAJb1N7C0x8Fok1meFTI7NXk0z0 li:before{  }
 }@media only screen and (max-width: 763px) { #mxf3WOB8L2mCFM772Cu6TvrC7ISe82h5 { top:298.75rem;left:0rem;width:46.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMEwrTf7LGKW3713Waqdq7LuN3wUrWI1 { top:301.6875rem;left:0rem;width:47.75rem;height:15.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBqE2qyZlmIyh4WsNcBpos1WPF8ixgW1 { top:318.75rem;left:0rem;width:46.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzQCvRqTUeiZTHgt4Bsw8yQlTERUvxL0 { top:321.6875rem;left:0rem;width:47.75rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtrvunmbaO5nHKfT3zpZ4VBG2DZ3fbfX { top:327.0625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTa1NJAkE02v2ToJKf3nx4DiUmgoZ0V1 { top:328.8125rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#BTa1NJAkE02v2ToJKf3nx4DiUmgoZ0V1 li:before{  }
 }@media only screen and (max-width: 763px) { #QFAkp6gtJofiuJGlwgXnakMpv9BNkNBT { top:349.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnyNNLtxwvcbihSHxkwCAEDPGWMJxwnT { top:351.625rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#rnyNNLtxwvcbihSHxkwCAEDPGWMJxwnT li:before{  }
 }@media only screen and (max-width: 763px) { #rfAP9uRzmTXyRTfPzyynwz5aKl536szu { top:354.1875rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcnE7XBQaCn7dgRgMsLNqusgsVOVMHMq { top:360.8125rem;left:0rem;width:46.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgrZx8eI2AW7lAxPd0sa49G2MQbd9nSb { top:363.75rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkkvKK9yPpDFQ1CH6UZAZnwAMKwkFIAE { top:372.375rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#kkkvKK9yPpDFQ1CH6UZAZnwAMKwkFIAE li:before{  }
 }@media only screen and (max-width: 763px) { #PCFFuPbrTOL494paisBSU1OnsZ7UdV04 { top:377.5rem;left:0rem;width:47.75rem;height:9.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZPQx6XprnfmHQyOC1ToiW6JuTlbKJZI { top:374.0625rem;left:0rem;width:40.1875rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHa5wD2Jpzpm9s7sXQvinDsHTLAyTADp { top:390.125rem;left:0rem;width:46.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgADb4zCy8d27vBW3fKICKwvOQPHWcwO { top:392.6875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQkZPlGUTpvGmEq4m1eQ50XsQCo6BoNi { top:394.4375rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#UQkZPlGUTpvGmEq4m1eQ50XsQCo6BoNi li:before{  }
 }@media only screen and (max-width: 763px) { #w8O4RoCudukzkUMnLOB452gPcoX7aOgp { top:406.875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV4JmcQStzr9AH8hSGsbhXQBT5lmMTJw { top:408.625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.9375rem;display:block; }#fV4JmcQStzr9AH8hSGsbhXQBT5lmMTJw li:before{  }
 }@media only screen and (max-width: 763px) { #EuV5uTZsteGFfiI1ZTVeZycgIz96aZw2 { top:420rem;left:0rem;width:46.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuHotTSJqqzcPn1WpsT6fxhbU5GX2lq6 { top:422.9375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPMEuf9tsO8ATqTHzymDwSazzn3TpKTU { top:424.625rem;left:0rem;width:47.75rem;height:6.125rem;font-size:0.9375rem;display:block; }#SPMEuf9tsO8ATqTHzymDwSazzn3TpKTU li:before{  }
 }@media only screen and (max-width: 763px) { #pqmKisZVTGo3gD61O2Nr6neHIHF8J4Vw { top:430.8125rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#pqmKisZVTGo3gD61O2Nr6neHIHF8J4Vw li:before{  }
 }@media only screen and (max-width: 763px) { #q4B50rk2qiwy7ke2I8v8SgrmEqrBznmc { top:432.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8WWrDBuDzCaTQFCi5ee4zP4anKRuce4 { top:433.5625rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#c8WWrDBuDzCaTQFCi5ee4zP4anKRuce4 li:before{  }
 }@media only screen and (max-width: 763px) { #xs6AZFCZW6euxPBeqpCfJv0nBFcG2F9f { top:435.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTKkIlX8sirSH9ZswTpWE3Mxxk8odOap { top:438.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSw1QH4o79W4ZEBzm69GU1nHKKWHisHe { top:437.3125rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#xSw1QH4o79W4ZEBzm69GU1nHKKWHisHe li:before{  }
 }@media only screen and (max-width: 763px) { #zfknobrqtLHKzqI6DdAdfQZvcf6fAlWD { top:441.6875rem;left:0rem;width:47.75rem;height:5.25rem;font-size:0.9375rem;display:block; }#zfknobrqtLHKzqI6DdAdfQZvcf6fAlWD li:before{  }
 }@media only screen and (max-width: 763px) { #vI5WbJLpIwcCD0Tm0f2zszAIfs20rAgM { top:450rem;left:0rem;width:46.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KehiQILVfFl7U2L9h43lqWxqZNieV5OL { top:452.5625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJDaDzbRdX9PdscDoDTMW5bh7JfKf0ul { top:454.3125rem;left:0rem;width:47.75rem;height:13.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZ65D5xTBMwSxSO8k10TBiD4mbQ1dC9R { top:470.5625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #en1KNwCUuBB9lAVTffFGTQZ0SBdtmeV2 { top:468.8125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7lsvpxkWg8D3IFT2A8DTMKyIBmTNq6w { top:479.4375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAVFxrb8EizGDS6VJvZKJkgCyPFkDN2s { top:476.875rem;left:0rem;width:46.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByCqTSr4CDOmyWqPxZMBv0GP8hh267hk { top:481.5625rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#ByCqTSr4CDOmyWqPxZMBv0GP8hh267hk li:before{  }
 }@media only screen and (max-width: 763px) { #ysx2wOG9B4JMT275btvkyfzE4ehsAkA4 { top:483.3125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU3rBGnOPE3KJiMxdRzrfzwR5S5CoDJL { top:488.9375rem;left:0rem;width:47.75rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNHuell1KR7EITfpHobT5VS6ZQhP6MhP { top:487.25rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#qNHuell1KR7EITfpHobT5VS6ZQhP6MhP li:before{  }
 }@media only screen and (max-width: 763px) { #HFC9MGgN5hBRn681y6XhesEy8fPJhJhu { top:495.9375rem;left:0rem;width:47.75rem;height:15.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2DcQkDUkSUCi9I8uV3XPTLLLOgXwyHX { top:494.25rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#V2DcQkDUkSUCi9I8uV3XPTLLLOgXwyHX li:before{  }
 }@media only screen and (max-width: 763px) { #owphghGCDONLbNr2WFBWUUgoavAy10l2 { top:512.375rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#owphghGCDONLbNr2WFBWUUgoavAy10l2 li:before{  }
 }@media only screen and (max-width: 763px) { #bMkkieZB7ua37Hpa9ntb1JMxaFNJgU6q { top:514.0625rem;left:0rem;width:47.75rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG2QNLRTpUJ543Z1QVmTJlFOniZ4aHSF { top:521.75rem;left:0rem;width:47.75rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toizphl8swJaTDNxQuI5sT7ekowWoKNt { top:520.0625rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#Toizphl8swJaTDNxQuI5sT7ekowWoKNt li:before{  }
 }@media only screen and (max-width: 763px) { #PEgai3Cnk3Lftv967hCyQ4G35oUeHHFi { top:529.375rem;left:0rem;width:47.75rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3pGcgXNHuSnPdLxnbAEEDAoTZIuES5X { top:527.6875rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#U3pGcgXNHuSnPdLxnbAEEDAoTZIuES5X li:before{  }
 }@media only screen and (max-width: 763px) { #tBHbguHl49quCOJexaxQZGe04wZ0ml5T { top:536.9375rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyihfA34i65OOJawEywm17XeHF7mqIah { top:535.25rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#gyihfA34i65OOJawEywm17XeHF7mqIah li:before{  }
 }@media only screen and (max-width: 763px) { #QoFqQ7zzTS5GVAHp54PPPs7mUbxz4VM8 { top:543.0625rem;left:0rem;width:46.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe3eryMIwwQzUfeRSZbZ8EWld0BLOTxp { top:546rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1EGeUUGZst0rLypokZz4ake7ZvsGonf { top:547.75rem;left:0rem;width:46.6875rem;height:3.0625rem;font-size:0.9375rem;display:block; }#b1EGeUUGZst0rLypokZz4ake7ZvsGonf li:before{  }
 }@media only screen and (max-width: 763px) { #UwQot2gHCMeHyLCVUTqm0CCQGUWURUXx { top:551.0625rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#UwQot2gHCMeHyLCVUTqm0CCQGUWURUXx li:before{  }
 }@media only screen and (max-width: 763px) { #LvVQTdZ48TbuKPJVs9LzqyCCJsFNAqb3 { top:556.75rem;left:0rem;width:46.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVXKEiBEWk7cPQ60ipXPHWJAISU7JoXg { top:559.6875rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#qVXKEiBEWk7cPQ60ipXPHWJAISU7JoXg li:before{  }
 }@media only screen and (max-width: 763px) { #WSmOhnFC6L3tFbxpzKSE5NZG0vEc4QOi { top:572.8125rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH14UKIHvlLfmGgblWuqswx2IKIoQrTf { top:569.875rem;left:0rem;width:46.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUn4T6mQOLnETemthhWP6H19vIP0puZT { top:583.625rem;left:0rem;width:46.75rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrJ29npg2pAs7tDxHEBki2B0asSeBgs5 { top:586.5625rem;left:0rem;width:47.75rem;height:19.4375rem;font-size:0.9375rem;display:block; }#rrJ29npg2pAs7tDxHEBki2B0asSeBgs5 li:before{  }
 }@media only screen and (max-width: 763px) { #eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk { display:block; }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaACoPRhJDW9PuTiwqJqRbTgdA08seFc { top:4.1875rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKLkmTM8DUx3B3E7C7cFu23s9Fppn9PM { width:15.3125rem;height:4.6875rem;top:3rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTob98IwvplGcan5aWh58poVnuNoCyTI { display:block; }#uTob98IwvplGcan5aWh58poVnuNoCyTI > .row .container { width:20rem;height:868.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xy1KAxCHzik3oFNEMy25lixPkVrhAZHb { width:17.6875rem;height:16.625rem;top:7.5625rem;left:1.125rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TdLE34GlqMlLy8buyNHB1OapcXgAVgWg { width:17.125rem;height:2rem;top:2.5625rem;left:1.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ouMoEVqhJXDMic6J1CImui7032G0oziV { width:18.9375rem;height:155.1875rem;top:23.25rem;left:0.53125rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#ouMoEVqhJXDMic6J1CImui7032G0oziV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ouMoEVqhJXDMic6J1CImui7032G0oziV li:before{  }
 }@media only screen and (max-width: 763px) { #Bdab7dHlccEyBOMX76mSisx9OKSAC03w { width:20rem;height:1.375rem;top:182.5rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zs2OfIOw4ZO38OSHUKgwhF9zNRDZaVVQ { width:20rem;height:10.6875rem;top:184.875rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UyXn6CXw1wSM54Tmhn6JdxUWVekifOSt { width:19.8125rem;height:33rem;top:200.875rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#UyXn6CXw1wSM54Tmhn6JdxUWVekifOSt li:before{  }
 }@media only screen and (max-width: 763px) { #DG2q9y3vnAA72MrGoXT87fDKOoAse9wt { width:20rem;height:1.375rem;top:198.25rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPuevy6qE3CxpDHLUu5bZ5AfIn4XJofi { width:20rem;height:71.625rem;top:240.4375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#TPuevy6qE3CxpDHLUu5bZ5AfIn4XJofi li:before{  }
 }@media only screen and (max-width: 763px) { #hSFkotMPhgyfm9hQOpC7bOvyMcafBbmc { width:20rem;height:1.375rem;top:237.8125rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T4byCACnC2crhIIfT4LAe52cHCPzBtch { width:20rem;height:11.9375rem;top:376.60885625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#T4byCACnC2crhIIfT4LAe52cHCPzBtch li:before{  }
 }@media only screen and (max-width: 763px) { #FsUF5WbioswGTPRuGIoZCNb1XzP0hewo { width:20rem;height:2.75rem;top:372.5971375rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FA6mHb6gNh0ivtDTkKGKtKnbgsaMy1aw { width:20rem;height:3.5625rem;top:395.184075rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zGm2NQd6TdfV1TC3wUm06qiJ3zKM76L9 { width:20rem;height:2.75rem;top:391.17235625rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGMxt04cVoNPyriAHxdTJGnP21ND5sQT { width:20rem;height:48.125rem;top:320.75rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#QGMxt04cVoNPyriAHxdTJGnP21ND5sQT li:before{  }
 }@media only screen and (max-width: 763px) { #M2osX44KrUvU8GJzgt8u9QrAdE4vl3TC { width:20rem;height:1.375rem;top:318.125rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3GzGtcR1HNRuh3LB51VWTNm6IsUFzea { width:20rem;height:1.1875rem;top:399.325675rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#y3GzGtcR1HNRuh3LB51VWTNm6IsUFzea li:before{  }
 }@media only screen and (max-width: 763px) { #uLJtsuKQR0U5OJbNLT4d8HKI7qBS4rom { width:20rem;height:3.5625rem;top:400.7065375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#uLJtsuKQR0U5OJbNLT4d8HKI7qBS4rom li:before{  }
 }@media only screen and (max-width: 763px) { #UggtI05cFTwUTwBJXW1aXFulEy5NhILV { width:20rem;height:6.25rem;top:404.479975rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#UggtI05cFTwUTwBJXW1aXFulEy5NhILV li:before{  }
 }@media only screen and (max-width: 763px) { #zg8e3VNCi3JCkUkopxUWF4Rdz7GMVR2X { width:20rem;height:3.5625rem;top:412.4575375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZUBJCgAJb1N7C0x8Fok1meFTI7NXk0z0 { width:20rem;height:5.375rem;top:416.543475rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZUBJCgAJb1N7C0x8Fok1meFTI7NXk0z0 li:before{  }
 }@media only screen and (max-width: 763px) { #mxf3WOB8L2mCFM772Cu6TvrC7ISe82h5 { width:20rem;height:2.75rem;top:424.2602875rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMEwrTf7LGKW3713Waqdq7LuN3wUrWI1 { width:20rem;height:21.375rem;top:428.27200625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DBqE2qyZlmIyh4WsNcBpos1WPF8ixgW1 { width:20rem;height:1.375rem;top:451.90675625rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzQCvRqTUeiZTHgt4Bsw8yQlTERUvxL0 { width:20rem;height:7.125rem;top:454.53761875rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UtrvunmbaO5nHKfT3zpZ4VBG2DZ3fbfX { width:20rem;height:1.1875rem;top:463.08449375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTa1NJAkE02v2ToJKf3nx4DiUmgoZ0V1 { width:20rem;height:17.375rem;top:464.5962125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#BTa1NJAkE02v2ToJKf3nx4DiUmgoZ0V1 li:before{  }
 }@media only screen and (max-width: 763px) { #QFAkp6gtJofiuJGlwgXnakMpv9BNkNBT { width:20rem;height:1.1875rem;top:484.4224rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rnyNNLtxwvcbihSHxkwCAEDPGWMJxwnT { width:20rem;height:1.1875rem;top:486.0532625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#rnyNNLtxwvcbihSHxkwCAEDPGWMJxwnT li:before{  }
 }@media only screen and (max-width: 763px) { #rfAP9uRzmTXyRTfPzyynwz5aKl536szu { width:20rem;height:5.9375rem;top:487.809125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IcnE7XBQaCn7dgRgMsLNqusgsVOVMHMq { width:20rem;height:2.75rem;top:496.8491875rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KgrZx8eI2AW7lAxPd0sa49G2MQbd9nSb { width:20rem;height:11.875rem;top:500.86090625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kkkvKK9yPpDFQ1CH6UZAZnwAMKwkFIAE { width:20rem;height:3.5625rem;top:513.81209375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#kkkvKK9yPpDFQ1CH6UZAZnwAMKwkFIAE li:before{  }
 }@media only screen and (max-width: 763px) { #PCFFuPbrTOL494paisBSU1OnsZ7UdV04 { width:20rem;height:14.25rem;top:522.72029375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SZPQx6XprnfmHQyOC1ToiW6JuTlbKJZI { width:20rem;height:3.5625rem;top:518.57869375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VHa5wD2Jpzpm9s7sXQvinDsHTLAyTADp { width:20rem;height:2.75rem;top:540.30723125rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IgADb4zCy8d27vBW3fKICKwvOQPHWcwO { width:20rem;height:2.375rem;top:544.31895rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UQkZPlGUTpvGmEq4m1eQ50XsQCo6BoNi { width:20rem;height:14.875rem;top:547.70566875rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#UQkZPlGUTpvGmEq4m1eQ50XsQCo6BoNi li:before{  }
 }@media only screen and (max-width: 763px) { #w8O4RoCudukzkUMnLOB452gPcoX7aOgp { width:20rem;height:2.375rem;top:565.2919921875rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fV4JmcQStzr9AH8hSGsbhXQBT5lmMTJw { width:20rem;height:11.3125rem;top:568.43359375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#fV4JmcQStzr9AH8hSGsbhXQBT5lmMTJw li:before{  }
 }@media only screen and (max-width: 763px) { #EuV5uTZsteGFfiI1ZTVeZycgIz96aZw2 { width:20rem;height:2.75rem;top:582.12270625rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EuHotTSJqqzcPn1WpsT6fxhbU5GX2lq6 { width:20rem;height:2.375rem;top:586.134425rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPMEuf9tsO8ATqTHzymDwSazzn3TpKTU { width:20rem;height:9.5rem;top:590.14614375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#SPMEuf9tsO8ATqTHzymDwSazzn3TpKTU li:before{  }
 }@media only screen and (max-width: 763px) { #pqmKisZVTGo3gD61O2Nr6neHIHF8J4Vw { width:20rem;height:1.1875rem;top:601.125rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }#pqmKisZVTGo3gD61O2Nr6neHIHF8J4Vw li:before{  }
 }@media only screen and (max-width: 763px) { #q4B50rk2qiwy7ke2I8v8SgrmEqrBznmc { width:18.375rem;height:2.8125rem;top:602.625rem;left:1.625rem;font-size:0.75rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c8WWrDBuDzCaTQFCi5ee4zP4anKRuce4 { width:20rem;height:1.1875rem;top:606.6875rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }#c8WWrDBuDzCaTQFCi5ee4zP4anKRuce4 li:before{  }
 }@media only screen and (max-width: 763px) { #xs6AZFCZW6euxPBeqpCfJv0nBFcG2F9f { width:18.4375rem;height:3.75rem;top:608.0625rem;left:1.5625rem;font-size:0.75rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTKkIlX8sirSH9ZswTpWE3Mxxk8odOap { width:18.4375rem;height:3.75rem;top:614.5625rem;left:1.5625rem;font-size:0.75rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xSw1QH4o79W4ZEBzm69GU1nHKKWHisHe { width:20rem;height:1.1875rem;top:613.1875rem;left:0rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:left;text-align-last:left;line-height:1.3;display:block; }#xSw1QH4o79W4ZEBzm69GU1nHKKWHisHe li:before{  }
 }@media only screen and (max-width: 763px) { #zfknobrqtLHKzqI6DdAdfQZvcf6fAlWD { width:20rem;height:10.125rem;top:620.1533203125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#zfknobrqtLHKzqI6DdAdfQZvcf6fAlWD li:before{  }
 }@media only screen and (max-width: 763px) { #vI5WbJLpIwcCD0Tm0f2zszAIfs20rAgM { width:20rem;height:2.75rem;top:633.5rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KehiQILVfFl7U2L9h43lqWxqZNieV5OL { width:20rem;height:2.375rem;top:637.5625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rJDaDzbRdX9PdscDoDTMW5bh7JfKf0ul { width:20rem;height:20.1875rem;top:640.5rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WZ65D5xTBMwSxSO8k10TBiD4mbQ1dC9R { width:20rem;height:4.75rem;top:665.93821875rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #en1KNwCUuBB9lAVTffFGTQZ0SBdtmeV2 { width:20rem;height:2.375rem;top:663.04661875rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U7lsvpxkWg8D3IFT2A8DTMKyIBmTNq6w { width:20rem;height:2.375rem;top:678.10425rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nAVFxrb8EizGDS6VJvZKJkgCyPFkDN2s { width:20rem;height:2.75rem;top:674.09253125rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByCqTSr4CDOmyWqPxZMBv0GP8hh267hk { width:20rem;height:1.1875rem;top:682.11596875rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#ByCqTSr4CDOmyWqPxZMBv0GP8hh267hk li:before{  }
 }@media only screen and (max-width: 763px) { #ysx2wOG9B4JMT275btvkyfzE4ehsAkA4 { width:18.375rem;height:4.75rem;top:683.7526875rem;left:1.625rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hU3rBGnOPE3KJiMxdRzrfzwR5S5CoDJL { width:18.4375rem;height:8.3125rem;top:691.41284375rem;left:1.5625rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qNHuell1KR7EITfpHobT5VS6ZQhP6MhP { width:20rem;height:1.1875rem;top:689.776125rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#qNHuell1KR7EITfpHobT5VS6ZQhP6MhP li:before{  }
 }@media only screen and (max-width: 763px) { #HFC9MGgN5hBRn681y6XhesEy8fPJhJhu { width:18.4375rem;height:23.75rem;top:702.9638671875rem;left:1.5625rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V2DcQkDUkSUCi9I8uV3XPTLLLOgXwyHX { width:20rem;height:1.1875rem;top:701.3896484375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#V2DcQkDUkSUCi9I8uV3XPTLLLOgXwyHX li:before{  }
 }@media only screen and (max-width: 763px) { #owphghGCDONLbNr2WFBWUUgoavAy10l2 { width:20rem;height:2.375rem;top:728.5984375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#owphghGCDONLbNr2WFBWUUgoavAy10l2 li:before{  }
 }@media only screen and (max-width: 763px) { #bMkkieZB7ua37Hpa9ntb1JMxaFNJgU6q { width:18.375rem;height:8.3125rem;top:731.42265625rem;left:1.625rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LG2QNLRTpUJ543Z1QVmTJlFOniZ4aHSF { width:18.3125rem;height:8.3125rem;top:742.5369375rem;left:1.6875rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Toizphl8swJaTDNxQuI5sT7ekowWoKNt { width:20rem;height:1.1875rem;top:741.02521875rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#Toizphl8swJaTDNxQuI5sT7ekowWoKNt li:before{  }
 }@media only screen and (max-width: 763px) { #PEgai3Cnk3Lftv967hCyQ4G35oUeHHFi { width:18.375rem;height:5.9375rem;top:755.9375rem;left:1.625rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U3pGcgXNHuSnPdLxnbAEEDAoTZIuES5X { width:20rem;height:2.375rem;top:752.9375rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#U3pGcgXNHuSnPdLxnbAEEDAoTZIuES5X li:before{  }
 }@media only screen and (max-width: 763px) { #tBHbguHl49quCOJexaxQZGe04wZ0ml5T { width:18.375rem;height:4.75rem;top:765.3125rem;left:1.625rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gyihfA34i65OOJawEywm17XeHF7mqIah { width:20rem;height:1.1875rem;top:763.6875rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#gyihfA34i65OOJawEywm17XeHF7mqIah li:before{  }
 }@media only screen and (max-width: 763px) { #QoFqQ7zzTS5GVAHp54PPPs7mUbxz4VM8 { width:20rem;height:1.375rem;top:772.875rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qe3eryMIwwQzUfeRSZbZ8EWld0BLOTxp { width:18.9375rem;height:2.375rem;top:775.5625rem;left:0.53125rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1EGeUUGZst0rLypokZz4ake7ZvsGonf { width:20rem;height:3.5625rem;top:779.0625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#b1EGeUUGZst0rLypokZz4ake7ZvsGonf li:before{  }
 }@media only screen and (max-width: 763px) { #UwQot2gHCMeHyLCVUTqm0CCQGUWURUXx { width:20rem;height:2.375rem;top:784.5625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#UwQot2gHCMeHyLCVUTqm0CCQGUWURUXx li:before{  }
 }@media only screen and (max-width: 763px) { #LvVQTdZ48TbuKPJVs9LzqyCCJsFNAqb3 { width:20rem;height:1.375rem;top:792rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qVXKEiBEWk7cPQ60ipXPHWJAISU7JoXg { width:20rem;height:12.1875rem;top:794.625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#qVXKEiBEWk7cPQ60ipXPHWJAISU7JoXg li:before{  }
 }@media only screen and (max-width: 763px) { #WSmOhnFC6L3tFbxpzKSE5NZG0vEc4QOi { width:20rem;height:11.875rem;top:811.625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WH14UKIHvlLfmGgblWuqswx2IKIoQrTf { width:20rem;height:1.375rem;top:809rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UUn4T6mQOLnETemthhWP6H19vIP0puZT { width:20rem;height:1.375rem;top:826.4375rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrJ29npg2pAs7tDxHEBki2B0asSeBgs5 { width:20rem;height:34.1875rem;top:829.0625rem;left:0rem;font-size:0.9375rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }#rrJ29npg2pAs7tDxHEBki2B0asSeBgs5 li:before{  }
 }@media only screen and (max-width: 763px) { #eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk { display:block; }#eTgUhcRXLTKXcXN4h4UkNwfCSAUnhgpk > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaACoPRhJDW9PuTiwqJqRbTgdA08seFc { width:20rem;height:2.25rem;top:2.45703125rem;left:0rem;font-size:0.875rem;display:block; }
 }