.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f2f2f2;background-image:none;position:relative;top:0rem;left:0rem;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM { position:relative;z-index:auto;display:block; }#wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM { background-color: transparent; background-image: none; }#wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM > .row .container > .video-iframe-container { display: none; }#wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM > .row > .video-iframe-container { display: none; }#wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM > .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); }#wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM { border-width: 0; border-radius: 0; }#wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM > .row .container > .video-iframe-container {  }#wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM > .row .container { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;width:75rem;height:52.5rem;font-size:0.875rem;font-family:arial;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#E9WrvS5wcIIOTw0iQd94SMNHaL092H6f { color:#000000;display:block;width:25.8105625rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.336669921875rem;left:4.9993896484375rem;height:1.7871125rem;font-style:normal;display:block; }
#TeBw9FXJiw00mJeeKACc7l1d6pL6p17T { color:#000000;display:block;width:30.562125rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.874267578125rem;left:4.9993896484375rem;height:9.0976625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nwNvqcFkHrHMgLW8GeIPZVr34qwkcha9 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:43.98681640625rem;left:66.469116210938rem;overflow:hidden;display:block; }
#ZBsJpkT7i2WzHASUhbPxc4WNHAK4qIVP { background-color:#000000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4975625rem;height:3.43628125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:37.93701171875rem;left:4.9993896484375rem;display:block; }
#ga9eXZ8DNGweTTqRlMniFkaBr4PJTdI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f8i0g9sfQmbBdVAKXphdWz2d0KHLqy2l { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:9.3125rem;top:2.5rem;left:33.75rem;overflow:hidden;display:block; }
#Ti4wOJfCKx4k0qKB1qqSEB2TUvaTsyhL { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LIgag79v9U4MIWAU9X0KDFbz9aAfyVKG { color:#000000;display:block;width:29.4995rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.685668945312rem;left:4.9993896484375rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cUp4F8GOqkGJOhoCkaxEeSsl7c3DxD6s { color:#000000;display:block;width:37.8125rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:22.561645507812rem;left:4.9993896484375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tQ5xzq1kn6CMQPGeE7KHJZyiV9F5QSqi { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:4.1875rem;top:43.375rem;left:5rem;overflow:hidden;display:block; }
#Qsn7lwoThB4TNGPt4l1tE5gIdX9nnsCt { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:4.1875rem;top:43.375rem;left:10.875rem;overflow:hidden;display:block; }
#wmREFg3vnQtnpDME4IDCI5Xty0eUa5wq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.24926875rem;width:4.2495125rem;top:42.8125rem;left:17rem;overflow:hidden;display:block; }
#szUK5xsuEvs37sw17PFgqToKN5OzWvFi { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0620125rem;width:3.37426875rem;top:43.625rem;left:17.4375rem;overflow:hidden;display:block; }
#OIbUaBkp7JWluiy4NDGk2MC4wS0lEq8r { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.186525rem;width:4.186525rem;top:43.375rem;left:23.3125rem;overflow:hidden;display:block; }
#hO2MTUV6FgQprdQJ98da8H5gzSoHSu5h { color:#000000;display:block;width:5.99975625rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:48.661499023438rem;left:9.96826171875rem;height:1.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbO7Lp0btcHIAKhdaXqASJXFZg4T9rT2 { color:#000000;display:block;width:4.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:48.875rem;left:17.125rem;height:2.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nXwRzHZK2O9OApkHAKLxyFzwPhfZ0nfv { color:#000000;display:block;width:6.625rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:48.875rem;left:22.1875rem;height:1.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kDc1gho2L7GBDOO21ArHriERhIJqFlGB { color:#000000;display:block;width:4.125rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:48.5rem;left:5rem;height:1.40014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LDbV75Epxlx4cATIQncJQPP7R03WlJBP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.24926875rem;width:4.2495125rem;top:42.5rem;left:17rem;overflow:hidden;display:none; }
#FiObLAJh2CC30I6DC7WvBRKMxmoQNvHb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:7.8125rem;display:none; }
#G8FGFiTntFn8TpTIt4Rx7cvJgQa9tPl9 { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#o0ZrWOIyUJTOsKhKReRz1zIganO6O3ds { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#i2bJ2yfMaF0WL90csT3B35POpTu6DMr3 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52.437125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#EEsPNsGJ5F9nqa39zw9EtsOm1BIvHmiP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:138.9375rem;width:60.9375rem;display:none; }
#pPIGElnwTQTThFUeM04LT4xaipeBX494 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.1875rem;width:11.25rem;top:3.8739013671875rem;left:63.75rem;overflow:hidden;display:block; }
#luDv5gwg9bx1qn4vlITG2qHt7qHK8yfg { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.7495125rem;width:5.81176875rem;top:15.66162109375rem;left:66.469116210938rem;overflow:hidden;display:block; }
#EbiTmVD5MuTllHfaHe51K2tlD2u2QRof { color:#000000;display:block;width:37.374875rem;position:absolute;font-family:brown;font-size:2.75rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.7481689453125rem;left:4.9993896484375rem;height:3.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aTF9NDTokugHkwSFuGzeHNC56F5a2oSs { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aRWZB9pUm3qQDUV4lWyNBDvh4hP57cF1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.5rem;width:19.5rem;display:none; }
#pQdcT4y0wrLhDGX14XM8m4WQiR7B8gVS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:58.4375rem;width:58.4375rem;display:none; }
#M1n5QdCer9gJqFMTltkx2ErrtblCZ93D { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:41.3720703125rem;left:4.9990234375rem;height:1.13671875rem;display:block; }
#bgZTR5tcJ6rWf29en2wI48zVSektpD7n { position:relative;display:none; }#bgZTR5tcJ6rWf29en2wI48zVSektpD7n { border-width: 0; border-radius: 0; }#bgZTR5tcJ6rWf29en2wI48zVSektpD7n > .row .container > .video-iframe-container {  }#bgZTR5tcJ6rWf29en2wI48zVSektpD7n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#isTvaafP2PsHPLA3U3X8eWydo9V6BGBt { background-color:#000000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499125rem;height:3.4366125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:44.9375rem;left:48.75rem;display:none; }
#dhV05Lxeh8PunVVb9ol8Qn86LvHT17vA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DfoblT7SUMnqSWzgH6xwmyPFbortHy5H { color:#000000;display:block;width:25.81125rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:4.99951171875rem;height:1.7871125rem;font-style:normal;display:none; }
#J7SidcyykhN9Vrd9Uh6Nkcn1S19EDs0u { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#zCdbSUkAdbuc8tGyzhZVTCSPLt5uwqMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aghaS7ctLCTqC6ni0hxESr27q2z0KHQ9 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#NdKGqtezLmKseBORlRZx2SLN7TtIZhUq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVbNBEAXRdzuuB50y3SlXg7yCSvNDJfI { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:15.875rem;left:0rem;display:none; }
#KVweF125N4LM68wVdiPepRaLzF0xI91Z { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:46.5625rem;left:3.75rem;display:none; }
#eFziQMLHuem4QtJCIQSB3VDBrdKoeEta { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#wpcrs71be2t3siiblsqvUolH4WutUFMX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qipP9VWQfQrvxFKtkJlfJoeQbucn8ry7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:3.1875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:23.375001430511rem;left:3.75rem;display:none; }
#X2vZUCCwhiJbtzySvW0yyM56RLrvkS79 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b65qKT9BMyr70x4q1d1UI1bIeGexuiXg { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:21.3125rem;left:0rem;display:none; }
#RT7h9T0TWtAEs4cZoRSsHBAkANBNkBHG { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:46.5625rem;left:3.75rem;display:none; }
#KGKwG38itLf8LZaTRsWE9f7AFFd8x48u { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#bLkuT13TTSXNmebEbhVTUg0D3RP9cvhW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lvmhUkIabkTU7zeUkHDTOku9gFDEwCES { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:3.1875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:23.375001430511rem;left:3.75rem;display:none; }
#Eu3kNiXGngvQanEbRLHAnxLt3DTnvNm3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XdeIcyT3XXeyS60q4LklKApug5axsIRX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.1245rem;height:3.312375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:19.9365234375rem;left:3.6871337890625rem;display:none; }
#qOJqM1ISGaOQPClNmc8Jq1QpdHDar1Vl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DyOJ86hDznSGuTxi7Xq9XqvbacykX8EC { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:26.75rem;left:0rem;display:none; }
#TWHcu88DuwLqryzu5bTk6Cn3NkdNvNlK { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:46.5625rem;left:3.75rem;display:none; }
#owDINSWu6hnfcuQHes8GpBK74CBKs4pZ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#We8QT6JlKhflkTGmcA9ZgIZorwJfxOgm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qy0DAtF1JOFDFL9Tf8blMET2igylFKhU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:3.375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:23.312377929688rem;left:3.75rem;display:none; }
#TJE7HqLo13zmSkyKref2TPtGuJTey6Jh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iMUAtS01ewGrfTTEXGFRfNPl4Dy63aXT { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:32.1875rem;left:0rem;display:none; }
#VckOsNh3zFFcIJxdsSibaWZM4X9FNTr6 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:23.5rem;left:20.125rem;overflow:hidden;display:none; }
#KvNLAmTDhmTvWRUgd06fRryVJRLTT6TC { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:23.5rem;left:20.125rem;overflow:hidden;display:none; }
#WH8z524TvXf0qT77Dm5iDFEOGXVRdQId { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:23.5rem;left:20.125rem;overflow:hidden;display:none; }
#rJbl9npJPftacn0RuJyPRU6e62tegiMt { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:23.5rem;left:20.125rem;overflow:hidden;display:none; }
#OTv5pq0Mg5HpciONT7JFv4k6X8XUIu1K { color:#000000;display:block;width:25.81125rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:4.99951171875rem;height:1.7871125rem;font-style:normal;display:none; }
#GrgJrTXRIWuQ4X8P1zxaRiFpNgX7bRdT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#HMFwA3d792dxWpyb2gaX1vlZaZJi0NPH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PNHsDoXyDR5k6EySboVqAAmlIyl2XX9C { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.68725rem;height:3.18725625rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:30.812377929688rem;left:3.3740234375rem;display:none; }
#m5vJsaTqZX2vc8QM9d8ZAGxvJae7duog { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RJcBK5pReHSWGdNaXT06zOXhBPmhNDQu { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:42.9375rem;left:0rem;display:none; }
#DeMalIPTT53pprdPCTzeT7V2gNHLaisK { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:46.5625rem;left:3.75rem;display:none; }
#fT5D3dFk9hskpVKME3ClGDr66zx4QfuS { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#yO4TH0mIiygEGb6gOzymTn0eGUXZS0wt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V0NgDRppFpCGrgf70iyQQty9ZkTZzQlT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.68725rem;height:3.18725625rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:34.312622070312rem;left:3.3740234375rem;display:none; }
#HkQTwBKTVBtc5J3dSoQmTlw41fDHSWd7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UZmudSLoQMdg4DasgtPPBsqTRnDEx4v8 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:48.375rem;left:0rem;display:none; }
#tPATH9EPVnPZqtn92Zzf6zGbVDH2qGSd { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:46.5625rem;left:3.75rem;display:none; }
#tXJ4Eaf5x5UxDXFO9D26LFda9v6IScKe { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#hd504DxvJ7Hzsry7e46Gw4hJuuO9lAC5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VWgJN5U2b5VgV3em21fKEiO4u99l146D { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.37475rem;height:3.18725625rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:37.749633789062rem;left:3.75rem;display:none; }
#lQuiTG6TtkScqnit4LWSmklZtdd3eV3g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9oBtAaTRO7IbhMTF6H8ybedQ7TXHzpP { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:53.8125rem;left:0rem;display:none; }
#qoXwIkTJ79G4QOmx8NBgsX5UeDuHWauZ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:23.5rem;left:20.125rem;overflow:hidden;display:none; }
#QPBNX4Jcuxt1PA33S8f1xEwFRxPr9LiM { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:23.5rem;left:20.125rem;overflow:hidden;display:none; }
#fu4xWG8WMfNO19l4KGrgXVOdlW3kBrdN { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:23.5rem;left:20.125rem;overflow:hidden;display:none; }
#r4vlNiKcWsTwsFxVZIhI0qDvlsuw2bSV { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:46.5625rem;left:3.75rem;display:none; }
#MOJQSRqhJ1rTKw3vZ3mEsEv6sZkBu9yo { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:46.5625rem;left:3.75rem;display:none; }
#ZJvuARufV1Z26HlEbzIM9ik6NrtCFPZA { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.68725rem;height:3.18725625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:44.687133789062rem;left:3.5302734375rem;display:none; }
#k1CkvPIvoC4RqqRTDg3HIyZ7sH1TJKo7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wnBoABoH2qaBFykslhLh4cqbIrlh5aWT { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:46.5625rem;left:3.75rem;display:none; }
#d727umd5oa8P7EqWp8oidf0NURGlQf9d { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:83.125rem;left:0rem;display:none; }
#xzRrXDQ7AHo1dP19FICuBn5Tl2Kn6LTT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:23.5rem;left:20.125rem;overflow:hidden;display:none; }
#kccVFZmzZTKwH3gV9bUfdM1Huf0327WI { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#bkmcG1hTh4DT7PfbiVbhAhAfhTXVpnRR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nSbNHsLMf2fFFxyTy6uxwNZD7cRr8f4x { color:#000000;display:block;width:25.81125rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:4.99951171875rem;height:1.7871125rem;font-style:normal;display:none; }
#JLJGo82TGk5Xfgwp5ZJ8JLiHU1ACptde { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.9995rem;width:29.562375rem;top:7.9998779296875rem;left:42.716674804688rem;overflow:hidden;display:none; }
#v1oRBGPMzP1q3JPsqATFTNNRbv1EiduP { background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#v1oRBGPMzP1q3JPsqATFTNNRbv1EiduP > .row .container { background-color: transparent; background-image: none; }#v1oRBGPMzP1q3JPsqATFTNNRbv1EiduP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1oRBGPMzP1q3JPsqATFTNNRbv1EiduP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1oRBGPMzP1q3JPsqATFTNNRbv1EiduP > .row .container > .video-iframe-container { display: none; }#v1oRBGPMzP1q3JPsqATFTNNRbv1EiduP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1oRBGPMzP1q3JPsqATFTNNRbv1EiduP > .row > .video-iframe-container { display: none; }#v1oRBGPMzP1q3JPsqATFTNNRbv1EiduP > .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); }#v1oRBGPMzP1q3JPsqATFTNNRbv1EiduP > .row .container { border-width: 0; border-radius: 0; }#v1oRBGPMzP1q3JPsqATFTNNRbv1EiduP > .row > .video-iframe-container {  }#v1oRBGPMzP1q3JPsqATFTNNRbv1EiduP > .row .container { width:75rem;height:51.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#hvp2Nc77Cv93rwlGeXMvezblHoz6haf0 { color:#000000;display:block;width:32.374rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:2.5rem;left:3.75rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#EXTv779ozgRCgQNfi5GwE7Cq6ZZxDRxo { color:#000000;display:block;width:33.8115rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:5rem;left:3.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#plc1fWpotvda67nNHvPUU2Ay1aF1UweG { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.249625rem;height:3.4375rem;text-decoration:none;z-index:15047;text-align:left;text-align-last:left;top:13.1240234375rem;left:3.75rem;display:block; }
#hZ086PTRx42rvRSUviM94GVkfZLaZQgP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PINPOaLhBMbqMLlSggWTtFMmpVv7pTGJ { position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:30rem;top:16.5rem;left:3.75rem;display:block; }
#whLcR12uPPXUd51svQKFOsfTJBFpenTZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:14.5625rem;left:32.75rem;overflow:hidden;display:block; }
#A1OqdvcxrZNEayTwX3LcWBTioKTicuOr { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:10.9375rem;left:3.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#fQRMV7uJ0kGZiC3IgXfWeVDZbF4bI5rs { background-color:#000000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499125rem;height:3.4366125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:44.9375rem;left:48.75rem;display:block; }
#WlWcnqgNOBXuUo6zT3PywaDQnxwaCHJJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FfGyp7UPyXvaHIir9ZQNulIQuN2uyyv7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:12.1875rem;left:3.875rem;display:none; }
#JzhKUEItJuHk2ighMwZBIUMezVV8Gfp5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TqlvdBQeSOQ43uW8oONWDZyHG0HRPvWh { position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:15.5625rem;left:3.8125rem;display:none; }
#unuKVN2K6OPq1uGVJy20XTszlW5ynO3k { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:left;text-align-last:left;top:15.5625rem;left:3.875rem;display:none; }
#ENTKgEQ9dA6cAtZ79WVB7q1lOv7AhVAg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZS1UTOktEtlOFB3Qi4S77ApP9dkVdGur { position:absolute;display:block;z-index:15031;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:18.9375rem;left:3.8125rem;display:none; }
#NpHezIzO1TZhX9ZINp4QOO9tlyREaTEv { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:left;text-align-last:left;top:18.9375rem;left:3.875rem;display:none; }
#NI9OiDtsBq22AHor061ZskOHpdeOEO1P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RJUJAg71TIxLPEpdHuA2AbTgXn6A3BNL { position:absolute;display:block;z-index:15034;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:22.3125rem;left:3.8125rem;display:none; }
#FTPxKNSIguRGkQyuRgWvwcxZkUbfSibr { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:left;text-align-last:left;top:22.3125rem;left:3.8125rem;display:none; }
#r7qpTFOXnUUfnLwd43TgUnA9EUKLWUmG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NMb8cemn8cNMOLJETL6o48HJTVVGAK6n { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:23.5rem;left:20.125rem;overflow:hidden;display:none; }
#JdosCVDEUQKM0P6g0hp14CEINWEGXLuM { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:13.3125rem;left:20.1875rem;overflow:hidden;display:none; }
#ZOO181kguNQTWAqrEf01xw63xt2wSTbk { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:16.9375rem;left:20.1875rem;overflow:hidden;display:none; }
#RHSoDUGaRuwGLIgGECIndIKufvZVq3xh { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:20.3125rem;left:20.1875rem;overflow:hidden;display:none; }
#ZyBT6CCcZtzPN2SmSzl95tW5q42Dy0g6 { position:absolute;display:block;z-index:15037;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:25.6875rem;left:3.75rem;display:none; }
#KUZq0nfaiqvDogsLi2uNrpayAhHcUBZ8 { color:#000000;display:block;width:25.81125rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:4.99951171875rem;height:1.7871125rem;font-style:normal;display:none; }
#Tn5vK2MDuVC3Ma7on0whdWrh6aTAAWZT { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:46.5625rem;left:3.75rem;display:none; }
#zzmD0A1FCgPswk1bXdlk3T9XuzFxJIMF { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#QdDHI7VIKaOx8IhaydmGkbvOAZdm5RmG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QcMH8qB8ty93m3xUI0kPORtdnW83II2X { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:23.5rem;left:20.125rem;overflow:hidden;display:none; }
#LoPvwGwbVCkiGmvgxJWVNfqiFWJGfNmr { color:#000000;display:block;width:12.875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:14998;line-height:1.4;letter-spacing:0;top:14.0625rem;left:9.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Gu759KxJAV6lJnNfBKBFt6JG0uvnTTib { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.062rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:left;text-align-last:left;top:16.4990234375rem;left:3.75rem;display:block; }
#VssAU2FqPT71LyKfViuccCDWRgt3RalN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tyXH3NorTs3glgSfH33Rm7PUynb4wCxp { position:absolute;display:block;z-index:15032;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:30rem;top:19.875rem;left:3.6875rem;display:block; }
#tw1gO392pw70Wik2eHtUeIiOQG6pbgFI { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:17.375rem;left:11.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CuVDDy2M5DncQRkTDHLKp4i7m7XT23pt { color:#000000;display:block;width:45.625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:7.874755859375rem;left:3.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CD8CPaQAgODohWscpoEd6mT3NVbd7Nh5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:left;text-align-last:left;top:19.875rem;left:3.75rem;display:block; }
#xNWnzp4MnMu7QLqp4swsU11KC4CexAgn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yPFLILSELnKN7xLqit7kFsT2sNl9AOt7 { position:absolute;display:block;z-index:15036;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:30rem;top:23.25rem;left:3.6875rem;display:block; }
#UgBNFxr8T49PQXJ5cdZ5LBT0iLzxw49C { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:20.8125rem;left:11.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FVV64cLzHbXx6DHvt3EOccmusra9pcCs { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:23.25rem;left:3.75rem;display:block; }
#hSO6m2nM63ayOfilLNCfeWv2AQf1dFEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ncWCcX2sZFpA7k1cKworwJgMnIQ4mTZH { position:absolute;display:block;z-index:15040;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:30rem;top:26.625rem;left:3.6875rem;display:block; }
#w5kKfBhA0SDCE2WUbP8Jl2JozuRfkuKZ { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:24.1875rem;left:11.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BTClXtMPq0NatL7CzRh4SRdIykke0CwU { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:24.5625rem;left:32.75rem;overflow:hidden;display:block; }
#zT6Kx5WmicARyUZMA763zHg1Lc53fRZG { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:14995;text-align:left;text-align-last:left;top:30.6875rem;left:3.6875rem;display:block; }
#AfcMI2Vx28NEcxcEQHBHzJ4r9ymt2gfO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNCeUNE5N3iitPAC4mru2tnKHd24XPpW { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:28.5rem;left:3.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OiJqvDPFMZSEexWw8UaWMiUsqgcP53lp { color:#000000;display:block;width:21.3745rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:31.617431640625rem;left:14.623901367188rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qxq6bKkxMTUTpUpu4uNUaZ80MAgxn46f { position:absolute;display:block;z-index:15040;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:30rem;top:34.0625rem;left:3.625rem;display:block; }
#n9IBFTHUDCFvEkBTMGTkxUbgixHV3aTi { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:34.0625rem;left:3.625rem;display:block; }
#KXUSF6BQFp49foU6nnViqqcJqdDNGID0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q1tTQqODQObkqGaHHgCcbVTSOMCEodb4 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:35rem;left:11.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kEivfuXDqPwWBx9eKWNKilXnb6uuFA7K { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:31.9375rem;left:32.6875rem;overflow:hidden;display:block; }
#trLy5MSP8gZcKXACWTnJGSZcuQc8htgo { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:35.3125rem;left:32.75rem;overflow:hidden;display:block; }
#bebuExf4qMcBT61RKZPS3IJoTf8d1tkF { position:absolute;display:block;z-index:15044;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:30rem;top:37.4375rem;left:3.5625rem;display:block; }
#TgNmHli1cbPiECw9oxdJTRN3n7ql6XUX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:37.4375rem;left:3.625rem;display:block; }
#t9TeRJPPfeS7CtIiCslrpaDH5LIGgBBw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ucBt4rfGzRJaswxzTFZd7vJMSNPRVJTs { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:38.375rem;left:10.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GlfOG50fRIsRRDH76E6SVlTpkAqFZrnM { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:38.6875rem;left:32.750002384186rem;overflow:hidden;display:block; }
#pHfUULG221xlqhVnL9cEUTTwsATVTbH2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:17.875rem;left:32.75rem;overflow:hidden;display:block; }
#BRaqSN1G3de40fBZJ6CzmZ0rerFwE3a2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:21.1875rem;left:32.75rem;overflow:hidden;display:block; }
#DFEXTzSnu6w24RzcBzRhderTgQv8sBW6 { position:absolute;display:block;z-index:15045;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:30rem;top:40.875rem;left:3.6875rem;display:block; }
#ulvmtaQ0xoEQCpZflFHgPD3G34PU9Zhn { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:42.1875rem;left:3.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Kz1FS3Oufx4MWZya97wxS1Fm1dVVpdOZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.25rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:left;text-align-last:left;top:44.375rem;left:3.75rem;display:block; }
#IgM1b365hVzIikvN4FwqJulLbuHUBoxX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B3WmlSAnqkEr5z4P46rAoXmB22rurDfC { color:#000000;display:block;width:23.5rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:45.25rem;left:7.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#k865hWo9rUwuphMEGiqyFQ9vi7gkagRR { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:45.625rem;left:32.75rem;overflow:hidden;display:block; }
#luNyx4gpL7rBb3bKoTvovMhJHnn0rVJb { position:absolute;display:block;z-index:15046;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:30rem;top:47.75rem;left:3.6875rem;display:block; }
#oIP7urWVvETMSW2QqSwE3uBbTq8DLTVJ { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:15.875rem;left:0rem;display:none; }
#nuCTP7ITPPd3OZRcdUzey8O4ulnA5dfe { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#cf8ads1mPBNMqwRAVMLB071fKPaueLJS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wp5CMInp2F59Z00nGgQC7UrM9Llr5LHL { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:46.5625rem;left:3.75rem;display:none; }
#U1JeAozpQrm097VcvuATeUkpTWrDCLUP { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:21.3125rem;left:0rem;display:none; }
#dTgk63nFNIxAplaq6bfTCAoNncQoqrnD { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#JFm2uN1QxQ5JVCamt7VTtQhHx2nlFotk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MeRgEhFeV3PZpCdlohbghG1u7bFfWDnb { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:23.5rem;left:20.125rem;overflow:hidden;display:none; }
#KKLHizrxlsn6wCpaKZsvO90nEZCkt2wI { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:46.5625rem;left:3.75rem;display:none; }
#WkeigcUEqGtgxxPtOAwmmgZvGCn2E0h4 { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:26.75rem;left:0rem;display:none; }
#ERuTffQDtX1XK1lTaJnbffPndJMS3nUD { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#gPTaKMSbWHHrvc3uhkDhOdLvN33EGWIl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qa6CnMDxSIFwx739ZAybJFqKQU96w6Zv { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:23.5rem;left:20.125rem;overflow:hidden;display:none; }
#eJMppht7bZIWqCQb7BJI1Skblmmgpmoc { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:46.5625rem;left:3.75rem;display:none; }
#Vc7awxeKJMdTVrBlef6Lt2tI5ynObvqJ { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:32.1875rem;left:0rem;display:none; }
#e8ylWNcgpdawfqJedfXraaIFFFvrQvl0 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#CU976Ok28Bc8nq2rLFO4UtKJpJt3roAz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fFCI1fdheAX5u53Pgn7WyrXn5EdLX9lz { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:23.5rem;left:20.125rem;overflow:hidden;display:none; }
#FGSgc8L2TDpAZukoZEy0NF2sIbQ9qOLT { color:#000000;display:block;width:25.81125rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:4.99951171875rem;height:1.7871125rem;font-style:normal;display:none; }
#WFXAugvUT3hh2rvbyS8XKreIF9NZ99GT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#NuWhew8TIqgAuT0BAuh7Klyp6zi3TleA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N5brLIqEXi1WEpQPOECcA9JlHEFEk1mD { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:42.9375rem;left:0rem;display:none; }
#IOrOVqQlV2efLVXKLtO15WptsWMcAxGq { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:46.5625rem;left:3.75rem;display:none; }
#rdIUgDzRslZORKP7okce5SwTPdHHtR6R { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Dkf9gy5a7JGQ9o2qourB7HcnRiRwaMrV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sf7GRSxivPZrgr9spJvlHrspauMrIBv0 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:23.5rem;left:20.125rem;overflow:hidden;display:none; }
#EQBS3vG2J6O3s5q1fuEyIUHQp0Rpseqd { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:48.375rem;left:0rem;display:none; }
#OftI5QPmWUIhmo1eFU7PUhtAiQoTsNTL { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:23.5rem;left:20.125rem;overflow:hidden;display:none; }
#gXnJV2fqbGOZirNck53f28sqkb2r0nwK { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:46.5625rem;left:3.75rem;display:none; }
#DJADn5qoFRZfiBZOMZSqgw40lDO9bFBR { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#AgXGEM4n9vTThkUTymry6zqrp0KSXCBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wOGI3VRl04BoFldwBmWN4iOr7K8tcMeu { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:53.8125rem;left:0rem;display:none; }
#Pxsf5mp95D5JRC81HUuDZBpEJ0xnTn16 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:23.5rem;left:20.125rem;overflow:hidden;display:none; }
#VqgJ9Oq8oWKWteC2ztd4l8aLUJIVEMke { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:46.5625rem;left:3.75rem;display:none; }
#zUoN45E4aIh8pO2QUuCth3LlBLQ96uSV { color:#000000;display:block;width:25.81125rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:4.99951171875rem;height:1.7871125rem;font-style:normal;display:none; }
#ZZ0SrITXLLTewMl6iuUSeOVgcoTJhNxz { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#zCWv3TOOFZDVqfLuXQUNdQeyiM9pAtky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ymOImqpduz46ibCtx10Jo4mxd4SBRANh { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:83.125rem;left:0rem;display:none; }
#xqXIem69ebUHCHgGLMngFB5yXcFee25s { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:23.5rem;left:20.125rem;overflow:hidden;display:none; }
#JZKJwrZTUko2mtT81XuE00IfduXhy33n { position:absolute;display:block;z-index:15039;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:18.125rem;top:46.5625rem;left:3.75rem;display:none; }
#Lb9WHqHbmnWi23vKWde8s73Gaq6FVtH5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.1245rem;height:3.312375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:19.9365234375rem;left:3.6871337890625rem;display:block; }
#agh3UNh9sFTkODTSGoLHhte79unQyhOT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AH4RawUEQh5HNfuTW6ybQBbs87XrvgtJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:3.375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:23.312377929688rem;left:3.75rem;display:block; }
#MKvFTMF6Ip98hDyc9cDQP5U1WeqxB0vW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NndqmaEwfpbcmrtg5Ni0EicDzMRxm6qa { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.68725rem;height:3.18725625rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:30.812377929688rem;left:3.3740234375rem;display:block; }
#sPtNfJrR7WBiOnQQTxBWxrGBL3iliyJ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XNckuTUEw9O4FwokcWTn5tCmfgQzr7Kp { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.68725rem;height:3.18725625rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:34.312622070312rem;left:3.3740234375rem;display:block; }
#brfmtX9bOG3lTc7wiTe8iOhtCUzUN4oR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lOTUTLuKJPmPqKLTFUHzXWQDR4fZuvJJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.37475rem;height:3.18725625rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:37.749633789062rem;left:3.75rem;display:block; }
#EsfhBK0ThVWAZZ3twLKpHQXo7duTFJNf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RcF6FkTswhBIXHl2CZNdRWwn2U3fCyMp { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.68725rem;height:3.18725625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:44.687133789062rem;left:3.5302734375rem;display:block; }
#Ctdogux3PRGDnqthDuC8tATqWMtyWOOf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vq7rNZzErd08UKOKiGFZld9AU5G9B6wM { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:3.1875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:23.375001430511rem;left:3.75rem;display:none; }
#X45KMy9z5HlMaCLLAyzP6M6OM49v0s7M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DS5P6GxHBQbp3saXDNimuXVOwxrpUqSb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:3.1875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:23.375001430511rem;left:3.75rem;display:none; }
#TsTqqmnFizLS0JVQwrTlX63thTtQ9ESA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oHZhvI9Dxo5Fk7NB0dy5EMGVJffBUFgs { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.9995rem;width:29.562375rem;top:7.9998779296875rem;left:42.716674804688rem;overflow:hidden;display:block; }
#XgafOeHCGmLATJFNWuv8qIsPRh1BsBxG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#XgafOeHCGmLATJFNWuv8qIsPRh1BsBxG > .row .container { background-color: transparent; background-image: none; }#XgafOeHCGmLATJFNWuv8qIsPRh1BsBxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgafOeHCGmLATJFNWuv8qIsPRh1BsBxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgafOeHCGmLATJFNWuv8qIsPRh1BsBxG > .row .container > .video-iframe-container { display: none; }#XgafOeHCGmLATJFNWuv8qIsPRh1BsBxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgafOeHCGmLATJFNWuv8qIsPRh1BsBxG > .row > .video-iframe-container { display: none; }#XgafOeHCGmLATJFNWuv8qIsPRh1BsBxG > .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); }#XgafOeHCGmLATJFNWuv8qIsPRh1BsBxG > .row .container { border-width: 0; border-radius: 0; }#XgafOeHCGmLATJFNWuv8qIsPRh1BsBxG > .row > .video-iframe-container {  }#XgafOeHCGmLATJFNWuv8qIsPRh1BsBxG > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#sXwKBGNqa8HSgdaTVu4QCuqFv5pl437Q { color:#000000;display:block;width:31.375rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15016;line-height:1;letter-spacing:0;top:2.4375rem;left:3.75rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#SKeUCrZvITOF8Pg2kc05fO0yppN8JOiq { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:0.9375rem;left:11.75rem;height:2.25rem;text-align:center;text-align-last:center;display:none; }
#qso2U8pd7irWwHHJ5BS2EZ4Woqe2qzXR { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#SOxcihlSDGiDuWQOpDrp7gn7UqvR6pZi { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eWZP4DLoSorX3HiSJMIWkBfAne96CRED { color:#000000;display:block;width:33.8110625rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:4.9375rem;left:3.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#o72qevNW7OIGz1og4FpR8sddDCOIBR8P { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:0.9375rem;left:11.75rem;height:2.25rem;text-align:center;text-align-last:center;display:none; }
#eQG2WQC4TKacnFK1p1RvkpMouGpcqUD2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:64rem;width:75rem;display:none; }
#nLAHy6r7500Kwcibznw1AgVVXbe8VnZq { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Qg5pL7UAMAu0ykg2RrlW5oUmRrcgwa6v { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CHSPOU4HUq8q2wFR4yNLqWi9tkixU6ST { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#uylgTKVJTANMqGPwWCOlUIJh4sIygMyb { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.03125rem;left:47rem;height:7.3125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ALrNDKwGmhFJxCrVgprfXB9Gq3HEfTFS { background-color:#000000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4995rem;height:3.4370125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:45rem;left:46.25rem;display:none; }
#ZKPvoV9Lu5xaBV9KPiblEsFWDXblDzTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L2aNfJKNdLG0ng0p7Ad5bHa4XNcGt32t { position:absolute;display:block;z-index:15026;background-color:rgba(255,255,255,0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:8.312375rem;width:21.437375rem;top:1.7498779296875rem;left:52.217407226562rem;display:none; }
#Rebmlp1879BqDqehmTpNR2c7go3IAL6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#Rebmlp1879BqDqehmTpNR2c7go3IAL6T > .row .container { background-color: transparent; background-image: none; }#Rebmlp1879BqDqehmTpNR2c7go3IAL6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rebmlp1879BqDqehmTpNR2c7go3IAL6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rebmlp1879BqDqehmTpNR2c7go3IAL6T > .row .container > .video-iframe-container { display: none; }#Rebmlp1879BqDqehmTpNR2c7go3IAL6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rebmlp1879BqDqehmTpNR2c7go3IAL6T > .row > .video-iframe-container { display: none; }#Rebmlp1879BqDqehmTpNR2c7go3IAL6T > .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); }#Rebmlp1879BqDqehmTpNR2c7go3IAL6T > .row .container { border-width: 0; border-radius: 0; }#Rebmlp1879BqDqehmTpNR2c7go3IAL6T > .row > .video-iframe-container {  }#Rebmlp1879BqDqehmTpNR2c7go3IAL6T > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#gdQUfRxJcAaQfluo9lOWRdCZg65PlhZK { color:#000000;display:block;width:9.875rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:2.5rem;left:3.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JrfVnR9vPdiNTkWtgLasgHTTzglnRxcL { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:5.374755859375rem;left:3.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#AZBh0wTGGZnmHhCddmMA1vL479gdCZnA { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:2.5rem;left:28.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#H3IUyeGUPwSsZuHvkGXXK3NcHs4zLJgR { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:5.375rem;left:28.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#plUy2Z2Bamf4qtPvnxEfLCAP41GJvQ6s { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:2.5rem;left:53.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#UGnXbPfGT70VkJkLun5s8TEoxr9AkGKz { color:#000000;display:block;width:18.375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:5.374755859375rem;left:53.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NTUrhTEx4e0yLTpmb6tCRz5T0LAlSEEZ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.3125rem;width:26.25rem;top:11.375rem;left:42.5rem;overflow:hidden;display:block; }
#GEoKts0pDw9PzkQ9X0bet854aQbz3eN6 { position:absolute;display:block;z-index:15026;background-color:rgba(255,255,255,0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:8.312375rem;width:21.437375rem;top:1.7498779296875rem;left:52.217407226562rem;display:block; }
#pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL > .row .container { background-color: transparent; background-image: none; }#pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL > .row .container > .video-iframe-container { display: none; }#pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL > .row > .video-iframe-container { display: none; }#pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL > .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); }#pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL > .row .container { border-width: 0; border-radius: 0; }#pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL > .row > .video-iframe-container {  }#pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#O75843wGw6d24pvmF59FRWyKQavM2oM0 { background-color:#000000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.1248779296875rem;left:3.4991455078125rem;display:block; }
#Aa5VESsTaPqFOnt5UQCgzWJG8yIhSXKA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#loaD4wHPVoTNH1t1v0UlRqFsEski7rO2 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#loaD4wHPVoTNH1t1v0UlRqFsEski7rO2 > .row .container { background-color: transparent; background-image: none; }#loaD4wHPVoTNH1t1v0UlRqFsEski7rO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loaD4wHPVoTNH1t1v0UlRqFsEski7rO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loaD4wHPVoTNH1t1v0UlRqFsEski7rO2 > .row .container > .video-iframe-container { display: none; }#loaD4wHPVoTNH1t1v0UlRqFsEski7rO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loaD4wHPVoTNH1t1v0UlRqFsEski7rO2 > .row > .video-iframe-container { display: none; }#loaD4wHPVoTNH1t1v0UlRqFsEski7rO2 > .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); }#loaD4wHPVoTNH1t1v0UlRqFsEski7rO2 > .row .container { border-width: 0; border-radius: 0; }#loaD4wHPVoTNH1t1v0UlRqFsEski7rO2 > .row > .video-iframe-container {  }#loaD4wHPVoTNH1t1v0UlRqFsEski7rO2 > .row .container { width:75rem;height:6.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#nPduGJ1sbmrxgwQehatHpNJFyTHkKzfz { color:#000000;display:block;width:32.374375rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:1.9375rem;left:3.75rem;height:2rem;text-align:left;text-align-last:left;display:block; }
#ySWMpbZmZTMJ6NvxNwcuNcMrFMCJRGbL { color:#000000;display:block;width:35.6875rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:4.437255859375rem;left:3.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#z55yRRX0fwo3UrdpSDXAROTvQWidt7TI { color:#000000;display:block;width:32.374625rem;position:absolute;font-family:brown;font-size:3.5rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:2.5625rem;left:3.875rem;height:3.49989375rem;text-align:left;text-align-last:left;display:none; }
#uz6RWc8ImwTdT2AvWwDOvKVUB5J5qnTI { color:#000000;display:block;width:27.4370625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:8.125rem;left:3.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#OJVZdGe8maZTRQz8knsQDKx7fOGiK34g { background-color:rgba(255,197,193,0.3);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:left;text-align-last:left;top:11.125rem;left:6.25rem;display:none; }
#A7owTOfBJs1hpBSeIz4d6QA6SpfSxNN6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XCRzgnTMt8GX5fi9WOKc8X6fTOuqTaBX { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:0.9375rem;left:11.75rem;height:2.25rem;text-align:center;text-align-last:center;display:none; }
#pS5wIrCrXsEAMo1ktm0o7v8E49B9TLNg { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:4.5625rem;left:8.875rem;height:10.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Jd5i9WnoWO420Dq3VaP5aW7XVckHGdZo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Jd5i9WnoWO420Dq3VaP5aW7XVckHGdZo > .row .container { background-color: transparent; background-image: none; }#Jd5i9WnoWO420Dq3VaP5aW7XVckHGdZo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jd5i9WnoWO420Dq3VaP5aW7XVckHGdZo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jd5i9WnoWO420Dq3VaP5aW7XVckHGdZo > .row .container > .video-iframe-container { display: none; }#Jd5i9WnoWO420Dq3VaP5aW7XVckHGdZo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jd5i9WnoWO420Dq3VaP5aW7XVckHGdZo > .row > .video-iframe-container { display: none; }#Jd5i9WnoWO420Dq3VaP5aW7XVckHGdZo > .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); }#Jd5i9WnoWO420Dq3VaP5aW7XVckHGdZo > .row .container { border-width: 0; border-radius: 0; }#Jd5i9WnoWO420Dq3VaP5aW7XVckHGdZo > .row > .video-iframe-container {  }#Jd5i9WnoWO420Dq3VaP5aW7XVckHGdZo > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#Ar3mQaJ6fFeKObBSXqZT9fS7et7p9Q3u { color:#000000;display:block;width:32.374625rem;position:absolute;font-family:brown;font-size:3.5rem;font-weight:normal;z-index:15020;line-height:1;letter-spacing:0;top:10.360961914062rem;left:27.8828125rem;height:0;text-align:left;text-align-last:left;display:none; }
#Jg1RFyNFoKNrHPtyqX85eFc63LJ5us7n { color:#000000;display:block;width:27.4370625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:15.923568725586rem;left:27.758029937744rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#IbrGsJimsaxUFPT0cHP5pHcELMzfXLLm { background-color:rgba(255,197,193,0.3);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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:left;text-align-last:left;top:18.923244476318rem;left:30.258029937744rem;display:none; }
#wnbOlK0htX00L5b1ZaTeX75i6CgDZSyn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTM4WiEkw5T9W8TNwxpXSem7InM3idCe { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:2rem;left:4rem;height:23.39061875rem;display:block; }
#kJVTtkPBTkTHFLoFf7GmwgzmZiCMUJSh { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:2rem;left:41.375rem;height:17.54295625rem;display:block; }
#zFfJlvqB0c4R99Oh603gAEd5LggM5f3F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;display:block; }#zFfJlvqB0c4R99Oh603gAEd5LggM5f3F > .row .container { background-color: transparent; background-image: none; }#zFfJlvqB0c4R99Oh603gAEd5LggM5f3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFfJlvqB0c4R99Oh603gAEd5LggM5f3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFfJlvqB0c4R99Oh603gAEd5LggM5f3F > .row .container > .video-iframe-container { display: none; }#zFfJlvqB0c4R99Oh603gAEd5LggM5f3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFfJlvqB0c4R99Oh603gAEd5LggM5f3F > .row > .video-iframe-container { display: none; }#zFfJlvqB0c4R99Oh603gAEd5LggM5f3F > .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); }#zFfJlvqB0c4R99Oh603gAEd5LggM5f3F > .row .container { border-width: 0; border-radius: 0; }#zFfJlvqB0c4R99Oh603gAEd5LggM5f3F > .row > .video-iframe-container {  }#zFfJlvqB0c4R99Oh603gAEd5LggM5f3F > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:block; }#PaqSnfBZnU1CrZ3ovaKOS7OJcmLiLkAy { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:3.1875rem;left:50rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rAzPZvDgl0yiK3PDLFvVcFiDO6ISxOEf { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:6rem;left:50rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VMsRSuIaIs0s0wI9VlXtD5gIkhE9yF5g { color:#000000;display:block;width:10.375rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:.7;letter-spacing:0;top:9.437255859375rem;left:51.437377929688rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z9OuXFPpc4blRCVqi96GCRwSMtTcpBMM { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:15.5625rem;top:6.375rem;left:30rem;overflow:hidden;display:block; }
#pInvzx5PGzrVyJ5Ar0oUPNyIrKqFkxN6 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:10.25rem;top:2.5625rem;left:31.8125rem;overflow:hidden;display:block; }
#qdRwtcfM3gJa6NXUpMi117lDMf0EAsmm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:13.8125rem;left:4.6875rem;display:none; }
#pua5SntTFnWCFeCMNFvl6hfSTnXxr15y { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:12.75rem;left:3.75rem;display:none; }
#aPiamNKPdK8J627q1B4svVtx2Ap7fKIo { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:19.75rem;left:5.3125rem;display:none; }
#C1ByPEI1tP3dKXewVSq0TWFNVaDsQNwh { background-color:#000000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4984375rem;height:3.43671875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:13.812498092651rem;left:5.0000004768372rem;display:block; }
#hvf1K46Ids5oCe3A8QGkTHe1odficrU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OQk24fHdcZtu1Rbe0SWCKSOmai0zOKhu { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15021;line-height:.7;letter-spacing:0;top:10.625rem;left:30.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#k5lskXxxhB3egAfluBNvwpIZD0L4Sz4r { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:brown;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:.7;letter-spacing:0;top:12.5625rem;left:30.625002384186rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wmNxuSIaTITyOEZdXfwcW4lcT7rKQ6Hs { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:2.562255859375rem;left:5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lNsXuCXbXNu0pAxwHTHThrZbArhXTTTH { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:7.3125009536744rem;left:5.0000004768372rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#glU1FBrGaktmLhTW1C48H4UP5cqB7g7S { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:9.5625rem;left:5rem;display:none; }
#x4GyDLPdyqVHiNGDXDarwyoXZLgyRg5a { color:#000000;display:block;width:9.8125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:11.3125rem;left:5rem;display:none; }
#QMn2A1823lD91Ev8ChWZTI8Ohm3xNdO3 { background-color:#000000;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:brown;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4995rem;height:3.4370125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:45rem;left:46.25rem;display:none; }
#rEU9vU8AnDsFIWefzDa8BOIv5uakyKvw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { background-color: transparent; background-image: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container > .video-iframe-container { display: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row > .video-iframe-container { display: none; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .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); }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { border-width: 0; border-radius: 0; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row > .video-iframe-container {  }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#SkTDq0SqtzH18MQUXTZHOT4n2FvsuuXP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:1.8125rem;top:4.3125rem;left:32.750002384186rem;overflow:hidden;display:block; }
#WwK6Cg95WhGako3FlQchTuGteTvyLpVC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:2.4375rem;top:4.25rem;left:36.250002384186rem;overflow:hidden;display:block; }
#l2AFiCTFQ1xnTNiLWaTrF5GlXFrB2GCX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:2.875rem;top:3.875rem;left:40.125002384186rem;overflow:hidden;display:block; }
#oN3wfGUGTpFVPzZf1Q3cRq6DTV3nVktN { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vH2dCKk68TBZ3HT0SAxbLCnoAIap2Tkp { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:5.1875rem;top:1.4375rem;left:35rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM { display:block; }#wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9WrvS5wcIIOTw0iQd94SMNHaL092H6f { top:6.3125rem;left:0rem;width:25.75rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeBw9FXJiw00mJeeKACc7l1d6pL6p17T { top:9.8125rem;left:0rem;width:30.5rem;height:9.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwNvqcFkHrHMgLW8GeIPZVr34qwkcha9 { top:43.9375rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBsJpkT7i2WzHASUhbPxc4WNHAK4qIVP { width:17.4375rem;height:3.375rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga9eXZ8DNGweTTqRlMniFkaBr4PJTdI5 { display:block; }
 }@media only screen and (max-width: 763px) { #f8i0g9sfQmbBdVAKXphdWz2d0KHLqy2l { top:2.5rem;left:20.125rem;width:9.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti4wOJfCKx4k0qKB1qqSEB2TUvaTsyhL { top:12.4375rem;left:0rem;width:18.625rem;height:7.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIgag79v9U4MIWAU9X0KDFbz9aAfyVKG { top:19.625rem;left:0rem;width:29.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUp4F8GOqkGJOhoCkaxEeSsl7c3DxD6s { top:22.5rem;left:0rem;width:37.8125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ5xzq1kn6CMQPGeE7KHJZyiV9F5QSqi { top:43.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsn7lwoThB4TNGPt4l1tE5gIdX9nnsCt { top:43.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmREFg3vnQtnpDME4IDCI5Xty0eUa5wq { top:42.8125rem;left:3.375rem;width:4.1875rem;height:5.1727234685968rem;display:block; }
 }@media only screen and (max-width: 763px) { #szUK5xsuEvs37sw17PFgqToKN5OzWvFi { top:43.625rem;left:3.8125rem;width:3.3125rem;height:3.9878193978261rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIbUaBkp7JWluiy4NDGk2MC4wS0lEq8r { top:43.375rem;left:9.6875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO2MTUV6FgQprdQJ98da8H5gzSoHSu5h { width:5.9375rem;height:2.875rem;top:48.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbO7Lp0btcHIAKhdaXqASJXFZg4T9rT2 { width:4.0625rem;height:2.1875rem;top:48.875rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXwRzHZK2O9OApkHAKLxyFzwPhfZ0nfv { width:6.5625rem;height:1.875rem;top:48.875rem;left:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDc1gho2L7GBDOO21ArHriERhIJqFlGB { width:4.0625rem;height:1.375rem;top:48.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDbV75Epxlx4cATIQncJQPP7R03WlJBP { top:42.5rem;left:3.375rem;width:4.1875rem;height:5.1726669566509rem;display:none; }
 }@media only screen and (max-width: 763px) { #FiObLAJh2CC30I6DC7WvBRKMxmoQNvHb { width:7.8125rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8FGFiTntFn8TpTIt4Rx7cvJgQa9tPl9 { top:19.1875rem;left:0rem;width:20rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0ZrWOIyUJTOsKhKReRz1zIganO6O3ds { top:47.9375rem;left:0rem;width:19.9375rem;height:23.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2bJ2yfMaF0WL90csT3B35POpTu6DMr3 { top:0rem;left:0rem;width:47.75rem;height:33.384969583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEsPNsGJ5F9nqa39zw9EtsOm1BIvHmiP { width:43.0625rem;height:98.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPIGElnwTQTThFUeM04LT4xaipeBX494 { top:3.8125rem;left:36.5rem;width:11.25rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luDv5gwg9bx1qn4vlITG2qHt7qHK8yfg { top:15.625rem;left:42rem;width:5.75rem;height:5.6884054230479rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbiTmVD5MuTllHfaHe51K2tlD2u2QRof { top:8.6875rem;left:0rem;width:37.3125rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTF9NDTokugHkwSFuGzeHNC56F5a2oSs { top:9.3125rem;left:0rem;width:18.625rem;height:6.25rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aRWZB9pUm3qQDUV4lWyNBDvh4hP57cF1 { width:19.5rem;height:19.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQdcT4y0wrLhDGX14XM8m4WQiR7B8gVS { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M1n5QdCer9gJqFMTltkx2ErrtblCZ93D { top:41.3125rem;left:0rem;width:26.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgZTR5tcJ6rWf29en2wI48zVSektpD7n { display:none; }#bgZTR5tcJ6rWf29en2wI48zVSektpD7n > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #isTvaafP2PsHPLA3U3X8eWydo9V6BGBt { width:17.4375rem;height:3.375rem;top:44.9375rem;left:30.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhV05Lxeh8PunVVb9ol8Qn86LvHT17vA { display:block; }
 }@media only screen and (max-width: 763px) { #DfoblT7SUMnqSWzgH6xwmyPFbortHy5H { top:10.1875rem;left:0rem;width:19.9375rem;height:1.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7SidcyykhN9Vrd9Uh6Nkcn1S19EDs0u { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #zCdbSUkAdbuc8tGyzhZVTCSPLt5uwqMX { display:block; }
 }@media only screen and (max-width: 763px) { #aghaS7ctLCTqC6ni0hxESr27q2z0KHQ9 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #NdKGqtezLmKseBORlRZx2SLN7TtIZhUq { display:block; }
 }@media only screen and (max-width: 763px) { #nVbNBEAXRdzuuB50y3SlXg7yCSvNDJfI { top:15.875rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KVweF125N4LM68wVdiPepRaLzF0xI91Z { top:46.5625rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #eFziQMLHuem4QtJCIQSB3VDBrdKoeEta { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #wpcrs71be2t3siiblsqvUolH4WutUFMX { display:block; }
 }@media only screen and (max-width: 763px) { #qipP9VWQfQrvxFKtkJlfJoeQbucn8ry7 { width:30.125rem;height:3.1875rem;top:23.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2vZUCCwhiJbtzySvW0yyM56RLrvkS79 { display:block; }
 }@media only screen and (max-width: 763px) { #b65qKT9BMyr70x4q1d1UI1bIeGexuiXg { top:21.3125rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RT7h9T0TWtAEs4cZoRSsHBAkANBNkBHG { top:46.5625rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #KGKwG38itLf8LZaTRsWE9f7AFFd8x48u { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bLkuT13TTSXNmebEbhVTUg0D3RP9cvhW { display:block; }
 }@media only screen and (max-width: 763px) { #lvmhUkIabkTU7zeUkHDTOku9gFDEwCES { width:30.125rem;height:3.1875rem;top:23.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eu3kNiXGngvQanEbRLHAnxLt3DTnvNm3 { display:block; }
 }@media only screen and (max-width: 763px) { #XdeIcyT3XXeyS60q4LklKApug5axsIRX { width:30.0625rem;height:3.25rem;top:19.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOJqM1ISGaOQPClNmc8Jq1QpdHDar1Vl { display:block; }
 }@media only screen and (max-width: 763px) { #DyOJ86hDznSGuTxi7Xq9XqvbacykX8EC { top:26.75rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWHcu88DuwLqryzu5bTk6Cn3NkdNvNlK { top:46.5625rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #owDINSWu6hnfcuQHes8GpBK74CBKs4pZ { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #We8QT6JlKhflkTGmcA9ZgIZorwJfxOgm { display:block; }
 }@media only screen and (max-width: 763px) { #Qy0DAtF1JOFDFL9Tf8blMET2igylFKhU { width:30.125rem;height:3.375rem;top:23.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJE7HqLo13zmSkyKref2TPtGuJTey6Jh { display:block; }
 }@media only screen and (max-width: 763px) { #iMUAtS01ewGrfTTEXGFRfNPl4Dy63aXT { top:32.1875rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VckOsNh3zFFcIJxdsSibaWZM4X9FNTr6 { top:23.5rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvNLAmTDhmTvWRUgd06fRryVJRLTT6TC { top:23.5rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WH8z524TvXf0qT77Dm5iDFEOGXVRdQId { top:23.5rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rJbl9npJPftacn0RuJyPRU6e62tegiMt { top:23.5rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTv5pq0Mg5HpciONT7JFv4k6X8XUIu1K { top:37.6875rem;left:0rem;width:19.9375rem;height:1.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GrgJrTXRIWuQ4X8P1zxaRiFpNgX7bRdT { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #HMFwA3d792dxWpyb2gaX1vlZaZJi0NPH { display:block; }
 }@media only screen and (max-width: 763px) { #PNHsDoXyDR5k6EySboVqAAmlIyl2XX9C { width:30.625rem;height:3.125rem;top:30.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5vJsaTqZX2vc8QM9d8ZAGxvJae7duog { display:block; }
 }@media only screen and (max-width: 763px) { #RJcBK5pReHSWGdNaXT06zOXhBPmhNDQu { top:42.9375rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DeMalIPTT53pprdPCTzeT7V2gNHLaisK { top:46.5625rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #fT5D3dFk9hskpVKME3ClGDr66zx4QfuS { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #yO4TH0mIiygEGb6gOzymTn0eGUXZS0wt { display:block; }
 }@media only screen and (max-width: 763px) { #V0NgDRppFpCGrgf70iyQQty9ZkTZzQlT { width:30.625rem;height:3.125rem;top:34.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkQTwBKTVBtc5J3dSoQmTlw41fDHSWd7 { display:block; }
 }@media only screen and (max-width: 763px) { #UZmudSLoQMdg4DasgtPPBsqTRnDEx4v8 { top:48.375rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPATH9EPVnPZqtn92Zzf6zGbVDH2qGSd { top:46.5625rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #tXJ4Eaf5x5UxDXFO9D26LFda9v6IScKe { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #hd504DxvJ7Hzsry7e46Gw4hJuuO9lAC5 { display:block; }
 }@media only screen and (max-width: 763px) { #VWgJN5U2b5VgV3em21fKEiO4u99l146D { width:30.3125rem;height:3.125rem;top:37.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQuiTG6TtkScqnit4LWSmklZtdd3eV3g { display:block; }
 }@media only screen and (max-width: 763px) { #J9oBtAaTRO7IbhMTF6H8ybedQ7TXHzpP { top:53.8125rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qoXwIkTJ79G4QOmx8NBgsX5UeDuHWauZ { top:23.5rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPBNX4Jcuxt1PA33S8f1xEwFRxPr9LiM { top:23.5rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fu4xWG8WMfNO19l4KGrgXVOdlW3kBrdN { top:23.5rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r4vlNiKcWsTwsFxVZIhI0qDvlsuw2bSV { top:46.5625rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #MOJQSRqhJ1rTKw3vZ3mEsEv6sZkBu9yo { top:46.5625rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ZJvuARufV1Z26HlEbzIM9ik6NrtCFPZA { width:30.625rem;height:3.125rem;top:44.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1CkvPIvoC4RqqRTDg3HIyZ7sH1TJKo7 { display:block; }
 }@media only screen and (max-width: 763px) { #wnBoABoH2qaBFykslhLh4cqbIrlh5aWT { top:46.5625rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #d727umd5oa8P7EqWp8oidf0NURGlQf9d { top:83.125rem;left:0rem;width:19.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xzRrXDQ7AHo1dP19FICuBn5Tl2Kn6LTT { top:23.5rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kccVFZmzZTKwH3gV9bUfdM1Huf0327WI { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #bkmcG1hTh4DT7PfbiVbhAhAfhTXVpnRR { display:block; }
 }@media only screen and (max-width: 763px) { #nSbNHsLMf2fFFxyTy6uxwNZD7cRr8f4x { top:57.9375rem;left:0rem;width:19.9375rem;height:1.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLJGo82TGk5Xfgwp5ZJ8JLiHU1ACptde { top:7.9375rem;left:18.125rem;width:29.5rem;height:36.921433071599rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1oRBGPMzP1q3JPsqATFTNNRbv1EiduP { display:block; }#v1oRBGPMzP1q3JPsqATFTNNRbv1EiduP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvp2Nc77Cv93rwlGeXMvezblHoz6haf0 { top:2.5rem;left:0rem;width:32.3125rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXTv779ozgRCgQNfi5GwE7Cq6ZZxDRxo { top:5rem;left:0rem;width:33.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plc1fWpotvda67nNHvPUU2Ay1aF1UweG { width:30.1875rem;height:3.4375rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ086PTRx42rvRSUviM94GVkfZLaZQgP { display:block; }
 }@media only screen and (max-width: 763px) { #PINPOaLhBMbqMLlSggWTtFMmpVv7pTGJ { top:16.5rem;left:0rem;width:30rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whLcR12uPPXUd51svQKFOsfTJBFpenTZ { top:14.5625rem;left:19.125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1OqdvcxrZNEayTwX3LcWBTioKTicuOr { top:10.9375rem;left:0rem;width:27.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQRMV7uJ0kGZiC3IgXfWeVDZbF4bI5rs { width:17.4375rem;height:3.375rem;top:44.9375rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlWcnqgNOBXuUo6zT3PywaDQnxwaCHJJ { display:block; }
 }@media only screen and (max-width: 763px) { #FfGyp7UPyXvaHIir9ZQNulIQuN2uyyv7 { width:18.0625rem;height:3.375rem;top:12.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzhKUEItJuHk2ighMwZBIUMezVV8Gfp5 { display:block; }
 }@media only screen and (max-width: 763px) { #TqlvdBQeSOQ43uW8oONWDZyHG0HRPvWh { top:15.5625rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #unuKVN2K6OPq1uGVJy20XTszlW5ynO3k { width:18.0625rem;height:3.375rem;top:15.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENTKgEQ9dA6cAtZ79WVB7q1lOv7AhVAg { display:block; }
 }@media only screen and (max-width: 763px) { #ZS1UTOktEtlOFB3Qi4S77ApP9dkVdGur { top:18.9375rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #NpHezIzO1TZhX9ZINp4QOO9tlyREaTEv { width:18rem;height:3.375rem;top:18.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NI9OiDtsBq22AHor061ZskOHpdeOEO1P { display:block; }
 }@media only screen and (max-width: 763px) { #RJUJAg71TIxLPEpdHuA2AbTgXn6A3BNL { top:22.3125rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #FTPxKNSIguRGkQyuRgWvwcxZkUbfSibr { width:18.0625rem;height:3.375rem;top:22.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7qpTFOXnUUfnLwd43TgUnA9EUKLWUmG { display:block; }
 }@media only screen and (max-width: 763px) { #NMb8cemn8cNMOLJETL6o48HJTVVGAK6n { top:23.5rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JdosCVDEUQKM0P6g0hp14CEINWEGXLuM { top:13.3125rem;left:6.5625rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOO181kguNQTWAqrEf01xw63xt2wSTbk { top:16.9375rem;left:6.5625rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHSoDUGaRuwGLIgGECIndIKufvZVq3xh { top:20.3125rem;left:6.5625rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZyBT6CCcZtzPN2SmSzl95tW5q42Dy0g6 { top:25.6875rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #KUZq0nfaiqvDogsLi2uNrpayAhHcUBZ8 { top:10.1875rem;left:0rem;width:19.9375rem;height:1.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tn5vK2MDuVC3Ma7on0whdWrh6aTAAWZT { top:46.5625rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #zzmD0A1FCgPswk1bXdlk3T9XuzFxJIMF { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #QdDHI7VIKaOx8IhaydmGkbvOAZdm5RmG { display:block; }
 }@media only screen and (max-width: 763px) { #QcMH8qB8ty93m3xUI0kPORtdnW83II2X { top:23.5rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LoPvwGwbVCkiGmvgxJWVNfqiFWJGfNmr { top:14.0625rem;left:0rem;width:12.8125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu759KxJAV6lJnNfBKBFt6JG0uvnTTib { width:31rem;height:3.4375rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VssAU2FqPT71LyKfViuccCDWRgt3RalN { display:block; }
 }@media only screen and (max-width: 763px) { #tyXH3NorTs3glgSfH33Rm7PUynb4wCxp { top:19.875rem;left:0rem;width:30rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tw1gO392pw70Wik2eHtUeIiOQG6pbgFI { top:17.3125rem;left:0rem;width:16.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuVDDy2M5DncQRkTDHLKp4i7m7XT23pt { top:7.8125rem;left:0rem;width:45.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD8CPaQAgODohWscpoEd6mT3NVbd7Nh5 { width:25.25rem;height:3.4375rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNWnzp4MnMu7QLqp4swsU11KC4CexAgn { display:block; }
 }@media only screen and (max-width: 763px) { #yPFLILSELnKN7xLqit7kFsT2sNl9AOt7 { top:23.25rem;left:0rem;width:30rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgBNFxr8T49PQXJ5cdZ5LBT0iLzxw49C { top:20.75rem;left:0rem;width:16.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVV64cLzHbXx6DHvt3EOccmusra9pcCs { width:25.25rem;height:3.4375rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSO6m2nM63ayOfilLNCfeWv2AQf1dFEd { display:block; }
 }@media only screen and (max-width: 763px) { #ncWCcX2sZFpA7k1cKworwJgMnIQ4mTZH { top:26.625rem;left:0rem;width:30rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5kKfBhA0SDCE2WUbP8Jl2JozuRfkuKZ { top:24.125rem;left:0rem;width:16.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTClXtMPq0NatL7CzRh4SRdIykke0CwU { top:24.5625rem;left:19.125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT6Kx5WmicARyUZMA763zHg1Lc53fRZG { width:25.25rem;height:3.4375rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfcMI2Vx28NEcxcEQHBHzJ4r9ymt2gfO { display:block; }
 }@media only screen and (max-width: 763px) { #TNCeUNE5N3iitPAC4mru2tnKHd24XPpW { top:28.4375rem;left:0rem;width:27.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiJqvDPFMZSEexWw8UaWMiUsqgcP53lp { top:31.5625rem;left:0.9989013671875rem;width:21.3125rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxq6bKkxMTUTpUpu4uNUaZ80MAgxn46f { top:34.0625rem;left:0rem;width:30rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9IBFTHUDCFvEkBTMGTkxUbgixHV3aTi { width:25.25rem;height:3.4375rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXUSF6BQFp49foU6nnViqqcJqdDNGID0 { display:block; }
 }@media only screen and (max-width: 763px) { #Q1tTQqODQObkqGaHHgCcbVTSOMCEodb4 { top:35rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEivfuXDqPwWBx9eKWNKilXnb6uuFA7K { top:31.9375rem;left:19.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #trLy5MSP8gZcKXACWTnJGSZcuQc8htgo { top:35.3125rem;left:19.125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bebuExf4qMcBT61RKZPS3IJoTf8d1tkF { top:37.4375rem;left:0rem;width:30rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgNmHli1cbPiECw9oxdJTRN3n7ql6XUX { width:25.25rem;height:3.4375rem;top:37.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9TeRJPPfeS7CtIiCslrpaDH5LIGgBBw { display:block; }
 }@media only screen and (max-width: 763px) { #ucBt4rfGzRJaswxzTFZd7vJMSNPRVJTs { top:38.3125rem;left:0rem;width:16.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlfOG50fRIsRRDH76E6SVlTpkAqFZrnM { top:38.6875rem;left:19.125002384186rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHfUULG221xlqhVnL9cEUTTwsATVTbH2 { top:17.875rem;left:19.125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRaqSN1G3de40fBZJ6CzmZ0rerFwE3a2 { top:21.1875rem;left:19.125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFEXTzSnu6w24RzcBzRhderTgQv8sBW6 { top:40.875rem;left:0rem;width:30rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulvmtaQ0xoEQCpZflFHgPD3G34PU9Zhn { top:42.1875rem;left:0rem;width:27.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz1FS3Oufx4MWZya97wxS1Fm1dVVpdOZ { width:25.25rem;height:3.4375rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgM1b365hVzIikvN4FwqJulLbuHUBoxX { display:block; }
 }@media only screen and (max-width: 763px) { #B3WmlSAnqkEr5z4P46rAoXmB22rurDfC { top:45.1875rem;left:0rem;width:23.4375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k865hWo9rUwuphMEGiqyFQ9vi7gkagRR { top:45.625rem;left:19.125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luNyx4gpL7rBb3bKoTvovMhJHnn0rVJb { top:47.75rem;left:0rem;width:30rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIP7urWVvETMSW2QqSwE3uBbTq8DLTVJ { top:15.875rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nuCTP7ITPPd3OZRcdUzey8O4ulnA5dfe { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #cf8ads1mPBNMqwRAVMLB071fKPaueLJS { display:block; }
 }@media only screen and (max-width: 763px) { #wp5CMInp2F59Z00nGgQC7UrM9Llr5LHL { top:46.5625rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #U1JeAozpQrm097VcvuATeUkpTWrDCLUP { top:21.3125rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTgk63nFNIxAplaq6bfTCAoNncQoqrnD { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #JFm2uN1QxQ5JVCamt7VTtQhHx2nlFotk { display:block; }
 }@media only screen and (max-width: 763px) { #MeRgEhFeV3PZpCdlohbghG1u7bFfWDnb { top:23.5rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKLHizrxlsn6wCpaKZsvO90nEZCkt2wI { top:46.5625rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #WkeigcUEqGtgxxPtOAwmmgZvGCn2E0h4 { top:26.75rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ERuTffQDtX1XK1lTaJnbffPndJMS3nUD { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #gPTaKMSbWHHrvc3uhkDhOdLvN33EGWIl { display:block; }
 }@media only screen and (max-width: 763px) { #Qa6CnMDxSIFwx739ZAybJFqKQU96w6Zv { top:23.5rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJMppht7bZIWqCQb7BJI1Skblmmgpmoc { top:46.5625rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Vc7awxeKJMdTVrBlef6Lt2tI5ynObvqJ { top:32.1875rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8ylWNcgpdawfqJedfXraaIFFFvrQvl0 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #CU976Ok28Bc8nq2rLFO4UtKJpJt3roAz { display:block; }
 }@media only screen and (max-width: 763px) { #fFCI1fdheAX5u53Pgn7WyrXn5EdLX9lz { top:23.5rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGSgc8L2TDpAZukoZEy0NF2sIbQ9qOLT { top:37.6875rem;left:0rem;width:19.9375rem;height:1.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WFXAugvUT3hh2rvbyS8XKreIF9NZ99GT { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #NuWhew8TIqgAuT0BAuh7Klyp6zi3TleA { display:block; }
 }@media only screen and (max-width: 763px) { #N5brLIqEXi1WEpQPOECcA9JlHEFEk1mD { top:42.9375rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOrOVqQlV2efLVXKLtO15WptsWMcAxGq { top:46.5625rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #rdIUgDzRslZORKP7okce5SwTPdHHtR6R { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Dkf9gy5a7JGQ9o2qourB7HcnRiRwaMrV { display:block; }
 }@media only screen and (max-width: 763px) { #sf7GRSxivPZrgr9spJvlHrspauMrIBv0 { top:23.5rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQBS3vG2J6O3s5q1fuEyIUHQp0Rpseqd { top:48.375rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OftI5QPmWUIhmo1eFU7PUhtAiQoTsNTL { top:23.5rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXnJV2fqbGOZirNck53f28sqkb2r0nwK { top:46.5625rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #DJADn5qoFRZfiBZOMZSqgw40lDO9bFBR { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #AgXGEM4n9vTThkUTymry6zqrp0KSXCBZ { display:block; }
 }@media only screen and (max-width: 763px) { #wOGI3VRl04BoFldwBmWN4iOr7K8tcMeu { top:53.8125rem;left:0rem;width:19.375rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pxsf5mp95D5JRC81HUuDZBpEJ0xnTn16 { top:23.5rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqgJ9Oq8oWKWteC2ztd4l8aLUJIVEMke { top:46.5625rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #zUoN45E4aIh8pO2QUuCth3LlBLQ96uSV { top:57.9375rem;left:0rem;width:19.9375rem;height:1.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZ0SrITXLLTewMl6iuUSeOVgcoTJhNxz { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #zCWv3TOOFZDVqfLuXQUNdQeyiM9pAtky { display:block; }
 }@media only screen and (max-width: 763px) { #ymOImqpduz46ibCtx10Jo4mxd4SBRANh { top:83.125rem;left:0rem;width:19.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqXIem69ebUHCHgGLMngFB5yXcFee25s { top:23.5rem;left:6.5rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZKJwrZTUko2mtT81XuE00IfduXhy33n { top:46.5625rem;left:0rem;width:18.0625rem;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #Lb9WHqHbmnWi23vKWde8s73Gaq6FVtH5 { width:30.0625rem;height:3.25rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agh3UNh9sFTkODTSGoLHhte79unQyhOT { display:block; }
 }@media only screen and (max-width: 763px) { #AH4RawUEQh5HNfuTW6ybQBbs87XrvgtJ { width:30.125rem;height:3.375rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKvFTMF6Ip98hDyc9cDQP5U1WeqxB0vW { display:block; }
 }@media only screen and (max-width: 763px) { #NndqmaEwfpbcmrtg5Ni0EicDzMRxm6qa { width:30.625rem;height:3.125rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPtNfJrR7WBiOnQQTxBWxrGBL3iliyJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #XNckuTUEw9O4FwokcWTn5tCmfgQzr7Kp { width:30.625rem;height:3.125rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brfmtX9bOG3lTc7wiTe8iOhtCUzUN4oR { display:block; }
 }@media only screen and (max-width: 763px) { #lOTUTLuKJPmPqKLTFUHzXWQDR4fZuvJJ { width:30.3125rem;height:3.125rem;top:37.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsfhBK0ThVWAZZ3twLKpHQXo7duTFJNf { display:block; }
 }@media only screen and (max-width: 763px) { #RcF6FkTswhBIXHl2CZNdRWwn2U3fCyMp { width:30.625rem;height:3.125rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctdogux3PRGDnqthDuC8tATqWMtyWOOf { display:block; }
 }@media only screen and (max-width: 763px) { #Vq7rNZzErd08UKOKiGFZld9AU5G9B6wM { width:30.125rem;height:3.1875rem;top:23.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X45KMy9z5HlMaCLLAyzP6M6OM49v0s7M { display:block; }
 }@media only screen and (max-width: 763px) { #DS5P6GxHBQbp3saXDNimuXVOwxrpUqSb { width:30.125rem;height:3.1875rem;top:23.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsTqqmnFizLS0JVQwrTlX63thTtQ9ESA { display:block; }
 }@media only screen and (max-width: 763px) { #oHZhvI9Dxo5Fk7NB0dy5EMGVJffBUFgs { top:7.9375rem;left:18.125rem;width:29.5rem;height:36.921433071599rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgafOeHCGmLATJFNWuv8qIsPRh1BsBxG { display:block; }#XgafOeHCGmLATJFNWuv8qIsPRh1BsBxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXwKBGNqa8HSgdaTVu4QCuqFv5pl437Q { top:2.375rem;left:0rem;width:31.3125rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKeUCrZvITOF8Pg2kc05fO0yppN8JOiq { top:1.875rem;left:0rem;width:19.9375rem;height:3.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qso2U8pd7irWwHHJ5BS2EZ4Woqe2qzXR { top:8.625rem;left:0rem;width:11rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SOxcihlSDGiDuWQOpDrp7gn7UqvR6pZi { top:11.375rem;left:0rem;width:20rem;height:7.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWZP4DLoSorX3HiSJMIWkBfAne96CRED { top:4.875rem;left:0rem;width:33.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o72qevNW7OIGz1og4FpR8sddDCOIBR8P { top:4.375rem;left:0rem;width:19.9375rem;height:1.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQG2WQC4TKacnFK1p1RvkpMouGpcqUD2 { width:47.75rem;height:40.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLAHy6r7500Kwcibznw1AgVVXbe8VnZq { top:18.625rem;left:0rem;width:11rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qg5pL7UAMAu0ykg2RrlW5oUmRrcgwa6v { top:23.1875rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHSPOU4HUq8q2wFR4yNLqWi9tkixU6ST { top:34.4375rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uylgTKVJTANMqGPwWCOlUIJh4sIygMyb { top:28.625rem;left:0rem;width:11rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALrNDKwGmhFJxCrVgprfXB9Gq3HEfTFS { width:17.4375rem;height:3.375rem;top:45rem;left:30.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKPvoV9Lu5xaBV9KPiblEsFWDXblDzTQ { display:block; }
 }@media only screen and (max-width: 763px) { #L2aNfJKNdLG0ng0p7Ad5bHa4XNcGt32t { top:1.6875rem;left:26.1875rem;width:21.375rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rebmlp1879BqDqehmTpNR2c7go3IAL6T { display:block; }#Rebmlp1879BqDqehmTpNR2c7go3IAL6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdQUfRxJcAaQfluo9lOWRdCZg65PlhZK { top:2.5rem;left:0rem;width:9.875rem;height:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrfVnR9vPdiNTkWtgLasgHTTzglnRxcL { top:5.3125rem;left:0rem;width:20.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZBh0wTGGZnmHhCddmMA1vL479gdCZnA { top:2.5rem;left:15.875rem;width:8.0625rem;height:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3IUyeGUPwSsZuHvkGXXK3NcHs4zLJgR { top:5.3125rem;left:13.125rem;width:18.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #plUy2Z2Bamf4qtPvnxEfLCAP41GJvQ6s { top:2.5rem;left:31.75rem;width:7.4375rem;height:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGnXbPfGT70VkJkLun5s8TEoxr9AkGKz { top:5.3125rem;left:29.375rem;width:18.375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTUrhTEx4e0yLTpmb6tCRz5T0LAlSEEZ { top:11.375rem;left:5.5rem;width:26.25rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEoKts0pDw9PzkQ9X0bet854aQbz3eN6 { top:1.6875rem;left:26.1875rem;width:21.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL { display:block; }#pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O75843wGw6d24pvmF59FRWyKQavM2oM0 { width:25.5rem;height:3.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aa5VESsTaPqFOnt5UQCgzWJG8yIhSXKA { display:block; }
 }@media only screen and (max-width: 763px) { #loaD4wHPVoTNH1t1v0UlRqFsEski7rO2 { display:block; }#loaD4wHPVoTNH1t1v0UlRqFsEski7rO2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPduGJ1sbmrxgwQehatHpNJFyTHkKzfz { top:1.9375rem;left:0rem;width:32.3125rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySWMpbZmZTMJ6NvxNwcuNcMrFMCJRGbL { top:4.375rem;left:0rem;width:35.6875rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z55yRRX0fwo3UrdpSDXAROTvQWidt7TI { top:2.5rem;left:0rem;width:32.3125rem;height:3.4375rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uz6RWc8ImwTdT2AvWwDOvKVUB5J5qnTI { top:8.125rem;left:0rem;width:27.375rem;height:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJVZdGe8maZTRQz8knsQDKx7fOGiK34g { width:18.75rem;height:3.4375rem;top:11.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A7owTOfBJs1hpBSeIz4d6QA6SpfSxNN6 { display:block; }
 }@media only screen and (max-width: 763px) { #XCRzgnTMt8GX5fi9WOKc8X6fTOuqTaBX { top:2.6875rem;left:0rem;width:20rem;height:1.75rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pS5wIrCrXsEAMo1ktm0o7v8E49B9TLNg { top:5.0625rem;left:0rem;width:20rem;height:3.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jd5i9WnoWO420Dq3VaP5aW7XVckHGdZo { display:block; }#Jd5i9WnoWO420Dq3VaP5aW7XVckHGdZo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ar3mQaJ6fFeKObBSXqZT9fS7et7p9Q3u { top:10.9375rem;left:0rem;width:32.3125rem;height:3.4375rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jg1RFyNFoKNrHPtyqX85eFc63LJ5us7n { top:16.5rem;left:0rem;width:27.375rem;height:1.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IbrGsJimsaxUFPT0cHP5pHcELMzfXLLm { width:18.75rem;height:3.4375rem;top:19.5rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wnbOlK0htX00L5b1ZaTeX75i6CgDZSyn { display:block; }
 }@media only screen and (max-width: 763px) { #mTM4WiEkw5T9W8TNwxpXSem7InM3idCe { top:2rem;left:0rem;width:33.5625rem;height:24.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJVTtkPBTkTHFLoFf7GmwgzmZiCMUJSh { top:2rem;left:14.1875rem;width:33.5625rem;height:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFfJlvqB0c4R99Oh603gAEd5LggM5f3F { display:block; }#zFfJlvqB0c4R99Oh603gAEd5LggM5f3F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaqSnfBZnU1CrZ3ovaKOS7OJcmLiLkAy { top:3.1875rem;left:35.1875rem;width:12.5625rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAzPZvDgl0yiK3PDLFvVcFiDO6ISxOEf { top:6rem;left:35.3125rem;width:12.4375rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMsRSuIaIs0s0wI9VlXtD5gIkhE9yF5g { top:9.375rem;left:36.5rem;width:10.375rem;height:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9OuXFPpc4blRCVqi96GCRwSMtTcpBMM { top:6.375rem;left:16.375rem;width:15.5625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pInvzx5PGzrVyJ5Ar0oUPNyIrKqFkxN6 { top:2.5625rem;left:18.1875rem;width:10.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdRwtcfM3gJa6NXUpMi117lDMf0EAsmm { top:13.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pua5SntTFnWCFeCMNFvl6hfSTnXxr15y { top:12.75rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPiamNKPdK8J627q1B4svVtx2Ap7fKIo { top:19.75rem;left:0rem;width:9.6875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1ByPEI1tP3dKXewVSq0TWFNVaDsQNwh { width:17.4375rem;height:3.375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvf1K46Ids5oCe3A8QGkTHe1odficrU4 { display:block; }
 }@media only screen and (max-width: 763px) { #OQk24fHdcZtu1Rbe0SWCKSOmai0zOKhu { top:10.625rem;left:17rem;width:14.375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5lskXxxhB3egAfluBNvwpIZD0L4Sz4r { top:12.5rem;left:17rem;width:14.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmNxuSIaTITyOEZdXfwcW4lcT7rKQ6Hs { top:2.5rem;left:0rem;width:21.125rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNsXuCXbXNu0pAxwHTHThrZbArhXTTTH { top:7.25rem;left:0rem;width:18.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glU1FBrGaktmLhTW1C48H4UP5cqB7g7S { top:9.5625rem;left:0rem;width:9.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4GyDLPdyqVHiNGDXDarwyoXZLgyRg5a { top:11.3125rem;left:0rem;width:9.8125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QMn2A1823lD91Ev8ChWZTI8Ohm3xNdO3 { width:17.4375rem;height:3.375rem;top:45rem;left:30.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEU9vU8AnDsFIWefzDa8BOIv5uakyKvw { display:block; }
 }@media only screen and (max-width: 763px) { #NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { display:block; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkTDq0SqtzH18MQUXTZHOT4n2FvsuuXP { top:4.3125rem;left:19.125002384186rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwK6Cg95WhGako3FlQchTuGteTvyLpVC { top:4.25rem;left:22.625002384186rem;width:2.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2AFiCTFQ1xnTNiLWaTrF5GlXFrB2GCX { top:3.875rem;left:26.500002384186rem;width:2.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN3wfGUGTpFVPzZf1Q3cRq6DTV3nVktN { top:7.875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH2dCKk68TBZ3HT0SAxbLCnoAIap2Tkp { top:1.4375rem;left:21.375rem;width:5.1875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;top:0rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM { position:relative;z-index:auto;display:block; }#wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM > .row .container { width:20rem;height:96.82421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9WrvS5wcIIOTw0iQd94SMNHaL092H6f { width:19.9981875rem;height:1.50024375rem;top:4.6856689453125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TeBw9FXJiw00mJeeKACc7l1d6pL6p17T { width:20rem;height:5.361325rem;top:26.7470703125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #nwNvqcFkHrHMgLW8GeIPZVr34qwkcha9 { width:5.37475625rem;height:5.37475625rem;top:33.248291015625rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ZBsJpkT7i2WzHASUhbPxc4WNHAK4qIVP { width:18.374625rem;height:3.4375rem;top:40.2490234375rem;left:0.8111572265625rem;font-weight:400;font-style:normal;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga9eXZ8DNGweTTqRlMniFkaBr4PJTdI5 { display:block; }
 }@media only screen and (max-width: 763px) { #f8i0g9sfQmbBdVAKXphdWz2d0KHLqy2l { width:7.87475rem;height:1.9995125rem;top:1.06201171875rem;left:5.404052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti4wOJfCKx4k0qKB1qqSEB2TUvaTsyhL { width:18.6859375rem;height:7.1996875rem;top:11.30859375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15013;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LIgag79v9U4MIWAU9X0KDFbz9aAfyVKG { width:20rem;height:auto;top:19.625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #cUp4F8GOqkGJOhoCkaxEeSsl7c3DxD6s { width:20rem;height:auto;top:22.5rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #tQ5xzq1kn6CMQPGeE7KHJZyiV9F5QSqi { width:4.8120125rem;height:4.8120125rem;top:73.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qsn7lwoThB4TNGPt4l1tE5gIdX9nnsCt { width:4.8125rem;height:4.8125rem;top:73.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmREFg3vnQtnpDME4IDCI5Xty0eUa5wq { width:4.1875rem;height:5.1727234685968rem;top:42.8125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #szUK5xsuEvs37sw17PFgqToKN5OzWvFi { width:4.5rem;height:4.8125rem;top:84.5625rem;left:3.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OIbUaBkp7JWluiy4NDGk2MC4wS0lEq8r { width:4.8120125rem;height:4.8120125rem;top:84.5rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO2MTUV6FgQprdQJ98da8H5gzSoHSu5h { width:5.499875rem;height:3.7119125rem;top:79.25rem;left:10.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbO7Lp0btcHIAKhdaXqASJXFZg4T9rT2 { width:4.125rem;height:2.699225rem;top:90.5rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nXwRzHZK2O9OApkHAKLxyFzwPhfZ0nfv { width:6.375rem;height:2.69921875rem;top:90.3125rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kDc1gho2L7GBDOO21ArHriERhIJqFlGB { width:4.125rem;height:1.79980625rem;top:78.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDbV75Epxlx4cATIQncJQPP7R03WlJBP { width:4.1875rem;height:5.1726669566509rem;top:10.875244140625rem;left:-6.781005859375rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #FiObLAJh2CC30I6DC7WvBRKMxmoQNvHb { top:83.9375rem;left:3.375rem;width:5.06225625rem;height:5.812375rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #G8FGFiTntFn8TpTIt4Rx7cvJgQa9tPl9 { width:20rem;height:3.8496125rem;top:19.198608398438rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15014;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o0ZrWOIyUJTOsKhKReRz1zIganO6O3ds { width:19.9981875rem;height:23.62058125rem;top:47.999267578125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15015;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i2bJ2yfMaF0WL90csT3B35POpTu6DMr3 { width:20rem;height:14rem;top:94.636230859375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EEsPNsGJ5F9nqa39zw9EtsOm1BIvHmiP { top:0rem;left:0rem;width:20rem;height:45.874625rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pPIGElnwTQTThFUeM04LT4xaipeBX494 { width:11.25rem;height:11.1875rem;top:88.323975rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #luDv5gwg9bx1qn4vlITG2qHt7qHK8yfg { width:5.75rem;height:5.6878121034861rem;top:100.823975rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbiTmVD5MuTllHfaHe51K2tlD2u2QRof { width:20rem;height:auto;top:8.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #aTF9NDTokugHkwSFuGzeHNC56F5a2oSs { width:18.6859375rem;height:4.5371125rem;top:6.1846923828125rem;left:0rem;font-size:2.0625rem;text-align:left;text-align-last:left;line-height:1.1;z-index:15014;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aRWZB9pUm3qQDUV4lWyNBDvh4hP57cF1 { top:1.5606689453125rem;left:14.000122070312rem;width:5.75rem;height:5.75rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pQdcT4y0wrLhDGX14XM8m4WQiR7B8gVS { top:6.1846923828125rem;left:15.435791015625rem;width:3.31176875rem;height:3.31176875rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #M1n5QdCer9gJqFMTltkx2ErrtblCZ93D { width:20rem;height:0;top:94.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgZTR5tcJ6rWf29en2wI48zVSektpD7n { background-color:#fafafa;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bgZTR5tcJ6rWf29en2wI48zVSektpD7n > .row .container { background-color: transparent; background-image: none; }#bgZTR5tcJ6rWf29en2wI48zVSektpD7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgZTR5tcJ6rWf29en2wI48zVSektpD7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgZTR5tcJ6rWf29en2wI48zVSektpD7n > .row .container > .video-iframe-container { display: none; }#bgZTR5tcJ6rWf29en2wI48zVSektpD7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgZTR5tcJ6rWf29en2wI48zVSektpD7n > .row > .video-iframe-container { display: none; }#bgZTR5tcJ6rWf29en2wI48zVSektpD7n > .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); }#bgZTR5tcJ6rWf29en2wI48zVSektpD7n > .row .container { border-width: 0; border-radius: 0; }#bgZTR5tcJ6rWf29en2wI48zVSektpD7n > .row > .video-iframe-container {  }#bgZTR5tcJ6rWf29en2wI48zVSektpD7n > .row .container { width:20rem;height:96.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isTvaafP2PsHPLA3U3X8eWydo9V6BGBt { width:17.5rem;height:3.4375rem;top:2.9376220703125rem;left:1.25rem;font-weight:400;font-style:normal;font-size:1.375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #dhV05Lxeh8PunVVb9ol8Qn86LvHT17vA { display:block; }
 }@media only screen and (max-width: 763px) { #DfoblT7SUMnqSWzgH6xwmyPFbortHy5H { width:19.9981875rem;height:1.50024375rem;top:9.8125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #J7SidcyykhN9Vrd9Uh6Nkcn1S19EDs0u { top:12.3125rem;left:0rem;width:20rem;height:3.75rem;z-index:15016;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCdbSUkAdbuc8tGyzhZVTCSPLt5uwqMX { display:block; }
 }@media only screen and (max-width: 763px) { #aghaS7ctLCTqC6ni0hxESr27q2z0KHQ9 { top:13.375rem;left:0rem;width:20rem;height:4.43725625rem;z-index:15133;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdKGqtezLmKseBORlRZx2SLN7TtIZhUq { display:block; }
 }@media only screen and (max-width: 763px) { #nVbNBEAXRdzuuB50y3SlXg7yCSvNDJfI { top:15.5rem;left:0rem;width:19.375rem;height:1.625rem;z-index:15101;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVweF125N4LM68wVdiPepRaLzF0xI91Z { width:20rem;height:0.062255875rem;top:17.75rem;left:0rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #eFziQMLHuem4QtJCIQSB3VDBrdKoeEta { top:17.75rem;left:0rem;width:20rem;height:3.75rem;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpcrs71be2t3siiblsqvUolH4WutUFMX { display:block; }
 }@media only screen and (max-width: 763px) { #qipP9VWQfQrvxFKtkJlfJoeQbucn8ry7 { width:20rem;height:5.249025rem;top:18rem;left:0rem;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #X2vZUCCwhiJbtzySvW0yyM56RLrvkS79 { display:block; }
 }@media only screen and (max-width: 763px) { #b65qKT9BMyr70x4q1d1UI1bIeGexuiXg { top:20.9375rem;left:0rem;width:19.375rem;height:1.625rem;z-index:15106;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT7h9T0TWtAEs4cZoRSsHBAkANBNkBHG { width:20rem;height:0.062255875rem;top:23.1875rem;left:0rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #KGKwG38itLf8LZaTRsWE9f7AFFd8x48u { top:23.1875rem;left:0rem;width:20rem;height:3.75rem;z-index:15025;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLkuT13TTSXNmebEbhVTUg0D3RP9cvhW { display:block; }
 }@media only screen and (max-width: 763px) { #lvmhUkIabkTU7zeUkHDTOku9gFDEwCES { width:20rem;height:5.3125rem;top:23.1875rem;left:0rem;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #Eu3kNiXGngvQanEbRLHAnxLt3DTnvNm3 { display:block; }
 }@media only screen and (max-width: 763px) { #XdeIcyT3XXeyS60q4LklKApug5axsIRX { width:20rem;height:3.624875rem;top:25.0625rem;left:0rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #qOJqM1ISGaOQPClNmc8Jq1QpdHDar1Vl { display:block; }
 }@media only screen and (max-width: 763px) { #DyOJ86hDznSGuTxi7Xq9XqvbacykX8EC { top:26.375rem;left:0rem;width:19.375rem;height:1.54358125rem;z-index:15110;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWHcu88DuwLqryzu5bTk6Cn3NkdNvNlK { width:20rem;height:0.062255875rem;top:28.625rem;left:0rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #owDINSWu6hnfcuQHes8GpBK74CBKs4pZ { top:28.625rem;left:0rem;width:20rem;height:3.75rem;z-index:15029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #We8QT6JlKhflkTGmcA9ZgIZorwJfxOgm { display:block; }
 }@media only screen and (max-width: 763px) { #Qy0DAtF1JOFDFL9Tf8blMET2igylFKhU { width:20rem;height:5.3125rem;top:28.625rem;left:0rem;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #TJE7HqLo13zmSkyKref2TPtGuJTey6Jh { display:block; }
 }@media only screen and (max-width: 763px) { #iMUAtS01ewGrfTTEXGFRfNPl4Dy63aXT { top:31.8125rem;left:0rem;width:19.375rem;height:1.625rem;z-index:15114;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VckOsNh3zFFcIJxdsSibaWZM4X9FNTr6 { width:1.3745125rem;height:1.3745125rem;top:15.375rem;left:17.5rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #KvNLAmTDhmTvWRUgd06fRryVJRLTT6TC { width:1.3745125rem;height:1.3745125rem;top:20.8125rem;left:17.5rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #WH8z524TvXf0qT77Dm5iDFEOGXVRdQId { width:1.3745125rem;height:1.3745125rem;top:26.25rem;left:17.5rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #rJbl9npJPftacn0RuJyPRU6e62tegiMt { width:1.3745125rem;height:1.3745125rem;top:31.6875rem;left:17.5rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #OTv5pq0Mg5HpciONT7JFv4k6X8XUIu1K { width:19.9975625rem;height:1.50024375rem;top:38.75rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #GrgJrTXRIWuQ4X8P1zxaRiFpNgX7bRdT { top:40.8125rem;left:0rem;width:20rem;height:3.75rem;z-index:15025;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMFwA3d792dxWpyb2gaX1vlZaZJi0NPH { display:block; }
 }@media only screen and (max-width: 763px) { #PNHsDoXyDR5k6EySboVqAAmlIyl2XX9C { width:20rem;height:5.18676875rem;top:41.0625rem;left:0rem;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #m5vJsaTqZX2vc8QM9d8ZAGxvJae7duog { display:block; }
 }@media only screen and (max-width: 763px) { #RJcBK5pReHSWGdNaXT06zOXhBPmhNDQu { top:44rem;left:0rem;width:19.375rem;height:1.4624rem;z-index:15110;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeMalIPTT53pprdPCTzeT7V2gNHLaisK { width:20rem;height:0.062255875rem;top:46.25rem;left:0rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #fT5D3dFk9hskpVKME3ClGDr66zx4QfuS { top:46.25rem;left:0rem;width:20rem;height:3.75rem;z-index:15030;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO4TH0mIiygEGb6gOzymTn0eGUXZS0wt { display:block; }
 }@media only screen and (max-width: 763px) { #V0NgDRppFpCGrgf70iyQQty9ZkTZzQlT { width:20rem;height:5.49926875rem;top:46.25rem;left:0rem;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #HkQTwBKTVBtc5J3dSoQmTlw41fDHSWd7 { display:block; }
 }@media only screen and (max-width: 763px) { #UZmudSLoQMdg4DasgtPPBsqTRnDEx4v8 { top:49.4375rem;left:0rem;width:19.375rem;height:1.4624rem;z-index:15115;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPATH9EPVnPZqtn92Zzf6zGbVDH2qGSd { width:20rem;height:0.062255875rem;top:51.6875rem;left:0rem;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #tXJ4Eaf5x5UxDXFO9D26LFda9v6IScKe { top:51.6875rem;left:0rem;width:20rem;height:3.75rem;z-index:15034;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd504DxvJ7Hzsry7e46Gw4hJuuO9lAC5 { display:block; }
 }@media only screen and (max-width: 763px) { #VWgJN5U2b5VgV3em21fKEiO4u99l146D { width:20rem;height:5.4370125rem;top:51.6875rem;left:0rem;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #lQuiTG6TtkScqnit4LWSmklZtdd3eV3g { display:block; }
 }@media only screen and (max-width: 763px) { #J9oBtAaTRO7IbhMTF6H8ybedQ7TXHzpP { top:54.875rem;left:0rem;width:19.375rem;height:1.625rem;z-index:15119;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoXwIkTJ79G4QOmx8NBgsX5UeDuHWauZ { width:1.3745125rem;height:1.3745125rem;top:43.875rem;left:17.5rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #QPBNX4Jcuxt1PA33S8f1xEwFRxPr9LiM { width:1.3745125rem;height:1.3745125rem;top:49.3125rem;left:17.5rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #fu4xWG8WMfNO19l4KGrgXVOdlW3kBrdN { width:1.3745125rem;height:1.3745125rem;top:54.75rem;left:17.5rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #r4vlNiKcWsTwsFxVZIhI0qDvlsuw2bSV { width:20rem;height:0.062255875rem;top:57.125rem;left:0rem;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #MOJQSRqhJ1rTKw3vZ3mEsEv6sZkBu9yo { width:20rem;height:0.062255875rem;top:34.468383789062rem;left:0rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #ZJvuARufV1Z26HlEbzIM9ik6NrtCFPZA { width:20rem;height:5.24963125rem;top:62.625rem;left:0rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #k1CkvPIvoC4RqqRTDg3HIyZ7sH1TJKo7 { display:block; }
 }@media only screen and (max-width: 763px) { #wnBoABoH2qaBFykslhLh4cqbIrlh5aWT { width:20rem;height:0.062255875rem;top:67.625rem;left:0rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #d727umd5oa8P7EqWp8oidf0NURGlQf9d { top:65.375rem;left:0rem;width:19.375rem;height:1.625rem;z-index:15106;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzRrXDQ7AHo1dP19FICuBn5Tl2Kn6LTT { width:1.3745125rem;height:1.3745125rem;top:65.25rem;left:17.5rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #kccVFZmzZTKwH3gV9bUfdM1Huf0327WI { top:63.125rem;left:0rem;width:20rem;height:1.93725625rem;z-index:15021;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkmcG1hTh4DT7PfbiVbhAhAfhTXVpnRR { display:block; }
 }@media only screen and (max-width: 763px) { #nSbNHsLMf2fFFxyTy6uxwNZD7cRr8f4x { width:19.9981875rem;height:1.50024375rem;top:60.3125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #JLJGo82TGk5Xfgwp5ZJ8JLiHU1ACptde { width:20rem;height:25.18675rem;top:69.435424804688rem;left:0rem;overflow:hidden;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #v1oRBGPMzP1q3JPsqATFTNNRbv1EiduP { position:relative;z-index:auto;display:none; }#v1oRBGPMzP1q3JPsqATFTNNRbv1EiduP > .row .container { width:20rem;height:95.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hvp2Nc77Cv93rwlGeXMvezblHoz6haf0 { width:20rem;height:1.5rem;top:33.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #EXTv779ozgRCgQNfi5GwE7Cq6ZZxDRxo { width:20rem;height:auto;top:5rem;left:0rem;font-size:1.375rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #plc1fWpotvda67nNHvPUU2Ay1aF1UweG { width:19rem;height:3.4375rem;top:13.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZ086PTRx42rvRSUviM94GVkfZLaZQgP { display:block; }
 }@media only screen and (max-width: 763px) { #PINPOaLhBMbqMLlSggWTtFMmpVv7pTGJ { width:18.125rem;height:0.0625rem;top:99.985843627931rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #whLcR12uPPXUd51svQKFOsfTJBFpenTZ { width:1.125rem;height:1.1875rem;top:102.61084362793rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A1OqdvcxrZNEayTwX3LcWBTioKTicuOr { width:20rem;height:auto;top:10.9375rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #fQRMV7uJ0kGZiC3IgXfWeVDZbF4bI5rs { width:17.5rem;height:3.4375rem;top:3.187255859375rem;left:1.25rem;font-weight:400;font-style:normal;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlWcnqgNOBXuUo6zT3PywaDQnxwaCHJJ { display:block; }
 }@media only screen and (max-width: 763px) { #FfGyp7UPyXvaHIir9ZQNulIQuN2uyyv7 { width:18.0625rem;height:3.375rem;top:49.507934570312rem;left:4.4375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #JzhKUEItJuHk2ighMwZBIUMezVV8Gfp5 { display:block; }
 }@media only screen and (max-width: 763px) { #TqlvdBQeSOQ43uW8oONWDZyHG0HRPvWh { width:18.125rem;height:0.0625rem;top:52.882568359375rem;left:4.312744140625rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #unuKVN2K6OPq1uGVJy20XTszlW5ynO3k { width:18.0625rem;height:3.375rem;top:52.882568359375rem;left:4.4375rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #ENTKgEQ9dA6cAtZ79WVB7q1lOv7AhVAg { display:block; }
 }@media only screen and (max-width: 763px) { #ZS1UTOktEtlOFB3Qi4S77ApP9dkVdGur { width:18.125rem;height:0.0625rem;top:56.2578125rem;left:4.312744140625rem;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #NpHezIzO1TZhX9ZINp4QOO9tlyREaTEv { width:18rem;height:3.375rem;top:56.2578125rem;left:4.5rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #NI9OiDtsBq22AHor061ZskOHpdeOEO1P { display:block; }
 }@media only screen and (max-width: 763px) { #RJUJAg71TIxLPEpdHuA2AbTgXn6A3BNL { width:18.125rem;height:0.0625rem;top:59.632446289062rem;left:4.312744140625rem;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #FTPxKNSIguRGkQyuRgWvwcxZkUbfSibr { width:13.75rem;height:3.4375rem;top:58.069946289062rem;left:8.687744140625rem;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #r7qpTFOXnUUfnLwd43TgUnA9EUKLWUmG { display:block; }
 }@media only screen and (max-width: 763px) { #NMb8cemn8cNMOLJETL6o48HJTVVGAK6n { width:0.9375rem;height:0.9375rem;top:60.570190429688rem;left:21.5625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #JdosCVDEUQKM0P6g0hp14CEINWEGXLuM { width:1.125rem;height:1.1875rem;top:50.6328125rem;left:21.312866210938rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #ZOO181kguNQTWAqrEf01xw63xt2wSTbk { width:1.125rem;height:1.1875rem;top:54.257690429688rem;left:21.312866210938rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #RHSoDUGaRuwGLIgGECIndIKufvZVq3xh { width:0.9375rem;height:0.9375rem;top:57.632934570312rem;left:21.500366210938rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBT6CCcZtzPN2SmSzl95tW5q42Dy0g6 { width:18.125rem;height:0.0625rem;top:61.445190429688rem;left:4.31298828125rem;z-index:15049;display:none; }
 }@media only screen and (max-width: 763px) { #KUZq0nfaiqvDogsLi2uNrpayAhHcUBZ8 { width:19.9981875rem;height:1.50024375rem;top:10.1875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Tn5vK2MDuVC3Ma7on0whdWrh6aTAAWZT { width:20rem;height:0.0625rem;top:18.125rem;left:0rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #zzmD0A1FCgPswk1bXdlk3T9XuzFxJIMF { top:12.6875rem;left:0rem;width:20rem;height:3.75rem;z-index:14994;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdDHI7VIKaOx8IhaydmGkbvOAZdm5RmG { display:block; }
 }@media only screen and (max-width: 763px) { #QcMH8qB8ty93m3xUI0kPORtdnW83II2X { width:1.375rem;height:1.375rem;top:15.75rem;left:17.5rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #LoPvwGwbVCkiGmvgxJWVNfqiFWJGfNmr { width:12.8125rem;height:auto;top:14.0625rem;left:3.5625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #Gu759KxJAV6lJnNfBKBFt6JG0uvnTTib { width:19rem;height:3.4375rem;top:16.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VssAU2FqPT71LyKfViuccCDWRgt3RalN { display:block; }
 }@media only screen and (max-width: 763px) { #tyXH3NorTs3glgSfH33Rm7PUynb4wCxp { width:20rem;height:0.0625rem;top:19.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tw1gO392pw70Wik2eHtUeIiOQG6pbgFI { width:16.25rem;height:auto;top:17.3125rem;left:1.875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #CuVDDy2M5DncQRkTDHLKp4i7m7XT23pt { width:20rem;height:auto;top:7.8125rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #CD8CPaQAgODohWscpoEd6mT3NVbd7Nh5 { width:19rem;height:3.4375rem;top:19.875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNWnzp4MnMu7QLqp4swsU11KC4CexAgn { display:block; }
 }@media only screen and (max-width: 763px) { #yPFLILSELnKN7xLqit7kFsT2sNl9AOt7 { width:20rem;height:0.0625rem;top:23.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgBNFxr8T49PQXJ5cdZ5LBT0iLzxw49C { width:16.25rem;height:auto;top:20.75rem;left:1.875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #FVV64cLzHbXx6DHvt3EOccmusra9pcCs { width:19rem;height:3.4375rem;top:23.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSO6m2nM63ayOfilLNCfeWv2AQf1dFEd { display:block; }
 }@media only screen and (max-width: 763px) { #ncWCcX2sZFpA7k1cKworwJgMnIQ4mTZH { width:20rem;height:0.0625rem;top:26.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w5kKfBhA0SDCE2WUbP8Jl2JozuRfkuKZ { width:16.25rem;height:auto;top:24.125rem;left:1.875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #BTClXtMPq0NatL7CzRh4SRdIykke0CwU { width:0.9375rem;height:0.9375rem;top:24.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zT6Kx5WmicARyUZMA763zHg1Lc53fRZG { width:19rem;height:3.4375rem;top:30.6875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AfcMI2Vx28NEcxcEQHBHzJ4r9ymt2gfO { display:block; }
 }@media only screen and (max-width: 763px) { #TNCeUNE5N3iitPAC4mru2tnKHd24XPpW { width:20rem;height:auto;top:28.4375rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #OiJqvDPFMZSEexWw8UaWMiUsqgcP53lp { width:20rem;height:auto;top:31.5625rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #qxq6bKkxMTUTpUpu4uNUaZ80MAgxn46f { width:20rem;height:0.0625rem;top:34.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9IBFTHUDCFvEkBTMGTkxUbgixHV3aTi { width:19rem;height:3.4375rem;top:34.0625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXUSF6BQFp49foU6nnViqqcJqdDNGID0 { display:block; }
 }@media only screen and (max-width: 763px) { #Q1tTQqODQObkqGaHHgCcbVTSOMCEodb4 { width:19.375rem;height:auto;top:35rem;left:0.3125rem;font-size:1.125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #kEivfuXDqPwWBx9eKWNKilXnb6uuFA7K { width:0.9375rem;height:0.9375rem;top:31.9375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #trLy5MSP8gZcKXACWTnJGSZcuQc8htgo { width:0.9375rem;height:0.9375rem;top:35.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bebuExf4qMcBT61RKZPS3IJoTf8d1tkF { width:20rem;height:0.0625rem;top:37.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgNmHli1cbPiECw9oxdJTRN3n7ql6XUX { width:19rem;height:3.4375rem;top:37.4375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9TeRJPPfeS7CtIiCslrpaDH5LIGgBBw { display:block; }
 }@media only screen and (max-width: 763px) { #ucBt4rfGzRJaswxzTFZd7vJMSNPRVJTs { width:16.25rem;height:auto;top:38.3125rem;left:1.875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #GlfOG50fRIsRRDH76E6SVlTpkAqFZrnM { width:0.9375rem;height:0.9375rem;top:38.6875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHfUULG221xlqhVnL9cEUTTwsATVTbH2 { width:0.9375rem;height:0.9375rem;top:17.875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRaqSN1G3de40fBZJ6CzmZ0rerFwE3a2 { width:0.9375rem;height:0.9375rem;top:21.1875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFEXTzSnu6w24RzcBzRhderTgQv8sBW6 { width:20rem;height:0.0625rem;top:40.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ulvmtaQ0xoEQCpZflFHgPD3G34PU9Zhn { width:20rem;height:auto;top:42.1875rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #Kz1FS3Oufx4MWZya97wxS1Fm1dVVpdOZ { width:19rem;height:3.4375rem;top:44.375rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgM1b365hVzIikvN4FwqJulLbuHUBoxX { display:block; }
 }@media only screen and (max-width: 763px) { #B3WmlSAnqkEr5z4P46rAoXmB22rurDfC { width:20rem;height:auto;top:45.1875rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #k865hWo9rUwuphMEGiqyFQ9vi7gkagRR { width:0.9375rem;height:0.9375rem;top:45.625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #luNyx4gpL7rBb3bKoTvovMhJHnn0rVJb { width:20rem;height:0.0625rem;top:47.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIP7urWVvETMSW2QqSwE3uBbTq8DLTVJ { top:15.875rem;left:0rem;width:19.375rem;height:1.62475625rem;z-index:15079;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuCTP7ITPPd3OZRcdUzey8O4ulnA5dfe { top:13.75rem;left:0rem;width:20rem;height:4.43725625rem;z-index:15111;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf8ads1mPBNMqwRAVMLB071fKPaueLJS { display:block; }
 }@media only screen and (max-width: 763px) { #wp5CMInp2F59Z00nGgQC7UrM9Llr5LHL { width:20rem;height:0.0625rem;top:23.5625rem;left:0rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #U1JeAozpQrm097VcvuATeUkpTWrDCLUP { top:21.3125rem;left:0rem;width:19.375rem;height:1.62475625rem;z-index:15084;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTgk63nFNIxAplaq6bfTCAoNncQoqrnD { top:18.125rem;left:0rem;width:20rem;height:3.75rem;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFm2uN1QxQ5JVCamt7VTtQhHx2nlFotk { display:block; }
 }@media only screen and (max-width: 763px) { #MeRgEhFeV3PZpCdlohbghG1u7bFfWDnb { width:1.375rem;height:1.375rem;top:21.1875rem;left:17.5rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #KKLHizrxlsn6wCpaKZsvO90nEZCkt2wI { width:20rem;height:0.0625rem;top:29rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #WkeigcUEqGtgxxPtOAwmmgZvGCn2E0h4 { top:26.75rem;left:0rem;width:19.375rem;height:1.54358125rem;z-index:15088;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERuTffQDtX1XK1lTaJnbffPndJMS3nUD { top:23.5625rem;left:0rem;width:20rem;height:3.75rem;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPTaKMSbWHHrvc3uhkDhOdLvN33EGWIl { display:block; }
 }@media only screen and (max-width: 763px) { #Qa6CnMDxSIFwx739ZAybJFqKQU96w6Zv { width:1.375rem;height:1.375rem;top:26.625rem;left:17.5rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #eJMppht7bZIWqCQb7BJI1Skblmmgpmoc { width:20rem;height:0.0625rem;top:34.4375rem;left:0rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #Vc7awxeKJMdTVrBlef6Lt2tI5ynObvqJ { top:32.1875rem;left:0rem;width:19.375rem;height:1.62475625rem;z-index:15092;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8ylWNcgpdawfqJedfXraaIFFFvrQvl0 { top:29rem;left:0rem;width:20rem;height:3.75rem;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU976Ok28Bc8nq2rLFO4UtKJpJt3roAz { display:block; }
 }@media only screen and (max-width: 763px) { #fFCI1fdheAX5u53Pgn7WyrXn5EdLX9lz { width:1.375rem;height:1.375rem;top:32.0625rem;left:17.5rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #FGSgc8L2TDpAZukoZEy0NF2sIbQ9qOLT { width:19.9980625rem;height:1.50024375rem;top:37.6875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #WFXAugvUT3hh2rvbyS8XKreIF9NZ99GT { top:39.75rem;left:0rem;width:20rem;height:3.75rem;z-index:15009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuWhew8TIqgAuT0BAuh7Klyp6zi3TleA { display:block; }
 }@media only screen and (max-width: 763px) { #N5brLIqEXi1WEpQPOECcA9JlHEFEk1mD { top:42.9375rem;left:0rem;width:19.375rem;height:1.46179375rem;z-index:15094;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOrOVqQlV2efLVXKLtO15WptsWMcAxGq { width:20rem;height:0.0625rem;top:45.1875rem;left:0rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #rdIUgDzRslZORKP7okce5SwTPdHHtR6R { top:45.1875rem;left:0rem;width:20rem;height:3.75rem;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkf9gy5a7JGQ9o2qourB7HcnRiRwaMrV { display:block; }
 }@media only screen and (max-width: 763px) { #sf7GRSxivPZrgr9spJvlHrspauMrIBv0 { width:1.375rem;height:1.375rem;top:42.8125rem;left:17.5rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #EQBS3vG2J6O3s5q1fuEyIUHQp0Rpseqd { top:48.375rem;left:0rem;width:19.375rem;height:1.46179375rem;z-index:15099;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OftI5QPmWUIhmo1eFU7PUhtAiQoTsNTL { width:1.375rem;height:1.375rem;top:48.25rem;left:17.5rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #gXnJV2fqbGOZirNck53f28sqkb2r0nwK { width:20rem;height:0.0625rem;top:50.625rem;left:0rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #DJADn5qoFRZfiBZOMZSqgw40lDO9bFBR { top:50.625rem;left:0rem;width:20rem;height:3.75rem;z-index:15018;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgXGEM4n9vTThkUTymry6zqrp0KSXCBZ { display:block; }
 }@media only screen and (max-width: 763px) { #wOGI3VRl04BoFldwBmWN4iOr7K8tcMeu { top:53.8125rem;left:0rem;width:19.375rem;height:1.62475625rem;z-index:15103;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxsf5mp95D5JRC81HUuDZBpEJ0xnTn16 { width:1.375rem;height:1.375rem;top:53.6875rem;left:17.5rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #VqgJ9Oq8oWKWteC2ztd4l8aLUJIVEMke { width:20rem;height:0.0625rem;top:56.0625rem;left:0rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #zUoN45E4aIh8pO2QUuCth3LlBLQ96uSV { width:19.9981875rem;height:1.50024375rem;top:58.569946289062rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ0SrITXLLTewMl6iuUSeOVgcoTJhNxz { top:61.375rem;left:0rem;width:20rem;height:1.9375rem;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-weight:700;font-style:normal;text-align:left;text-align-last:left;color:#000000;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCWv3TOOFZDVqfLuXQUNdQeyiM9pAtky { display:block; }
 }@media only screen and (max-width: 763px) { #ymOImqpduz46ibCtx10Jo4mxd4SBRANh { top:63.625rem;left:0rem;width:19.375rem;height:1.62475625rem;z-index:15100;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqXIem69ebUHCHgGLMngFB5yXcFee25s { width:1.375rem;height:1.375rem;top:63.5rem;left:17.5rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #JZKJwrZTUko2mtT81XuE00IfduXhy33n { width:20rem;height:0.0625rem;top:65.875rem;left:0rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #Lb9WHqHbmnWi23vKWde8s73Gaq6FVtH5 { width:20rem;height:3.625rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #agh3UNh9sFTkODTSGoLHhte79unQyhOT { display:block; }
 }@media only screen and (max-width: 763px) { #AH4RawUEQh5HNfuTW6ybQBbs87XrvgtJ { width:20rem;height:5.3125rem;top:28.999633789062rem;left:0rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #MKvFTMF6Ip98hDyc9cDQP5U1WeqxB0vW { display:block; }
 }@media only screen and (max-width: 763px) { #NndqmaEwfpbcmrtg5Ni0EicDzMRxm6qa { width:20rem;height:5.187375rem;top:39.999755859375rem;left:0rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #sPtNfJrR7WBiOnQQTxBWxrGBL3iliyJ9 { display:block; }
 }@media only screen and (max-width: 763px) { #XNckuTUEw9O4FwokcWTn5tCmfgQzr7Kp { width:20rem;height:5.499875rem;top:45.187377929688rem;left:0rem;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #brfmtX9bOG3lTc7wiTe8iOhtCUzUN4oR { display:block; }
 }@media only screen and (max-width: 763px) { #lOTUTLuKJPmPqKLTFUHzXWQDR4fZuvJJ { width:20rem;height:5.4370125rem;top:50.625rem;left:0rem;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #EsfhBK0ThVWAZZ3twLKpHQXo7duTFJNf { display:block; }
 }@media only screen and (max-width: 763px) { #RcF6FkTswhBIXHl2CZNdRWwn2U3fCyMp { width:20rem;height:5.25rem;top:60.875rem;left:0rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #Ctdogux3PRGDnqthDuC8tATqWMtyWOOf { display:block; }
 }@media only screen and (max-width: 763px) { #Vq7rNZzErd08UKOKiGFZld9AU5G9B6wM { width:20rem;height:5.3125rem;top:23.56201171875rem;left:0rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #X45KMy9z5HlMaCLLAyzP6M6OM49v0s7M { display:block; }
 }@media only screen and (max-width: 763px) { #DS5P6GxHBQbp3saXDNimuXVOwxrpUqSb { width:20rem;height:5.24963125rem;top:18.374633789062rem;left:0rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #TsTqqmnFizLS0JVQwrTlX63thTtQ9ESA { display:block; }
 }@media only screen and (max-width: 763px) { #oHZhvI9Dxo5Fk7NB0dy5EMGVJffBUFgs { width:20rem;height:25.187375rem;top:68.623657226562rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XgafOeHCGmLATJFNWuv8qIsPRh1BsBxG { display:block; }#XgafOeHCGmLATJFNWuv8qIsPRh1BsBxG > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXwKBGNqa8HSgdaTVu4QCuqFv5pl437Q { width:20rem;height:auto;top:2.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #SKeUCrZvITOF8Pg2kc05fO0yppN8JOiq { width:19.9991875rem;height:1.6499rem;top:1.8874998092651rem;left:0.00078129768371581rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #qso2U8pd7irWwHHJ5BS2EZ4Woqe2qzXR { width:11.0610625rem;height:1.950075rem;top:8.6875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15014;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SOxcihlSDGiDuWQOpDrp7gn7UqvR6pZi { width:20rem;height:7.312rem;top:11.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15015;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eWZP4DLoSorX3HiSJMIWkBfAne96CRED { width:20rem;height:auto;top:4.875rem;left:0rem;font-size:1.375rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #o72qevNW7OIGz1og4FpR8sddDCOIBR8P { width:19.9991875rem;height:1.3496125rem;top:4.3999996185303rem;left:0.0011719465255737rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #eQG2WQC4TKacnFK1p1RvkpMouGpcqUD2 { top:1.375rem;left:5.5rem;width:14.5rem;height:12.3125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nLAHy6r7500Kwcibznw1AgVVXbe8VnZq { width:11.0610625rem;height:1.950075rem;top:20.4375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15016;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Qg5pL7UAMAu0ykg2RrlW5oUmRrcgwa6v { width:20rem;height:5.8496125rem;top:23.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15017;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CHSPOU4HUq8q2wFR4yNLqWi9tkixU6ST { width:20rem;height:2.92480625rem;top:34.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15019;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uylgTKVJTANMqGPwWCOlUIJh4sIygMyb { width:11.0610625rem;height:1.950075rem;top:31.6875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15018;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ALrNDKwGmhFJxCrVgprfXB9Gq3HEfTFS { width:17.5rem;height:3.4375rem;top:40.43701171875rem;left:1.25rem;font-weight:400;font-style:normal;font-size:1.375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ZKPvoV9Lu5xaBV9KPiblEsFWDXblDzTQ { display:block; }
 }@media only screen and (max-width: 763px) { #L2aNfJKNdLG0ng0p7Ad5bHa4XNcGt32t { width:20rem;height:7.4375rem;top:31.0625rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Rebmlp1879BqDqehmTpNR2c7go3IAL6T { display:none; }#Rebmlp1879BqDqehmTpNR2c7go3IAL6T > .row .container { width:20rem;height:18.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gdQUfRxJcAaQfluo9lOWRdCZg65PlhZK { width:9.875rem;height:auto;top:2.5rem;left:5.0625rem;font-size:1.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #JrfVnR9vPdiNTkWtgLasgHTTzglnRxcL { width:20rem;height:auto;top:5.3125rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #AZBh0wTGGZnmHhCddmMA1vL479gdCZnA { width:8.0625rem;height:auto;top:2.5rem;left:5.9375rem;font-size:1.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #H3IUyeGUPwSsZuHvkGXXK3NcHs4zLJgR { width:18.625rem;height:auto;top:5.3125rem;left:0.6875rem;font-size:1.125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #plUy2Z2Bamf4qtPvnxEfLCAP41GJvQ6s { width:7.4375rem;height:0;top:2.0001220703125rem;left:1.5325927734375rem;font-size:1.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #UGnXbPfGT70VkJkLun5s8TEoxr9AkGKz { width:18.375rem;height:0;top:4.8748779296875rem;left:1.5325927734375rem;font-size:1.125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #NTUrhTEx4e0yLTpmb6tCRz5T0LAlSEEZ { width:20rem;height:17rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GEoKts0pDw9PzkQ9X0bet854aQbz3eN6 { width:20rem;height:8.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL { display:none; }#pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL > .row .container { width:20rem;height:1.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O75843wGw6d24pvmF59FRWyKQavM2oM0 { width:17.5rem;height:3.4375rem;top:5.8122578125rem;left:1.25rem;font-weight:400;font-style:normal;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aa5VESsTaPqFOnt5UQCgzWJG8yIhSXKA { display:block; }
 }@media only screen and (max-width: 763px) { #loaD4wHPVoTNH1t1v0UlRqFsEski7rO2 { position:relative;z-index:auto;display:block; }#loaD4wHPVoTNH1t1v0UlRqFsEski7rO2 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPduGJ1sbmrxgwQehatHpNJFyTHkKzfz { width:20rem;height:1.5rem;top:33.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #ySWMpbZmZTMJ6NvxNwcuNcMrFMCJRGbL { width:20rem;height:auto;top:4.375rem;left:0rem;font-size:1.375rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #z55yRRX0fwo3UrdpSDXAROTvQWidt7TI { width:20rem;height:0;top:10.208886040607rem;left:2.5rem;font-size:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #uz6RWc8ImwTdT2AvWwDOvKVUB5J5qnTI { width:20rem;height:0;top:15.771492852131rem;left:2.4377174377441rem;font-size:0.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #OJVZdGe8maZTRQz8knsQDKx7fOGiK34g { width:18.75rem;height:3.4375rem;top:18.771168602863rem;left:3.6877174377441rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #A7owTOfBJs1hpBSeIz4d6QA6SpfSxNN6 { display:block; }
 }@media only screen and (max-width: 763px) { #XCRzgnTMt8GX5fi9WOKc8X6fTOuqTaBX { width:20rem;height:1.80013125rem;top:2.8885803222656rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #pS5wIrCrXsEAMo1ktm0o7v8E49B9TLNg { width:20rem;height:3.375rem;top:5.0632934570312rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #Jd5i9WnoWO420Dq3VaP5aW7XVckHGdZo { display:block; }#Jd5i9WnoWO420Dq3VaP5aW7XVckHGdZo > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ar3mQaJ6fFeKObBSXqZT9fS7et7p9Q3u { width:20rem;height:1.5rem;top:10.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #Jg1RFyNFoKNrHPtyqX85eFc63LJ5us7n { width:20rem;height:0;top:16.5rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #IbrGsJimsaxUFPT0cHP5pHcELMzfXLLm { width:18.75rem;height:3.4375rem;top:66.82375rem;left:1.25rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #wnbOlK0htX00L5b1ZaTeX75i6CgDZSyn { display:block; }
 }@media only screen and (max-width: 763px) { #mTM4WiEkw5T9W8TNwxpXSem7InM3idCe { width:19.9995rem;height:40.9473375rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJVTtkPBTkTHFLoFf7GmwgzmZiCMUJSh { width:20rem;height:27.7856625rem;top:43.936157226562rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFfJlvqB0c4R99Oh603gAEd5LggM5f3F { display:block; }#zFfJlvqB0c4R99Oh603gAEd5LggM5f3F > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaqSnfBZnU1CrZ3ovaKOS7OJcmLiLkAy { width:12.5625rem;height:auto;top:3.1875rem;left:3.6875rem;font-size:2rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #rAzPZvDgl0yiK3PDLFvVcFiDO6ISxOEf { width:12.4375rem;height:auto;top:6rem;left:3.75rem;font-size:2rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #VMsRSuIaIs0s0wI9VlXtD5gIkhE9yF5g { width:10.375rem;height:auto;top:9.375rem;left:4.8125rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #Z9OuXFPpc4blRCVqi96GCRwSMtTcpBMM { width:12.8125rem;height:2.9375rem;top:5.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pInvzx5PGzrVyJ5Ar0oUPNyIrKqFkxN6 { width:15rem;height:3.75rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdRwtcfM3gJa6NXUpMi117lDMf0EAsmm { top:15.125rem;left:4.1875rem;width:12.125rem;height:1.950075rem;z-index:15023;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pua5SntTFnWCFeCMNFvl6hfSTnXxr15y { top:17.1875rem;left:0.124755859375rem;width:20rem;height:2.11230625rem;z-index:15024;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPiamNKPdK8J627q1B4svVtx2Ap7fKIo { top:19.8125rem;left:5.3125rem;width:9.6875rem;height:1.29980625rem;z-index:15024;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C1ByPEI1tP3dKXewVSq0TWFNVaDsQNwh { width:17.4375rem;height:3.375rem;top:13.75rem;left:1.25rem;font-weight:400;font-style:normal;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hvf1K46Ids5oCe3A8QGkTHe1odficrU4 { display:block; }
 }@media only screen and (max-width: 763px) { #OQk24fHdcZtu1Rbe0SWCKSOmai0zOKhu { width:14.375rem;height:auto;top:10.625rem;left:2.8125rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #k5lskXxxhB3egAfluBNvwpIZD0L4Sz4r { width:14.0625rem;height:auto;top:12.5rem;left:2.9375rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #wmNxuSIaTITyOEZdXfwcW4lcT7rKQ6Hs { width:20rem;height:auto;top:2.5rem;left:0rem;font-size:1.75rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #lNsXuCXbXNu0pAxwHTHThrZbArhXTTTH { width:18.75rem;height:auto;top:7.25rem;left:0.625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #glU1FBrGaktmLhTW1C48H4UP5cqB7g7S { top:9.574999809265rem;left:5rem;width:9.875rem;height:1.29980625rem;z-index:15025;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x4GyDLPdyqVHiNGDXDarwyoXZLgyRg5a { top:11.324999809265rem;left:5rem;width:9.875rem;height:1.29980625rem;z-index:15026;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMn2A1823lD91Ev8ChWZTI8Ohm3xNdO3 { width:20rem;height:3.4375rem;top:22.561645507812rem;left:0rem;font-weight:400;font-style:normal;font-size:1.375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #rEU9vU8AnDsFIWefzDa8BOIv5uakyKvw { display:block; }
 }@media only screen and (max-width: 763px) { #NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { position:relative;z-index:auto;display:block; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { border-width: 0; border-radius: 0; }#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF > .row .container { width:20rem;height:11.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkTDq0SqtzH18MQUXTZHOT4n2FvsuuXP { width:1.8125rem;height:1.8125rem;top:5.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwK6Cg95WhGako3FlQchTuGteTvyLpVC { width:2.5rem;height:2.375rem;top:5.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2AFiCTFQ1xnTNiLWaTrF5GlXFrB2GCX { width:3.1875rem;height:3.0625rem;top:5.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN3wfGUGTpFVPzZf1Q3cRq6DTV3nVktN { width:20rem;height:1.13769375rem;top:9.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH2dCKk68TBZ3HT0SAxbLCnoAIap2Tkp { width:7.9375rem;height:2.0625rem;top:1.8125rem;left:6.25rem;display:block; }
 }