.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f1f1f1;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#064263;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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#NVKHrcT906lQTK8PTmuLLDNvfRXT78fZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NVKHrcT906lQTK8PTmuLLDNvfRXT78fZ > .row .container { background-color: transparent; background-image: none; }#NVKHrcT906lQTK8PTmuLLDNvfRXT78fZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVKHrcT906lQTK8PTmuLLDNvfRXT78fZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVKHrcT906lQTK8PTmuLLDNvfRXT78fZ > .row .container > .video-iframe-container { display: none; }#NVKHrcT906lQTK8PTmuLLDNvfRXT78fZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVKHrcT906lQTK8PTmuLLDNvfRXT78fZ > .row > .video-iframe-container { display: none; }#NVKHrcT906lQTK8PTmuLLDNvfRXT78fZ > .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); }#NVKHrcT906lQTK8PTmuLLDNvfRXT78fZ > .row .container { border-width: 0; border-radius: 0; }#NVKHrcT906lQTK8PTmuLLDNvfRXT78fZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NVKHrcT906lQTK8PTmuLLDNvfRXT78fZ > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#hLAoeU7yMfcxTOZdBxDZUD6X5aiHtvDp { color:#00b47d;display:block;width:10.125rem;position:absolute;font-family:bitter;font-size:2.4375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:3.125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ytbuFBhqRDTkncAmNgWJFfzHG1knNaoD { color:#00b47d;display:block;width:10.125rem;position:absolute;font-family:bitter;font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:7.6875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#weHo1GFLXRTeSiZyfprTb6I4IsQQhioi { color:#004065;display:block;width:7.5rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:30.1875rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p39LL5uXqTup4VdRc7q4pixq9bf8xPwi { color:#004065;display:block;width:8.75rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:37.875rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZMKReQ20JwDcB3Ap7LmwgDrL1aF3vTNz { color:#004065;display:block;width:5.6875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:54.3125rem;height:1.1875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ylH3MzHurcedTqtpoG61MMrS4iI7u3zn { color:#004065;display:block;width:6.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:47.375rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pDNpfSnpZzMlFuv6mw4ArTdgII8lnW2q { color:#00b47d;display:block;width:24.6875rem;position:absolute;font-family:bitter;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/ITFIrb7I/bg_pic_wide_2500x380.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1.adaptive-delivery-prevent-bg, #GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1.lazyload, #GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1.lazyloading { background-image: none; }#GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1 > .row .container { background-color: transparent; background-image: none; }#GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1 > .row .container > .video-iframe-container { display: none; }#GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1 > .row > .video-iframe-container { display: none; }#GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1 > .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); }#GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1 > .row .container { border-width: 0; border-radius: 0; }#GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1 > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:60rem;position:relative;display:block; }#T9Dzzu1d8lLG3MTDqGyDF9bpdGgsJJtT { color:#003f66;display:block;width:14rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.375rem;left:-0.125rem;height:1rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mNKSpDTTfeKFvCRRZVNFysqRiZcT3Oh6 { position:absolute;display:block;z-index:15004;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:13.625rem;top:3.875rem;left:0.125rem;display:block; }
#e2L2DpLhpZaG1EItcghvfOG7Hz50ObUp { color:#003f66;display:block;width:11.125rem;position:absolute;font-family:bitter;font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.5rem;left:1.3125rem;height:4.875rem;font-style:normal;display:block; }
#ZaNRoZMVcJI7ySlwtQC9tTyrBMW9db7W { color:#000000;display:block;width:5rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.625rem;left:8.6875rem;height:2.625rem;display:block; }
#uP3xqNf3tOuNlmAJdEigzAzWZg8qcgN2 { position:absolute;display:block;z-index:15006;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:11.25rem;top:14.5rem;left:1.25rem;display:block; }
#XTW3wISQoTxiH3uBzObzFRKc4JR2Sq6n { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:15.75rem;left:3rem;display:block; }
#umJdWvDGlLnUUyxMkPDwRk6AASBUNBJC { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:15.75rem;left:4.5625rem;display:block; }
#nC4ZClb4Rd0T6Jc06yxQ8UFtlIlMl57d { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:15.75rem;left:6.125rem;display:block; }
#Oq3lxguNV7xWsM7lNCQm0iXcOS8lx18o { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:15.75rem;left:7.6875rem;display:block; }
#OlB8t56HIkGUdpcJe7rNsAfmi8eGI0Sw { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:15.75rem;left:55.5rem;display:block; }
#ENi5VUCeU0ZJkyqJ9181XBGAuSfKSzUg { color:#616060;display:block;width:13.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.9375rem;left:0rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#fdA9LEIBSHSKxTWuCm6UKo38fehnn67B { position:absolute;display:block;z-index:15007;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:11.25rem;top:19.8125rem;left:1.25rem;display:block; }
#orCV7V2hIVmUyl9Xo53WorUDx0TAZWcJ { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:21.0625rem;left:0.9375rem;display:block; }
#hi0suBRZ4aJ13BJhOGWr4ILuOSCpFyfH { color:#616060;display:block;width:8.5rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:21.6875rem;left:4.125rem;height:0.875rem;text-align:left;text-align-last:left;display:block; }
#tExZDuhQwAhCENlhau3Q0RV9rVfb8gbv { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:22.9375rem;left:0.9375rem;display:block; }
#KP4FRF8BSTPb7D47NvR3cu9mzC8kKUFK { color:#616060;display:block;width:9.1875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.5rem;left:4.0625rem;height:0.875rem;text-align:left;text-align-last:left;display:block; }
#ytN2qCvI885lJb6OVtoUOlh5AH2W01Ct { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dee7f2;border-left:0.0625rem solid #dee7f2;border-right:0.0625rem solid #dee7f2;border-bottom:0.0625rem solid #dee7f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:13.75rem;top:3.75rem;left:0rem;display:block; }
#NT8qkyGXsqw6OvZgkPD6oc06Sb4VnLSZ { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:26.0625rem;left:1.25rem;display:block; }
#TwSeRPMMJcMsyMc4OsIcZTfd2QxAxn5l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kpDdewEm3C9v8CgH9WILBwsFI7AyBw0p { position:absolute;display:block;z-index:14999;background-color:#004065;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.3125rem 0.25rem 0.3125rem rgba(0,0,0,0.17) ;height:30.5625rem;width:14.5rem;top:-0.0625rem;left:15.125rem;display:block; }
#XTwxgr8P1cGFKAlJGycFxt0HsssWIRUM { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dee7f2;border-left:0.0625rem solid #dee7f2;border-right:0.0625rem solid #dee7f2;border-bottom:0.0625rem solid #dee7f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:13.75rem;top:3.75rem;left:15.4375rem;display:block; }
#Iq6hI3OS4DueITezC6MTxI1ZePVTJQCt { color:#ffffff;display:block;width:13.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.0625rem;left:15.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#IDxFOhkzoriTNxIQQ2kBMU5pg7qUqV1Q { position:absolute;display:block;z-index:15005;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:13.625rem;top:3.875rem;left:15.5625rem;display:block; }
#WA4irGu8VBZovfuXoQluLSenAdDzemCZ { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.375rem;left:15.5rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#xkV0DcUihgDwyq6byuLytbo6qPOmThT1 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:6.875rem;top:4.1875rem;left:18.9375rem;overflow:hidden;display:block; }
#TNeyPE0fJMGSIS0oDZQrG1MyCu3GQCxz { color:#003f66;display:block;width:11.75rem;position:absolute;font-family:bitter;font-size:3.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.5rem;left:17.25rem;height:4.875rem;font-style:normal;display:block; }
#CANlzInfJdALvZXlnRKbyzDxXJ9UoU7i { position:absolute;display:block;z-index:15019;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:11.25rem;top:14.5rem;left:17rem;display:block; }
#cJnyu6hULzZa1x9V20zA0RJ8ilJ2UQQr { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:15.75rem;left:18.5rem;display:block; }
#aUcbU7BNi7r9WOz1UfMKrcaU5nQyzaKr { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:15.75rem;left:20.0625rem;display:block; }
#BOOIzfBgfgtw8T7HT0F7DxXpbM92TeHZ { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:15.75rem;left:21.625rem;display:block; }
#Kmbv5zpb4LLHJBvnuFT4cC3ViAMBg9hy { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:15.75rem;left:23.1875rem;display:block; }
#oeDdEP0XLfnqWe1wT4rwL7rcEVUuOnz7 { color:#616060;display:block;width:13.9375rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.8125rem;left:15.4375rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#TrGPeUko75T04VICZhcUFuinOznFElTu { position:absolute;display:block;z-index:15020;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:11.25rem;top:19.8125rem;left:17rem;display:block; }
#sMdic4mm09DTrU6SxCbOozxK27PmBGfX { color:#000000;display:block;width:5rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.625rem;left:24.125rem;height:2.625rem;display:block; }
#cMZiAr2X05WHDoRvyhh5niEP3hemyR0L { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:21.0625rem;left:16.75rem;display:block; }
#hd86Ce0tcrrdQXziT4mVFuDkbX9cl3MT { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:15.75rem;left:24.75rem;display:block; }
#J02S68LFZydi0tlUwzM19aQWBVH7bmaT { color:#616060;display:block;width:7.625rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.6875rem;left:19.5625rem;height:0.875rem;text-align:left;text-align-last:left;display:block; }
#Aa5Pmp0Vrmq77CaAS2VJArcg946gSZ3q { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:22.8125rem;left:16.75rem;display:block; }
#aaIddeyDUWXbqe8oSHXpJeoH57pIT2l4 { color:#616060;display:block;width:7.625rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:23.5rem;left:19.5rem;height:0.875rem;text-align:left;text-align-last:left;display:block; }
#LTQfp0bzzVrckw53hxItpR0nZckGIClk { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:26.0625rem;left:16.75rem;display:block; }
#ucJ7UgJye6lqpJ1raQUh2LZQD7m2Kium { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qE2JJBN5UmUrrTwRrBuyvbB5s2t914cQ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dee7f2;border-left:0.0625rem solid #dee7f2;border-right:0.0625rem solid #dee7f2;border-bottom:0.0625rem solid #dee7f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:13.75rem;top:3.75rem;left:30.8125rem;display:block; }
#KKBhB8LrELlI5BWnrVXgi8tTOzNuRv0h { position:absolute;display:block;z-index:15022;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:13.625rem;top:3.875rem;left:30.9375rem;display:block; }
#ucGBK1vwPPdeTi7xwhvbdko72ylArmaQ { color:#003f66;display:block;width:13.6875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:2.375rem;left:30.8125rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#QcgTk56KOpsWlfZeLyo7GTRUxgdQHDvg { color:#003f66;display:block;width:10.625rem;position:absolute;font-family:bitter;font-size:3.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:9.5rem;left:32.625rem;height:4.875rem;font-style:normal;display:block; }
#mgWtntwVpRSBN28rNIxGHEbV1rHO0aT1 { position:absolute;display:block;z-index:15024;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:11.25rem;top:14.5rem;left:32.3125rem;display:block; }
#BS2oHZW3tGUCsCNBRlhXTRA8N7OGc9He { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:15.75rem;left:34rem;display:block; }
#ZJQxSQRhy8r2FiwmTrqnnsddHomsrGQl { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:15.75rem;left:35.5625rem;display:block; }
#xsFbL5n70xgFwFQgPpCqdJxfCCr7VA61 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:4.375rem;top:4.65625rem;left:35.3125rem;overflow:hidden;display:block; }
#x4gJV0asfeB6CCC8CAUePK7P2LCwPiTa { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:15.75rem;left:37.125rem;display:block; }
#GkCza1gluXQvqoquNM3lbeBGndXFa6VQ { color:#616060;display:block;width:13.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:18rem;left:30.8125rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#IQ2tosdokscp7glv6zTbAqt0zozKzE1v { position:absolute;display:block;z-index:15025;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:11.25rem;top:19.8125rem;left:32.3125rem;display:block; }
#eJIwcT4BW7l988vzq0KocArAZKdAvWeb { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:21.0625rem;left:32rem;display:block; }
#tOlg0lqADgAdKQPbRAtqEm5GDV4CKO4W { color:#616060;display:block;width:7.625rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.6875rem;left:35.0625rem;height:0.875rem;text-align:left;text-align-last:left;display:block; }
#HWyiE7vmULHUMDtNuSu21SOhoO5rfXd6 { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:15.8125rem;left:38.6875rem;display:block; }
#MgUJuvvy4gQOabfUa2rq0xmaBwzhUksg { color:#616060;display:block;width:7.625rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:23.5rem;left:35rem;height:0.875rem;text-align:left;text-align-last:left;display:block; }
#CpgT4cOiTt899akxBiIVo8p3kDnDBhuq { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:23rem;left:32rem;display:block; }
#zGHzCNTTBT3WFTvfZx6uRDuedZI8M62T { color:#000000;display:block;width:5rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.625rem;left:39.5rem;height:2.625rem;display:block; }
#HNn6rkC6UxGrPkwJi9XVFH6hNUxLhME0 { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:15.8125rem;left:40.25rem;display:block; }
#ZTXlJKsoMsSwPp4urMhbi71rdudVl6X4 { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.9375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:26.0625rem;left:32.3125rem;display:block; }
#SETLDN6pD7EAINBqr214NZZbMbv1Vl3f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dGQT4AAE88xI4u3mZrTylr39EAGrtf5C { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dee7f2;border-left:0.0625rem solid #dee7f2;border-right:0.0625rem solid #dee7f2;border-bottom:0.0625rem solid #dee7f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:13.75rem;top:3.75rem;left:46.25rem;display:block; }
#MQoP4BFfFcPVS7iJrPPXNFK6vgI81HLb { position:absolute;display:block;z-index:15023;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:13.625rem;top:3.875rem;left:46.375rem;display:block; }
#hb7xzebtiZ1e9Pkpuuzd7SGL3DJ2Dwkc { color:#003f66;display:block;width:13.8125rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:2.375rem;left:46.25rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#bDsIAovlydBEC0daVKItRnqIcrxt2zXp { color:#003f66;display:block;width:10.625rem;position:absolute;font-family:bitter;font-size:3.625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:9.5rem;left:48.3125rem;height:4.6875rem;font-style:normal;display:block; }
#HtHBcobsvvQV949k0NI4hcr316oASyQT { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:5.5625rem;top:4.9375rem;left:50.5rem;overflow:hidden;display:block; }
#crTTBSmLotEKBUNQIQLvMCivfLpFHWyK { position:absolute;display:block;z-index:15025;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:11.25rem;top:14.5rem;left:47.6875rem;display:block; }
#zSrev4swZupEcS8vVUMLCQTaVHVSRwgi { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:15.75rem;left:49.25rem;display:block; }
#o7W4VVshX3IFBcKzeNCaNURWKb7Fn7Ts { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:15.75rem;left:50.8125rem;display:block; }
#IHWqf2lFxTTvxFcsWqB8Qzy3DqNhRgAH { color:#616060;display:block;width:13.8125rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:18rem;left:46.25rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#DKNHE9Lb9kJ5MGHuHDbQBAoTW7CyBKI0 { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:15.75rem;left:52.375rem;display:block; }
#lg6QDpekS2y2fHBmr6SZNqiGcrChPWCr { position:absolute;display:block;z-index:15037;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:11.25rem;top:19.8125rem;left:47.6875rem;display:block; }
#tPWSTofl1zycxJxXSqw6t8qgiTn6hMhQ { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:21.0625rem;left:47.3125rem;display:block; }
#bN7x76QQbLPcRlGrEP38FDCnNeQW0sSw { color:#616060;display:block;width:7.625rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:21.6875rem;left:50.375rem;height:0.875rem;text-align:left;text-align-last:left;display:block; }
#mmgTwgzqkxmsFTFMXtNUJEqnVVGBkrnR { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:23rem;left:47.3125rem;display:block; }
#miLZIDFLGsJQ4dTXVo4JIkLs4b2sbFHv { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:15.75rem;left:53.9375rem;display:block; }
#NwBrM8vsuzyQr3kFAORleDNbwTrWDHdM { color:#616060;display:block;width:7.625rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:23.5rem;left:50.375rem;height:0.875rem;text-align:left;text-align-last:left;display:block; }
#utt8s1cslxcR5NJwADxG1dOdZlBPUlCU { color:#000000;display:block;width:5rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:10.625rem;left:54.8125rem;height:2.625rem;display:block; }
#O09LfkQ9iqKy4DaiZ19VEk8Qpz86GBwi { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.9375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:26.0625rem;left:47.6875rem;display:block; }
#ySkdB2TOQNHVv846g9NIWAFF5fN8O4Nz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kCsEkpqG9J1vpXpKvzttGIHbZ8AxL7Uw { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:15.75rem;left:9.25rem;display:block; }
#R6dCDdTA0UQVvGUPx2lgAJFvTQhirGk5 { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;height:;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:none; }
#ffw1b3wh1d813CkhhX60J037EFH7BNgy { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.625rem;height:1rem;display:none; }
#MaKAXCBx1Lz8y5lFeouEyCr4Mm3gwgKV { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.1875rem;left:34.125rem;display:none; }
#NandpyBBFCBqnXGZpZltXNoomIfA1idQ { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.1875rem;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:none; }
#zhKuk5VVERwTdCOB9fB18yI7fdhuDpmT { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mlaldJ5hx6i5vWp4FWqdW1ozQLkGaW77 { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:none; }
#Pxag3IUznTnU9gyFSz48rle69A9xyfEm { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.1875rem;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:none; }
#tfrZNoFyFXH7uFt9Kl9WtXsQ4aEUA8XE { color:#003f66;display:block;width:3.875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:24.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#PHVartDuqxW2TGJzJqJM0CzOSO5VH9tt { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:5.9375rem;left:28.75rem;height:1.375rem;display:none; }
#Ukn0skChvkLcDHruviZKEqfeAKFX2nrK { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#WGpVl8PZ9Ty33koMV9LpOWbrumCmh1WQ { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:7.375rem;top:5.59375rem;left:3.1875rem;overflow:hidden;display:block; }
#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf { position:relative;display:block; }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf { background-color: transparent; background-image: none; }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf > .row .container > .video-iframe-container { display: none; }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf > .row > .video-iframe-container { display: none; }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf > .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); }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf { border-width: 0; border-radius: 0; }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Q5XaWmUfUeaLatOgkggLN14FHUseiTXt { color:#00b47d;display:block;width:57.5rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BRwUms5CVTeJgb7E8Ffx084O4ky6dBHz { box-sizing:content-box;color:#5f686d;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0.65625rem;left:47.3125rem;display:block; }
#WHDi25AmUVS2X796q1yxMIkBzJpIhLfp { color:#5f686d;display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:0.8125rem;left:48.5rem;height:1.125rem;text-align:right;text-align-last:right;display:block; }
#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT { position:relative;display:block; }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT { background-color: transparent; background-image: none; }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT > .row .container > .video-iframe-container { display: none; }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT > .row > .video-iframe-container { display: none; }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT > .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); }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT { border-width: 0; border-radius: 0; }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JDfCF3tEXU7EXmpW8x9rQBTdq7b6dQmQ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.625rem;left:0rem;display:block; }
#wbsTZavN3w2W06GEMew99Up6ux9s5d7i { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.8125rem;left:48.75rem;display:block; }
#pUy3Wqhzh9y4nEXW61ScJdUqpCCiT98Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PmqXUlNETbuQDz4ff8sWP01aTmoJbuqv { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JpbhKXke7cnbdgqTwGy8b2xnkvg4a3hT { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15030;top:1.1875rem;left:14.5625rem;display:block; }
#TdDNDQnXmdbXykSaIq1TCR5015O9SrD5 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15031;top:1.1875rem;left:15.875rem;display:block; }
#XPusqMLzISqIugB7XI9T1ou1pQCbxygO { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15032;top:1.1875rem;left:17.1875rem;display:block; }
#sPeyRcv9T59ksUuTWoUtlTzutvQbCUyT { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15033;top:1.1875rem;left:18.5625rem;display:block; }
#efBtBO0IQipCdJbkk0ab1sPR6CJa8Foq { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15034;top:1.1875rem;left:19.875rem;display:block; }
#TbWRWOe1km2TCLCmksdAGON2z7Z6n0Pm { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.625rem;left:21.8125rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#KFcoFspMRiFi1TSeh9VSrm8un2T6suy6 { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.75rem;left:0.125rem;display:block; }
#Qy451AF8TU2ImGgU7wIwxV9ae40QRdEu { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:6.25rem;top:4.4375rem;left:1.5625rem;overflow:hidden;display:block; }
#yD92tbITGG1w6tVOm0vardEoBP2bBPv7 { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.1875rem;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; }
#GLPa6ZwrtPtkUf10zCELmOWq1g3q90ws { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.1875rem;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; }
#cCpLksbAMJK2PG6TsHz5d2ETsxgQTcKx { color:#003f66;display:block;width:3.875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:24.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X2uQtuHz9TNmzGwxOm5i5pDxWbPunkIX { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:block; }
#Wu0rxgk5BFf5XJiHfkFBPTiNy1kwwEJf { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:5.9375rem;left:28.75rem;height:1.375rem;display:block; }
#mWiI4Tya8dB5z1GkrqmSyD6fpSKlPm6I { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.1875rem;left:34.125rem;display:block; }
#OX9CXohs0LeedWJqpVlKfAmxBuIVLFPZ { color:#003f66;display:block;width:9.1875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.625rem;height:1rem;display:block; }
#G48cEunPbGeGNdDHd6ehcSp2dENTs46M { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:6.1875rem;left:34.125rem;display:block; }
#UMia5bzS2TUdarKR4Jxa2clvRbA3vKeR { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.625rem;height:1rem;display:block; }
#T6tEEt8DyofKfTtP0GwmDxZzOnTduPno { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#Am7GDFydS8TaWeVtUL9G6o7T8FauWrqB { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;height:;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; }
#Ay7XqRizUn21elVQpG5PzTsI9SpmdDTc { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv { position:relative;display:block; }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv { background-color: transparent; background-image: none; }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv > .row .container > .video-iframe-container { display: none; }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv > .row > .video-iframe-container { display: none; }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv > .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); }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv { border-width: 0; border-radius: 0; }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ptO2MdogbribUQLOIQZ3uNABd1EyCCuX { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.625rem;left:0rem;display:block; }
#OpCltgc0PK46zsXS37qFezNysqQdtPi3 { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.8125rem;left:48.75rem;display:block; }
#ncDZxNKgoIAgG4q7hFXDrFOfb9XXNFQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1FXWlEhNNEBVVDXUb90gF4mGyF8DQak { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EyLfAh3Buf1UH1Ku77hnCSJqGZ3uJtw3 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15030;top:1.1875rem;left:14.5625rem;display:block; }
#rF8H7chOEAWDUy46SmVknlnw0uIVpw1T { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15031;top:1.1875rem;left:15.875rem;display:block; }
#gqv3wCtpNWIvp9gwDOPTy4FT4wGTg0eB { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15032;top:1.1875rem;left:17.1875rem;display:block; }
#bcoITQ4IHDyE0XoLWWlffKc0RHGPH4EU { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15033;top:1.1875rem;left:18.5625rem;display:block; }
#vmfTT6d6ydfJFPcSv55WDrQc1AHsDfP0 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15034;top:1.1875rem;left:19.875rem;display:block; }
#MeCi2NgWX2F34JptPEtgxcM89RhF2rhc { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.625rem;left:21.8125rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#pdGGCB48EzuSe3WQnde7HXO6EZigOgFm { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.75rem;left:0.125rem;display:block; }
#bshnVHN17PWFzpb6RZTIHiDGLOVgTveD { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:5.375rem;top:4.875rem;left:1.5625rem;overflow:hidden;display:block; }
#Dqmo9Egcvs9ZwhGqJVPFbT16MGyIOAWD { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.1875rem;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; }
#iX1DBFeTxq0aDNiMHk0cTcrwNgVXCbHl { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.1875rem;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; }
#DbVT3TGLEJl635NQMnTDRti421n7aZJT { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:block; }
#c9RNqtOzzfQcdwS3ROJ8ngdedAuNN6e7 { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.1875rem;left:34.125rem;display:block; }
#nazckzK3TmyaC3vJvITaEq4SH8RrDFDQ { color:#003f66;display:block;width:9.1875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.625rem;height:1rem;display:block; }
#JT1a3XozOKJfU4deIMpZd6s8wS1wIVq8 { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:6.1875rem;left:34.125rem;display:block; }
#nF23eTmtTskn0SgyHglcuUdLc1QlQeFC { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.625rem;height:1rem;display:block; }
#WsEQxq5P7TArTr7Z8Qnsedm1hHIUKxR5 { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#sGvezwKWZVrWvTou8OwRp1ahusESGIpV { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;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; }
#XxVR0QNW2hACWC7ovT745h0eafduhLTo { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#UQzSBmKpHFuvhQnSSXzfZOP05LUonC6Q { box-sizing:content-box;color:#003f66;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:5.6875rem;left:24rem;display:block; }
#IPq7a6Qsot2ETLsA3tW6OZNQTK5Ndq3O { position:relative;display:none; }#IPq7a6Qsot2ETLsA3tW6OZNQTK5Ndq3O { border-width: 0; border-radius: 0; }#IPq7a6Qsot2ETLsA3tW6OZNQTK5Ndq3O > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPq7a6Qsot2ETLsA3tW6OZNQTK5Ndq3O > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#mVQpzyugxPiZzQ8fWJ0B4HneFstF8Q7T { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.625rem;left:0rem;display:block; }
#B9sVAtLwAf31x3Jc3qdyIXhPN8h86zPR { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.8125rem;left:48.75rem;display:block; }
#r6TQTDTEkUdLJNKRXTzDDNrbemc5NGym { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dTl6f4KwG17x15RbVewrJ5woOWglzClS { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#egaqslzU7SAPZ0Mh2w09SQru6HXGBrzT { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15030;top:1.1875rem;left:14.5625rem;display:block; }
#nnxGsUm8evq8BI96AlT0NuEHE2IFGZtK { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15031;top:1.1875rem;left:15.875rem;display:block; }
#X4nt4w0QSBxt6BXzQGva31TR1obmKfgQ { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15032;top:1.1875rem;left:17.1875rem;display:block; }
#dTGheKx9v6uKzSCkwtZdGhhiaW5CIGll { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15033;top:1.1875rem;left:18.5625rem;display:block; }
#hvE8xD6q1sWo2NlQabDbyTQyJyqVcZfh { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15034;top:1.1875rem;left:19.875rem;display:block; }
#MCPIX0fJXiosc6t5yaWXBuJwL7aokG5u { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.625rem;left:21.8125rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#ziLBIbHxa5Shl9ckw7cEHiqtEW8UQo9V { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.75rem;left:0.125rem;display:block; }
#eA1DDJc6uGeTpBnU2goB1a3R0hlz9iCT { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:6.25rem;top:4.03125rem;left:1.5625rem;overflow:hidden;display:block; }
#Ol7dB8cAacKeQf4UTrC3RhANbhK656NI { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.1875rem;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; }
#Vr2fTbTlSstSkuCc39zDorAmGsXpLatM { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.1875rem;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; }
#ynXUsG1Gp5ndxbFkTkzrSx0OAeHDNufl { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:24.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iaTERLu5ELLFAo9T88V3B4F2G0NMIhTu { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:block; }
#aIasc8NGRgaXnBx7JNEL7LfRDwb7drlx { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:5.9375rem;left:28.75rem;height:1.375rem;display:block; }
#JhZUUbIrTBCD0EhJIsDOZJIK1AavXuHx { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.1875rem;left:34.125rem;display:block; }
#aJRFUSezSEbh5Tpd3ZpKs30hcM2J5gnk { color:#003f66;display:block;width:9.9375rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.625rem;height:1rem;display:block; }
#xJoktVwtconx89eSmnPrtCa7yDATnqVZ { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:6.1875rem;left:34.125rem;display:block; }
#ilx4dLauBURodZHQM28TB9EO73TVz1FE { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.625rem;height:1rem;display:block; }
#qwpmkfq0PQNBgTOQH7R9MD3FiXrd9qJF { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#G9lpriGIMJ9S959JpKyANip7sxo1xcFh { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;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; }
#AsqTTX5SQlBC1U5UTTWswb7B06IPGgDh { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 { position:relative;display:block; }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 { background-color: transparent; background-image: none; }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 > .row .container > .video-iframe-container { display: none; }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 > .row > .video-iframe-container { display: none; }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 > .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); }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 { border-width: 0; border-radius: 0; }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HXBhBlVssf5GVNm9xMZQSSpSru72mb2n { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.625rem;left:0rem;display:block; }
#mBTGnQ69utc8PJ7VfoxpHe93Ss7EIyDO { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.8125rem;left:48.75rem;display:block; }
#IBG1ZBVra3Xfh9iHdM6bTcb3zkEhiLyU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BMwzcrOJrlqUlHLv7TyEGVB4UdAkt25R { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CKi1CbRJEaP6C3Svw7MRSZ0a99e9LvU8 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15030;top:1.1875rem;left:14.5625rem;display:block; }
#Khi08CFtMuVdlR0z7ufidrqzuJPJgsfp { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15031;top:1.1875rem;left:15.875rem;display:block; }
#A8yDaFZkVxWvARu81VDeqXHClNsrzd0e { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15032;top:1.1875rem;left:17.1875rem;display:block; }
#sDJKAnolTnkB06RocCBgiMuC9Z09WUgP { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15033;top:1.1875rem;left:18.5625rem;display:block; }
#QR5V1pQwkd1nWg2STFB3vdHGZXRLMpez { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15034;top:1.1875rem;left:19.875rem;display:block; }
#e3DNnOqa9qL1hdssZp6VgwQPBByCrkHD { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.625rem;left:21.8125rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#OsiOy753KnfTv4lhPQTR74T7m5wPUJdD { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.75rem;left:0.125rem;display:block; }
#MJwCfyKE5gsAOaMpoLNUllqTesJb5o4F { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.625rem;top:5.15625rem;left:1.5625rem;overflow:hidden;display:block; }
#dnTyCKLN6yUCyva8pkkQFbs9mAIoBdTy { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.1875rem;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; }
#t3sKlGlAEvrcQlQpgays5MxtdvIQGzlq { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.1875rem;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; }
#e5TwcgJaOpZpPZBoLFf5AnnDWLTpThIi { color:#003f66;display:block;width:4.3125rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:24.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NIiL3dQfrgfLKoeyCxVyVdr7cTy1Z29o { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:block; }
#Jmy2H5PQRu69ms6snr6BfE8w9g68NwXh { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:5.9375rem;left:28.75rem;height:1.375rem;display:block; }
#uadNPDKXXXhWlzBnBFG7aHFfPTwr4Vu3 { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.1875rem;left:34.125rem;display:block; }
#nyR4MeKBucW0eTGXDO5UyUWR3HWe4uQZ { color:#003f66;display:block;width:9.1875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.625rem;height:1rem;display:block; }
#bt6eW1VBGJ77qLfmRaA22Dyk4Gnat14b { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:6.1875rem;left:34.125rem;display:block; }
#xWSSGtpXsbcJfUbrEsuQ3r9BTv0obBNd { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.625rem;height:1rem;display:block; }
#S1PxXQDyV2g24IZyEBG0IOfozddlV6G3 { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#ge1DsEZqTH88Auz1ARyORD1UUnvDVuXN { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;height:;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; }
#eiHveDVDnvnGm6OrvOJ4FsK8X3BgFozp { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M { position:relative;display:block; }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M { background-color: transparent; background-image: none; }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M > .row .container > .video-iframe-container { display: none; }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M > .row > .video-iframe-container { display: none; }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M > .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); }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M { border-width: 0; border-radius: 0; }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HScIUoaxDDmgCmvilLlcT9TM5d2D2A4e { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.625rem;left:0rem;display:block; }
#tgdtBb3wMPdng3Cw9KWmIfWTcxFdV6E8 { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.8125rem;left:48.75rem;display:block; }
#whmUlLTFxX4CfhgIApyoNJ424fJwoQbh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xToRbMLpAMpZUc2PHIRlKMTkbZEGbTVE { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dTEN03PfW1TXZHPSiuR26PqMalCg8VTZ { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15030;top:1.1875rem;left:14.5625rem;display:block; }
#tzDUNO3pKqtxJrPgSMtvAEz2fDTxI8sy { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15031;top:1.1875rem;left:15.875rem;display:block; }
#cATN6OQrZkd1s74mK6QzrV2w3a3AKmQ8 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15032;top:1.1875rem;left:17.1875rem;display:block; }
#r0RD40VKFBlE772ZBStos5dTGoTrNszy { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15033;top:1.1875rem;left:18.5625rem;display:block; }
#GTHofbqtbMfxRDnVlPeeTxux6Cw5Hchb { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15034;top:1.1875rem;left:19.875rem;display:block; }
#JXOVkKuZTiRk0GLAqATg6MT0PrRdhheU { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.625rem;left:21.8125rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#zE5SAfERXcNoXwccO7lctvX1kQ2PqDE3 { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.75rem;left:0.125rem;display:block; }
#sGoHpMdxQGaeODTuNLvVzziJpmFZZehs { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6.25rem;top:4.03125rem;left:1.5625rem;overflow:hidden;display:block; }
#BdknkFHKTXkI7RZyVZRKyaSx4nie08GN { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.1875rem;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; }
#ZDsVhEdPzTwCq7Z7OqJ6LRsPO7QqxyyQ { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.1875rem;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; }
#W9T3G5AOQHLZVxpwT8ABSUAJg00o77PG { color:#003f66;display:block;width:3.875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:24.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ElWIOkmDFUc0lm7yec4XTvSEPtGbb3v6 { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:block; }
#IrrxNBDBpHNU7ADS7MckymdJyDuV3WGM { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:5.9375rem;left:28.75rem;height:1.375rem;display:block; }
#kn9y6hBMeO0E3M8KQ6y4Zmxm1FqEmQW9 { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.1875rem;left:34.125rem;display:block; }
#PTM46Wlq2hftfBGXz0vbMon2iQQls3IE { color:#003f66;display:block;width:9.1875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.625rem;height:1rem;display:block; }
#QsI1TBGJSdKIhmxNBllXWE1Z6LCBsPug { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:6.1875rem;left:34.125rem;display:block; }
#vgrDyHPfcTP9ax6f8JVyHDMpAaX5vdtW { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.625rem;height:1rem;display:block; }
#Mt9g0Vsv9vBamltOgaVAHcxKocf8i2M4 { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#UXPcE79hDMqrR5NzQc8EyU7gJq04hVlt { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;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; }
#VQLqVUCwHsGoyvfzJ6KU8qzzT5QRJ1PG { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh { position:relative;display:block; }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh { background-color: transparent; background-image: none; }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh > .row .container > .video-iframe-container { display: none; }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh > .row > .video-iframe-container { display: none; }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh > .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); }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh { border-width: 0; border-radius: 0; }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#H0aPK93DURcFcTZSUecTnZG9CDQx634r { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.625rem;left:0rem;display:block; }
#XKEHDLblgcN4b7tasoSgLoLs4a24ceTz { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.8125rem;left:48.75rem;display:block; }
#AfoKUzpVAyD1ncQeQnFzwRxhpNbKKkfS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JDdOUDVbVXOEmlRxdlvDXms5QGaIb3T4 { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QIgXHFVUTBs2A34UrQvfiTBAMcaTr1wQ { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15030;top:1.1875rem;left:14.5625rem;display:block; }
#T39sPDGDHWFTg5vKZgql2DsgVUsnE5UC { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15031;top:1.1875rem;left:15.875rem;display:block; }
#I7NrF9HaxV4J83PVxU1HNrVBgTzIwuWM { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15032;top:1.1875rem;left:17.1875rem;display:block; }
#pTBLRR7Un1mhqvc41neES9o7p1OUh7gp { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15033;top:1.1875rem;left:18.5625rem;display:block; }
#R7azKEbBuPXkyK30ZUQ0tTBPqtku3xk5 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15034;top:1.1875rem;left:19.875rem;display:block; }
#BmH3QofLPMsnRWuoG39hUVwBmXT2uOg9 { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.625rem;left:21.8125rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#CbycBalfhtOGuKQZCTkn926RAGeoTUyx { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.75rem;left:0.125rem;display:block; }
#hJSBxTzHRaerJ41JrvOxyBFAyAv26Rl5 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:8.375rem;top:5.46875rem;left:1.5625rem;overflow:hidden;display:block; }
#bLvC9vQt67kKDequeBuaJZQhNSbhSI5S { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.1875rem;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; }
#EXO7014waiaOovARXEVK2115wKDLaG7w { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.1875rem;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; }
#qUNZIVWz6xiGPp9kz9LKHQDFPT9aSa2J { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:block; }
#pTbiO8JLuR1y7I7LDbOx1RnwqqqINcPR { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.1875rem;left:34.125rem;display:block; }
#tVogISdzzlRE3lFLkUtZKvDFWQMK5BbX { color:#003f66;display:block;width:9.1875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.625rem;height:1rem;display:block; }
#hTbHbD7zEIbvHX01AAgt2s9HBn06Ji8H { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:6.1875rem;left:34.125rem;display:block; }
#NkVflnfDcghd0QbMtJlOWW9JymweWuq4 { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.625rem;height:1rem;display:block; }
#qES4KkxsJb9x0GS5yHkG6EDOJ3UrThwF { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#Ql6oMElnWJhtaEdQ3vviw63yCyeXLNqP { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;height:;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; }
#RTT5dLT6OTuKnWN3nsUE2gh8fgZuGGS7 { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#JHU2NpLqwnCsSPEWvz4ophS4VQdWMfF7 { box-sizing:content-box;color:#003f66;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:5.6875rem;left:24rem;display:block; }
#x8X8QN6yvUXNxsqhgQQ2cpMvB2Zrrwwd { position:relative;display:none; }#x8X8QN6yvUXNxsqhgQQ2cpMvB2Zrrwwd { border-width: 0; border-radius: 0; }#x8X8QN6yvUXNxsqhgQQ2cpMvB2Zrrwwd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8X8QN6yvUXNxsqhgQQ2cpMvB2Zrrwwd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#bPQrnzS3lQMWhnmXbqwdlF4reBXHHXrl { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.625rem;left:0rem;display:block; }
#TiFxI4MHW12mIPFP9MZOqyaBk0wLLGxn { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.8125rem;left:48.75rem;display:block; }
#n7pETf4KA8dHsBMo2oRBSDl4Wxq5WNGd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q9IVPMv1ZSrc9xXIrGypE6fAHzwe1VUn { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bebelifq6hgxCEceSPh04b7OmnNVrAV8 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15030;top:1.1875rem;left:14.5625rem;display:block; }
#fGzdJ06g1c8pol97ZFlwmm0s8yrnlKk5 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15031;top:1.1875rem;left:15.875rem;display:block; }
#MskyUJVl4Sm45CTwyA1Tmn3rXdQ7TS7o { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15032;top:1.1875rem;left:17.1875rem;display:block; }
#Q4sPlqz8EgVXFymPyACMFWuZZGCHFWvb { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15033;top:1.1875rem;left:18.5625rem;display:block; }
#uVPBOrfEfRT9souPc8c26tkMCEDSK4P0 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15034;top:1.1875rem;left:19.875rem;display:block; }
#TbcyGi0vaLxgoS78F9Sh5ZIFM8WwVSkM { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.625rem;left:21.8125rem;height:0.9624rem;text-align:left;text-align-last:left;display:block; }
#TZbJ7dPiGdSaQBgTuw8UXq2mDRXqhM2L { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.75rem;left:0.125rem;display:block; }
#pl8G2SablR94LS2dQDt5NyAJXWyncRu3 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:10.25rem;top:4.8125rem;left:1.5625rem;overflow:hidden;display:block; }
#f2bAF01c4g04bG1M9OHb2UKShBrG53bw { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.2246125rem;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; }
#ULlr045Uod9rBrcGQ9DF1R3H20zpLfBK { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.2246125rem;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; }
#PrKhUWJ4xRnHtNDdJbDegMEMUA2qhsm1 { color:#003f66;display:block;width:4rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:24.0625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#odpI2CpVkchR17m7ab07FfEmbAB8xKXr { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:block; }
#kOLaB2ug0lO88wrJ6BbgAvwJoDmRRFtw { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:5.9375rem;left:28.75rem;height:1.375rem;display:block; }
#NkMtkJufREM4pBA9d8qmOuuIyLdMf7ut { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.1875rem;left:34.125rem;display:block; }
#gTi36SUS2AxFoBUi6C8vnHPForZ2Jyye { color:#003f66;display:block;width:9.1875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.625rem;height:1.05615rem;display:block; }
#BB6LG9ATCGXrDL7HkIXnlXQDlfRWyk2T { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:6.1875rem;left:34.125rem;display:block; }
#qu1P1HAqJvXfMV3P90uAwImCuooDUPzF { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.625rem;height:1.05615rem;display:block; }
#Our6vTUQJwtIk5SZvhHBdU4e0zrrwZrA { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#Eqapx5n3d1sy05dfAo8hStbAa93EHlub { color:#003f66;display:block;width:14.5625rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;height:;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; }
#ND11BRr98BtTEKiBipgBhR3OD9P5Mb6f { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#uvXAP4GFBGXa6puzeJnWEzK5zo3iDlFm { position:relative;display:none; }#uvXAP4GFBGXa6puzeJnWEzK5zo3iDlFm { border-width: 0; border-radius: 0; }#uvXAP4GFBGXa6puzeJnWEzK5zo3iDlFm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvXAP4GFBGXa6puzeJnWEzK5zo3iDlFm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#k44msfvnDxiTDL7U60zfJfqKTVlQ2Lmx { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.625rem;left:0rem;display:block; }
#aNrVZX57yq2sTLevHSD1ZnJPidiDeT9g { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.8125rem;left:48.75rem;display:block; }
#b8UTBLE0uon90NOhcDDPLTinP2zVfB1V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K2LocahK3JtITNg9u1y9swJXXCNFsE4q { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zbkSELW11tNdLsxlowp4BsohtbluHpRs { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15030;top:1.1875rem;left:14.5625rem;display:block; }
#nrVw12MogQETBQ3eTkW7OamLv2Hxhp2m { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15031;top:1.1875rem;left:15.875rem;display:block; }
#devA76RUPncuTITZUc5iCp0qTpRaHQIk { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15032;top:1.1875rem;left:17.1875rem;display:block; }
#anJ5yATRqlXrJuPCFhqxmH6mAqCWF4Ea { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15033;top:1.1875rem;left:18.5625rem;display:block; }
#fGLOiQ89FU7otUhWBeJDqnZH9M15w9In { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15034;top:1.1875rem;left:19.875rem;display:block; }
#P5CKXu10TO363dTx9ThTQuIyVlMoHuTd { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.625rem;left:21.8125rem;height:1.0249rem;text-align:left;text-align-last:left;display:block; }
#Ixl7hDBvMRsf7F5nmDeTFELOKzCMcd0h { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.75rem;left:0.125rem;display:block; }
#p2WPwGycTxFgBN5DTl9MJ95SgICVq2FN { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:10rem;top:4.96875rem;left:1.5625rem;overflow:hidden;display:block; }
#L6Zvg1QT5C1plToSy5TRf7nuD5iQGGFT { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.2246125rem;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; }
#NcfCyCcpr3ehJ3py7TT1iQy79fLdWkSR { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.2246125rem;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; }
#hzWRg9epEBf6TTFO5VnK2U347qlWKAoU { color:#003f66;display:block;width:3.875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:24.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b7F8vSlV00ez3aciarV2KIbi4JQVDqZz { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:block; }
#NNmVCAGSfCxmXR567AftWswtSdztlHd8 { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:5.9375rem;left:28.75rem;height:1.375rem;display:block; }
#l9dLSFLuRfPRhxkcVOMiTD4hbIOba6AN { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.1875rem;left:34.125rem;display:block; }
#NpJTQ4gKd7w0cCHriUBNW8k2VvZNma62 { color:#003f66;display:block;width:9.1875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.625rem;height:1.05615rem;display:block; }
#gvyV30FVOyxpepiZF1II0zC8BB63qFTT { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:6.1875rem;left:34.125rem;display:block; }
#mqK4zgTMDmStI8kGtN80ZMzDLJzMTMVt { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.625rem;height:1.05615rem;display:block; }
#h3gZ46Pf3QykAR2ISfeSEIumoMhCrvT9 { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#tSNfyuAbGbD3N88fKwWTtbNU5pUQ9AFu { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;height:;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; }
#kfbhg6b2nCV001XhUwhwAUyKnpAnAMnk { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#zh6elKm6ZAwM1ptrQPBxGEXh7cebnHZc { position:relative;display:none; }#zh6elKm6ZAwM1ptrQPBxGEXh7cebnHZc { border-width: 0; border-radius: 0; }#zh6elKm6ZAwM1ptrQPBxGEXh7cebnHZc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zh6elKm6ZAwM1ptrQPBxGEXh7cebnHZc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#B9RUblsPfC0ZtlQLulq45EaN6y3DTbuy { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.625rem;left:0rem;display:block; }
#G0lcDmT6mizKD8hsATltU2QIVQT8Mu53 { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.8125rem;left:48.75rem;display:block; }
#Xf1vuxTNXrAeXv4Tr3lKvEFkGNsWuzQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nluusKRhVwOuPKD6ZWH3Rabqm83EyT5J { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IhxIlVaouZBDJCIH7D1akd6x6RRbeB6v { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15030;top:1.1875rem;left:14.5625rem;display:block; }
#fiklhVHSxEy2cR6ELzG3X0TXLlgt0F7H { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15031;top:1.1875rem;left:15.875rem;display:block; }
#gKlLHT27KQGS6zl0qELnsmcf1etyInOy { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15032;top:1.1875rem;left:17.1875rem;display:block; }
#Kq2okzcn9wudTrPNEUQP12PTUwnUm6AX { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15033;top:1.1875rem;left:18.5625rem;display:block; }
#STSzdwTzZrpUSTwdhcBxqwrzSEuuF27w { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15034;top:1.1875rem;left:19.875rem;display:block; }
#dtWn6t0ZwlP9RLaTn5QwAo8no3MTduS7 { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.625rem;left:21.8125rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#N7ElFMfvph7NoDLxtiKFv435MRgDiosd { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.75rem;left:0.125rem;display:block; }
#dGr5UghwsqdeBK9DKv4pL8p6KohUf6UG { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:9.375rem;top:4.5625rem;left:1.5625rem;overflow:hidden;display:block; }
#zv0zJM9Zo4JOFDW5GEAe8HVbcUhVsMek { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.1875rem;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; }
#GOoztkVoGL1P2s9J2mSoNoU0B9b104ez { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.1875rem;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; }
#S1gV1bnL69mwD9uZlOKLnzCmEeDmTGr1 { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:block; }
#vXnei83ZbZArtmiiI5ABKIK2spADvQT6 { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:5.28125rem;left:34.1875rem;display:block; }
#uBOJKQZKsXC2ccuyNBHAunPbqU1bUBG4 { color:#003f66;display:block;width:10.6875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.625rem;height:3rem;display:block; }
#OSOPLPhOq8fv8JbXsrGGGl8JTNhX7TxG { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#mv4rFGLWyCNfFb9XdIIuXpVNz2HFDJyO { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;height:;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; }
#HO9J5Rf8ArhoC2JA3AIHIf6g0NJBcnTT { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#ZGINw4xbqFR68Z2GsBACpGeBt8R0aSeq { box-sizing:content-box;color:#003f66;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:5.8125rem;left:24.375rem;display:block; }
#OXRTiHrQ958rq9hqfCiSXZq41Cg0D95x { box-sizing:content-box;color:#003f66;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15047;top:5.6875rem;left:24rem;display:none; }
#bU87okXbCcIxXWo3dVcZ8PHg4sG6g2c5 { position:relative;display:none; }#bU87okXbCcIxXWo3dVcZ8PHg4sG6g2c5 { border-width: 0; border-radius: 0; }#bU87okXbCcIxXWo3dVcZ8PHg4sG6g2c5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bU87okXbCcIxXWo3dVcZ8PHg4sG6g2c5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#UTGTV4NBaJlWNDcRz5LGDL2wwyUkr6Pa { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.625rem;left:0rem;display:block; }
#q7cdcDNoU5o5WDEDAWUm72abqluOOCy7 { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.8125rem;left:48.75rem;display:block; }
#lcAoNnP437M0UrRooVVn1qc6JsgCqHx2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#krMMv2iEeU5TCREKHZOhs1BqQWkTWH6W { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fPcsOTRE1krINWmxuocTG6TI12JbbDsz { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15030;top:1.1875rem;left:14.5625rem;display:block; }
#wvqEV212ZSAErKgEUHUSfbgMOLq6eGd7 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15031;top:1.1875rem;left:15.875rem;display:block; }
#BPTWP0lDcWMgveApXfKzuAQTroA28d27 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15032;top:1.1875rem;left:17.1875rem;display:block; }
#We15ta7ykNRAsltAozFV5TEeXBh2nJLc { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15033;top:1.1875rem;left:18.5625rem;display:block; }
#U8lh4oLW1VOATopTZRtMEJnXLlZTcVB8 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15034;top:1.1875rem;left:19.875rem;display:block; }
#D4AW3XCl2U4It26lWoEdOmtKl4T0oCVk { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.625rem;left:21.8125rem;height:0.9624rem;text-align:left;text-align-last:left;display:block; }
#CdZXoN6FPU4HBp4HglIPiDtbIZgoehM0 { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.75rem;left:0.125rem;display:block; }
#WhZIUybQvLK2SIJsP9bUAz5q4v7UDUUx { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:7.625rem;top:4.84375rem;left:1.5625rem;overflow:hidden;display:block; }
#vUiMgkIhNpLru2AVedtfSoZnRZxTkLT0 { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.2246125rem;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; }
#QbbKspqCveWvwWDKu4N0Wso8e7C3ZELi { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.2246125rem;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; }
#snxHZmyU0hHwNyv4HEyVwR60DT7IfPmm { color:#003f66;display:block;width:3.875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:24.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JVBdKBHdTSKJFwyP4AJR6FD73sdLFVa5 { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:block; }
#wrbqsphaCxSx9Vk1qO1VMbHFuUED83cl { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:5.9375rem;left:28.75rem;height:1.375rem;display:block; }
#d7Z06Gv54exr92xvwaOmsrQikTBKFzb6 { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.1875rem;left:34.125rem;display:block; }
#KdTKUNd0lWGzM5Mr7QrEuk3Mn5kTr7ui { color:#003f66;display:block;width:9.1875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.625rem;height:1.05615rem;display:block; }
#fcytHDqCRE7WsUaietwA3cDuOzIQDyL3 { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:6.1875rem;left:34.125rem;display:block; }
#pqKBpi7vLrXBgqyBXMTUcHCuchTCxQ1U { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.625rem;height:1.05615rem;display:block; }
#k8il5ZfIWLxAG0qRDug9PZ6TNbXXpCae { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#AJ9ZraTZrTITaRQKmPRQUAJBnhm9Tcls { color:#003f66;display:block;width:14.5625rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;height:;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; }
#WzwUacqAyNlDGVz2mNG9JgLgEZTJtips { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#iTXbpf0du3LSW85CzyG3XLsaExRmfaxS { position:relative;display:none; }#iTXbpf0du3LSW85CzyG3XLsaExRmfaxS { border-width: 0; border-radius: 0; }#iTXbpf0du3LSW85CzyG3XLsaExRmfaxS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTXbpf0du3LSW85CzyG3XLsaExRmfaxS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ETO9ldkOFqesSKoVbqL5Gt5mBToGAAIb { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.625rem;left:0rem;display:block; }
#imKnwIM6uhRcGGKUAVQ0u0KufMRbAAyw { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.8125rem;left:48.75rem;display:block; }
#wRHwZXOWHgdMrCzevLO6hKP4pIkQKMec { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lr03B8XqUz9syGUyzxd3WDDmg7kbpXeN { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTIRtZsuJIPBGLMC3bePZggKsbHnvxWh { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15030;top:1.1875rem;left:14.5625rem;display:block; }
#BXTSw9nbGyMzZFmtAxngIGKoJf5E22qa { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15031;top:1.1875rem;left:15.875rem;display:block; }
#DyXdAIRaVLT1nDe1Q2fktW9A7oqwS2hm { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15032;top:1.1875rem;left:17.1875rem;display:block; }
#LAxIA5BfmKlV3ewXzuunVstBFeJLL4e3 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15033;top:1.1875rem;left:18.5625rem;display:block; }
#SN59sebChhFcgQe2XWwhvpTN5DQFTBS3 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15034;top:1.1875rem;left:19.875rem;display:block; }
#hHPRoRGmWwoFbque4gFX4hnJrwTZFvnR { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.625rem;left:21.8125rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#XtwWhOza1Qfhiygkae5sHNE6MGhwUKCZ { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.75rem;left:0.125rem;display:block; }
#zxvvRpwnMhVwXp1aznisSbID36Abx343 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:5.1875rem;top:4.875rem;left:1.5625rem;overflow:hidden;display:block; }
#e0bPk7ZsN17dD1TrCkBLn10mGNDWEopt { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.1875rem;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; }
#IeXAdsEcsW9eBaVNFzPW6vV3MUavomMW { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.1875rem;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; }
#G3ENPpTucf1QsvvfCIGwvHOlmeX6dlcG { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:block; }
#oVlp56RGTPTb253iUc1HOtVfO0rMxtgT { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.1875rem;left:34.125rem;display:block; }
#eNKCAZFWf7vaEc60HydS4SXJ5Qd6rKdb { color:#003f66;display:block;width:9.1875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.625rem;height:1rem;display:block; }
#snaHMWVqT9EON4doV8UJSh7GwrFfTEMI { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:6.1875rem;left:34.125rem;display:block; }
#P25kpcEq5V1oR9sNPKZfMTGwuqIg0ahz { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.625rem;height:1rem;display:block; }
#C440b9HdJ4NgC68Taa2mwztPLBJb8eAy { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#qdnA4CihMMFi7MbEKCDKeRd6Gt5elLmN { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;height:;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; }
#TJAmQsTxpq3SCKkUvRH56hdlWpDXypPp { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#uEraeDaKw9DavIutm8wi1W27is7Lv4pZ { box-sizing:content-box;color:#003f66;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:5.6875rem;left:24rem;display:block; }
#fkzglzok3Gxu2LPrPs72VKrF14phUQ1e { position:relative;display:none; }#fkzglzok3Gxu2LPrPs72VKrF14phUQ1e { border-width: 0; border-radius: 0; }#fkzglzok3Gxu2LPrPs72VKrF14phUQ1e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkzglzok3Gxu2LPrPs72VKrF14phUQ1e > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#gLUhDsrZxE85MNK33rrmJwA2A3vqeBne { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.625rem;left:0rem;display:block; }
#VPrTk7TxnufHumJR5Q4tsByu3EPerHN1 { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.8125rem;left:48.75rem;display:block; }
#uqLrFQxWAbtnwwvSRvUNxnKm22xqH1ul { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZzTrV6VoE6XTRQDTZWmvIFaRTQEaDkH9 { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MVni06xmoCb912y74nZ6lwRFSbBeBETu { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15030;top:1.1875rem;left:14.5625rem;display:block; }
#BXs6UWMOzdPsin2WNEnWkaSr8IoM0GtG { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15031;top:1.1875rem;left:15.875rem;display:block; }
#T1nPdMTRGq7kCBFeZfLGCkr7vr7nsew6 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15032;top:1.1875rem;left:17.1875rem;display:block; }
#Ctxnh3BQXmTspSxflIRRiRt57auDEEJZ { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15033;top:1.1875rem;left:18.5625rem;display:block; }
#gOAQKkIBkoMgCgpw7Ie7EXIQbPp96ZnQ { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15034;top:1.1875rem;left:19.875rem;display:block; }
#XkoAgQcEE6IGIGr6MLA1HQP757wrDFTa { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.625rem;left:21.8125rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#u6O73cQEw3vv9IU8nyx5bOekTEOABIn8 { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.75rem;left:0.125rem;display:block; }
#dfvMBLfSfwqIwN3h4CqBRZLzAQvRm6rv { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.125rem;top:5.125rem;left:1.5625rem;overflow:hidden;display:block; }
#sTE3uTwBTtIkFKFvgFRp8x1Rn6yCQkfD { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.1875rem;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; }
#OuMfN7fMSALgIbDN3cTUCTuRotBHO10o { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.1875rem;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; }
#C1oig00v3FSV1xQki02cReUx44NOZf4E { color:#003f66;display:block;width:3.875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:23.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#utJLAweKFPcLmNUgTZbTwinTBNEytam1 { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:block; }
#a01xxJFnkkV7EXyXKk9embAtPCJeBcHw { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:5.9375rem;left:28.75rem;height:1.375rem;display:block; }
#RZsWy9h6wpEMpgCRHkMvV3Srcq5qZfdS { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.1875rem;left:34.125rem;display:block; }
#oRQAgbQKTTBnwmpTGhQXqd6lbZeCm1Vg { color:#003f66;display:block;width:9.1875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.625rem;height:1rem;display:block; }
#cqelaoCmv57TFqEyovypfmGUMtR9Huuc { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:6.1875rem;left:34.125rem;display:block; }
#gGrc3GP83xKo81c9gryG8oJO4zrsMNLD { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.625rem;height:1rem;display:block; }
#t2nbCwavasuWzJrwTbJJt0zUMcTodfsK { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#VaDDtTmrDAt7uMKyxaIJl66HHwnQKSQi { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;height:;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; }
#bMl5h7ufMmUGJU99PeRUy06VmFphRw52 { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#ohXi7xgSHa4No7ZybPi0upO9B11JhFAu { position:relative;display:none; }#ohXi7xgSHa4No7ZybPi0upO9B11JhFAu { border-width: 0; border-radius: 0; }#ohXi7xgSHa4No7ZybPi0upO9B11JhFAu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ohXi7xgSHa4No7ZybPi0upO9B11JhFAu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#houD4m7NGDkxpxZskqu4GPlaM6T6gsLx { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.625rem;left:0rem;display:block; }
#VvI9qxd4J9M2QaEbxr2BqX6OvRSbsuJD { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.8125rem;left:48.75rem;display:block; }
#DHZztfZGgol4opxlpJiQqcuXGkWUeiTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oQ7MR3fbCXJpx51Uv3zNdslu3OTeQSl5 { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EAsAFicF5m5wkhkdhLcxqXT4DIcuhTtI { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15030;top:1.1875rem;left:14.5625rem;display:block; }
#pTx9IT361mHwG9RZ3mSTzzXgV1uRTn6m { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15031;top:1.1875rem;left:15.875rem;display:block; }
#Wtx4a9XGBxduxU8RF2dRBkX6evEF4dbN { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15032;top:1.1875rem;left:17.1875rem;display:block; }
#oEAWfptN7M5Z8KGlimMSecbJGG3XgUin { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15033;top:1.1875rem;left:18.5625rem;display:block; }
#m3WpdBN1cHxuJvUXF07ePZHcOxQt933R { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15034;top:1.1875rem;left:19.875rem;display:block; }
#IGT6Hz21DZx9ROEJv1koS2KXRnsGTZ1S { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.625rem;left:21.8125rem;height:0.9624rem;text-align:left;text-align-last:left;display:block; }
#EQWWUQ7HZIndSrhZQu61GQn7vCfz1R7f { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.75rem;left:0.125rem;display:block; }
#BvPAMb6x67tcuclJgNISR14dpoXyS83J { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:4.3125rem;top:4.75rem;left:1.5625rem;overflow:hidden;display:block; }
#AX6zUsicW6fqbh02kx4Iczv7vgfEOJnd { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.2246125rem;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; }
#ihI1d9ZyLZIT0CMqVKh1hzTbpPmKwIkV { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.2246125rem;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; }
#Nmiysqio6DcnmZCzNPPSg7FMBld5uWkl { color:#003f66;display:block;width:4.125rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:23.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kTSbP1K1Fvmq9mRNG6yTXhBmw5DOP4Qs { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:block; }
#CJ7Txg7P3SCKKmL788mHeHRgfcA5BfnI { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:5.9375rem;left:28.75rem;height:1.375rem;display:block; }
#pPWJKlHUTw5pQJVlsI4oaHhR5CnfGM5q { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.1875rem;left:34.125rem;display:block; }
#rCRO22ntzNrxBU6tdIsROMSlo5zx9BSP { color:#003f66;display:block;width:9.1875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.625rem;height:1.05615rem;display:block; }
#N8z4L2OLzcSySeZF9go6rwbpwVbuCPGb { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:6.1875rem;left:34.125rem;display:block; }
#dGNqmchsvkxJmCTMfySCwihAor38O0Hn { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.625rem;height:1.05615rem;display:block; }
#rq2bHauC2CA4FlGAy33dmZu1fLOypfk3 { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#ZO1TsRE2kKDtD0B3JIEwUiw2nSaEQhUy { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;height:;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; }
#h1oU9OkTx2Ti0kzGRoMadAXoTGTR3ifb { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#LD6n9HSVQtnbTO4fmsErHRsarzDhvmMC { position:relative;display:none; }#LD6n9HSVQtnbTO4fmsErHRsarzDhvmMC { border-width: 0; border-radius: 0; }#LD6n9HSVQtnbTO4fmsErHRsarzDhvmMC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LD6n9HSVQtnbTO4fmsErHRsarzDhvmMC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#uhfELGbEqbZfaF5rLC2a2XucUNZC5JHg { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.625rem;left:0rem;display:block; }
#zVo0glhnKdQG6SbuZfGMhMBnz3rOpMLf { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.8125rem;left:48.75rem;display:block; }
#JEkCb4P6cLJQuNdDMtLGwC4KeTKT8DTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tXJ8TkqLs5Xlmec8npXmg134GLHq6KiT { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nIZimeed6cokHAzE4vIgFrHIuyxfayKs { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15030;top:1.1875rem;left:14.5625rem;display:block; }
#Gxu7RIxAF8l4Zi8olO5uI1U9r3UtABUi { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15031;top:1.1875rem;left:15.875rem;display:block; }
#O8NayMt0yzHddRtDMcifNiF1T1LG32VQ { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15032;top:1.1875rem;left:17.1875rem;display:block; }
#IvOOpVwpbJ0vyQNnqGcwB2ubLEfXKpgU { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15033;top:1.1875rem;left:18.5625rem;display:block; }
#uncFmwsB1pXCXVaFMBKn5lBUWHJHC45N { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15034;top:1.1875rem;left:19.875rem;display:block; }
#Mo51CsSfZ290sZkr6hcthOJKCMIqNwVW { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.625rem;left:21.8125rem;height:0.9619125rem;text-align:left;text-align-last:left;display:block; }
#rS36EPOLPUJWRgAIFJsFXD4aBXrwMTHX { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.75rem;left:0.125rem;display:block; }
#TCHTJPDXXXGiU7FNhSL0U4WzOVRoi30X { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:4.125rem;top:4.53125rem;left:1.5625rem;overflow:hidden;display:block; }
#FtahyAJs0JVxkTQzhahvfBWPT5HvDw1w { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.2246125rem;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; }
#FSm2hOIBipcZ5N7vqXCZCo3Rb27yRHqt { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.2246125rem;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; }
#vDPWolqHwzvDmWn8dLaLJtOQ6ORzeGFW { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:block; }
#Lt7tITTw8VdkEf7qw3PtP0d6EOTipUw8 { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.1875rem;left:34.125rem;display:block; }
#Z46ZI8mO9T141bf4AKN0GxQaXui0f6yz { color:#003f66;display:block;width:9.1875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.625rem;height:1.0556625rem;display:block; }
#UwTZORalVoOJRTzvO8X9MGWTi8zoN2en { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:6.1875rem;left:34.125rem;display:block; }
#tDlRc9mRx21nohVe5tTn6n6AyiGy1oBI { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.625rem;height:1.0556625rem;display:block; }
#dk7XtBPMHbTdq6dG27J6vIB1UosAXg9e { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#aLGf4UPrQBa9O2FoOXTgPGb6TJ4r0ASL { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;height:;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; }
#tOqTLOf7z2VZuOOkxtW33cqaVuxwZIbt { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#DCuqTvoMTGVFre8J9ImuEl3zQuA8M0af { box-sizing:content-box;color:#003f66;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:5.6875rem;left:24rem;display:block; }
#sCyighquVuwZ2CDZuILqTVTHuxEietA2 { position:relative;display:none; }#sCyighquVuwZ2CDZuILqTVTHuxEietA2 { border-width: 0; border-radius: 0; }#sCyighquVuwZ2CDZuILqTVTHuxEietA2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sCyighquVuwZ2CDZuILqTVTHuxEietA2 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#F4kMScTBhNDqSEV9ZnOE63wk0VvOwDdB { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.625rem;left:0rem;display:block; }
#mMcacxwVF9RKHnW38c1xUCBZf4pQwcqm { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.8125rem;left:48.75rem;display:block; }
#AMF4IL2krJxABBsov7B48NOnDnrEftSw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbQnrMS2vuWtr8Q6QNM3ODvvh3RwQbC9 { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FyoWbaF1dJeQhs0SaysoaP8JMVJa7lXH { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15030;top:1.1875rem;left:14.5625rem;display:block; }
#Dz4Umm0tHUnQbz9vV2vQZdCSo0SAkJXP { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15031;top:1.1875rem;left:15.875rem;display:block; }
#tNmqC9EoppT8euxHIp7UrU0dhzubfGRy { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15032;top:1.1875rem;left:17.1875rem;display:block; }
#QlleP7pX0gop8xwQN2XUaA7XqXtLhJIs { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15033;top:1.1875rem;left:18.5625rem;display:block; }
#qT2qGLu9WMTXf4tTQXNCqepsy71yh0Tx { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15034;top:1.1875rem;left:19.875rem;display:block; }
#v4IsBFoZTy6dm9kIbnsTtLXi6sZlfTo0 { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.625rem;left:21.8125rem;height:1.0249rem;text-align:left;text-align-last:left;display:block; }
#M2VyFLANq0Ag8WaJaaJUmBecQVe4SRaq { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.75rem;left:0.125rem;display:block; }
#r8RLTI9ibbqkaT4oo59IO2imWlc1gT4k { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:7.625rem;top:5rem;left:1.5625rem;overflow:hidden;display:block; }
#evX9pcgd5akSCPZihi3J74s0QFWUTUC3 { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.2246125rem;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; }
#iWvIGvIUsUeGiTEsIXQKNWKlgPh0sEm2 { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.2246125rem;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; }
#BPgGPMcc0bFzbRTctwqHvpwUD0fXb5Q3 { color:#003f66;display:block;width:3.875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:24.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mn0NnUPfef51H90vKQg6QeJsape2HmbM { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:block; }
#LU8SUOXOW1POpk4VE8S98DotI7O6st4m { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:5.9375rem;left:28.75rem;height:1.375rem;display:block; }
#EGTEtdZwSBppAVsuST3JgndisluutPyN { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.1875rem;left:34.125rem;display:block; }
#DsC0Pga7knvwTqlZ4V4m1pl1QZgBKD8V { color:#003f66;display:block;width:9.1875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.625rem;height:1.05615rem;display:block; }
#AxemRol7cUH83kEkJ6VPo3gAdod44Agm { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:6.1875rem;left:34.125rem;display:block; }
#DRFblyvhfXfa0WULu4vVmSACQdxp9eDE { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.625rem;height:1.05615rem;display:block; }
#RDUz8JhW8OdG3hTf4IfaIlyLROO7PPRs { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#ckVnLTcXvlOwsK4PTuqfLzKPTkP7A9UJ { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;height:;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; }
#OkHO7R7q6lwT9sUhVoOgVT2gtHpTRkcZ { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#t9zmi7Hhb8TcgLlm7ys3fo0tBJBJ4E7v { position:relative;display:none; }#t9zmi7Hhb8TcgLlm7ys3fo0tBJBJ4E7v { border-width: 0; border-radius: 0; }#t9zmi7Hhb8TcgLlm7ys3fo0tBJBJ4E7v > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t9zmi7Hhb8TcgLlm7ys3fo0tBJBJ4E7v > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#nNkghe0TcpCnsSVrsCx1FubqFg2FSmGB { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.625rem;left:0rem;display:block; }
#K8ULAJBOH2VBXLiOTwvzOvdmTsgwkDBF { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.8125rem;left:48.75rem;display:block; }
#eumplHGb3J5rGiguEaoELyPBIIzk7fRK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ThOJgwnVtW4gMMlzeGrfM5UIRTlb2Tux { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5rem;left:15.875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f1y8q134KzUZx7T7HTToHWTTihlDpKAm { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15030;top:1.1875rem;left:14.5625rem;display:block; }
#RJgF5cHJfFBaTNvgIfVyZrDlyil5TT3q { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15031;top:1.1875rem;left:15.875rem;display:block; }
#U7WaEH1H4KqZmUSimSPzlvlWWz3pH4D4 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15032;top:1.1875rem;left:17.1875rem;display:block; }
#kVyViK0AsAWzH2Vszkz6hLndelOThJL8 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15033;top:1.1875rem;left:18.5625rem;display:block; }
#usBPJVhps724B3TqIEvZEilE689TKqmc { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15034;top:1.1875rem;left:19.875rem;display:block; }
#wXUs50JZ7R4IyDhKvTbRkKFgoPTdVThD { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.625rem;left:21.8125rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#dst3Cd087TwfFhq3SsszrTMiFGPMs98s { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.75rem;left:0.125rem;display:block; }
#mbN2KHITRGiWVBMUnEath7NnXbxrdDFb { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.75rem;left:1.5625rem;overflow:hidden;display:block; }
#aNoiiXxOhIP6709545PvllPE8LA0KRDb { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.1875rem;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; }
#Co6JgpRR40VqFAv1mIHxN3PwMAt1Nwn9 { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.1875rem;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; }
#yFdQVSMh3LhySDdXDVTqC91gisx18Edi { color:#003f66;display:block;width:3.875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:23.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GeVggPMwkDmtgbuLbyUtv6oePMv7Ttw6 { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:block; }
#nhO138RTQVDS7IEtNSfX5zQugcbc3dyl { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:5.9375rem;left:28.75rem;height:1.375rem;display:block; }
#Tw6ofzINDbN93ylEbCmm6EzqbEu9J1TB { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.1875rem;left:34.125rem;display:block; }
#ClRamCbBr4SKJR2eux1ZFHg7qr2iMvam { color:#003f66;display:block;width:9.1875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.625rem;height:1rem;display:block; }
#wDvhp24mzpDphfGoQxTpI0iw5BhdoNQ4 { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:6.1875rem;left:34.125rem;display:block; }
#ugXE4SWlJp37XcPJuOSzfC3PVkakOOAu { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.625rem;height:1rem;display:block; }
#RXgtVkTTMo10UQAi4wpVWE3nyNrdF8nJ { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#Tu4udAiUI1EluIFkfvfdORyt2nts7OaT { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;height:;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; }
#L1vDNbL0qBDZ3m8TdaULnA2OpI7yHo9R { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#Pop3sL4qAfiyhR9EP5zdUwPkb3MqCRoh { position:relative;display:none; }#Pop3sL4qAfiyhR9EP5zdUwPkb3MqCRoh { border-width: 0; border-radius: 0; }#Pop3sL4qAfiyhR9EP5zdUwPkb3MqCRoh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pop3sL4qAfiyhR9EP5zdUwPkb3MqCRoh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ND8aXzWZNUhZtkam3e9yxJeEtKIleXdx { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.625rem;left:0rem;display:block; }
#A0nU2ZIODewaRM2yTI62pwEegoTetBDK { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.8125rem;left:48.75rem;display:block; }
#QapUzbvdpMmTNhSTL7dvDrxTMTWgRMLb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PeOooNIa8RfmoQ2SwBZBwQZ9EgwytsNp { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kViM38kEpsEaUF1MRQxzc43UQh2sVOID { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15030;top:1.1875rem;left:14.5625rem;display:block; }
#kb9pZMVUaIpZOcrtxtS06NtI9o58viyF { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15031;top:1.1875rem;left:15.875rem;display:block; }
#Bm2GWTVCDlaw3bPA1VXRDVIRMerdq8n3 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15032;top:1.1875rem;left:17.1875rem;display:block; }
#n0p4DKME6lvA0c3kQWlRoxzhWTF4BpL4 { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15033;top:1.1875rem;left:18.5625rem;display:block; }
#d6T5Uth7cXxJWZlAFtzocbOOgbvJTLPW { box-sizing:content-box;color:#003f66;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #ffffff;display:block;z-index:15034;top:1.1875rem;left:19.875rem;display:block; }
#GOTbfcyGTBTF9CKp7mTzv7HfbVKKcplK { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.625rem;left:21.8125rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#TIxEoL4aCOQEmOhpsfDOr6ES2sA4ppDd { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.75rem;left:0.125rem;display:block; }
#lx09wbKcC68lISBhy0Z6w10yyhpU5DNo { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:10.125rem;top:5.125rem;left:1.5625rem;overflow:hidden;display:block; }
#ZyDnk0u1OgGGQbJaKEeheKPaFyLd5OVg { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.25rem;left:14.75rem;height:1.1875rem;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; }
#aQIOHnFzulZwX35TqIv6HwnOE4tXVgr9 { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.1875rem;left:24.375rem;height:1.1875rem;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; }
#DrLGbBwQQzePpuc1niFFM2RnSkRfGPnT { color:#003f66;display:block;width:3.875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:25.3125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EUoCgCIUMOizs72wAuDTzK2gUTvVlUXy { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.9375rem;left:19.5rem;height:1.375rem;display:block; }
#LiCTpPxKmPpoaM8fOeJeSIMHB2Rs5Tiy { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:5.9375rem;left:28.75rem;height:1.375rem;display:block; }
#nEbOFcEQGCf4z3BKfPq0k53w8g0T6KGu { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.1875rem;left:34.125rem;display:block; }
#LKCOXPFThHaPic3EeUEzrReR4MWckJZL { color:#003f66;display:block;width:9.1875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.625rem;height:1rem;display:block; }
#syHgOarFc2TUrRXxFOIHKLMc6CXHGBOD { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:6.1875rem;left:34.125rem;display:block; }
#PNIudXKqWIrfC7kH57sx71ulcL9G17lT { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.5625rem;left:36.625rem;height:1rem;display:block; }
#qReJ22rs4LT3TBGsBkpV6eEQx5wTU67e { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#RlhrnFm00uxM0Uk0OcFrw0zKZ5TuRI7d { color:#003f66;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(255,255,255,0.5);top:1.6875rem;left:1.5625rem;height:;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; }
#P2PxRNt2KUAt3w4aBzDtvXVC40AFodZQ { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#dfCaOL3iuqIeTKqNVzTSfzQHJxlBsIpT { position:relative;display:block; }#dfCaOL3iuqIeTKqNVzTSfzQHJxlBsIpT { background-color: transparent; background-image: none; }#dfCaOL3iuqIeTKqNVzTSfzQHJxlBsIpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfCaOL3iuqIeTKqNVzTSfzQHJxlBsIpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfCaOL3iuqIeTKqNVzTSfzQHJxlBsIpT > .row .container > .video-iframe-container { display: none; }#dfCaOL3iuqIeTKqNVzTSfzQHJxlBsIpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfCaOL3iuqIeTKqNVzTSfzQHJxlBsIpT > .row > .video-iframe-container { display: none; }#dfCaOL3iuqIeTKqNVzTSfzQHJxlBsIpT > .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); }#dfCaOL3iuqIeTKqNVzTSfzQHJxlBsIpT { border-width: 0; border-radius: 0; }#dfCaOL3iuqIeTKqNVzTSfzQHJxlBsIpT > .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; }#dfCaOL3iuqIeTKqNVzTSfzQHJxlBsIpT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:1.9375rem;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; }#dXDFcJBQBAJes2b0FHqQonI6l1LdhD68 { color:#5f686d;display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:0.4375rem;left:1.25rem;height:1.125rem;display:block; }
#A2Mssh8SlTsVlhlHXCX5iQzqz1WNK9sA { box-sizing:content-box;color:#5f686d;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.34375rem;left:-0.3125rem;display:block; }
#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h { position:relative;display:block; }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h { background-color: transparent; background-image: none; }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h > .row .container > .video-iframe-container { display: none; }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h > .row > .video-iframe-container { display: none; }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h > .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); }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h { border-width: 0; border-radius: 0; }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#yRgl9rkBhHVskre8TqLLzobE3T32wD4L { color:#00b47d;display:block;width:57.5rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD { position:relative;display:block; }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD { background-color: transparent; background-image: none; }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD > .row .container > .video-iframe-container { display: none; }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD > .row > .video-iframe-container { display: none; }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD > .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); }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD { border-width: 0; border-radius: 0; }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fI0T4NnBEuksDBsZ8JzmCPs1ZVsoIqTP { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0.125rem 0.1875rem 0rem rgba(215,215,215,0.5) ;height:8.75rem;width:59.875rem;top:0.5rem;left:0rem;display:block; }
#JrGMi4VL1xHuxBTRafsEq16GbXATRUc3 { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:4.6875rem;left:48.75rem;display:block; }
#P5Nr0hk5ca3dQOe4pI7Ts9HElkH2O5lV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PhNTTmueHwNN1EnCCVZ6lrdcHTqNyvAH { color:#003f66;display:block;width:4.6875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:5.25rem;left:14.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EybzGlBWN3OXTlki32T4GHzFi6ZuCZMr { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:1.0625rem;left:14.5625rem;display:block; }
#PylhrG5zb69eMrGDppWM4w4ENSRMWesx { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:1.0625rem;left:15.875rem;display:block; }
#nvgKZaRlUCC11TVUIM0lF922MOMbzJit { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:1.0625rem;left:17.1875rem;display:block; }
#vTrOJF5VKHETUh9z6TkVO28KCfT1HrWp { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:1.0625rem;left:18.5625rem;display:block; }
#Btts8eI0Dhn7Gy5dTsps3TJndJvGCSAn { box-sizing:content-box;color:#ffb200;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:1.0625rem;left:19.875rem;display:block; }
#ef3pTGRfX024f5uSHGoXL6MiEmD13cSg { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:1.5rem;left:21.8125rem;height:0.9375rem;text-align:left;text-align-last:left;display:block; }
#Xcvs5k2MtwR5RDNO8N7SSfMs7hL5ozer { position:absolute;display:block;z-index:15003;background-color:#003f66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:59.75rem;top:0.625rem;left:0.125rem;display:block; }
#W4iXCF0yc76QnmZQgQTLRA8BAESgIDsO { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:6.25rem;top:4.3125rem;left:1.5625rem;overflow:hidden;display:block; }
#ox9bbyITql2P2Gfd52Whi5XlcIA8T24K { color:#000000;display:block;width:4.9375rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.4;letter-spacing:0;top:4.125rem;left:14.75rem;height:1.1875rem;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; }
#GyyBeAZxAcdw78Tr2bz6yNWbsRlf4keE { color:#000000;display:block;width:7.8125rem;position:absolute;font-family:bitter;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:4.0625rem;left:24.375rem;height:1.1875rem;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; }
#WUpVXAm9HXQHWrrkQMs7R78WcTWBBTDa { color:#003f66;display:block;width:3.875rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.25rem;left:24.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a48dPE3buhSwPTCpDSTO3hLtmdfGsann { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:5.8125rem;left:19.5rem;height:1.375rem;display:block; }
#lWOtmheTCFhcQ6hsbvsvDisrqsn4e4ZJ { color:#5f686d;display:block;width:3.6875rem;position:absolute;font-family:bitter;font-size:0.625rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:5.8125rem;left:28.75rem;height:1.375rem;display:block; }
#RrtH32QnxycvTKEkIR3OkOpwBvG9JT9W { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:4.0625rem;left:34.125rem;display:block; }
#E8qdWlhpC2Oc4bgP4AWVTOBCO3D1NtsF { color:#003f66;display:block;width:9.1875rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.5625rem;left:36.625rem;height:1rem;display:block; }
#CW0H9ilDvpANeL5tDutfVCNSh5tBOq9l { box-sizing:content-box;color:#00b57d;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:6.0625rem;left:34.125rem;display:block; }
#vEPZ8T2kQHauvhcAwwPCSLLS8y2Q3c7T { color:#003f66;display:block;width:11.5rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.4375rem;left:36.625rem;height:1rem;display:block; }
#uzvw3Ovo36NRgaVp2QqFq0SAk3pFAIkH { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#S2SQ3EUXCwJ1qdDisJIvxcEnfVzOoFJJ { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:bitter;font-size:0.6875rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:1.5625rem;left:1.5625rem;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; }
#tTWH19ESPB3clDWA0GcEqswsizO5PdCn { position:absolute;display:block;z-index:15003;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:59.75rem;top:1.0625rem;left:0.125rem;display:none; }
#uXfnfm7DG01uvJVaw1fmDZRStfaAkpkW { position:absolute;display:block;z-index:14999;background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d5d5d5;border-left:0.0625rem solid #d5d5d5;border-right:0.0625rem solid #d5d5d5;border-bottom:0.0625rem solid #d5d5d5;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:8.75rem;width:1.9375rem;top:0.46875rem;left:-0.625rem;display:block; }
#tVTMngDay9yGGhkOsa5OQJb6qfMztIXP { position:relative;display:block; }#tVTMngDay9yGGhkOsa5OQJb6qfMztIXP { background-color: transparent; background-image: none; }#tVTMngDay9yGGhkOsa5OQJb6qfMztIXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVTMngDay9yGGhkOsa5OQJb6qfMztIXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVTMngDay9yGGhkOsa5OQJb6qfMztIXP > .row .container > .video-iframe-container { display: none; }#tVTMngDay9yGGhkOsa5OQJb6qfMztIXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVTMngDay9yGGhkOsa5OQJb6qfMztIXP > .row > .video-iframe-container { display: none; }#tVTMngDay9yGGhkOsa5OQJb6qfMztIXP > .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); }#tVTMngDay9yGGhkOsa5OQJb6qfMztIXP { border-width: 0; border-radius: 0; }#tVTMngDay9yGGhkOsa5OQJb6qfMztIXP > .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; }#tVTMngDay9yGGhkOsa5OQJb6qfMztIXP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:0.75rem;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; }#mx4VcaPGuShhqlag4Du06LnAyqfAFrC1 { position:relative;display:block; }#mx4VcaPGuShhqlag4Du06LnAyqfAFrC1 { background-color: transparent; background-image: none; }#mx4VcaPGuShhqlag4Du06LnAyqfAFrC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx4VcaPGuShhqlag4Du06LnAyqfAFrC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx4VcaPGuShhqlag4Du06LnAyqfAFrC1 > .row .container > .video-iframe-container { display: none; }#mx4VcaPGuShhqlag4Du06LnAyqfAFrC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mx4VcaPGuShhqlag4Du06LnAyqfAFrC1 > .row > .video-iframe-container { display: none; }#mx4VcaPGuShhqlag4Du06LnAyqfAFrC1 > .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); }#mx4VcaPGuShhqlag4Du06LnAyqfAFrC1 { border-width: 0; border-radius: 0; }#mx4VcaPGuShhqlag4Du06LnAyqfAFrC1 > .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; }#mx4VcaPGuShhqlag4Du06LnAyqfAFrC1 > .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:52.375rem;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; }#ITcFH59UlMFrWveZE0QtgH9Fc67JDazb { color:#003f66;display:block;width:31rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:5rem;left:1.5625rem;height:10.5rem;display:block; }
#ebah4O6oEpihOq2ymP8ZSagzwpCyT6iT { color:#003f66;display:block;width:31.0625rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:1.5625rem;height:2.4375rem;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; }
#RuDANMMRK3IJKbhX7K2ZWXmmGuk1kgf8 { position:absolute;display:block;z-index:14999;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:0.625rem;top:16.125rem;left:0rem;display:block; }
#d5ppxrACi2ov1hc71oLziA03qXeNdIbd { position:absolute;display:block;z-index:15000;background-color:rgba(239,243,248,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:31.625rem;top:16.125rem;left:1rem;display:block; }
#Zqr3PUVgwQZfyarT2V3Q6xd1rX6HRTcO { color:#003f66;display:block;width:31rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:25.4375rem;left:1.5625rem;height:24.9375rem;display:block; }
#ZxA1BGUKFHZ9QGJ0O88kBPwkolFPvQkk { color:#003f66;display:block;width:9.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:16.3125rem;left:2rem;height:7.8125rem;font-style:normal;display:block; }#ZxA1BGUKFHZ9QGJ0O88kBPwkolFPvQkk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZxA1BGUKFHZ9QGJ0O88kBPwkolFPvQkk li:before{  }
#poQcTdkJ8e8pKXEeuPyMedh2lyTxTedg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:17.4375rem;top:3.21875rem;left:37.59375rem;overflow:hidden;display:block; }
#yiABhvrrprhotsDw9PGIODNw1s8GNxX5 { position:absolute;display:block;z-index:14998;background-color:rgba(0,64,101,0.08);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.1875rem;width:25rem;top:2.5rem;left:33.8125rem;display:block; }
#mkOLkeupR8m6onb34PTmsokshD66AJqz { color:#003f66;display:block;width:23.125rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.71875rem;left:35.09375rem;height:2.4375rem;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;text-align:left;text-align-last:left;display:block; }
#ctEXdzbRMeFNbnJ0lqx736nQ2KkmAmfG { color:#003f66;display:block;width:21.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:21.8125rem;left:35.0625rem;height:13.125rem;display:block; }
#Kop7DraaIOPfUQ3FMZiKziDLoqsQymUS { background-color:#00b57d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:2.9375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.34375rem;left:43.5rem;display:block; }
#nI49hiETh12oTvhvDW3s4Arf7couCCs5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tav0oGybhXqD728z7rwoEV5E4E1M8GyN { position:relative;display:block; }#Tav0oGybhXqD728z7rwoEV5E4E1M8GyN { background-color: transparent; background-image: none; }#Tav0oGybhXqD728z7rwoEV5E4E1M8GyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tav0oGybhXqD728z7rwoEV5E4E1M8GyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tav0oGybhXqD728z7rwoEV5E4E1M8GyN > .row .container > .video-iframe-container { display: none; }#Tav0oGybhXqD728z7rwoEV5E4E1M8GyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tav0oGybhXqD728z7rwoEV5E4E1M8GyN > .row > .video-iframe-container { display: none; }#Tav0oGybhXqD728z7rwoEV5E4E1M8GyN > .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); }#Tav0oGybhXqD728z7rwoEV5E4E1M8GyN { border-width: 0; border-radius: 0; }#Tav0oGybhXqD728z7rwoEV5E4E1M8GyN > .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; }#Tav0oGybhXqD728z7rwoEV5E4E1M8GyN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:0.75rem;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; }#Wa01donXZbwLKUsQIzPx2dkUg163rQa1 { position:relative;display:block; }#Wa01donXZbwLKUsQIzPx2dkUg163rQa1 { background-color: transparent; background-image: none; }#Wa01donXZbwLKUsQIzPx2dkUg163rQa1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wa01donXZbwLKUsQIzPx2dkUg163rQa1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wa01donXZbwLKUsQIzPx2dkUg163rQa1 > .row .container > .video-iframe-container { display: none; }#Wa01donXZbwLKUsQIzPx2dkUg163rQa1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wa01donXZbwLKUsQIzPx2dkUg163rQa1 > .row > .video-iframe-container { display: none; }#Wa01donXZbwLKUsQIzPx2dkUg163rQa1 > .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); }#Wa01donXZbwLKUsQIzPx2dkUg163rQa1 { border-width: 0; border-radius: 0; }#Wa01donXZbwLKUsQIzPx2dkUg163rQa1 > .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; }#Wa01donXZbwLKUsQIzPx2dkUg163rQa1 > .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:37rem;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; }#POletvkXliMlXNn9vHKiAdsKE0X6c4Qu { color:#003f66;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:5rem;left:1.5625rem;height:30.1875rem;display:block; }
#GwK93Z3bGXT4ILGXtD0DCTwOZyyBT0DN { color:#003f66;display:block;width:28.25rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.125rem;left:1.5625rem;height:2.4375rem;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; }
#aMQlyntV4Lysx6MFnb9iqagC6Vo9DHaD { color:#003f66;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:4.9375rem;left:31.875rem;height:22.3125rem;display:block; }
#QA6J8pgzMCIIgSV2gKVJ8cZfnLxi9Rgc { color:#003f66;display:block;width:26.875rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.875rem;height:2.4375rem;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; }
#wuOzqQk7UF78WPyU3mBVpfF63iyDTTkQ { position:relative;display:block; }#wuOzqQk7UF78WPyU3mBVpfF63iyDTTkQ { background-color: transparent; background-image: none; }#wuOzqQk7UF78WPyU3mBVpfF63iyDTTkQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuOzqQk7UF78WPyU3mBVpfF63iyDTTkQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuOzqQk7UF78WPyU3mBVpfF63iyDTTkQ > .row .container > .video-iframe-container { display: none; }#wuOzqQk7UF78WPyU3mBVpfF63iyDTTkQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wuOzqQk7UF78WPyU3mBVpfF63iyDTTkQ > .row > .video-iframe-container { display: none; }#wuOzqQk7UF78WPyU3mBVpfF63iyDTTkQ > .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); }#wuOzqQk7UF78WPyU3mBVpfF63iyDTTkQ { border-width: 0; border-radius: 0; }#wuOzqQk7UF78WPyU3mBVpfF63iyDTTkQ > .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; }#wuOzqQk7UF78WPyU3mBVpfF63iyDTTkQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;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; }#gqARlUOi5HsMtnr56T1vEcPmx5BnH7OE { color:#c0c0c0;display:block;width:6.6875rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.28125rem;left:1.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pkvZfFU9puqgFXBczTOoPeJZ6Ek1FxMS { color:#c0c0c0;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.03125rem;left:7.6875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KeGDPeKaXyTMiq4w15tTtISnrfROtyGR { color:#878485;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.65625rem;left:0rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
#lAtZCQfRIiAyVzeN41s8y2niMCrRzqxR { color:#878485;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.90625rem;left:19.875rem;height:0.875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVKHrcT906lQTK8PTmuLLDNvfRXT78fZ { display:block; }#NVKHrcT906lQTK8PTmuLLDNvfRXT78fZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLAoeU7yMfcxTOZdBxDZUD6X5aiHtvDp { top:1rem;left:0rem;width:10.125rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytbuFBhqRDTkncAmNgWJFfzHG1knNaoD { top:2.0625rem;left:1.5625rem;width:10.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weHo1GFLXRTeSiZyfprTb6I4IsQQhioi { top:2.5rem;left:24.0625rem;width:7.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p39LL5uXqTup4VdRc7q4pixq9bf8xPwi { top:2.5rem;left:31.75rem;width:8.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMKReQ20JwDcB3Ap7LmwgDrL1aF3vTNz { top:2.5rem;left:40.875rem;width:5.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylH3MzHurcedTqtpoG61MMrS4iI7u3zn { top:2.5rem;left:40.875rem;width:6.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDNpfSnpZzMlFuv6mw4ArTdgII8lnW2q { top:3.375rem;left:0rem;width:24.6875rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1 { display:block; }#GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9Dzzu1d8lLG3MTDqGyDF9bpdGgsJJtT { top:2.375rem;left:0rem;width:14rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNKSpDTTfeKFvCRRZVNFysqRiZcT3Oh6 { top:3.875rem;left:0rem;width:13.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2L2DpLhpZaG1EItcghvfOG7Hz50ObUp { top:9.5rem;left:0rem;width:11.125rem;height:4.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaNRoZMVcJI7ySlwtQC9tTyrBMW9db7W { top:10.625rem;left:6.9375rem;width:5rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP3xqNf3tOuNlmAJdEigzAzWZg8qcgN2 { top:14.5rem;left:0rem;width:11.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTW3wISQoTxiH3uBzObzFRKc4JR2Sq6n { top:15.75rem;left:1.46875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #umJdWvDGlLnUUyxMkPDwRk6AASBUNBJC { top:15.75rem;left:3.03125rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC4ZClb4Rd0T6Jc06yxQ8UFtlIlMl57d { top:15.75rem;left:4.59375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oq3lxguNV7xWsM7lNCQm0iXcOS8lx18o { top:15.75rem;left:6.15625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlB8t56HIkGUdpcJe7rNsAfmi8eGI0Sw { top:15.75rem;left:44.78125rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENi5VUCeU0ZJkyqJ9181XBGAuSfKSzUg { top:17.9375rem;left:0rem;width:13.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdA9LEIBSHSKxTWuCm6UKo38fehnn67B { top:19.8125rem;left:0rem;width:11.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #orCV7V2hIVmUyl9Xo53WorUDx0TAZWcJ { top:21.0625rem;left:0rem;width:2.125rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hi0suBRZ4aJ13BJhOGWr4ILuOSCpFyfH { top:21.6875rem;left:2.59375rem;width:8.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tExZDuhQwAhCENlhau3Q0RV9rVfb8gbv { top:22.9375rem;left:0rem;width:2.125rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP4FRF8BSTPb7D47NvR3cu9mzC8kKUFK { top:23.5rem;left:2.53125rem;width:9.1875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytN2qCvI885lJb6OVtoUOlh5AH2W01Ct { top:3.75rem;left:0rem;width:13.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT8qkyGXsqw6OvZgkPD6oc06Sb4VnLSZ { width:11.25rem;height:2.9375rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwSeRPMMJcMsyMc4OsIcZTfd2QxAxn5l { display:block; }
 }@media only screen and (max-width: 763px) { #kpDdewEm3C9v8CgH9WILBwsFI7AyBw0p { top:-0.0625rem;left:9.375rem;width:14.5rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTwxgr8P1cGFKAlJGycFxt0HsssWIRUM { top:3.75rem;left:10rem;width:13.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq6hI3OS4DueITezC6MTxI1ZePVTJQCt { top:1rem;left:10.125rem;width:13.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDxFOhkzoriTNxIQQ2kBMU5pg7qUqV1Q { top:3.875rem;left:10.25rem;width:13.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA4irGu8VBZovfuXoQluLSenAdDzemCZ { top:2.375rem;left:10.125rem;width:13.75rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkV0DcUihgDwyq6byuLytbo6qPOmThT1 { top:4.1875rem;left:14.34375rem;width:6.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNeyPE0fJMGSIS0oDZQrG1MyCu3GQCxz { top:9.4375rem;left:12.1875rem;width:11.6875rem;height:4.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CANlzInfJdALvZXlnRKbyzDxXJ9UoU7i { top:14.5rem;left:12.40625rem;width:11.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJnyu6hULzZa1x9V20zA0RJ8ilJ2UQQr { top:15.75rem;left:13.90625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUcbU7BNi7r9WOz1UfMKrcaU5nQyzaKr { top:15.75rem;left:15.46875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOOIzfBgfgtw8T7HT0F7DxXpbM92TeHZ { top:15.75rem;left:17.03125rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmbv5zpb4LLHJBvnuFT4cC3ViAMBg9hy { top:15.75rem;left:18.59375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeDdEP0XLfnqWe1wT4rwL7rcEVUuOnz7 { top:17.8125rem;left:10.4375rem;width:13.9375rem;height:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrGPeUko75T04VICZhcUFuinOznFElTu { top:19.8125rem;left:12.40625rem;width:11.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMdic4mm09DTrU6SxCbOozxK27PmBGfX { top:10.625rem;left:18.875rem;width:5rem;height:2.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMZiAr2X05WHDoRvyhh5niEP3hemyR0L { top:21.0625rem;left:12.15625rem;width:2.125rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd86Ce0tcrrdQXziT4mVFuDkbX9cl3MT { top:15.75rem;left:20.15625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J02S68LFZydi0tlUwzM19aQWBVH7bmaT { top:21.6875rem;left:14.96875rem;width:7.625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa5Pmp0Vrmq77CaAS2VJArcg946gSZ3q { top:22.8125rem;left:12.15625rem;width:2.125rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaIddeyDUWXbqe8oSHXpJeoH57pIT2l4 { top:23.5rem;left:14.90625rem;width:7.625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTQfp0bzzVrckw53hxItpR0nZckGIClk { width:11.25rem;height:2.9375rem;top:26.0625rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucJ7UgJye6lqpJ1raQUh2LZQD7m2Kium { display:block; }
 }@media only screen and (max-width: 763px) { #qE2JJBN5UmUrrTwRrBuyvbB5s2t914cQ { top:3.75rem;left:21.9375rem;width:13.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKBhB8LrELlI5BWnrVXgi8tTOzNuRv0h { top:3.875rem;left:22.1875rem;width:13.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucGBK1vwPPdeTi7xwhvbdko72ylArmaQ { top:2.375rem;left:22.125rem;width:13.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcgTk56KOpsWlfZeLyo7GTRUxgdQHDvg { top:9.4375rem;left:24.96858215332rem;width:10.625rem;height:4.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgWtntwVpRSBN28rNIxGHEbV1rHO0aT1 { top:14.5rem;left:24.5625rem;width:11.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS2oHZW3tGUCsCNBRlhXTRA8N7OGc9He { top:15.75rem;left:26.34375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJQxSQRhy8r2FiwmTrqnnsddHomsrGQl { top:15.75rem;left:27.90625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsFbL5n70xgFwFQgPpCqdJxfCCr7VA61 { top:4.625rem;left:27.65625rem;width:4.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4gJV0asfeB6CCC8CAUePK7P2LCwPiTa { top:15.75rem;left:29.46875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkCza1gluXQvqoquNM3lbeBGndXFa6VQ { top:18rem;left:22.4375rem;width:13.875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ2tosdokscp7glv6zTbAqt0zozKzE1v { top:19.8125rem;left:24.5625rem;width:11.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJIwcT4BW7l988vzq0KocArAZKdAvWeb { top:21.0625rem;left:24.34375rem;width:2.125rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOlg0lqADgAdKQPbRAtqEm5GDV4CKO4W { top:21.6875rem;left:27.40625rem;width:7.625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWyiE7vmULHUMDtNuSu21SOhoO5rfXd6 { top:15.8125rem;left:31.03125rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgUJuvvy4gQOabfUa2rq0xmaBwzhUksg { top:23.5rem;left:27.34375rem;width:7.625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpgT4cOiTt899akxBiIVo8p3kDnDBhuq { top:23rem;left:24.34375rem;width:2.125rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGHzCNTTBT3WFTvfZx6uRDuedZI8M62T { top:10.625rem;left:30.8125rem;width:5rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNn6rkC6UxGrPkwJi9XVFH6hNUxLhME0 { top:15.8125rem;left:32.59375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTXlJKsoMsSwPp4urMhbi71rdudVl6X4 { width:11.25rem;height:2.9375rem;top:26.0625rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETLDN6pD7EAINBqr214NZZbMbv1Vl3f { display:block; }
 }@media only screen and (max-width: 763px) { #dGQT4AAE88xI4u3mZrTylr39EAGrtf5C { top:3.75rem;left:33.875rem;width:13.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQoP4BFfFcPVS7iJrPPXNFK6vgI81HLb { top:3.875rem;left:34.125rem;width:13.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb7xzebtiZ1e9Pkpuuzd7SGL3DJ2Dwkc { top:2.375rem;left:33.9375rem;width:13.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDsIAovlydBEC0daVKItRnqIcrxt2zXp { top:9.4375rem;left:37.125rem;width:10.625rem;height:4.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtHBcobsvvQV949k0NI4hcr316oASyQT { top:4.9375rem;left:39.78125rem;width:5.5625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #crTTBSmLotEKBUNQIQLvMCivfLpFHWyK { top:14.5rem;left:36.5rem;width:11.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSrev4swZupEcS8vVUMLCQTaVHVSRwgi { top:15.75rem;left:38.53125rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7W4VVshX3IFBcKzeNCaNURWKb7Fn7Ts { top:15.75rem;left:40.09375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHWqf2lFxTTvxFcsWqB8Qzy3DqNhRgAH { top:18rem;left:33.9375rem;width:13.8125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKNHE9Lb9kJ5MGHuHDbQBAoTW7CyBKI0 { top:15.75rem;left:41.65625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg6QDpekS2y2fHBmr6SZNqiGcrChPWCr { top:19.8125rem;left:36.5rem;width:11.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPWSTofl1zycxJxXSqw6t8qgiTn6hMhQ { top:21.0625rem;left:36.59375rem;width:2.125rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN7x76QQbLPcRlGrEP38FDCnNeQW0sSw { top:21.6875rem;left:39.65625rem;width:7.625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmgTwgzqkxmsFTFMXtNUJEqnVVGBkrnR { top:23rem;left:36.59375rem;width:2.125rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miLZIDFLGsJQ4dTXVo4JIkLs4b2sbFHv { top:15.75rem;left:43.21875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwBrM8vsuzyQr3kFAORleDNbwTrWDHdM { top:23.5rem;left:39.65625rem;width:7.625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utt8s1cslxcR5NJwADxG1dOdZlBPUlCU { top:10.625rem;left:42.75rem;width:5rem;height:2.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O09LfkQ9iqKy4DaiZ19VEk8Qpz86GBwi { width:11.25rem;height:2.9375rem;top:26.0625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySkdB2TOQNHVv846g9NIWAFF5fN8O4Nz { display:block; }
 }@media only screen and (max-width: 763px) { #kCsEkpqG9J1vpXpKvzttGIHbZ8AxL7Uw { top:15.75rem;left:7.71875rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6dCDdTA0UQVvGUPx2lgAJFvTQhirGk5 { top:1.6875rem;left:0rem;width:10.875rem;height:;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ffw1b3wh1d813CkhhX60J037EFH7BNgy { top:6.5625rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MaKAXCBx1Lz8y5lFeouEyCr4Mm3gwgKV { top:4.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NandpyBBFCBqnXGZpZltXNoomIfA1idQ { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhKuk5VVERwTdCOB9fB18yI7fdhuDpmT { top:15.875rem;left:0.15625rem;width:4.5rem;height:3.25rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mlaldJ5hx6i5vWp4FWqdW1ozQLkGaW77 { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pxag3IUznTnU9gyFSz48rle69A9xyfEm { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tfrZNoFyFXH7uFt9Kl9WtXsQ4aEUA8XE { top:5.375rem;left:18.125rem;width:3.875rem;height:3.25rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHVartDuqxW2TGJzJqJM0CzOSO5VH9tt { top:5.9375rem;left:22.625rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ukn0skChvkLcDHruviZKEqfeAKFX2nrK { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGpVl8PZ9Ty33koMV9LpOWbrumCmh1WQ { top:5.5625rem;left:1.65625rem;width:7.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA7UAH0bEaVX6myK107hLpX1l5PDT5yf { display:block; }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5XaWmUfUeaLatOgkggLN14FHUseiTXt { top:0.0625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRwUms5CVTeJgb7E8Ffx084O4ky6dBHz { top:0.625rem;left:41.1875rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHDi25AmUVS2X796q1yxMIkBzJpIhLfp { top:0.8125rem;left:36.25rem;width:11.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE0TPBGZHPCf5lixzkNsNWM5svUwKarT { display:block; }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDfCF3tEXU7EXmpW8x9rQBTdq7b6dQmQ { top:0.625rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbsTZavN3w2W06GEMew99Up6ux9s5d7i { width:10rem;height:2.8125rem;top:4.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUy3Wqhzh9y4nEXW61ScJdUqpCCiT98Q { display:block; }
 }@media only screen and (max-width: 763px) { #PmqXUlNETbuQDz4ff8sWP01aTmoJbuqv { top:5.3125rem;left:8.4996604919431rem;width:4.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpbhKXke7cnbdgqTwGy8b2xnkvg4a3hT { top:1.1875rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdDNDQnXmdbXykSaIq1TCR5015O9SrD5 { top:1.1875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPusqMLzISqIugB7XI9T1ou1pQCbxygO { top:1.1875rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPeyRcv9T59ksUuTWoUtlTzutvQbCUyT { top:1.1875rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efBtBO0IQipCdJbkk0ab1sPR6CJa8Foq { top:1.1875rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbWRWOe1km2TCLCmksdAGON2z7Z6n0Pm { top:1.625rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFcoFspMRiFi1TSeh9VSrm8un2T6suy6 { top:0.75rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy451AF8TU2ImGgU7wIwxV9ae40QRdEu { top:4.4375rem;left:0rem;width:6.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD92tbITGG1w6tVOm0vardEoBP2bBPv7 { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLPa6ZwrtPtkUf10zCELmOWq1g3q90ws { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCpLksbAMJK2PG6TsHz5d2ETsxgQTcKx { top:5.375rem;left:18.125rem;width:3.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2uQtuHz9TNmzGwxOm5i5pDxWbPunkIX { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0rxgk5BFf5XJiHfkFBPTiNy1kwwEJf { top:5.9375rem;left:22.625rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWiI4Tya8dB5z1GkrqmSyD6fpSKlPm6I { top:4.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX9CXohs0LeedWJqpVlKfAmxBuIVLFPZ { top:4.6875rem;left:30.5rem;width:9.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G48cEunPbGeGNdDHd6ehcSp2dENTs46M { top:6.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMia5bzS2TUdarKR4Jxa2clvRbA3vKeR { top:6.5625rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6tEEt8DyofKfTtP0GwmDxZzOnTduPno { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Am7GDFydS8TaWeVtUL9G6o7T8FauWrqB { top:1.6875rem;left:0rem;width:10.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay7XqRizUn21elVQpG5PzTsI9SpmdDTc { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv { display:block; }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptO2MdogbribUQLOIQZ3uNABd1EyCCuX { top:0.625rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpCltgc0PK46zsXS37qFezNysqQdtPi3 { width:10rem;height:2.8125rem;top:4.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncDZxNKgoIAgG4q7hFXDrFOfb9XXNFQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #F1FXWlEhNNEBVVDXUb90gF4mGyF8DQak { top:5.3125rem;left:8.4996604919431rem;width:4.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyLfAh3Buf1UH1Ku77hnCSJqGZ3uJtw3 { top:1.1875rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF8H7chOEAWDUy46SmVknlnw0uIVpw1T { top:1.1875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqv3wCtpNWIvp9gwDOPTy4FT4wGTg0eB { top:1.1875rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcoITQ4IHDyE0XoLWWlffKc0RHGPH4EU { top:1.1875rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmfTT6d6ydfJFPcSv55WDrQc1AHsDfP0 { top:1.1875rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeCi2NgWX2F34JptPEtgxcM89RhF2rhc { top:1.625rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdGGCB48EzuSe3WQnde7HXO6EZigOgFm { top:0.75rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bshnVHN17PWFzpb6RZTIHiDGLOVgTveD { top:4.875rem;left:0rem;width:5.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqmo9Egcvs9ZwhGqJVPFbT16MGyIOAWD { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX1DBFeTxq0aDNiMHk0cTcrwNgVXCbHl { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbVT3TGLEJl635NQMnTDRti421n7aZJT { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9RNqtOzzfQcdwS3ROJ8ngdedAuNN6e7 { top:4.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nazckzK3TmyaC3vJvITaEq4SH8RrDFDQ { top:4.6875rem;left:30.5rem;width:9.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT1a3XozOKJfU4deIMpZd6s8wS1wIVq8 { top:6.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF23eTmtTskn0SgyHglcuUdLc1QlQeFC { top:6.5625rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsEQxq5P7TArTr7Z8Qnsedm1hHIUKxR5 { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sGvezwKWZVrWvTou8OwRp1ahusESGIpV { top:1.6875rem;left:0rem;width:10.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxVR0QNW2hACWC7ovT745h0eafduhLTo { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UQzSBmKpHFuvhQnSSXzfZOP05LUonC6Q { top:5.6875rem;left:17.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPq7a6Qsot2ETLsA3tW6OZNQTK5Ndq3O { display:block; }#IPq7a6Qsot2ETLsA3tW6OZNQTK5Ndq3O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVQpzyugxPiZzQ8fWJ0B4HneFstF8Q7T { top:0.625rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9sVAtLwAf31x3Jc3qdyIXhPN8h86zPR { width:10rem;height:2.8125rem;top:4.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6TQTDTEkUdLJNKRXTzDDNrbemc5NGym { display:block; }
 }@media only screen and (max-width: 763px) { #dTl6f4KwG17x15RbVewrJ5woOWglzClS { top:5.375rem;left:8.5rem;width:4.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #egaqslzU7SAPZ0Mh2w09SQru6HXGBrzT { top:1.1875rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnxGsUm8evq8BI96AlT0NuEHE2IFGZtK { top:1.1875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4nt4w0QSBxt6BXzQGva31TR1obmKfgQ { top:1.1875rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTGheKx9v6uKzSCkwtZdGhhiaW5CIGll { top:1.1875rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvE8xD6q1sWo2NlQabDbyTQyJyqVcZfh { top:1.1875rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCPIX0fJXiosc6t5yaWXBuJwL7aokG5u { top:1.625rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziLBIbHxa5Shl9ckw7cEHiqtEW8UQo9V { top:0.75rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA1DDJc6uGeTpBnU2goB1a3R0hlz9iCT { top:4rem;left:0rem;width:6.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol7dB8cAacKeQf4UTrC3RhANbhK656NI { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr2fTbTlSstSkuCc39zDorAmGsXpLatM { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynXUsG1Gp5ndxbFkTkzrSx0OAeHDNufl { top:5.375rem;left:18.125rem;width:4.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaTERLu5ELLFAo9T88V3B4F2G0NMIhTu { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIasc8NGRgaXnBx7JNEL7LfRDwb7drlx { top:5.9375rem;left:22.625rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhZUUbIrTBCD0EhJIsDOZJIK1AavXuHx { top:4.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJRFUSezSEbh5Tpd3ZpKs30hcM2J5gnk { top:4.6875rem;left:30.5rem;width:9.9375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJoktVwtconx89eSmnPrtCa7yDATnqVZ { top:6.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilx4dLauBURodZHQM28TB9EO73TVz1FE { top:6.5625rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwpmkfq0PQNBgTOQH7R9MD3FiXrd9qJF { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G9lpriGIMJ9S959JpKyANip7sxo1xcFh { top:1.6875rem;left:0rem;width:10.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsqTTX5SQlBC1U5UTTWswb7B06IPGgDh { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkCIs90vy29TblwOotvw5Fb1teTgPcL1 { display:block; }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXBhBlVssf5GVNm9xMZQSSpSru72mb2n { top:0.625rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBTGnQ69utc8PJ7VfoxpHe93Ss7EIyDO { width:10rem;height:2.8125rem;top:4.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBG1ZBVra3Xfh9iHdM6bTcb3zkEhiLyU { display:block; }
 }@media only screen and (max-width: 763px) { #BMwzcrOJrlqUlHLv7TyEGVB4UdAkt25R { top:5.375rem;left:8.5rem;width:4.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKi1CbRJEaP6C3Svw7MRSZ0a99e9LvU8 { top:1.1875rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khi08CFtMuVdlR0z7ufidrqzuJPJgsfp { top:1.1875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8yDaFZkVxWvARu81VDeqXHClNsrzd0e { top:1.1875rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDJKAnolTnkB06RocCBgiMuC9Z09WUgP { top:1.1875rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR5V1pQwkd1nWg2STFB3vdHGZXRLMpez { top:1.1875rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3DNnOqa9qL1hdssZp6VgwQPBByCrkHD { top:1.625rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsiOy753KnfTv4lhPQTR74T7m5wPUJdD { top:0.75rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJwCfyKE5gsAOaMpoLNUllqTesJb5o4F { top:5.125rem;left:0rem;width:7.625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnTyCKLN6yUCyva8pkkQFbs9mAIoBdTy { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3sKlGlAEvrcQlQpgays5MxtdvIQGzlq { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5TwcgJaOpZpPZBoLFf5AnnDWLTpThIi { top:5.375rem;left:18.125rem;width:4.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIiL3dQfrgfLKoeyCxVyVdr7cTy1Z29o { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jmy2H5PQRu69ms6snr6BfE8w9g68NwXh { top:5.9375rem;left:22.625rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uadNPDKXXXhWlzBnBFG7aHFfPTwr4Vu3 { top:4.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyR4MeKBucW0eTGXDO5UyUWR3HWe4uQZ { top:4.6875rem;left:30.5rem;width:9.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt6eW1VBGJ77qLfmRaA22Dyk4Gnat14b { top:6.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWSSGtpXsbcJfUbrEsuQ3r9BTv0obBNd { top:6.5625rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1PxXQDyV2g24IZyEBG0IOfozddlV6G3 { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ge1DsEZqTH88Auz1ARyORD1UUnvDVuXN { top:1.6875rem;left:0rem;width:10.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiHveDVDnvnGm6OrvOJ4FsK8X3BgFozp { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M { display:block; }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HScIUoaxDDmgCmvilLlcT9TM5d2D2A4e { top:0.625rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgdtBb3wMPdng3Cw9KWmIfWTcxFdV6E8 { width:10rem;height:2.8125rem;top:4.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whmUlLTFxX4CfhgIApyoNJ424fJwoQbh { display:block; }
 }@media only screen and (max-width: 763px) { #xToRbMLpAMpZUc2PHIRlKMTkbZEGbTVE { top:5.3125rem;left:8.4996604919431rem;width:4.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTEN03PfW1TXZHPSiuR26PqMalCg8VTZ { top:1.1875rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzDUNO3pKqtxJrPgSMtvAEz2fDTxI8sy { top:1.1875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cATN6OQrZkd1s74mK6QzrV2w3a3AKmQ8 { top:1.1875rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0RD40VKFBlE772ZBStos5dTGoTrNszy { top:1.1875rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTHofbqtbMfxRDnVlPeeTxux6Cw5Hchb { top:1.1875rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXOVkKuZTiRk0GLAqATg6MT0PrRdhheU { top:1.625rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE5SAfERXcNoXwccO7lctvX1kQ2PqDE3 { top:0.75rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGoHpMdxQGaeODTuNLvVzziJpmFZZehs { top:4rem;left:0rem;width:6.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdknkFHKTXkI7RZyVZRKyaSx4nie08GN { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDsVhEdPzTwCq7Z7OqJ6LRsPO7QqxyyQ { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9T3G5AOQHLZVxpwT8ABSUAJg00o77PG { top:5.375rem;left:18.125rem;width:3.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElWIOkmDFUc0lm7yec4XTvSEPtGbb3v6 { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrrxNBDBpHNU7ADS7MckymdJyDuV3WGM { top:5.9375rem;left:22.625rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn9y6hBMeO0E3M8KQ6y4Zmxm1FqEmQW9 { top:4.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTM46Wlq2hftfBGXz0vbMon2iQQls3IE { top:4.6875rem;left:30.5rem;width:9.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsI1TBGJSdKIhmxNBllXWE1Z6LCBsPug { top:6.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgrDyHPfcTP9ax6f8JVyHDMpAaX5vdtW { top:6.5625rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt9g0Vsv9vBamltOgaVAHcxKocf8i2M4 { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXPcE79hDMqrR5NzQc8EyU7gJq04hVlt { top:1.6875rem;left:0rem;width:10.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQLqVUCwHsGoyvfzJ6KU8qzzT5QRJ1PG { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh { display:block; }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0aPK93DURcFcTZSUecTnZG9CDQx634r { top:0.625rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKEHDLblgcN4b7tasoSgLoLs4a24ceTz { width:10rem;height:2.8125rem;top:4.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfoKUzpVAyD1ncQeQnFzwRxhpNbKKkfS { display:block; }
 }@media only screen and (max-width: 763px) { #JDdOUDVbVXOEmlRxdlvDXms5QGaIb3T4 { top:5.3125rem;left:8.4996604919431rem;width:4.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIgXHFVUTBs2A34UrQvfiTBAMcaTr1wQ { top:1.1875rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T39sPDGDHWFTg5vKZgql2DsgVUsnE5UC { top:1.1875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7NrF9HaxV4J83PVxU1HNrVBgTzIwuWM { top:1.1875rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBLRR7Un1mhqvc41neES9o7p1OUh7gp { top:1.1875rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7azKEbBuPXkyK30ZUQ0tTBPqtku3xk5 { top:1.1875rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmH3QofLPMsnRWuoG39hUVwBmXT2uOg9 { top:1.625rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbycBalfhtOGuKQZCTkn926RAGeoTUyx { top:0.75rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJSBxTzHRaerJ41JrvOxyBFAyAv26Rl5 { top:5.4375rem;left:0rem;width:8.375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLvC9vQt67kKDequeBuaJZQhNSbhSI5S { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXO7014waiaOovARXEVK2115wKDLaG7w { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUNZIVWz6xiGPp9kz9LKHQDFPT9aSa2J { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTbiO8JLuR1y7I7LDbOx1RnwqqqINcPR { top:4.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVogISdzzlRE3lFLkUtZKvDFWQMK5BbX { top:4.6875rem;left:30.5rem;width:9.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTbHbD7zEIbvHX01AAgt2s9HBn06Ji8H { top:6.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkVflnfDcghd0QbMtJlOWW9JymweWuq4 { top:6.5625rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qES4KkxsJb9x0GS5yHkG6EDOJ3UrThwF { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ql6oMElnWJhtaEdQ3vviw63yCyeXLNqP { top:1.6875rem;left:0rem;width:10.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTT5dLT6OTuKnWN3nsUE2gh8fgZuGGS7 { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHU2NpLqwnCsSPEWvz4ophS4VQdWMfF7 { top:5.6875rem;left:17.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8X8QN6yvUXNxsqhgQQ2cpMvB2Zrrwwd { display:block; }#x8X8QN6yvUXNxsqhgQQ2cpMvB2Zrrwwd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPQrnzS3lQMWhnmXbqwdlF4reBXHHXrl { top:0.625rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiFxI4MHW12mIPFP9MZOqyaBk0wLLGxn { width:10rem;height:2.8125rem;top:4.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7pETf4KA8dHsBMo2oRBSDl4Wxq5WNGd { display:block; }
 }@media only screen and (max-width: 763px) { #q9IVPMv1ZSrc9xXIrGypE6fAHzwe1VUn { top:5.375rem;left:8.5rem;width:4.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bebelifq6hgxCEceSPh04b7OmnNVrAV8 { top:1.1875rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGzdJ06g1c8pol97ZFlwmm0s8yrnlKk5 { top:1.1875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MskyUJVl4Sm45CTwyA1Tmn3rXdQ7TS7o { top:1.1875rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4sPlqz8EgVXFymPyACMFWuZZGCHFWvb { top:1.1875rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVPBOrfEfRT9souPc8c26tkMCEDSK4P0 { top:1.1875rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbcyGi0vaLxgoS78F9Sh5ZIFM8WwVSkM { top:1.625rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZbJ7dPiGdSaQBgTuw8UXq2mDRXqhM2L { top:0.75rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl8G2SablR94LS2dQDt5NyAJXWyncRu3 { top:4.8125rem;left:0rem;width:10.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2bAF01c4g04bG1M9OHb2UKShBrG53bw { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULlr045Uod9rBrcGQ9DF1R3H20zpLfBK { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrKhUWJ4xRnHtNDdJbDegMEMUA2qhsm1 { top:5.375rem;left:17.9375rem;width:4rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #odpI2CpVkchR17m7ab07FfEmbAB8xKXr { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOLaB2ug0lO88wrJ6BbgAvwJoDmRRFtw { top:5.9375rem;left:22.625rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkMtkJufREM4pBA9d8qmOuuIyLdMf7ut { top:4.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTi36SUS2AxFoBUi6C8vnHPForZ2Jyye { top:4.6875rem;left:30.5rem;width:9.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB6LG9ATCGXrDL7HkIXnlXQDlfRWyk2T { top:6.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu1P1HAqJvXfMV3P90uAwImCuooDUPzF { top:6.5625rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Our6vTUQJwtIk5SZvhHBdU4e0zrrwZrA { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eqapx5n3d1sy05dfAo8hStbAa93EHlub { top:1.6875rem;left:0rem;width:14.5625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND11BRr98BtTEKiBipgBhR3OD9P5Mb6f { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvXAP4GFBGXa6puzeJnWEzK5zo3iDlFm { display:block; }#uvXAP4GFBGXa6puzeJnWEzK5zo3iDlFm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k44msfvnDxiTDL7U60zfJfqKTVlQ2Lmx { top:0.625rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNrVZX57yq2sTLevHSD1ZnJPidiDeT9g { width:10rem;height:2.8125rem;top:4.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8UTBLE0uon90NOhcDDPLTinP2zVfB1V { display:block; }
 }@media only screen and (max-width: 763px) { #K2LocahK3JtITNg9u1y9swJXXCNFsE4q { top:5.375rem;left:8.5rem;width:4.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbkSELW11tNdLsxlowp4BsohtbluHpRs { top:1.1875rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrVw12MogQETBQ3eTkW7OamLv2Hxhp2m { top:1.1875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #devA76RUPncuTITZUc5iCp0qTpRaHQIk { top:1.1875rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #anJ5yATRqlXrJuPCFhqxmH6mAqCWF4Ea { top:1.1875rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGLOiQ89FU7otUhWBeJDqnZH9M15w9In { top:1.1875rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5CKXu10TO363dTx9ThTQuIyVlMoHuTd { top:1.625rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixl7hDBvMRsf7F5nmDeTFELOKzCMcd0h { top:0.75rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2WPwGycTxFgBN5DTl9MJ95SgICVq2FN { top:4.9375rem;left:0rem;width:10rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Zvg1QT5C1plToSy5TRf7nuD5iQGGFT { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcfCyCcpr3ehJ3py7TT1iQy79fLdWkSR { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzWRg9epEBf6TTFO5VnK2U347qlWKAoU { top:5.375rem;left:18.125rem;width:3.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7F8vSlV00ez3aciarV2KIbi4JQVDqZz { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNmVCAGSfCxmXR567AftWswtSdztlHd8 { top:5.9375rem;left:22.625rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9dLSFLuRfPRhxkcVOMiTD4hbIOba6AN { top:4.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJTQ4gKd7w0cCHriUBNW8k2VvZNma62 { top:4.6875rem;left:30.5rem;width:9.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvyV30FVOyxpepiZF1II0zC8BB63qFTT { top:6.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqK4zgTMDmStI8kGtN80ZMzDLJzMTMVt { top:6.5625rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3gZ46Pf3QykAR2ISfeSEIumoMhCrvT9 { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tSNfyuAbGbD3N88fKwWTtbNU5pUQ9AFu { top:1.6875rem;left:0rem;width:10.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfbhg6b2nCV001XhUwhwAUyKnpAnAMnk { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zh6elKm6ZAwM1ptrQPBxGEXh7cebnHZc { display:block; }#zh6elKm6ZAwM1ptrQPBxGEXh7cebnHZc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9RUblsPfC0ZtlQLulq45EaN6y3DTbuy { top:0.625rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0lcDmT6mizKD8hsATltU2QIVQT8Mu53 { width:10rem;height:2.8125rem;top:4.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf1vuxTNXrAeXv4Tr3lKvEFkGNsWuzQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #nluusKRhVwOuPKD6ZWH3Rabqm83EyT5J { top:5.375rem;left:8.5rem;width:4.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhxIlVaouZBDJCIH7D1akd6x6RRbeB6v { top:1.1875rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiklhVHSxEy2cR6ELzG3X0TXLlgt0F7H { top:1.1875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKlLHT27KQGS6zl0qELnsmcf1etyInOy { top:1.1875rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq2okzcn9wudTrPNEUQP12PTUwnUm6AX { top:1.1875rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STSzdwTzZrpUSTwdhcBxqwrzSEuuF27w { top:1.1875rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtWn6t0ZwlP9RLaTn5QwAo8no3MTduS7 { top:1.625rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7ElFMfvph7NoDLxtiKFv435MRgDiosd { top:0.75rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGr5UghwsqdeBK9DKv4pL8p6KohUf6UG { top:4.5625rem;left:0rem;width:9.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv0zJM9Zo4JOFDW5GEAe8HVbcUhVsMek { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOoztkVoGL1P2s9J2mSoNoU0B9b104ez { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1gV1bnL69mwD9uZlOKLnzCmEeDmTGr1 { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXnei83ZbZArtmiiI5ABKIK2spADvQT6 { top:5.25rem;left:28.0625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBOJKQZKsXC2ccuyNBHAunPbqU1bUBG4 { top:4.6875rem;left:30.5rem;width:10.6875rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSOPLPhOq8fv8JbXsrGGGl8JTNhX7TxG { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mv4rFGLWyCNfFb9XdIIuXpVNz2HFDJyO { top:1.6875rem;left:0rem;width:10.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO9J5Rf8ArhoC2JA3AIHIf6g0NJBcnTT { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGINw4xbqFR68Z2GsBACpGeBt8R0aSeq { top:5.8125rem;left:18.25rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXRTiHrQ958rq9hqfCiSXZq41Cg0D95x { top:5.6875rem;left:17.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bU87okXbCcIxXWo3dVcZ8PHg4sG6g2c5 { display:block; }#bU87okXbCcIxXWo3dVcZ8PHg4sG6g2c5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTGTV4NBaJlWNDcRz5LGDL2wwyUkr6Pa { top:0.625rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7cdcDNoU5o5WDEDAWUm72abqluOOCy7 { width:10rem;height:2.8125rem;top:4.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcAoNnP437M0UrRooVVn1qc6JsgCqHx2 { display:block; }
 }@media only screen and (max-width: 763px) { #krMMv2iEeU5TCREKHZOhs1BqQWkTWH6W { top:5.375rem;left:8.5rem;width:4.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPcsOTRE1krINWmxuocTG6TI12JbbDsz { top:1.1875rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvqEV212ZSAErKgEUHUSfbgMOLq6eGd7 { top:1.1875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPTWP0lDcWMgveApXfKzuAQTroA28d27 { top:1.1875rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #We15ta7ykNRAsltAozFV5TEeXBh2nJLc { top:1.1875rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8lh4oLW1VOATopTZRtMEJnXLlZTcVB8 { top:1.1875rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4AW3XCl2U4It26lWoEdOmtKl4T0oCVk { top:1.625rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdZXoN6FPU4HBp4HglIPiDtbIZgoehM0 { top:0.75rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhZIUybQvLK2SIJsP9bUAz5q4v7UDUUx { top:4.8125rem;left:0rem;width:7.625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUiMgkIhNpLru2AVedtfSoZnRZxTkLT0 { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbbKspqCveWvwWDKu4N0Wso8e7C3ZELi { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snxHZmyU0hHwNyv4HEyVwR60DT7IfPmm { top:5.375rem;left:18.125rem;width:3.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVBdKBHdTSKJFwyP4AJR6FD73sdLFVa5 { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrbqsphaCxSx9Vk1qO1VMbHFuUED83cl { top:5.9375rem;left:22.625rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7Z06Gv54exr92xvwaOmsrQikTBKFzb6 { top:4.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdTKUNd0lWGzM5Mr7QrEuk3Mn5kTr7ui { top:4.6875rem;left:30.5rem;width:9.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcytHDqCRE7WsUaietwA3cDuOzIQDyL3 { top:6.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqKBpi7vLrXBgqyBXMTUcHCuchTCxQ1U { top:6.5625rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8il5ZfIWLxAG0qRDug9PZ6TNbXXpCae { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJ9ZraTZrTITaRQKmPRQUAJBnhm9Tcls { top:1.6875rem;left:0rem;width:14.5625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzwUacqAyNlDGVz2mNG9JgLgEZTJtips { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTXbpf0du3LSW85CzyG3XLsaExRmfaxS { display:block; }#iTXbpf0du3LSW85CzyG3XLsaExRmfaxS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETO9ldkOFqesSKoVbqL5Gt5mBToGAAIb { top:0.625rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #imKnwIM6uhRcGGKUAVQ0u0KufMRbAAyw { width:10rem;height:2.8125rem;top:4.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRHwZXOWHgdMrCzevLO6hKP4pIkQKMec { display:block; }
 }@media only screen and (max-width: 763px) { #Lr03B8XqUz9syGUyzxd3WDDmg7kbpXeN { top:5.375rem;left:8.5rem;width:4.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTIRtZsuJIPBGLMC3bePZggKsbHnvxWh { top:1.1875rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXTSw9nbGyMzZFmtAxngIGKoJf5E22qa { top:1.1875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyXdAIRaVLT1nDe1Q2fktW9A7oqwS2hm { top:1.1875rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAxIA5BfmKlV3ewXzuunVstBFeJLL4e3 { top:1.1875rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN59sebChhFcgQe2XWwhvpTN5DQFTBS3 { top:1.1875rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHPRoRGmWwoFbque4gFX4hnJrwTZFvnR { top:1.625rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtwWhOza1Qfhiygkae5sHNE6MGhwUKCZ { top:0.75rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxvvRpwnMhVwXp1aznisSbID36Abx343 { top:4.875rem;left:0rem;width:5.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0bPk7ZsN17dD1TrCkBLn10mGNDWEopt { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeXAdsEcsW9eBaVNFzPW6vV3MUavomMW { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3ENPpTucf1QsvvfCIGwvHOlmeX6dlcG { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVlp56RGTPTb253iUc1HOtVfO0rMxtgT { top:4.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNKCAZFWf7vaEc60HydS4SXJ5Qd6rKdb { top:4.6875rem;left:30.5rem;width:9.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snaHMWVqT9EON4doV8UJSh7GwrFfTEMI { top:6.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P25kpcEq5V1oR9sNPKZfMTGwuqIg0ahz { top:6.5625rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C440b9HdJ4NgC68Taa2mwztPLBJb8eAy { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qdnA4CihMMFi7MbEKCDKeRd6Gt5elLmN { top:1.6875rem;left:0rem;width:10.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJAmQsTxpq3SCKkUvRH56hdlWpDXypPp { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEraeDaKw9DavIutm8wi1W27is7Lv4pZ { top:5.6875rem;left:17.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkzglzok3Gxu2LPrPs72VKrF14phUQ1e { display:block; }#fkzglzok3Gxu2LPrPs72VKrF14phUQ1e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLUhDsrZxE85MNK33rrmJwA2A3vqeBne { top:0.625rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPrTk7TxnufHumJR5Q4tsByu3EPerHN1 { width:10rem;height:2.8125rem;top:4.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqLrFQxWAbtnwwvSRvUNxnKm22xqH1ul { display:block; }
 }@media only screen and (max-width: 763px) { #ZzTrV6VoE6XTRQDTZWmvIFaRTQEaDkH9 { top:5.375rem;left:8.5rem;width:4.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVni06xmoCb912y74nZ6lwRFSbBeBETu { top:1.1875rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXs6UWMOzdPsin2WNEnWkaSr8IoM0GtG { top:1.1875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1nPdMTRGq7kCBFeZfLGCkr7vr7nsew6 { top:1.1875rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctxnh3BQXmTspSxflIRRiRt57auDEEJZ { top:1.1875rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOAQKkIBkoMgCgpw7Ie7EXIQbPp96ZnQ { top:1.1875rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkoAgQcEE6IGIGr6MLA1HQP757wrDFTa { top:1.625rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6O73cQEw3vv9IU8nyx5bOekTEOABIn8 { top:0.75rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfvMBLfSfwqIwN3h4CqBRZLzAQvRm6rv { top:5.125rem;left:0rem;width:8.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTE3uTwBTtIkFKFvgFRp8x1Rn6yCQkfD { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuMfN7fMSALgIbDN3cTUCTuRotBHO10o { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1oig00v3FSV1xQki02cReUx44NOZf4E { top:5.375rem;left:17.8125rem;width:3.875rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utJLAweKFPcLmNUgTZbTwinTBNEytam1 { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a01xxJFnkkV7EXyXKk9embAtPCJeBcHw { top:5.9375rem;left:22.625rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZsWy9h6wpEMpgCRHkMvV3Srcq5qZfdS { top:4.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRQAgbQKTTBnwmpTGhQXqd6lbZeCm1Vg { top:4.6875rem;left:30.5rem;width:9.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqelaoCmv57TFqEyovypfmGUMtR9Huuc { top:6.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGrc3GP83xKo81c9gryG8oJO4zrsMNLD { top:6.5625rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2nbCwavasuWzJrwTbJJt0zUMcTodfsK { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaDDtTmrDAt7uMKyxaIJl66HHwnQKSQi { top:1.6875rem;left:0rem;width:10.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMl5h7ufMmUGJU99PeRUy06VmFphRw52 { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohXi7xgSHa4No7ZybPi0upO9B11JhFAu { display:block; }#ohXi7xgSHa4No7ZybPi0upO9B11JhFAu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #houD4m7NGDkxpxZskqu4GPlaM6T6gsLx { top:0.625rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvI9qxd4J9M2QaEbxr2BqX6OvRSbsuJD { width:10rem;height:2.8125rem;top:4.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHZztfZGgol4opxlpJiQqcuXGkWUeiTI { display:block; }
 }@media only screen and (max-width: 763px) { #oQ7MR3fbCXJpx51Uv3zNdslu3OTeQSl5 { top:5.375rem;left:8.5rem;width:4.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAsAFicF5m5wkhkdhLcxqXT4DIcuhTtI { top:1.1875rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTx9IT361mHwG9RZ3mSTzzXgV1uRTn6m { top:1.1875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wtx4a9XGBxduxU8RF2dRBkX6evEF4dbN { top:1.1875rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEAWfptN7M5Z8KGlimMSecbJGG3XgUin { top:1.1875rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3WpdBN1cHxuJvUXF07ePZHcOxQt933R { top:1.1875rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGT6Hz21DZx9ROEJv1koS2KXRnsGTZ1S { top:1.625rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQWWUQ7HZIndSrhZQu61GQn7vCfz1R7f { top:0.75rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvPAMb6x67tcuclJgNISR14dpoXyS83J { top:4.75rem;left:0rem;width:4.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX6zUsicW6fqbh02kx4Iczv7vgfEOJnd { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihI1d9ZyLZIT0CMqVKh1hzTbpPmKwIkV { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmiysqio6DcnmZCzNPPSg7FMBld5uWkl { top:5.375rem;left:17.8125rem;width:4.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTSbP1K1Fvmq9mRNG6yTXhBmw5DOP4Qs { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ7Txg7P3SCKKmL788mHeHRgfcA5BfnI { top:5.9375rem;left:22.625rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPWJKlHUTw5pQJVlsI4oaHhR5CnfGM5q { top:4.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCRO22ntzNrxBU6tdIsROMSlo5zx9BSP { top:4.6875rem;left:30.5rem;width:9.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8z4L2OLzcSySeZF9go6rwbpwVbuCPGb { top:6.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGNqmchsvkxJmCTMfySCwihAor38O0Hn { top:6.5625rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq2bHauC2CA4FlGAy33dmZu1fLOypfk3 { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZO1TsRE2kKDtD0B3JIEwUiw2nSaEQhUy { top:1.6875rem;left:0rem;width:10.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1oU9OkTx2Ti0kzGRoMadAXoTGTR3ifb { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LD6n9HSVQtnbTO4fmsErHRsarzDhvmMC { display:block; }#LD6n9HSVQtnbTO4fmsErHRsarzDhvmMC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uhfELGbEqbZfaF5rLC2a2XucUNZC5JHg { top:0.625rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVo0glhnKdQG6SbuZfGMhMBnz3rOpMLf { width:10rem;height:2.8125rem;top:4.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEkCb4P6cLJQuNdDMtLGwC4KeTKT8DTA { display:block; }
 }@media only screen and (max-width: 763px) { #tXJ8TkqLs5Xlmec8npXmg134GLHq6KiT { top:5.375rem;left:8.5rem;width:4.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIZimeed6cokHAzE4vIgFrHIuyxfayKs { top:1.1875rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxu7RIxAF8l4Zi8olO5uI1U9r3UtABUi { top:1.1875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8NayMt0yzHddRtDMcifNiF1T1LG32VQ { top:1.1875rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvOOpVwpbJ0vyQNnqGcwB2ubLEfXKpgU { top:1.1875rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uncFmwsB1pXCXVaFMBKn5lBUWHJHC45N { top:1.1875rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo51CsSfZ290sZkr6hcthOJKCMIqNwVW { top:1.625rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS36EPOLPUJWRgAIFJsFXD4aBXrwMTHX { top:0.75rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCHTJPDXXXGiU7FNhSL0U4WzOVRoi30X { top:4.5rem;left:0rem;width:4.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtahyAJs0JVxkTQzhahvfBWPT5HvDw1w { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSm2hOIBipcZ5N7vqXCZCo3Rb27yRHqt { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDPWolqHwzvDmWn8dLaLJtOQ6ORzeGFW { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt7tITTw8VdkEf7qw3PtP0d6EOTipUw8 { top:4.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z46ZI8mO9T141bf4AKN0GxQaXui0f6yz { top:4.6875rem;left:30.5rem;width:9.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwTZORalVoOJRTzvO8X9MGWTi8zoN2en { top:6.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDlRc9mRx21nohVe5tTn6n6AyiGy1oBI { top:6.5625rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk7XtBPMHbTdq6dG27J6vIB1UosAXg9e { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aLGf4UPrQBa9O2FoOXTgPGb6TJ4r0ASL { top:1.6875rem;left:0rem;width:10.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOqTLOf7z2VZuOOkxtW33cqaVuxwZIbt { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCuqTvoMTGVFre8J9ImuEl3zQuA8M0af { top:5.6875rem;left:17.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCyighquVuwZ2CDZuILqTVTHuxEietA2 { display:block; }#sCyighquVuwZ2CDZuILqTVTHuxEietA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4kMScTBhNDqSEV9ZnOE63wk0VvOwDdB { top:0.625rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMcacxwVF9RKHnW38c1xUCBZf4pQwcqm { width:10rem;height:2.8125rem;top:4.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMF4IL2krJxABBsov7B48NOnDnrEftSw { display:block; }
 }@media only screen and (max-width: 763px) { #VbQnrMS2vuWtr8Q6QNM3ODvvh3RwQbC9 { top:5.375rem;left:8.5rem;width:4.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyoWbaF1dJeQhs0SaysoaP8JMVJa7lXH { top:1.1875rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dz4Umm0tHUnQbz9vV2vQZdCSo0SAkJXP { top:1.1875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNmqC9EoppT8euxHIp7UrU0dhzubfGRy { top:1.1875rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlleP7pX0gop8xwQN2XUaA7XqXtLhJIs { top:1.1875rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT2qGLu9WMTXf4tTQXNCqepsy71yh0Tx { top:1.1875rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4IsBFoZTy6dm9kIbnsTtLXi6sZlfTo0 { top:1.625rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2VyFLANq0Ag8WaJaaJUmBecQVe4SRaq { top:0.75rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8RLTI9ibbqkaT4oo59IO2imWlc1gT4k { top:5rem;left:0rem;width:7.625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evX9pcgd5akSCPZihi3J74s0QFWUTUC3 { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWvIGvIUsUeGiTEsIXQKNWKlgPh0sEm2 { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPgGPMcc0bFzbRTctwqHvpwUD0fXb5Q3 { top:5.375rem;left:18.125rem;width:3.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn0NnUPfef51H90vKQg6QeJsape2HmbM { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU8SUOXOW1POpk4VE8S98DotI7O6st4m { top:5.9375rem;left:22.625rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGTEtdZwSBppAVsuST3JgndisluutPyN { top:4.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsC0Pga7knvwTqlZ4V4m1pl1QZgBKD8V { top:4.6875rem;left:30.5rem;width:9.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxemRol7cUH83kEkJ6VPo3gAdod44Agm { top:6.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRFblyvhfXfa0WULu4vVmSACQdxp9eDE { top:6.5625rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDUz8JhW8OdG3hTf4IfaIlyLROO7PPRs { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckVnLTcXvlOwsK4PTuqfLzKPTkP7A9UJ { top:1.6875rem;left:0rem;width:10.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkHO7R7q6lwT9sUhVoOgVT2gtHpTRkcZ { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9zmi7Hhb8TcgLlm7ys3fo0tBJBJ4E7v { display:block; }#t9zmi7Hhb8TcgLlm7ys3fo0tBJBJ4E7v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNkghe0TcpCnsSVrsCx1FubqFg2FSmGB { top:0.625rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8ULAJBOH2VBXLiOTwvzOvdmTsgwkDBF { width:10rem;height:2.8125rem;top:4.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eumplHGb3J5rGiguEaoELyPBIIzk7fRK { display:block; }
 }@media only screen and (max-width: 763px) { #ThOJgwnVtW4gMMlzeGrfM5UIRTlb2Tux { top:5rem;left:9.75rem;width:4.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1y8q134KzUZx7T7HTToHWTTihlDpKAm { top:1.1875rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJgF5cHJfFBaTNvgIfVyZrDlyil5TT3q { top:1.1875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7WaEH1H4KqZmUSimSPzlvlWWz3pH4D4 { top:1.1875rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVyViK0AsAWzH2Vszkz6hLndelOThJL8 { top:1.1875rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usBPJVhps724B3TqIEvZEilE689TKqmc { top:1.1875rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXUs50JZ7R4IyDhKvTbRkKFgoPTdVThD { top:1.625rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dst3Cd087TwfFhq3SsszrTMiFGPMs98s { top:0.75rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbN2KHITRGiWVBMUnEath7NnXbxrdDFb { top:4.75rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNoiiXxOhIP6709545PvllPE8LA0KRDb { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co6JgpRR40VqFAv1mIHxN3PwMAt1Nwn9 { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFdQVSMh3LhySDdXDVTqC91gisx18Edi { top:5.375rem;left:17.8125rem;width:3.875rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeVggPMwkDmtgbuLbyUtv6oePMv7Ttw6 { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhO138RTQVDS7IEtNSfX5zQugcbc3dyl { top:5.9375rem;left:22.625rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw6ofzINDbN93ylEbCmm6EzqbEu9J1TB { top:4.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClRamCbBr4SKJR2eux1ZFHg7qr2iMvam { top:4.6875rem;left:30.5rem;width:9.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDvhp24mzpDphfGoQxTpI0iw5BhdoNQ4 { top:6.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugXE4SWlJp37XcPJuOSzfC3PVkakOOAu { top:6.5625rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXgtVkTTMo10UQAi4wpVWE3nyNrdF8nJ { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tu4udAiUI1EluIFkfvfdORyt2nts7OaT { top:1.6875rem;left:0rem;width:10.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1vDNbL0qBDZ3m8TdaULnA2OpI7yHo9R { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pop3sL4qAfiyhR9EP5zdUwPkb3MqCRoh { display:block; }#Pop3sL4qAfiyhR9EP5zdUwPkb3MqCRoh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ND8aXzWZNUhZtkam3e9yxJeEtKIleXdx { top:0.625rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0nU2ZIODewaRM2yTI62pwEegoTetBDK { width:10rem;height:2.8125rem;top:4.8125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QapUzbvdpMmTNhSTL7dvDrxTMTWgRMLb { display:block; }
 }@media only screen and (max-width: 763px) { #PeOooNIa8RfmoQ2SwBZBwQZ9EgwytsNp { top:5.375rem;left:8.5rem;width:4.6875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kViM38kEpsEaUF1MRQxzc43UQh2sVOID { top:1.1875rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb9pZMVUaIpZOcrtxtS06NtI9o58viyF { top:1.1875rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm2GWTVCDlaw3bPA1VXRDVIRMerdq8n3 { top:1.1875rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0p4DKME6lvA0c3kQWlRoxzhWTF4BpL4 { top:1.1875rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6T5Uth7cXxJWZlAFtzocbOOgbvJTLPW { top:1.1875rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOTbfcyGTBTF9CKp7mTzv7HfbVKKcplK { top:1.625rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIxEoL4aCOQEmOhpsfDOr6ES2sA4ppDd { top:0.75rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx09wbKcC68lISBhy0Z6w10yyhpU5DNo { top:5.125rem;left:0rem;width:10.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyDnk0u1OgGGQbJaKEeheKPaFyLd5OVg { top:4.25rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQIOHnFzulZwX35TqIv6HwnOE4tXVgr9 { top:4.1875rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrLGbBwQQzePpuc1niFFM2RnSkRfGPnT { top:5.375rem;left:19.1875rem;width:3.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUoCgCIUMOizs72wAuDTzK2gUTvVlUXy { top:5.9375rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiCTpPxKmPpoaM8fOeJeSIMHB2Rs5Tiy { top:5.9375rem;left:22.625rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEbOFcEQGCf4z3BKfPq0k53w8g0T6KGu { top:4.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKCOXPFThHaPic3EeUEzrReR4MWckJZL { top:4.6875rem;left:30.5rem;width:9.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syHgOarFc2TUrRXxFOIHKLMc6CXHGBOD { top:6.1875rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNIudXKqWIrfC7kH57sx71ulcL9G17lT { top:6.5625rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qReJ22rs4LT3TBGsBkpV6eEQx5wTU67e { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RlhrnFm00uxM0Uk0OcFrw0zKZ5TuRI7d { top:1.6875rem;left:0rem;width:10.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2PxRNt2KUAt3w4aBzDtvXVC40AFodZQ { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfCaOL3iuqIeTKqNVzTSfzQHJxlBsIpT { display:block; }#dfCaOL3iuqIeTKqNVzTSfzQHJxlBsIpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXDFcJBQBAJes2b0FHqQonI6l1LdhD68 { top:0.4375rem;left:0rem;width:34.75rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Mssh8SlTsVlhlHXCX5iQzqz1WNK9sA { top:0.3125rem;left:0rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h { display:block; }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRgl9rkBhHVskre8TqLLzobE3T32wD4L { top:2rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTOoKGiyyRDvxoImb6iIelHebsyd2nKD { display:block; }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fI0T4NnBEuksDBsZ8JzmCPs1ZVsoIqTP { top:0.5rem;left:0rem;width:47.625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrGMi4VL1xHuxBTRafsEq16GbXATRUc3 { width:10rem;height:2.8125rem;top:4.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5Nr0hk5ca3dQOe4pI7Ts9HElkH2O5lV { display:block; }
 }@media only screen and (max-width: 763px) { #PhNTTmueHwNN1EnCCVZ6lrdcHTqNyvAH { top:5.1875rem;left:8.4996604919431rem;width:4.6875rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EybzGlBWN3OXTlki32T4GHzFi6ZuCZMr { top:1.0625rem;left:8.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PylhrG5zb69eMrGDppWM4w4ENSRMWesx { top:1.0625rem;left:9.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvgKZaRlUCC11TVUIM0lF922MOMbzJit { top:1.0625rem;left:11.0625rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTrOJF5VKHETUh9z6TkVO28KCfT1HrWp { top:1.0625rem;left:12.4375rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btts8eI0Dhn7Gy5dTsps3TJndJvGCSAn { top:1.0625rem;left:13.75rem;width:1.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef3pTGRfX024f5uSHGoXL6MiEmD13cSg { top:1.5rem;left:15.6875rem;width:10.875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xcvs5k2MtwR5RDNO8N7SSfMs7hL5ozer { top:0.625rem;left:0rem;width:47.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4iXCF0yc76QnmZQgQTLRA8BAESgIDsO { top:4.3125rem;left:0rem;width:6.25rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox9bbyITql2P2Gfd52Whi5XlcIA8T24K { top:4.125rem;left:8.625rem;width:4.9375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyyBeAZxAcdw78Tr2bz6yNWbsRlf4keE { top:4.0625rem;left:18.25rem;width:7.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUpVXAm9HXQHWrrkQMs7R78WcTWBBTDa { top:5.25rem;left:18.125rem;width:3.875rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a48dPE3buhSwPTCpDSTO3hLtmdfGsann { top:5.8125rem;left:13.375rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWOtmheTCFhcQ6hsbvsvDisrqsn4e4ZJ { top:5.8125rem;left:22.625rem;width:3.6875rem;height:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrtH32QnxycvTKEkIR3OkOpwBvG9JT9W { top:4.0625rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8qdWlhpC2Oc4bgP4AWVTOBCO3D1NtsF { top:4.5625rem;left:30.5rem;width:9.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW0H9ilDvpANeL5tDutfVCNSh5tBOq9l { top:6.0625rem;left:28rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEPZ8T2kQHauvhcAwwPCSLLS8y2Q3c7T { top:6.4375rem;left:30.5rem;width:11.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzvw3Ovo36NRgaVp2QqFq0SAk3pFAIkH { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2SQ3EUXCwJ1qdDisJIvxcEnfVzOoFJJ { top:1.5625rem;left:0rem;width:10.875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTWH19ESPB3clDWA0GcEqswsizO5PdCn { top:1.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXfnfm7DG01uvJVaw1fmDZRStfaAkpkW { top:0.4375rem;left:0rem;width:1.9375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVTMngDay9yGGhkOsa5OQJb6qfMztIXP { display:block; }#tVTMngDay9yGGhkOsa5OQJb6qfMztIXP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mx4VcaPGuShhqlag4Du06LnAyqfAFrC1 { display:block; }#mx4VcaPGuShhqlag4Du06LnAyqfAFrC1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITcFH59UlMFrWveZE0QtgH9Fc67JDazb { top:5rem;left:0rem;width:31rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebah4O6oEpihOq2ymP8ZSagzwpCyT6iT { top:1.75rem;left:0rem;width:31.0625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuDANMMRK3IJKbhX7K2ZWXmmGuk1kgf8 { top:16.125rem;left:0rem;width:0.625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5ppxrACi2ov1hc71oLziA03qXeNdIbd { top:16.125rem;left:0rem;width:31.625rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqr3PUVgwQZfyarT2V3Q6xd1rX6HRTcO { top:25.4375rem;left:0rem;width:31rem;height:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxA1BGUKFHZ9QGJ0O88kBPwkolFPvQkk { top:16.3125rem;left:0rem;width:9.375rem;height:7.8125rem;font-size:0.875rem;display:block; }#ZxA1BGUKFHZ9QGJ0O88kBPwkolFPvQkk li:before{  }
 }@media only screen and (max-width: 763px) { #poQcTdkJ8e8pKXEeuPyMedh2lyTxTedg { top:3.1875rem;left:30.3125rem;width:17.4375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiABhvrrprhotsDw9PGIODNw1s8GNxX5 { top:2.5rem;left:22.75rem;width:25rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkOLkeupR8m6onb34PTmsokshD66AJqz { top:18.6875rem;left:24.625rem;width:23.125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctEXdzbRMeFNbnJ0lqx736nQ2KkmAmfG { top:21.8125rem;left:25.875rem;width:21.875rem;height:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kop7DraaIOPfUQ3FMZiKziDLoqsQymUS { width:13.5rem;height:2.9375rem;top:37.3125rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI49hiETh12oTvhvDW3s4Arf7couCCs5 { display:block; }
 }@media only screen and (max-width: 763px) { #Tav0oGybhXqD728z7rwoEV5E4E1M8GyN { display:block; }#Tav0oGybhXqD728z7rwoEV5E4E1M8GyN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wa01donXZbwLKUsQIzPx2dkUg163rQa1 { display:block; }#Wa01donXZbwLKUsQIzPx2dkUg163rQa1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POletvkXliMlXNn9vHKiAdsKE0X6c4Qu { top:5rem;left:0rem;width:25rem;height:30.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwK93Z3bGXT4ILGXtD0DCTwOZyyBT0DN { top:1.125rem;left:0rem;width:28.25rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMQlyntV4Lysx6MFnb9iqagC6Vo9DHaD { top:4.9375rem;left:22.75rem;width:25rem;height:22.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA6J8pgzMCIIgSV2gKVJ8cZfnLxi9Rgc { top:1.125rem;left:20.875rem;width:26.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuOzqQk7UF78WPyU3mBVpfF63iyDTTkQ { display:block; }#wuOzqQk7UF78WPyU3mBVpfF63iyDTTkQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqARlUOi5HsMtnr56T1vEcPmx5BnH7OE { top:1.3125rem;left:0rem;width:6.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkvZfFU9puqgFXBczTOoPeJZ6Ek1FxMS { top:2rem;left:1.5625rem;width:10.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeGDPeKaXyTMiq4w15tTtISnrfROtyGR { top:1.625rem;left:0rem;width:47.75rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAtZCQfRIiAyVzeN41s8y2niMCrRzqxR { top:2.875rem;left:13.749320983887rem;width:20.1875rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:0.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NVKHrcT906lQTK8PTmuLLDNvfRXT78fZ { display:block; }#NVKHrcT906lQTK8PTmuLLDNvfRXT78fZ > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLAoeU7yMfcxTOZdBxDZUD6X5aiHtvDp { width:10.125rem;height:2.5625rem;top:0rem;left:1.875rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ytbuFBhqRDTkncAmNgWJFfzHG1knNaoD { width:6.75rem;height:2rem;top:0.34375rem;left:12rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weHo1GFLXRTeSiZyfprTb6I4IsQQhioi { width:7.5rem;height:0;top:2.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #p39LL5uXqTup4VdRc7q4pixq9bf8xPwi { width:8.75rem;height:0;top:2.875rem;left:5.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMKReQ20JwDcB3Ap7LmwgDrL1aF3vTNz { width:6.875rem;height:0;top:4.625rem;left:6.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ylH3MzHurcedTqtpoG61MMrS4iI7u3zn { width:6.875rem;height:0;top:2.875rem;left:13.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #pDNpfSnpZzMlFuv6mw4ArTdgII8lnW2q { width:20rem;height:0;top:2.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1 { display:block; }#GkDHwNDFSxvTkos5VTNDRHlayEEEsfL1 > .row .container { width:20rem;height:29.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9Dzzu1d8lLG3MTDqGyDF9bpdGgsJJtT { width:12.6875rem;height:0.875rem;top:84.75rem;left:3.6875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNKSpDTTfeKFvCRRZVNFysqRiZcT3Oh6 { width:15.625rem;height:4.6875rem;top:85.75rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2L2DpLhpZaG1EItcghvfOG7Hz50ObUp { width:6.0625rem;height:3.875rem;top:91.3125rem;left:5.6875rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaNRoZMVcJI7ySlwtQC9tTyrBMW9db7W { width:4.5625rem;height:1.75rem;top:92.375rem;left:10.9375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uP3xqNf3tOuNlmAJdEigzAzWZg8qcgN2 { width:11.25rem;height:0.1875rem;top:21.6875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTW3wISQoTxiH3uBzObzFRKc4JR2Sq6n { width:1.5625rem;height:1.5625rem;top:18.9375rem;left:7.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #umJdWvDGlLnUUyxMkPDwRk6AASBUNBJC { width:1.5625rem;height:1.5625rem;top:71.4375rem;left:10.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nC4ZClb4Rd0T6Jc06yxQ8UFtlIlMl57d { width:1.5625rem;height:1.5625rem;top:45.6875rem;left:10.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oq3lxguNV7xWsM7lNCQm0iXcOS8lx18o { width:1.5625rem;height:1.5625rem;top:18.9375rem;left:9.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlB8t56HIkGUdpcJe7rNsAfmi8eGI0Sw { width:1.5625rem;height:1.5625rem;top:71.4375rem;left:12.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENi5VUCeU0ZJkyqJ9181XBGAuSfKSzUg { width:12.5625rem;height:0.875rem;top:73.5625rem;left:3.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdA9LEIBSHSKxTWuCm6UKo38fehnn67B { width:11.25rem;height:0.1875rem;top:100.875rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #orCV7V2hIVmUyl9Xo53WorUDx0TAZWcJ { width:2.125rem;height:1.875rem;top:23.8125rem;left:4.5625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hi0suBRZ4aJ13BJhOGWr4ILuOSCpFyfH { width:7.625rem;height:0.875rem;top:102.25rem;left:6.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tExZDuhQwAhCENlhau3Q0RV9rVfb8gbv { width:2.125rem;height:1.875rem;top:78.1875rem;left:4.5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KP4FRF8BSTPb7D47NvR3cu9mzC8kKUFK { width:7.625rem;height:0.875rem;top:52.9375rem;left:6.78125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ytN2qCvI885lJb6OVtoUOlh5AH2W01Ct { width:15.625rem;height:23.75rem;top:85.6875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NT8qkyGXsqw6OvZgkPD6oc06Sb4VnLSZ { width:11.25rem;height:2.9375rem;top:105.875rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwSeRPMMJcMsyMc4OsIcZTfd2QxAxn5l { display:block; }
 }@media only screen and (max-width: 763px) { #kpDdewEm3C9v8CgH9WILBwsFI7AyBw0p { width:20rem;height:28.4375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTwxgr8P1cGFKAlJGycFxt0HsssWIRUM { width:18.75rem;height:23.125rem;top:5.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iq6hI3OS4DueITezC6MTxI1ZePVTJQCt { width:18.75rem;height:1.5rem;top:1.75rem;left:0.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDxFOhkzoriTNxIQQ2kBMU5pg7qUqV1Q { width:18.625rem;height:3.4375rem;top:5.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA4irGu8VBZovfuXoQluLSenAdDzemCZ { width:12.6875rem;height:1rem;top:3.4375rem;left:3.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkV0DcUihgDwyq6byuLytbo6qPOmThT1 { width:5.5rem;height:3.125rem;top:9.875rem;left:7.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TNeyPE0fJMGSIS0oDZQrG1MyCu3GQCxz { width:4rem;height:0;top:16.25rem;left:1.875rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CANlzInfJdALvZXlnRKbyzDxXJ9UoU7i { width:16.25rem;height:0.1875rem;top:13.75rem;left:1.875rem;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cJnyu6hULzZa1x9V20zA0RJ8ilJ2UQQr { width:1.25rem;height:1.25rem;top:6.9375rem;left:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUcbU7BNi7r9WOz1UfMKrcaU5nQyzaKr { width:1.25rem;height:1.25rem;top:6.9375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOOIzfBgfgtw8T7HT0F7DxXpbM92TeHZ { width:1.25rem;height:1.25rem;top:6.9375rem;left:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmbv5zpb4LLHJBvnuFT4cC3ViAMBg9hy { width:1.25rem;height:1.25rem;top:6.9375rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeDdEP0XLfnqWe1wT4rwL7rcEVUuOnz7 { width:8.9375rem;height:0.6875rem;top:7.25rem;left:9.625rem;font-size:0.5625rem;text-align:left;text-align-last:left;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #TrGPeUko75T04VICZhcUFuinOznFElTu { width:11.25rem;height:0.25rem;top:21.6875rem;left:4.5rem;background-color:#eff3f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #sMdic4mm09DTrU6SxCbOozxK27PmBGfX { width:4.375rem;height:0;top:16.875rem;left:6.6875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMZiAr2X05WHDoRvyhh5niEP3hemyR0L { width:1.5625rem;height:1.5625rem;top:21.9375rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd86Ce0tcrrdQXziT4mVFuDkbX9cl3MT { width:1.25rem;height:1.25rem;top:6.9375rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J02S68LFZydi0tlUwzM19aQWBVH7bmaT { width:7.625rem;height:0.875rem;top:20.6875rem;left:4.0625rem;font-size:0.6875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #Aa5Pmp0Vrmq77CaAS2VJArcg946gSZ3q { width:1.5625rem;height:1.5625rem;top:20.1875rem;left:1.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaIddeyDUWXbqe8oSHXpJeoH57pIT2l4 { width:7.625rem;height:0.875rem;top:22.4375rem;left:4.0625rem;font-size:0.6875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #LTQfp0bzzVrckw53hxItpR0nZckGIClk { width:16.1875rem;height:2.9375rem;top:24.25rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucJ7UgJye6lqpJ1raQUh2LZQD7m2Kium { display:block; }
 }@media only screen and (max-width: 763px) { #qE2JJBN5UmUrrTwRrBuyvbB5s2t914cQ { width:15.625rem;height:23.75rem;top:60.1875rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKBhB8LrELlI5BWnrVXgi8tTOzNuRv0h { width:15.625rem;height:4.6875rem;top:60.25rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ucGBK1vwPPdeTi7xwhvbdko72ylArmaQ { width:12.6875rem;height:0.875rem;top:33.78125rem;left:3.71875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QcgTk56KOpsWlfZeLyo7GTRUxgdQHDvg { width:10.625rem;height:3.875rem;top:40.53125rem;left:5.375rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #mgWtntwVpRSBN28rNIxGHEbV1rHO0aT1 { width:11.25rem;height:0.1875rem;top:17.90625rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BS2oHZW3tGUCsCNBRlhXTRA8N7OGc9He { width:1.5625rem;height:1.5625rem;top:71.4375rem;left:9.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJQxSQRhy8r2FiwmTrqnnsddHomsrGQl { width:1.5625rem;height:1.5625rem;top:18.9375rem;left:4.03125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xsFbL5n70xgFwFQgPpCqdJxfCCr7VA61 { width:1.75rem;height:1.25rem;top:36.125rem;left:6.25rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #x4gJV0asfeB6CCC8CAUePK7P2LCwPiTa { width:1.5625rem;height:1.5625rem;top:18.9375rem;left:13.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkCza1gluXQvqoquNM3lbeBGndXFa6VQ { width:12.5625rem;height:0.875rem;top:47.9375rem;left:3.78125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQ2tosdokscp7glv6zTbAqt0zozKzE1v { width:11.25rem;height:0.1875rem;top:70.4375rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJIwcT4BW7l988vzq0KocArAZKdAvWeb { width:2.125rem;height:1.875rem;top:101.875rem;left:4.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOlg0lqADgAdKQPbRAtqEm5GDV4CKO4W { width:7.625rem;height:0.875rem;top:51.125rem;left:6.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HWyiE7vmULHUMDtNuSu21SOhoO5rfXd6 { width:1.5625rem;height:1.5625rem;top:45.6875rem;left:6.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MgUJuvvy4gQOabfUa2rq0xmaBwzhUksg { width:7.625rem;height:0.875rem;top:104.25rem;left:6.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpgT4cOiTt899akxBiIVo8p3kDnDBhuq { width:2.125rem;height:1.875rem;top:103.75rem;left:4.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zGHzCNTTBT3WFTvfZx6uRDuedZI8M62T { width:4.5625rem;height:1.75rem;top:67.0625rem;left:11.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HNn6rkC6UxGrPkwJi9XVFH6hNUxLhME0 { width:1.5625rem;height:1.5625rem;top:45.6875rem;left:9.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTXlJKsoMsSwPp4urMhbi71rdudVl6X4 { width:11.25rem;height:2.9375rem;top:55.0625rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SETLDN6pD7EAINBqr214NZZbMbv1Vl3f { display:block; }
 }@media only screen and (max-width: 763px) { #dGQT4AAE88xI4u3mZrTylr39EAGrtf5C { width:15.625rem;height:23.75rem;top:34.65625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQoP4BFfFcPVS7iJrPPXNFK6vgI81HLb { width:15.625rem;height:4.6875rem;top:34.71875rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hb7xzebtiZ1e9Pkpuuzd7SGL3DJ2Dwkc { width:12.6875rem;height:0.875rem;top:59.25rem;left:3.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDsIAovlydBEC0daVKItRnqIcrxt2zXp { width:5.625rem;height:3.875rem;top:66rem;left:5.875rem;font-size:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #HtHBcobsvvQV949k0NI4hcr316oASyQT { width:4rem;height:2rem;top:61.5rem;left:7.8125rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #crTTBSmLotEKBUNQIQLvMCivfLpFHWyK { width:11.25rem;height:0.1875rem;top:44.28125rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSrev4swZupEcS8vVUMLCQTaVHVSRwgi { width:1.5625rem;height:1.5625rem;top:45.6875rem;left:7.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #o7W4VVshX3IFBcKzeNCaNURWKb7Fn7Ts { width:1.5625rem;height:1.5625rem;top:96.625rem;left:9.3125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHWqf2lFxTTvxFcsWqB8Qzy3DqNhRgAH { width:12.5625rem;height:0.875rem;top:98.75rem;left:3.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKNHE9Lb9kJ5MGHuHDbQBAoTW7CyBKI0 { width:1.5625rem;height:1.5625rem;top:96.625rem;left:7.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lg6QDpekS2y2fHBmr6SZNqiGcrChPWCr { width:11.25rem;height:0.1875rem;top:75.6875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPWSTofl1zycxJxXSqw6t8qgiTn6hMhQ { width:2.125rem;height:1.875rem;top:76.5rem;left:4.5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bN7x76QQbLPcRlGrEP38FDCnNeQW0sSw { width:7.625rem;height:0.875rem;top:77rem;left:6.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmgTwgzqkxmsFTFMXtNUJEqnVVGBkrnR { width:2.125rem;height:1.875rem;top:52.4375rem;left:4.03125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #miLZIDFLGsJQ4dTXVo4JIkLs4b2sbFHv { width:1.5625rem;height:1.5625rem;top:96.625rem;left:10.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NwBrM8vsuzyQr3kFAORleDNbwTrWDHdM { width:7.625rem;height:0.875rem;top:78.6875rem;left:6.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #utt8s1cslxcR5NJwADxG1dOdZlBPUlCU { width:4.5625rem;height:1.75rem;top:41.59375rem;left:10.96875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O09LfkQ9iqKy4DaiZ19VEk8Qpz86GBwi { width:11.25rem;height:2.9375rem;top:80.4375rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySkdB2TOQNHVv846g9NIWAFF5fN8O4Nz { display:block; }
 }@media only screen and (max-width: 763px) { #kCsEkpqG9J1vpXpKvzttGIHbZ8AxL7Uw { width:1.5625rem;height:1.5625rem;top:270.875rem;left:9.21875rem;font-size:1.0625rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #R6dCDdTA0UQVvGUPx2lgAJFvTQhirGk5 { width:19.5rem;height:1rem;top:5.75rem;left:0.5rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #ffw1b3wh1d813CkhhX60J037EFH7BNgy { width:5.875rem;height:0.875rem;top:20.625rem;left:12.625rem;font-size:0.6875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #MaKAXCBx1Lz8y5lFeouEyCr4Mm3gwgKV { width:1.5625rem;height:1.5625rem;top:20.1875rem;left:10.4375rem;font-size:1.0625rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #NandpyBBFCBqnXGZpZltXNoomIfA1idQ { width:4.9375rem;height:1.1875rem;top:14.65625rem;left:1.875rem;font-size:0.875rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #zhKuk5VVERwTdCOB9fB18yI7fdhuDpmT { width:4.5rem;height:3.25rem;top:15.875rem;left:1.6875rem;font-size:2.5rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #mlaldJ5hx6i5vWp4FWqdW1ozQLkGaW77 { width:3.6875rem;height:1.375rem;top:16.8125rem;left:14.375rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Pxag3IUznTnU9gyFSz48rle69A9xyfEm { width:7.8125rem;height:1.1875rem;top:14.65625rem;left:10.375rem;font-size:0.875rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #tfrZNoFyFXH7uFt9Kl9WtXsQ4aEUA8XE { width:3.875rem;height:3.25rem;top:15.84375rem;left:10.3125rem;font-size:2.5rem;text-align:left;text-align-last:left;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #PHVartDuqxW2TGJzJqJM0CzOSO5VH9tt { width:3.6875rem;height:1.375rem;top:16.8125rem;left:6.53125rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Ukn0skChvkLcDHruviZKEqfeAKFX2nrK { width:17.5rem;height:0.1875rem;top:19.4375rem;left:1.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #WGpVl8PZ9Ty33koMV9LpOWbrumCmh1WQ { width:7.375rem;height:1.25rem;top:30.625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yA7UAH0bEaVX6myK107hLpX1l5PDT5yf { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf > .row .container { background-color: transparent; background-image: none; }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf > .row .container > .video-iframe-container { display: none; }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf > .row > .video-iframe-container { display: none; }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf > .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); }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf > .row .container { border-width: 0; border-radius: 0; }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yA7UAH0bEaVX6myK107hLpX1l5PDT5yf > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q5XaWmUfUeaLatOgkggLN14FHUseiTXt { width:20rem;height:1.625rem;top:2.09375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BRwUms5CVTeJgb7E8Ffx084O4ky6dBHz { width:1rem;height:1rem;top:0rem;left:3.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHDi25AmUVS2X796q1yxMIkBzJpIhLfp { width:20rem;height:1rem;top:0rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#5f686d;display:block; }
 }@media only screen and (max-width: 763px) { #xE0TPBGZHPCf5lixzkNsNWM5svUwKarT { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT > .row .container { background-color: transparent; background-image: none; }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT > .row .container > .video-iframe-container { display: none; }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT > .row > .video-iframe-container { display: none; }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT > .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); }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT > .row .container { border-width: 0; border-radius: 0; }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xE0TPBGZHPCf5lixzkNsNWM5svUwKarT > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDfCF3tEXU7EXmpW8x9rQBTdq7b6dQmQ { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbsTZavN3w2W06GEMew99Up6ux9s5d7i { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #pUy3Wqhzh9y4nEXW61ScJdUqpCCiT98Q { display:block; }
 }@media only screen and (max-width: 763px) { #PmqXUlNETbuQDz4ff8sWP01aTmoJbuqv { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JpbhKXke7cnbdgqTwGy8b2xnkvg4a3hT { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #TdDNDQnXmdbXykSaIq1TCR5015O9SrD5 { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #XPusqMLzISqIugB7XI9T1ou1pQCbxygO { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPeyRcv9T59ksUuTWoUtlTzutvQbCUyT { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #efBtBO0IQipCdJbkk0ab1sPR6CJa8Foq { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #TbWRWOe1km2TCLCmksdAGON2z7Z6n0Pm { width:8.75rem;height:0.75rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #KFcoFspMRiFi1TSeh9VSrm8un2T6suy6 { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qy451AF8TU2ImGgU7wIwxV9ae40QRdEu { width:5.5625rem;height:3.125rem;top:4.40625rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD92tbITGG1w6tVOm0vardEoBP2bBPv7 { width:4.9375rem;height:1.1875rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLPa6ZwrtPtkUf10zCELmOWq1g3q90ws { width:7.8125rem;height:1.1875rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCpLksbAMJK2PG6TsHz5d2ETsxgQTcKx { width:3.875rem;height:3.25rem;top:10rem;left:10.9375rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X2uQtuHz9TNmzGwxOm5i5pDxWbPunkIX { width:3.6875rem;height:1.375rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Wu0rxgk5BFf5XJiHfkFBPTiNy1kwwEJf { width:3.6875rem;height:1.375rem;top:10.9375rem;left:14.375rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mWiI4Tya8dB5z1GkrqmSyD6fpSKlPm6I { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX9CXohs0LeedWJqpVlKfAmxBuIVLFPZ { width:6.625rem;height:0.875rem;top:14.25rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G48cEunPbGeGNdDHd6ehcSp2dENTs46M { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMia5bzS2TUdarKR4Jxa2clvRbA3vKeR { width:5.875rem;height:0.875rem;top:14.25rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6tEEt8DyofKfTtP0GwmDxZzOnTduPno { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Am7GDFydS8TaWeVtUL9G6o7T8FauWrqB { width:19.5rem;height:1rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ay7XqRizUn21elVQpG5PzTsI9SpmdDTc { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv > .row .container { background-color: transparent; background-image: none; }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv > .row .container > .video-iframe-container { display: none; }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv > .row > .video-iframe-container { display: none; }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv > .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); }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv > .row .container { border-width: 0; border-radius: 0; }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dKxvvh4Azcs4s6nCklTnGh5Z0LreuLuv > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ptO2MdogbribUQLOIQZ3uNABd1EyCCuX { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpCltgc0PK46zsXS37qFezNysqQdtPi3 { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #ncDZxNKgoIAgG4q7hFXDrFOfb9XXNFQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #F1FXWlEhNNEBVVDXUb90gF4mGyF8DQak { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EyLfAh3Buf1UH1Ku77hnCSJqGZ3uJtw3 { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #rF8H7chOEAWDUy46SmVknlnw0uIVpw1T { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #gqv3wCtpNWIvp9gwDOPTy4FT4wGTg0eB { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcoITQ4IHDyE0XoLWWlffKc0RHGPH4EU { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #vmfTT6d6ydfJFPcSv55WDrQc1AHsDfP0 { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #MeCi2NgWX2F34JptPEtgxcM89RhF2rhc { width:8.75rem;height:0.75rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #pdGGCB48EzuSe3WQnde7HXO6EZigOgFm { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bshnVHN17PWFzpb6RZTIHiDGLOVgTveD { width:6.25rem;height:3.125rem;top:4.34375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqmo9Egcvs9ZwhGqJVPFbT16MGyIOAWD { width:4.9375rem;height:1.1875rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX1DBFeTxq0aDNiMHk0cTcrwNgVXCbHl { width:7.8125rem;height:1.1875rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbVT3TGLEJl635NQMnTDRti421n7aZJT { width:3.6875rem;height:1.375rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c9RNqtOzzfQcdwS3ROJ8ngdedAuNN6e7 { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nazckzK3TmyaC3vJvITaEq4SH8RrDFDQ { width:6.625rem;height:0.875rem;top:14.25rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT1a3XozOKJfU4deIMpZd6s8wS1wIVq8 { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF23eTmtTskn0SgyHglcuUdLc1QlQeFC { width:5.875rem;height:0.875rem;top:14.25rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsEQxq5P7TArTr7Z8Qnsedm1hHIUKxR5 { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #sGvezwKWZVrWvTou8OwRp1ahusESGIpV { width:19.5rem;height:1rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxVR0QNW2hACWC7ovT745h0eafduhLTo { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #UQzSBmKpHFuvhQnSSXzfZOP05LUonC6Q { width:1.875rem;height:1.875rem;top:10.6875rem;left:10.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPq7a6Qsot2ETLsA3tW6OZNQTK5Ndq3O { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IPq7a6Qsot2ETLsA3tW6OZNQTK5Ndq3O > .row .container { border-width: 0; border-radius: 0; }#IPq7a6Qsot2ETLsA3tW6OZNQTK5Ndq3O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPq7a6Qsot2ETLsA3tW6OZNQTK5Ndq3O > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mVQpzyugxPiZzQ8fWJ0B4HneFstF8Q7T { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9sVAtLwAf31x3Jc3qdyIXhPN8h86zPR { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #r6TQTDTEkUdLJNKRXTzDDNrbemc5NGym { display:block; }
 }@media only screen and (max-width: 763px) { #dTl6f4KwG17x15RbVewrJ5woOWglzClS { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #egaqslzU7SAPZ0Mh2w09SQru6HXGBrzT { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #nnxGsUm8evq8BI96AlT0NuEHE2IFGZtK { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #X4nt4w0QSBxt6BXzQGva31TR1obmKfgQ { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTGheKx9v6uKzSCkwtZdGhhiaW5CIGll { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #hvE8xD6q1sWo2NlQabDbyTQyJyqVcZfh { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #MCPIX0fJXiosc6t5yaWXBuJwL7aokG5u { width:8.75rem;height:0.75rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #ziLBIbHxa5Shl9ckw7cEHiqtEW8UQo9V { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA1DDJc6uGeTpBnU2goB1a3R0hlz9iCT { width:4.5625rem;height:2.5625rem;top:4.53125rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol7dB8cAacKeQf4UTrC3RhANbhK656NI { width:4.9375rem;height:1.1875rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr2fTbTlSstSkuCc39zDorAmGsXpLatM { width:7.8125rem;height:1.1875rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynXUsG1Gp5ndxbFkTkzrSx0OAeHDNufl { width:3.875rem;height:3.25rem;top:10rem;left:10.9375rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iaTERLu5ELLFAo9T88V3B4F2G0NMIhTu { width:3.6875rem;height:1.375rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aIasc8NGRgaXnBx7JNEL7LfRDwb7drlx { width:3.6875rem;height:1.375rem;top:10.9375rem;left:15.3125rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JhZUUbIrTBCD0EhJIsDOZJIK1AavXuHx { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:11.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJRFUSezSEbh5Tpd3ZpKs30hcM2J5gnk { width:7.875rem;height:0.875rem;top:14.25rem;left:3.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJoktVwtconx89eSmnPrtCa7yDATnqVZ { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilx4dLauBURodZHQM28TB9EO73TVz1FE { width:5.25rem;height:0.875rem;top:14.25rem;left:13.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwpmkfq0PQNBgTOQH7R9MD3FiXrd9qJF { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #G9lpriGIMJ9S959JpKyANip7sxo1xcFh { width:19.5rem;height:1rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AsqTTX5SQlBC1U5UTTWswb7B06IPGgDh { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #IkCIs90vy29TblwOotvw5Fb1teTgPcL1 { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 > .row .container { background-color: transparent; background-image: none; }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 > .row .container > .video-iframe-container { display: none; }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 > .row > .video-iframe-container { display: none; }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 > .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); }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 > .row .container { border-width: 0; border-radius: 0; }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IkCIs90vy29TblwOotvw5Fb1teTgPcL1 > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXBhBlVssf5GVNm9xMZQSSpSru72mb2n { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBTGnQ69utc8PJ7VfoxpHe93Ss7EIyDO { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #IBG1ZBVra3Xfh9iHdM6bTcb3zkEhiLyU { display:block; }
 }@media only screen and (max-width: 763px) { #BMwzcrOJrlqUlHLv7TyEGVB4UdAkt25R { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CKi1CbRJEaP6C3Svw7MRSZ0a99e9LvU8 { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #Khi08CFtMuVdlR0z7ufidrqzuJPJgsfp { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #A8yDaFZkVxWvARu81VDeqXHClNsrzd0e { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDJKAnolTnkB06RocCBgiMuC9Z09WUgP { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #QR5V1pQwkd1nWg2STFB3vdHGZXRLMpez { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #e3DNnOqa9qL1hdssZp6VgwQPBByCrkHD { width:8.75rem;height:0.7871125rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #OsiOy753KnfTv4lhPQTR74T7m5wPUJdD { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJwCfyKE5gsAOaMpoLNUllqTesJb5o4F { width:9.0625rem;height:2.5rem;top:4.71875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnTyCKLN6yUCyva8pkkQFbs9mAIoBdTy { width:4.9375rem;height:1.2246125rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3sKlGlAEvrcQlQpgays5MxtdvIQGzlq { width:7.8125rem;height:1.2246125rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5TwcgJaOpZpPZBoLFf5AnnDWLTpThIi { width:3.875rem;height:3.25rem;top:10rem;left:10.9375rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NIiL3dQfrgfLKoeyCxVyVdr7cTy1Z29o { width:3.6875rem;height:1.4609375rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Jmy2H5PQRu69ms6snr6BfE8w9g68NwXh { width:2.8125rem;height:1.4609375rem;top:10.9375rem;left:15.6875rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uadNPDKXXXhWlzBnBFG7aHFfPTwr4Vu3 { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyR4MeKBucW0eTGXDO5UyUWR3HWe4uQZ { width:6.625rem;height:0.89355625rem;top:14.25rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt6eW1VBGJ77qLfmRaA22Dyk4Gnat14b { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWSSGtpXsbcJfUbrEsuQ3r9BTv0obBNd { width:5.875rem;height:0.89355625rem;top:14.25rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1PxXQDyV2g24IZyEBG0IOfozddlV6G3 { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ge1DsEZqTH88Auz1ARyORD1UUnvDVuXN { width:19.5rem;height:1.04980625rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eiHveDVDnvnGm6OrvOJ4FsK8X3BgFozp { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M > .row .container { background-color: transparent; background-image: none; }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M > .row .container > .video-iframe-container { display: none; }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M > .row > .video-iframe-container { display: none; }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M > .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); }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M > .row .container { border-width: 0; border-radius: 0; }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xGPhOp6I87Seqhwlrhq5v8hkZx5keg7M > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HScIUoaxDDmgCmvilLlcT9TM5d2D2A4e { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgdtBb3wMPdng3Cw9KWmIfWTcxFdV6E8 { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #whmUlLTFxX4CfhgIApyoNJ424fJwoQbh { display:block; }
 }@media only screen and (max-width: 763px) { #xToRbMLpAMpZUc2PHIRlKMTkbZEGbTVE { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dTEN03PfW1TXZHPSiuR26PqMalCg8VTZ { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #tzDUNO3pKqtxJrPgSMtvAEz2fDTxI8sy { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #cATN6OQrZkd1s74mK6QzrV2w3a3AKmQ8 { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0RD40VKFBlE772ZBStos5dTGoTrNszy { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #GTHofbqtbMfxRDnVlPeeTxux6Cw5Hchb { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #JXOVkKuZTiRk0GLAqATg6MT0PrRdhheU { width:8.75rem;height:0.75rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #zE5SAfERXcNoXwccO7lctvX1kQ2PqDE3 { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGoHpMdxQGaeODTuNLvVzziJpmFZZehs { width:4.5625rem;height:3.125rem;top:4.15625rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdknkFHKTXkI7RZyVZRKyaSx4nie08GN { width:4.9375rem;height:1.1875rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDsVhEdPzTwCq7Z7OqJ6LRsPO7QqxyyQ { width:7.8125rem;height:1.1875rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9T3G5AOQHLZVxpwT8ABSUAJg00o77PG { width:3.875rem;height:3.25rem;top:10rem;left:10.9375rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ElWIOkmDFUc0lm7yec4XTvSEPtGbb3v6 { width:3.6875rem;height:1.375rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IrrxNBDBpHNU7ADS7MckymdJyDuV3WGM { width:3.6875rem;height:1.375rem;top:10.9375rem;left:14.375rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kn9y6hBMeO0E3M8KQ6y4Zmxm1FqEmQW9 { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTM46Wlq2hftfBGXz0vbMon2iQQls3IE { width:6.625rem;height:0.875rem;top:14.25rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsI1TBGJSdKIhmxNBllXWE1Z6LCBsPug { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgrDyHPfcTP9ax6f8JVyHDMpAaX5vdtW { width:5.875rem;height:0.875rem;top:14.25rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt9g0Vsv9vBamltOgaVAHcxKocf8i2M4 { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #UXPcE79hDMqrR5NzQc8EyU7gJq04hVlt { width:19.5rem;height:1rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQLqVUCwHsGoyvfzJ6KU8qzzT5QRJ1PG { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh > .row .container { background-color: transparent; background-image: none; }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh > .row .container > .video-iframe-container { display: none; }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh > .row > .video-iframe-container { display: none; }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh > .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); }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh > .row .container { border-width: 0; border-radius: 0; }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpR7GoRf9Sq4nOTonVz3Tt7HIcWuHrTh > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0aPK93DURcFcTZSUecTnZG9CDQx634r { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKEHDLblgcN4b7tasoSgLoLs4a24ceTz { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #AfoKUzpVAyD1ncQeQnFzwRxhpNbKKkfS { display:block; }
 }@media only screen and (max-width: 763px) { #JDdOUDVbVXOEmlRxdlvDXms5QGaIb3T4 { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QIgXHFVUTBs2A34UrQvfiTBAMcaTr1wQ { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #T39sPDGDHWFTg5vKZgql2DsgVUsnE5UC { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #I7NrF9HaxV4J83PVxU1HNrVBgTzIwuWM { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTBLRR7Un1mhqvc41neES9o7p1OUh7gp { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #R7azKEbBuPXkyK30ZUQ0tTBPqtku3xk5 { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #BmH3QofLPMsnRWuoG39hUVwBmXT2uOg9 { width:8.75rem;height:0.75rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #CbycBalfhtOGuKQZCTkn926RAGeoTUyx { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJSBxTzHRaerJ41JrvOxyBFAyAv26Rl5 { width:10.625rem;height:1.875rem;top:5.03125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLvC9vQt67kKDequeBuaJZQhNSbhSI5S { width:4.9375rem;height:1.1875rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXO7014waiaOovARXEVK2115wKDLaG7w { width:7.8125rem;height:1.1875rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUNZIVWz6xiGPp9kz9LKHQDFPT9aSa2J { width:3.6875rem;height:1.375rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pTbiO8JLuR1y7I7LDbOx1RnwqqqINcPR { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVogISdzzlRE3lFLkUtZKvDFWQMK5BbX { width:6.625rem;height:0.875rem;top:14.25rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTbHbD7zEIbvHX01AAgt2s9HBn06Ji8H { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkVflnfDcghd0QbMtJlOWW9JymweWuq4 { width:5.875rem;height:0.875rem;top:14.25rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qES4KkxsJb9x0GS5yHkG6EDOJ3UrThwF { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Ql6oMElnWJhtaEdQ3vviw63yCyeXLNqP { width:19.5rem;height:1rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTT5dLT6OTuKnWN3nsUE2gh8fgZuGGS7 { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #JHU2NpLqwnCsSPEWvz4ophS4VQdWMfF7 { width:1.875rem;height:1.875rem;top:10.6875rem;left:10.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8X8QN6yvUXNxsqhgQQ2cpMvB2Zrrwwd { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#x8X8QN6yvUXNxsqhgQQ2cpMvB2Zrrwwd > .row .container { border-width: 0; border-radius: 0; }#x8X8QN6yvUXNxsqhgQQ2cpMvB2Zrrwwd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8X8QN6yvUXNxsqhgQQ2cpMvB2Zrrwwd > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bPQrnzS3lQMWhnmXbqwdlF4reBXHHXrl { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiFxI4MHW12mIPFP9MZOqyaBk0wLLGxn { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #n7pETf4KA8dHsBMo2oRBSDl4Wxq5WNGd { display:block; }
 }@media only screen and (max-width: 763px) { #q9IVPMv1ZSrc9xXIrGypE6fAHzwe1VUn { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bebelifq6hgxCEceSPh04b7OmnNVrAV8 { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #fGzdJ06g1c8pol97ZFlwmm0s8yrnlKk5 { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #MskyUJVl4Sm45CTwyA1Tmn3rXdQ7TS7o { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4sPlqz8EgVXFymPyACMFWuZZGCHFWvb { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #uVPBOrfEfRT9souPc8c26tkMCEDSK4P0 { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #TbcyGi0vaLxgoS78F9Sh5ZIFM8WwVSkM { width:8.75rem;height:0.7871125rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #TZbJ7dPiGdSaQBgTuw8UXq2mDRXqhM2L { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl8G2SablR94LS2dQDt5NyAJXWyncRu3 { width:9.75rem;height:3.75rem;top:4.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2bAF01c4g04bG1M9OHb2UKShBrG53bw { width:4.9375rem;height:1.2246125rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULlr045Uod9rBrcGQ9DF1R3H20zpLfBK { width:7.8125rem;height:1.2246125rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrKhUWJ4xRnHtNDdJbDegMEMUA2qhsm1 { width:3.875rem;height:3.25rem;top:10rem;left:10.8125rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #odpI2CpVkchR17m7ab07FfEmbAB8xKXr { width:3.6875rem;height:1.4619125rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kOLaB2ug0lO88wrJ6BbgAvwJoDmRRFtw { width:3.6875rem;height:1.4619125rem;top:10.9375rem;left:15.375rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NkMtkJufREM4pBA9d8qmOuuIyLdMf7ut { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTi36SUS2AxFoBUi6C8vnHPForZ2Jyye { width:6.625rem;height:0.89355625rem;top:14.25rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB6LG9ATCGXrDL7HkIXnlXQDlfRWyk2T { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu1P1HAqJvXfMV3P90uAwImCuooDUPzF { width:5.875rem;height:0.89355625rem;top:14.25rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Our6vTUQJwtIk5SZvhHBdU4e0zrrwZrA { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Eqapx5n3d1sy05dfAo8hStbAa93EHlub { width:19.5rem;height:1.04980625rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ND11BRr98BtTEKiBipgBhR3OD9P5Mb6f { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #uvXAP4GFBGXa6puzeJnWEzK5zo3iDlFm { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uvXAP4GFBGXa6puzeJnWEzK5zo3iDlFm > .row .container { border-width: 0; border-radius: 0; }#uvXAP4GFBGXa6puzeJnWEzK5zo3iDlFm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvXAP4GFBGXa6puzeJnWEzK5zo3iDlFm > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k44msfvnDxiTDL7U60zfJfqKTVlQ2Lmx { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNrVZX57yq2sTLevHSD1ZnJPidiDeT9g { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #b8UTBLE0uon90NOhcDDPLTinP2zVfB1V { display:block; }
 }@media only screen and (max-width: 763px) { #K2LocahK3JtITNg9u1y9swJXXCNFsE4q { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zbkSELW11tNdLsxlowp4BsohtbluHpRs { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #nrVw12MogQETBQ3eTkW7OamLv2Hxhp2m { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #devA76RUPncuTITZUc5iCp0qTpRaHQIk { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anJ5yATRqlXrJuPCFhqxmH6mAqCWF4Ea { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #fGLOiQ89FU7otUhWBeJDqnZH9M15w9In { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #P5CKXu10TO363dTx9ThTQuIyVlMoHuTd { width:8.75rem;height:0.7871125rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #Ixl7hDBvMRsf7F5nmDeTFELOKzCMcd0h { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2WPwGycTxFgBN5DTl9MJ95SgICVq2FN { width:13.1875rem;height:3.125rem;top:4.1875rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Zvg1QT5C1plToSy5TRf7nuD5iQGGFT { width:4.9375rem;height:1.2246125rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcfCyCcpr3ehJ3py7TT1iQy79fLdWkSR { width:7.8125rem;height:1.2246125rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzWRg9epEBf6TTFO5VnK2U347qlWKAoU { width:3.875rem;height:3.25rem;top:10rem;left:10.9375rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b7F8vSlV00ez3aciarV2KIbi4JQVDqZz { width:3.6875rem;height:1.4609375rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NNmVCAGSfCxmXR567AftWswtSdztlHd8 { width:3rem;height:1.4609375rem;top:10.9375rem;left:15.75rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #l9dLSFLuRfPRhxkcVOMiTD4hbIOba6AN { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJTQ4gKd7w0cCHriUBNW8k2VvZNma62 { width:6.625rem;height:0.89355625rem;top:14.25rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvyV30FVOyxpepiZF1II0zC8BB63qFTT { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqK4zgTMDmStI8kGtN80ZMzDLJzMTMVt { width:5.875rem;height:0.89355625rem;top:14.25rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3gZ46Pf3QykAR2ISfeSEIumoMhCrvT9 { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #tSNfyuAbGbD3N88fKwWTtbNU5pUQ9AFu { width:19.5rem;height:1.04980625rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kfbhg6b2nCV001XhUwhwAUyKnpAnAMnk { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #zh6elKm6ZAwM1ptrQPBxGEXh7cebnHZc { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zh6elKm6ZAwM1ptrQPBxGEXh7cebnHZc > .row .container { border-width: 0; border-radius: 0; }#zh6elKm6ZAwM1ptrQPBxGEXh7cebnHZc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zh6elKm6ZAwM1ptrQPBxGEXh7cebnHZc > .row .container { width:20rem;height:23.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B9RUblsPfC0ZtlQLulq45EaN6y3DTbuy { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0lcDmT6mizKD8hsATltU2QIVQT8Mu53 { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #Xf1vuxTNXrAeXv4Tr3lKvEFkGNsWuzQ8 { display:block; }
 }@media only screen and (max-width: 763px) { #nluusKRhVwOuPKD6ZWH3Rabqm83EyT5J { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IhxIlVaouZBDJCIH7D1akd6x6RRbeB6v { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #fiklhVHSxEy2cR6ELzG3X0TXLlgt0F7H { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #gKlLHT27KQGS6zl0qELnsmcf1etyInOy { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq2okzcn9wudTrPNEUQP12PTUwnUm6AX { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #STSzdwTzZrpUSTwdhcBxqwrzSEuuF27w { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #dtWn6t0ZwlP9RLaTn5QwAo8no3MTduS7 { width:8.75rem;height:0.75rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #N7ElFMfvph7NoDLxtiKFv435MRgDiosd { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGr5UghwsqdeBK9DKv4pL8p6KohUf6UG { width:8.5625rem;height:3.125rem;top:4.1875rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv0zJM9Zo4JOFDW5GEAe8HVbcUhVsMek { width:4.9375rem;height:1.1875rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOoztkVoGL1P2s9J2mSoNoU0B9b104ez { width:7.8125rem;height:1.1875rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1gV1bnL69mwD9uZlOKLnzCmEeDmTGr1 { width:3.6875rem;height:1.375rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vXnei83ZbZArtmiiI5ABKIK2spADvQT6 { width:1.5625rem;height:1.5625rem;top:14.25rem;left:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBOJKQZKsXC2ccuyNBHAunPbqU1bUBG4 { width:15.6875rem;height:0.875rem;top:14.59375rem;left:3.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSOPLPhOq8fv8JbXsrGGGl8JTNhX7TxG { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #mv4rFGLWyCNfFb9XdIIuXpVNz2HFDJyO { width:19.5rem;height:1rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HO9J5Rf8ArhoC2JA3AIHIf6g0NJBcnTT { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ZGINw4xbqFR68Z2GsBACpGeBt8R0aSeq { width:1.875rem;height:1.875rem;top:20.75rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXRTiHrQ958rq9hqfCiSXZq41Cg0D95x { width:1.875rem;height:1.875rem;top:10.6875rem;left:10.15625rem;font-size:1.3125rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #bU87okXbCcIxXWo3dVcZ8PHg4sG6g2c5 { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bU87okXbCcIxXWo3dVcZ8PHg4sG6g2c5 > .row .container { border-width: 0; border-radius: 0; }#bU87okXbCcIxXWo3dVcZ8PHg4sG6g2c5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bU87okXbCcIxXWo3dVcZ8PHg4sG6g2c5 > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UTGTV4NBaJlWNDcRz5LGDL2wwyUkr6Pa { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7cdcDNoU5o5WDEDAWUm72abqluOOCy7 { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #lcAoNnP437M0UrRooVVn1qc6JsgCqHx2 { display:block; }
 }@media only screen and (max-width: 763px) { #krMMv2iEeU5TCREKHZOhs1BqQWkTWH6W { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fPcsOTRE1krINWmxuocTG6TI12JbbDsz { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #wvqEV212ZSAErKgEUHUSfbgMOLq6eGd7 { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #BPTWP0lDcWMgveApXfKzuAQTroA28d27 { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #We15ta7ykNRAsltAozFV5TEeXBh2nJLc { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #U8lh4oLW1VOATopTZRtMEJnXLlZTcVB8 { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #D4AW3XCl2U4It26lWoEdOmtKl4T0oCVk { width:8.75rem;height:0.7871125rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #CdZXoN6FPU4HBp4HglIPiDtbIZgoehM0 { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhZIUybQvLK2SIJsP9bUAz5q4v7UDUUx { width:8.25rem;height:3.125rem;top:4.40625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUiMgkIhNpLru2AVedtfSoZnRZxTkLT0 { width:4.9375rem;height:1.2246125rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbbKspqCveWvwWDKu4N0Wso8e7C3ZELi { width:7.8125rem;height:1.2246125rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snxHZmyU0hHwNyv4HEyVwR60DT7IfPmm { width:3.875rem;height:3.25rem;top:10rem;left:10.9375rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JVBdKBHdTSKJFwyP4AJR6FD73sdLFVa5 { width:3.6875rem;height:1.4609375rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wrbqsphaCxSx9Vk1qO1VMbHFuUED83cl { width:3.6875rem;height:1.4609375rem;top:10.9375rem;left:14.375rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #d7Z06Gv54exr92xvwaOmsrQikTBKFzb6 { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdTKUNd0lWGzM5Mr7QrEuk3Mn5kTr7ui { width:6.625rem;height:0.89355625rem;top:14.25rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcytHDqCRE7WsUaietwA3cDuOzIQDyL3 { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqKBpi7vLrXBgqyBXMTUcHCuchTCxQ1U { width:5.875rem;height:0.89355625rem;top:14.25rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8il5ZfIWLxAG0qRDug9PZ6TNbXXpCae { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #AJ9ZraTZrTITaRQKmPRQUAJBnhm9Tcls { width:19.5rem;height:1.04980625rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WzwUacqAyNlDGVz2mNG9JgLgEZTJtips { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #iTXbpf0du3LSW85CzyG3XLsaExRmfaxS { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iTXbpf0du3LSW85CzyG3XLsaExRmfaxS > .row .container { border-width: 0; border-radius: 0; }#iTXbpf0du3LSW85CzyG3XLsaExRmfaxS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTXbpf0du3LSW85CzyG3XLsaExRmfaxS > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ETO9ldkOFqesSKoVbqL5Gt5mBToGAAIb { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imKnwIM6uhRcGGKUAVQ0u0KufMRbAAyw { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #wRHwZXOWHgdMrCzevLO6hKP4pIkQKMec { display:block; }
 }@media only screen and (max-width: 763px) { #Lr03B8XqUz9syGUyzxd3WDDmg7kbpXeN { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTIRtZsuJIPBGLMC3bePZggKsbHnvxWh { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #BXTSw9nbGyMzZFmtAxngIGKoJf5E22qa { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #DyXdAIRaVLT1nDe1Q2fktW9A7oqwS2hm { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAxIA5BfmKlV3ewXzuunVstBFeJLL4e3 { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #SN59sebChhFcgQe2XWwhvpTN5DQFTBS3 { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #hHPRoRGmWwoFbque4gFX4hnJrwTZFvnR { width:8.75rem;height:0.75rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #XtwWhOza1Qfhiygkae5sHNE6MGhwUKCZ { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxvvRpwnMhVwXp1aznisSbID36Abx343 { width:6.25rem;height:3.125rem;top:4.28125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0bPk7ZsN17dD1TrCkBLn10mGNDWEopt { width:4.9375rem;height:1.1875rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeXAdsEcsW9eBaVNFzPW6vV3MUavomMW { width:7.8125rem;height:1.1875rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3ENPpTucf1QsvvfCIGwvHOlmeX6dlcG { width:3.6875rem;height:1.375rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oVlp56RGTPTb253iUc1HOtVfO0rMxtgT { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNKCAZFWf7vaEc60HydS4SXJ5Qd6rKdb { width:6.625rem;height:0.875rem;top:14.25rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snaHMWVqT9EON4doV8UJSh7GwrFfTEMI { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P25kpcEq5V1oR9sNPKZfMTGwuqIg0ahz { width:5.875rem;height:0.875rem;top:14.25rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C440b9HdJ4NgC68Taa2mwztPLBJb8eAy { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #qdnA4CihMMFi7MbEKCDKeRd6Gt5elLmN { width:19.5rem;height:1rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJAmQsTxpq3SCKkUvRH56hdlWpDXypPp { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #uEraeDaKw9DavIutm8wi1W27is7Lv4pZ { width:1.875rem;height:1.875rem;top:10.6875rem;left:10.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkzglzok3Gxu2LPrPs72VKrF14phUQ1e { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fkzglzok3Gxu2LPrPs72VKrF14phUQ1e > .row .container { border-width: 0; border-radius: 0; }#fkzglzok3Gxu2LPrPs72VKrF14phUQ1e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fkzglzok3Gxu2LPrPs72VKrF14phUQ1e > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gLUhDsrZxE85MNK33rrmJwA2A3vqeBne { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPrTk7TxnufHumJR5Q4tsByu3EPerHN1 { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #uqLrFQxWAbtnwwvSRvUNxnKm22xqH1ul { display:block; }
 }@media only screen and (max-width: 763px) { #ZzTrV6VoE6XTRQDTZWmvIFaRTQEaDkH9 { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MVni06xmoCb912y74nZ6lwRFSbBeBETu { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #BXs6UWMOzdPsin2WNEnWkaSr8IoM0GtG { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #T1nPdMTRGq7kCBFeZfLGCkr7vr7nsew6 { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctxnh3BQXmTspSxflIRRiRt57auDEEJZ { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #gOAQKkIBkoMgCgpw7Ie7EXIQbPp96ZnQ { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #XkoAgQcEE6IGIGr6MLA1HQP757wrDFTa { width:8.75rem;height:0.75rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #u6O73cQEw3vv9IU8nyx5bOekTEOABIn8 { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfvMBLfSfwqIwN3h4CqBRZLzAQvRm6rv { width:8.25rem;height:2.125rem;top:5.03125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTE3uTwBTtIkFKFvgFRp8x1Rn6yCQkfD { width:4.9375rem;height:1.1875rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuMfN7fMSALgIbDN3cTUCTuRotBHO10o { width:7.8125rem;height:1.1875rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1oig00v3FSV1xQki02cReUx44NOZf4E { width:3.875rem;height:3.25rem;top:10rem;left:9.625rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #utJLAweKFPcLmNUgTZbTwinTBNEytam1 { width:3.6875rem;height:1.375rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #a01xxJFnkkV7EXyXKk9embAtPCJeBcHw { width:3.6875rem;height:1.375rem;top:10.9375rem;left:14.375rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RZsWy9h6wpEMpgCRHkMvV3Srcq5qZfdS { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRQAgbQKTTBnwmpTGhQXqd6lbZeCm1Vg { width:6.625rem;height:0.875rem;top:14.25rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqelaoCmv57TFqEyovypfmGUMtR9Huuc { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGrc3GP83xKo81c9gryG8oJO4zrsMNLD { width:5.875rem;height:0.875rem;top:14.25rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2nbCwavasuWzJrwTbJJt0zUMcTodfsK { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #VaDDtTmrDAt7uMKyxaIJl66HHwnQKSQi { width:19.5rem;height:1rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMl5h7ufMmUGJU99PeRUy06VmFphRw52 { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ohXi7xgSHa4No7ZybPi0upO9B11JhFAu { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ohXi7xgSHa4No7ZybPi0upO9B11JhFAu > .row .container { border-width: 0; border-radius: 0; }#ohXi7xgSHa4No7ZybPi0upO9B11JhFAu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ohXi7xgSHa4No7ZybPi0upO9B11JhFAu > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #houD4m7NGDkxpxZskqu4GPlaM6T6gsLx { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvI9qxd4J9M2QaEbxr2BqX6OvRSbsuJD { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #DHZztfZGgol4opxlpJiQqcuXGkWUeiTI { display:block; }
 }@media only screen and (max-width: 763px) { #oQ7MR3fbCXJpx51Uv3zNdslu3OTeQSl5 { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EAsAFicF5m5wkhkdhLcxqXT4DIcuhTtI { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #pTx9IT361mHwG9RZ3mSTzzXgV1uRTn6m { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #Wtx4a9XGBxduxU8RF2dRBkX6evEF4dbN { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEAWfptN7M5Z8KGlimMSecbJGG3XgUin { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #m3WpdBN1cHxuJvUXF07ePZHcOxQt933R { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #IGT6Hz21DZx9ROEJv1koS2KXRnsGTZ1S { width:8.75rem;height:0.7871125rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #EQWWUQ7HZIndSrhZQu61GQn7vCfz1R7f { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvPAMb6x67tcuclJgNISR14dpoXyS83J { width:4.5rem;height:3.125rem;top:4.40625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX6zUsicW6fqbh02kx4Iczv7vgfEOJnd { width:4.9375rem;height:1.2246125rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihI1d9ZyLZIT0CMqVKh1hzTbpPmKwIkV { width:7.8125rem;height:1.2246125rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmiysqio6DcnmZCzNPPSg7FMBld5uWkl { width:3.875rem;height:3.25rem;top:10rem;left:9.625rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kTSbP1K1Fvmq9mRNG6yTXhBmw5DOP4Qs { width:3.6875rem;height:1.4619125rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CJ7Txg7P3SCKKmL788mHeHRgfcA5BfnI { width:3.6875rem;height:1.4619125rem;top:10.9375rem;left:14.375rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pPWJKlHUTw5pQJVlsI4oaHhR5CnfGM5q { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCRO22ntzNrxBU6tdIsROMSlo5zx9BSP { width:6.625rem;height:0.89355625rem;top:14.25rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8z4L2OLzcSySeZF9go6rwbpwVbuCPGb { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGNqmchsvkxJmCTMfySCwihAor38O0Hn { width:5.875rem;height:0.89355625rem;top:14.25rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq2bHauC2CA4FlGAy33dmZu1fLOypfk3 { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ZO1TsRE2kKDtD0B3JIEwUiw2nSaEQhUy { width:19.5rem;height:1.04980625rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h1oU9OkTx2Ti0kzGRoMadAXoTGTR3ifb { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #LD6n9HSVQtnbTO4fmsErHRsarzDhvmMC { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LD6n9HSVQtnbTO4fmsErHRsarzDhvmMC > .row .container { border-width: 0; border-radius: 0; }#LD6n9HSVQtnbTO4fmsErHRsarzDhvmMC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LD6n9HSVQtnbTO4fmsErHRsarzDhvmMC > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uhfELGbEqbZfaF5rLC2a2XucUNZC5JHg { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVo0glhnKdQG6SbuZfGMhMBnz3rOpMLf { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #JEkCb4P6cLJQuNdDMtLGwC4KeTKT8DTA { display:block; }
 }@media only screen and (max-width: 763px) { #tXJ8TkqLs5Xlmec8npXmg134GLHq6KiT { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nIZimeed6cokHAzE4vIgFrHIuyxfayKs { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #Gxu7RIxAF8l4Zi8olO5uI1U9r3UtABUi { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #O8NayMt0yzHddRtDMcifNiF1T1LG32VQ { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvOOpVwpbJ0vyQNnqGcwB2ubLEfXKpgU { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #uncFmwsB1pXCXVaFMBKn5lBUWHJHC45N { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #Mo51CsSfZ290sZkr6hcthOJKCMIqNwVW { width:8.75rem;height:0.7871125rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #rS36EPOLPUJWRgAIFJsFXD4aBXrwMTHX { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCHTJPDXXXGiU7FNhSL0U4WzOVRoi30X { width:3.75rem;height:3.125rem;top:4.34375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtahyAJs0JVxkTQzhahvfBWPT5HvDw1w { width:4.9375rem;height:1.2246125rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSm2hOIBipcZ5N7vqXCZCo3Rb27yRHqt { width:7.8125rem;height:1.2246125rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDPWolqHwzvDmWn8dLaLJtOQ6ORzeGFW { width:3.6875rem;height:1.4609375rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Lt7tITTw8VdkEf7qw3PtP0d6EOTipUw8 { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z46ZI8mO9T141bf4AKN0GxQaXui0f6yz { width:6.625rem;height:0.89355625rem;top:14.25rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwTZORalVoOJRTzvO8X9MGWTi8zoN2en { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDlRc9mRx21nohVe5tTn6n6AyiGy1oBI { width:5.875rem;height:0.89355625rem;top:14.25rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk7XtBPMHbTdq6dG27J6vIB1UosAXg9e { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #aLGf4UPrQBa9O2FoOXTgPGb6TJ4r0ASL { width:19.5rem;height:1.04980625rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tOqTLOf7z2VZuOOkxtW33cqaVuxwZIbt { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #DCuqTvoMTGVFre8J9ImuEl3zQuA8M0af { width:1.875rem;height:1.875rem;top:10.6875rem;left:10.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCyighquVuwZ2CDZuILqTVTHuxEietA2 { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sCyighquVuwZ2CDZuILqTVTHuxEietA2 > .row .container { border-width: 0; border-radius: 0; }#sCyighquVuwZ2CDZuILqTVTHuxEietA2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sCyighquVuwZ2CDZuILqTVTHuxEietA2 > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F4kMScTBhNDqSEV9ZnOE63wk0VvOwDdB { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMcacxwVF9RKHnW38c1xUCBZf4pQwcqm { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #AMF4IL2krJxABBsov7B48NOnDnrEftSw { display:block; }
 }@media only screen and (max-width: 763px) { #VbQnrMS2vuWtr8Q6QNM3ODvvh3RwQbC9 { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FyoWbaF1dJeQhs0SaysoaP8JMVJa7lXH { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #Dz4Umm0tHUnQbz9vV2vQZdCSo0SAkJXP { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #tNmqC9EoppT8euxHIp7UrU0dhzubfGRy { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlleP7pX0gop8xwQN2XUaA7XqXtLhJIs { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #qT2qGLu9WMTXf4tTQXNCqepsy71yh0Tx { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #v4IsBFoZTy6dm9kIbnsTtLXi6sZlfTo0 { width:8.75rem;height:0.7871125rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #M2VyFLANq0Ag8WaJaaJUmBecQVe4SRaq { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8RLTI9ibbqkaT4oo59IO2imWlc1gT4k { width:7.75rem;height:2.5rem;top:4.59375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evX9pcgd5akSCPZihi3J74s0QFWUTUC3 { width:4.9375rem;height:1.2246125rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWvIGvIUsUeGiTEsIXQKNWKlgPh0sEm2 { width:7.8125rem;height:1.2246125rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPgGPMcc0bFzbRTctwqHvpwUD0fXb5Q3 { width:3.875rem;height:3.25rem;top:10rem;left:10.9375rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mn0NnUPfef51H90vKQg6QeJsape2HmbM { width:3.6875rem;height:1.4609375rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LU8SUOXOW1POpk4VE8S98DotI7O6st4m { width:3.6875rem;height:1.4609375rem;top:10.9375rem;left:14.375rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EGTEtdZwSBppAVsuST3JgndisluutPyN { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsC0Pga7knvwTqlZ4V4m1pl1QZgBKD8V { width:6.625rem;height:0.89355625rem;top:14.25rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxemRol7cUH83kEkJ6VPo3gAdod44Agm { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRFblyvhfXfa0WULu4vVmSACQdxp9eDE { width:5.875rem;height:0.89355625rem;top:14.25rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDUz8JhW8OdG3hTf4IfaIlyLROO7PPRs { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ckVnLTcXvlOwsK4PTuqfLzKPTkP7A9UJ { width:19.5rem;height:1.04980625rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OkHO7R7q6lwT9sUhVoOgVT2gtHpTRkcZ { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #t9zmi7Hhb8TcgLlm7ys3fo0tBJBJ4E7v { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#t9zmi7Hhb8TcgLlm7ys3fo0tBJBJ4E7v > .row .container { border-width: 0; border-radius: 0; }#t9zmi7Hhb8TcgLlm7ys3fo0tBJBJ4E7v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t9zmi7Hhb8TcgLlm7ys3fo0tBJBJ4E7v > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nNkghe0TcpCnsSVrsCx1FubqFg2FSmGB { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8ULAJBOH2VBXLiOTwvzOvdmTsgwkDBF { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #eumplHGb3J5rGiguEaoELyPBIIzk7fRK { display:block; }
 }@media only screen and (max-width: 763px) { #ThOJgwnVtW4gMMlzeGrfM5UIRTlb2Tux { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f1y8q134KzUZx7T7HTToHWTTihlDpKAm { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #RJgF5cHJfFBaTNvgIfVyZrDlyil5TT3q { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #U7WaEH1H4KqZmUSimSPzlvlWWz3pH4D4 { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVyViK0AsAWzH2Vszkz6hLndelOThJL8 { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #usBPJVhps724B3TqIEvZEilE689TKqmc { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #wXUs50JZ7R4IyDhKvTbRkKFgoPTdVThD { width:8.75rem;height:0.75rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #dst3Cd087TwfFhq3SsszrTMiFGPMs98s { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbN2KHITRGiWVBMUnEath7NnXbxrdDFb { width:3.75rem;height:3.75rem;top:4.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNoiiXxOhIP6709545PvllPE8LA0KRDb { width:4.9375rem;height:1.1875rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co6JgpRR40VqFAv1mIHxN3PwMAt1Nwn9 { width:7.8125rem;height:1.1875rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFdQVSMh3LhySDdXDVTqC91gisx18Edi { width:3.875rem;height:3.25rem;top:10rem;left:9.625rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GeVggPMwkDmtgbuLbyUtv6oePMv7Ttw6 { width:3.6875rem;height:1.375rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nhO138RTQVDS7IEtNSfX5zQugcbc3dyl { width:3.6875rem;height:1.375rem;top:10.9375rem;left:14.375rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Tw6ofzINDbN93ylEbCmm6EzqbEu9J1TB { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClRamCbBr4SKJR2eux1ZFHg7qr2iMvam { width:6.625rem;height:0.875rem;top:14.25rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDvhp24mzpDphfGoQxTpI0iw5BhdoNQ4 { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugXE4SWlJp37XcPJuOSzfC3PVkakOOAu { width:5.875rem;height:0.875rem;top:14.25rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXgtVkTTMo10UQAi4wpVWE3nyNrdF8nJ { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Tu4udAiUI1EluIFkfvfdORyt2nts7OaT { width:19.5rem;height:1rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L1vDNbL0qBDZ3m8TdaULnA2OpI7yHo9R { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Pop3sL4qAfiyhR9EP5zdUwPkb3MqCRoh { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Pop3sL4qAfiyhR9EP5zdUwPkb3MqCRoh > .row .container { border-width: 0; border-radius: 0; }#Pop3sL4qAfiyhR9EP5zdUwPkb3MqCRoh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pop3sL4qAfiyhR9EP5zdUwPkb3MqCRoh > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ND8aXzWZNUhZtkam3e9yxJeEtKIleXdx { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0nU2ZIODewaRM2yTI62pwEegoTetBDK { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #QapUzbvdpMmTNhSTL7dvDrxTMTWgRMLb { display:block; }
 }@media only screen and (max-width: 763px) { #PeOooNIa8RfmoQ2SwBZBwQZ9EgwytsNp { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kViM38kEpsEaUF1MRQxzc43UQh2sVOID { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #kb9pZMVUaIpZOcrtxtS06NtI9o58viyF { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #Bm2GWTVCDlaw3bPA1VXRDVIRMerdq8n3 { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0p4DKME6lvA0c3kQWlRoxzhWTF4BpL4 { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #d6T5Uth7cXxJWZlAFtzocbOOgbvJTLPW { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #GOTbfcyGTBTF9CKp7mTzv7HfbVKKcplK { width:8.75rem;height:0.75rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#003f66;display:block; }
 }@media only screen and (max-width: 763px) { #TIxEoL4aCOQEmOhpsfDOr6ES2sA4ppDd { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx09wbKcC68lISBhy0Z6w10yyhpU5DNo { width:9.25rem;height:2.375rem;top:4.46875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyDnk0u1OgGGQbJaKEeheKPaFyLd5OVg { width:4.9375rem;height:1.1875rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQIOHnFzulZwX35TqIv6HwnOE4tXVgr9 { width:7.8125rem;height:1.1875rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrLGbBwQQzePpuc1niFFM2RnSkRfGPnT { width:3.875rem;height:3.25rem;top:10rem;left:10.9375rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EUoCgCIUMOizs72wAuDTzK2gUTvVlUXy { width:3.6875rem;height:1.375rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LiCTpPxKmPpoaM8fOeJeSIMHB2Rs5Tiy { width:3.6875rem;height:1.375rem;top:10.9375rem;left:14.375rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nEbOFcEQGCf4z3BKfPq0k53w8g0T6KGu { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKCOXPFThHaPic3EeUEzrReR4MWckJZL { width:6.625rem;height:0.875rem;top:14.25rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #syHgOarFc2TUrRXxFOIHKLMc6CXHGBOD { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNIudXKqWIrfC7kH57sx71ulcL9G17lT { width:5.875rem;height:0.875rem;top:14.25rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qReJ22rs4LT3TBGsBkpV6eEQx5wTU67e { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #RlhrnFm00uxM0Uk0OcFrw0zKZ5TuRI7d { width:19.5rem;height:1rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#003f66;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P2PxRNt2KUAt3w4aBzDtvXVC40AFodZQ { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #dfCaOL3iuqIeTKqNVzTSfzQHJxlBsIpT { display:block; }#dfCaOL3iuqIeTKqNVzTSfzQHJxlBsIpT > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXDFcJBQBAJes2b0FHqQonI6l1LdhD68 { width:18.1875rem;height:2rem;top:0.625rem;left:0.90625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A2Mssh8SlTsVlhlHXCX5iQzqz1WNK9sA { width:1.125rem;height:1.125rem;top:0.5625rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h > .row .container { background-color: transparent; background-image: none; }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h > .row .container > .video-iframe-container { display: none; }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h > .row > .video-iframe-container { display: none; }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h > .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); }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h > .row .container { border-width: 0; border-radius: 0; }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bVngRtPvHG1POBT7MJEEwiUJRJ1flw0h > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRgl9rkBhHVskre8TqLLzobE3T32wD4L { width:19.125rem;height:3.25rem;top:0rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTOoKGiyyRDvxoImb6iIelHebsyd2nKD { background-color:#f1f1f1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD > .row .container { background-color: transparent; background-image: none; }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD > .row .container > .video-iframe-container { display: none; }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD > .row > .video-iframe-container { display: none; }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD > .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); }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD > .row .container { border-width: 0; border-radius: 0; }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTOoKGiyyRDvxoImb6iIelHebsyd2nKD > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fI0T4NnBEuksDBsZ8JzmCPs1ZVsoIqTP { width:19.375rem;height:19.375rem;top:0rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrGMi4VL1xHuxBTRafsEq16GbXATRUc3 { width:12.1875rem;height:2.5rem;top:15.875rem;left:3.90625rem;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #P5Nr0hk5ca3dQOe4pI7Ts9HElkH2O5lV { display:block; }
 }@media only screen and (max-width: 763px) { #PhNTTmueHwNN1EnCCVZ6lrdcHTqNyvAH { width:4.125rem;height:3.25rem;top:10rem;left:1.875rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EybzGlBWN3OXTlki32T4GHzFi6ZuCZMr { width:1.25rem;height:1.25rem;top:1.8125rem;left:3.375rem;font-size:0.875rem;color:#ffb200;display:block; }
 }@media only screen and (max-width: 763px) { #PylhrG5zb69eMrGDppWM4w4ENSRMWesx { width:1.25rem;height:1.25rem;top:1.8125rem;left:4.625rem;font-size:0.875rem;color:#ffb200;display:block; }
 }@media only screen and (max-width: 763px) { #nvgKZaRlUCC11TVUIM0lF922MOMbzJit { width:1.25rem;height:1.25rem;top:1.8125rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTrOJF5VKHETUh9z6TkVO28KCfT1HrWp { width:1.25rem;height:1.25rem;top:1.8125rem;left:7.125rem;font-size:0.875rem;color:#ffb200;display:block; }
 }@media only screen and (max-width: 763px) { #Btts8eI0Dhn7Gy5dTsps3TJndJvGCSAn { width:1.25rem;height:1.25rem;top:1.8125rem;left:8.375rem;font-size:0.875rem;color:#ffb200;display:block; }
 }@media only screen and (max-width: 763px) { #ef3pTGRfX024f5uSHGoXL6MiEmD13cSg { width:8.75rem;height:0.75rem;top:2.09375rem;left:9.9375rem;font-size:0.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Xcvs5k2MtwR5RDNO8N7SSfMs7hL5ozer { width:19.125rem;height:3.25rem;top:0.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4iXCF0yc76QnmZQgQTLRA8BAESgIDsO { width:5.5625rem;height:3.125rem;top:4.53125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox9bbyITql2P2Gfd52Whi5XlcIA8T24K { width:4.9375rem;height:1.1875rem;top:8.8125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyyBeAZxAcdw78Tr2bz6yNWbsRlf4keE { width:7.8125rem;height:1.1875rem;top:8.875rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUpVXAm9HXQHWrrkQMs7R78WcTWBBTDa { width:3.875rem;height:3.25rem;top:10rem;left:10.9375rem;font-size:2.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a48dPE3buhSwPTCpDSTO3hLtmdfGsann { width:3.6875rem;height:1.375rem;top:10.9375rem;left:6.625rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lWOtmheTCFhcQ6hsbvsvDisrqsn4e4ZJ { width:3.6875rem;height:1.375rem;top:10.9375rem;left:14.375rem;font-size:0.5625rem;font-family:bitter;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RrtH32QnxycvTKEkIR3OkOpwBvG9JT9W { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:10.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8qdWlhpC2Oc4bgP4AWVTOBCO3D1NtsF { width:6.625rem;height:0.875rem;top:14.25rem;left:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW0H9ilDvpANeL5tDutfVCNSh5tBOq9l { width:1.5625rem;height:1.5625rem;top:13.8125rem;left:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEPZ8T2kQHauvhcAwwPCSLLS8y2Q3c7T { width:5.875rem;height:0.875rem;top:14.25rem;left:12.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzvw3Ovo36NRgaVp2QqFq0SAk3pFAIkH { width:17.5rem;height:0.1875rem;top:8.125rem;left:1.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #S2SQ3EUXCwJ1qdDisJIvxcEnfVzOoFJJ { width:19.5rem;height:1rem;top:0.6875rem;left:0.25rem;font-size:0.75rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTWH19ESPB3clDWA0GcEqswsizO5PdCn { width:17.5rem;height:0.1875rem;top:13.25rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #uXfnfm7DG01uvJVaw1fmDZRStfaAkpkW { width:1.9375rem;height:19.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVTMngDay9yGGhkOsa5OQJb6qfMztIXP { display:block; }#tVTMngDay9yGGhkOsa5OQJb6qfMztIXP > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mx4VcaPGuShhqlag4Du06LnAyqfAFrC1 { display:block; }#mx4VcaPGuShhqlag4Du06LnAyqfAFrC1 > .row .container { width:20rem;height:110.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITcFH59UlMFrWveZE0QtgH9Fc67JDazb { width:18.75rem;height:13.125rem;top:3.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebah4O6oEpihOq2ymP8ZSagzwpCyT6iT { width:18.3125rem;height:1.625rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuDANMMRK3IJKbhX7K2ZWXmmGuk1kgf8 { width:0.625rem;height:8rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5ppxrACi2ov1hc71oLziA03qXeNdIbd { width:20rem;height:8.4375rem;top:17.90625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zqr3PUVgwQZfyarT2V3Q6xd1rX6HRTcO { width:18.75rem;height:42rem;top:27.8125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxA1BGUKFHZ9QGJ0O88kBPwkolFPvQkk { width:9.375rem;height:7.8125rem;top:18.1875rem;left:1.625rem;font-size:0.875rem;display:block; }#ZxA1BGUKFHZ9QGJ0O88kBPwkolFPvQkk li:before{  }
 }@media only screen and (max-width: 763px) { #poQcTdkJ8e8pKXEeuPyMedh2lyTxTedg { width:17.4375rem;height:14.125rem;top:71.25rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiABhvrrprhotsDw9PGIODNw1s8GNxX5 { width:20rem;height:24.1875rem;top:86.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkOLkeupR8m6onb34PTmsokshD66AJqz { width:19.1875rem;height:1.625rem;top:88.625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctEXdzbRMeFNbnJ0lqx736nQ2KkmAmfG { width:18.75rem;height:13.125rem;top:90.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kop7DraaIOPfUQ3FMZiKziDLoqsQymUS { width:11.875rem;height:2.6875rem;top:105.96875rem;left:8.125rem;font-size:0.9375rem;box-shadow: 0rem 0.1875rem 0rem #128d61 ;display:block; }
 }@media only screen and (max-width: 763px) { #nI49hiETh12oTvhvDW3s4Arf7couCCs5 { display:block; }
 }@media only screen and (max-width: 763px) { #Tav0oGybhXqD728z7rwoEV5E4E1M8GyN { display:block; }#Tav0oGybhXqD728z7rwoEV5E4E1M8GyN > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wa01donXZbwLKUsQIzPx2dkUg163rQa1 { display:block; }#Wa01donXZbwLKUsQIzPx2dkUg163rQa1 > .row .container { width:20rem;height:80.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POletvkXliMlXNn9vHKiAdsKE0X6c4Qu { width:18.75rem;height:40.6875rem;top:4.5rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwK93Z3bGXT4ILGXtD0DCTwOZyyBT0DN { width:15.6875rem;height:1.625rem;top:1.625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMQlyntV4Lysx6MFnb9iqagC6Vo9DHaD { width:18.75rem;height:30.1875rem;top:48.8125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA6J8pgzMCIIgSV2gKVJ8cZfnLxi9Rgc { width:15.3125rem;height:1.625rem;top:46.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuOzqQk7UF78WPyU3mBVpfF63iyDTTkQ { display:block; }#wuOzqQk7UF78WPyU3mBVpfF63iyDTTkQ > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqARlUOi5HsMtnr56T1vEcPmx5BnH7OE { width:6.6875rem;height:2.4375rem;top:0.875rem;left:5.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkvZfFU9puqgFXBczTOoPeJZ6Ek1FxMS { width:4.0625rem;height:1.25rem;top:1.78125rem;left:11.8125rem;font-size:1rem;color:#c0c0c0;display:block; }
 }@media only screen and (max-width: 763px) { #KeGDPeKaXyTMiq4w15tTtISnrfROtyGR { width:19.9375rem;height:0.875rem;top:4.03125rem;left:0.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lAtZCQfRIiAyVzeN41s8y2niMCrRzqxR { width:20rem;height:0.8125rem;top:5.34375rem;left:0rem;font-size:0.625rem;display:block; }
 }