.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:#ffffff;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 { background-color:#ececec;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; }#wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM > .row > .video-iframe-container {  }#wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM > .row .container { width:75rem;height:41.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#E9WrvS5wcIIOTw0iQd94SMNHaL092H6f { color:#000000;display:block;width:26.3125rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:1.8994140625rem;left:23.75rem;height:2.678225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TeBw9FXJiw00mJeeKACc7l1d6pL6p17T { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:8.75rem;left:5rem;height:4.5498rem;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; }
#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.4973125rem;height:3.435875rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:31.250001907349rem;left:4.9994564056396rem;display:block; }
#ga9eXZ8DNGweTTqRlMniFkaBr4PJTdI5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ti4wOJfCKx4k0qKB1qqSEB2TUvaTsyhL { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:100012;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:25.7498125rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:20rem;left:4.9994564056396rem;height:3.61328125rem;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:33.9371875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.4;letter-spacing:0;top:25.000001907349rem;left:4.9994564056396rem;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; }
#LDbV75Epxlx4cATIQncJQPP7R03WlJBP { position:absolute;display:block;z-index:100004;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; }
#G8FGFiTntFn8TpTIt4Rx7cvJgQa9tPl9 { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:100012;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; }
#ICQv68vfDcLUcGzcHJwLSn3pJHR6mU4g { color:#000000;display:block;width:28.75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:12.5rem;left:5rem;height:7.17590625rem;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; }
#tWNevqQ96fzk4dVgDNrbrziTkbKFOt6M { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.6875rem;width:41.375rem;top:6.2500002980231rem;left:32.500001907349rem;overflow:hidden;display:block; }
#DplOoQcGkNpIBS7QTUxL49sKNdTed4R3 { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:100012;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; }
#ZTxCTBJQ4fxUQEdeXfQNTg50sgmId7cJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.9375rem;width:60.75rem;display:none; }
#K6T1kto8WG4nT7Tk8MyvZBOHC5kDPzi1 { color:#000000;display:block;width:32.374rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:100144;line-height:1;letter-spacing:0;top:16.420454025269rem;left:13.755681991577rem;height:2.000175rem;text-align:left;text-align-last:left;display:none; }
#vm18E0mSDQwgWs6ThdSzAPmd3p794g28 { color:#000000;display:block;width:33.8115rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:100147;line-height:1.4;letter-spacing:0;top:18.92045211792rem;left:13.755681991577rem;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; }
#ASHlg0FfF2HgTJkhNKaZC26BsUIsc1I0 { color:#000000;display:block;width:40.75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100149;line-height:1.4;letter-spacing:0;top:21.795097351074rem;left:13.755681991577rem;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; }
#CvbyvkpyD6BMHQiaztJh1cKg98RVfU1e { 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.25rem;height:3.4375rem;text-decoration:none;z-index:100176;text-align:left;text-align-last:left;top:25.420364379882rem;left:13.755681991577rem;display:none; }
#rG1f9W8QSLDQH8k8ByBKuO5VuznghPUV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cH5gd6Q44dSZo67Kz3vC31Z4iJEZp4w9 { position:absolute;display:block;z-index:100157;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:28.795276641846rem;left:13.755681991577rem;display:none; }
#VxUV2e5DDyImzdA7cQJ4BybtQwRHtit1 { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100148;line-height:1.4;letter-spacing:0;top:24.85795211792rem;left:13.880416870118rem;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; }
#ykplZgLKTXKTZeZe07eTWT4N7vWaW5sb { color:#000000;display:block;width:12.875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100127;line-height:1.4;letter-spacing:0;top:27.295364379882rem;left:19.068181991577rem;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; }
#dNygUcrwOVwOdEHTqpHJGCg3KcvFTzhD { 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.0625rem;height:3.4375rem;text-decoration:none;z-index:100177;text-align:left;text-align-last:left;top:25.420364379882rem;left:13.755681991577rem;display:none; }
#xQm63bEq6A8Z0v7Ha8XezlFNCqrLWETe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wkawWRDB55y8xELfPkm6ghFEviSw6mN5 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100131;line-height:1.4;letter-spacing:0;top:27.295364379882rem;left:21.19309425354rem;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; }
#iRkOTvO6TcvTxEt88Otz1QG7VF3a9p6D { position:absolute;display:block;z-index:100161;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:28.795276641846rem;left:13.69309425354rem;display:none; }
#TxBm0lwynTmsGB18ziBIIzuVoEQKyGU5 { 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:100129;text-align:left;text-align-last:left;top:25.420364379882rem;left:13.755681991577rem;display:none; }
#KqMGOQKnPThnHt3zfFvNXnIqIKNpdKt4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DXWGa2QCAL5mISKg32EGxOTxclcmb3Ay { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100135;line-height:1.4;letter-spacing:0;top:27.295364379882rem;left:21.380414962769rem;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; }
#d5AgN5nhxkTkloEc2Zp2p1PKHy1wpmwh { position:absolute;display:block;z-index:100165;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:28.795276641846rem;left:13.69309425354rem;display:none; }
#H8Q8GTefrZIB3SKpK76A1HH7NBsVDRL9 { 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:100133;text-align:left;text-align-last:left;top:25.419921875rem;left:13.755681991577rem;display:none; }
#KOJJM6CzKKv8gP0axAUWBqdgvG2HTFWl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tvH9dvEKdNpeIT8pXWwIeBzHlaeiGC7c { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100139;line-height:1.4;letter-spacing:0;top:27.294921875rem;left:21.380414962769rem;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; }
#FHq8SmONJdf27b1ngFH3ZTM1GLvGzwft { position:absolute;display:block;z-index:100169;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:28.794830322266rem;left:13.69309425354rem;display:none; }
#Q5hobirxdmB8XRN2ZAzs3hx1Og6t4BxZ { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100160;line-height:1.4;letter-spacing:0;top:27.107597351074rem;left:13.755681991577rem;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; }
#wX0eCvIu8oMQPONHmpBV77fctqskUrms { position:absolute;display:block;z-index:100139;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:27.920364379882rem;left:42.75559425354rem;overflow:hidden;display:none; }
#evLbWE0eCJEc25S7TAhWIgnRwsDPipbE { position:absolute;display:block;z-index:100151;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:27.920364379882rem;left:42.75559425354rem;overflow:hidden;display:none; }
#Q4sFl7h0mmKJRo0H2ShyTf1niykAWfk3 { position:absolute;display:block;z-index:100140;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:27.919921875rem;left:42.75559425354rem;overflow:hidden;display:none; }
#UJeUGiG78ATRkhXcOA1t973eiysOIrrF { position:absolute;display:block;z-index:100141;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:27.920364379882rem;left:42.75559425354rem;overflow:hidden;display:none; }
#yb0S8M7n65JqpIoDrXDE1aAnoorBuK8d { 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:100124;text-align:left;text-align-last:left;top:25.419921875rem;left:13.69309425354rem;display:none; }
#TcPUL8dd06HKq2cTGEAK6i1gZQCThcvg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Nh8iC5zKur6mDbBpHbTNZH1HcrJLdTTp { color:#000000;display:block;width:19rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100139;line-height:1.4;letter-spacing:0;top:27.294921875rem;left:23.318006515503rem;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; }
#qGGKdpHL6Zgsan575Dq5yoC62ENMPOkH { position:absolute;display:block;z-index:100169;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:28.795276641846rem;left:13.630504608154rem;display:none; }
#c4XBg1KhQUJ4NrkS3oUVKL3ssEQnrZs0 { 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:100137;text-align:left;text-align-last:left;top:25.420364379882rem;left:13.630504608154rem;display:none; }
#BFVcPMuVf7GLd04OTZ0hAxTKNnaPOMtT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rvOrceBbpKhT5ZLgTbysXsOBZSNWbiBU { position:absolute;display:block;z-index:100151;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:27.919921875rem;left:42.693002700806rem;overflow:hidden;display:none; }
#IqRo9ykHPTB3olQnn26ko0gWcDuxoTm5 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100143;line-height:1.4;letter-spacing:0;top:27.295364379882rem;left:21.880681991577rem;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; }
#T7S1M6zDGPSUm4C19OmHA832MBwVuLXG { position:absolute;display:block;z-index:100155;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:27.920364379882rem;left:42.75559425354rem;overflow:hidden;display:none; }
#ASJJyMWUaJGEI7yAaPldixywEmzIz7Et { position:absolute;display:block;z-index:100173;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:28.795276641846rem;left:13.567916870118rem;display:none; }
#EubqqJ3u8XzG5M8zhXUET3Viar5uZxJ4 { 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:100141;text-align:left;text-align-last:left;top:25.420364379882rem;left:13.630504608154rem;display:none; }
#MXENDxTse00PngkLyJkGWW2GhZdVl0AP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LfN86wlXBH20EKS0If0dsxZozLlLS2F0 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100147;line-height:1.4;letter-spacing:0;top:27.295364379882rem;left:20.56809425354rem;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; }
#hd40kiJQNCt1uKyoTzwmg0SKs8FIZxIy { position:absolute;display:block;z-index:100159;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:27.920364379882rem;left:42.75559425354rem;overflow:hidden;display:none; }
#igu1BlSeRAKHPOVPsnEIHVOxe743iWm7 { position:absolute;display:block;z-index:100174;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:28.795276641846rem;left:13.69309425354rem;display:none; }
#mAMmieqd5BLynXx1PM7rkfVSgLKLhUcO { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:700;z-index:100166;line-height:1.4;letter-spacing:0;top:27.107597351074rem;left:13.817827224731rem;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; }
#vGXcZpD3v3JqumiewFMcFLTMAoeVa2zs { 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:100130;text-align:left;text-align-last:left;top:25.420364379882rem;left:13.755681991577rem;display:none; }
#T9UbithHCEtK20wvwuSzoG85h8HUGkGS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bcDR4CxEXWe86zyNHWIx5md3QBq3AIa9 { color:#000000;display:block;width:23.5rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100145;line-height:1.4;letter-spacing:0;top:27.295364379882rem;left:17.567827224731rem;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; }
#mikaJSTpy6xfxhrHFnexFJrNTgK1B7ra { position:absolute;display:block;z-index:100157;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.9375rem;top:27.920364379882rem;left:42.75559425354rem;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:8.1875rem;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:100015;line-height:1;letter-spacing:0;top:2.5rem;left:3.75rem;height:2.000125rem;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:100018;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; }
#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:100011;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:100000;display:block; }
#TqlvdBQeSOQ43uW8oONWDZyHG0HRPvWh { position:absolute;display:block;z-index:100028;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:100014;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:100000;display:block; }
#ZS1UTOktEtlOFB3Qi4S77ApP9dkVdGur { position:absolute;display:block;z-index:100031;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:100017;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:100000;display:block; }
#RJUJAg71TIxLPEpdHuA2AbTgXn6A3BNL { position:absolute;display:block;z-index:100034;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:100020;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:100000;display:block; }
#NMb8cemn8cNMOLJETL6o48HJTVVGAK6n { position:absolute;display:block;z-index:100020;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:100010;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:100009;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:100008;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:100037;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:100011;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:100039;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:100000;text-align:center;text-align-last:center;display:none; }
#QdDHI7VIKaOx8IhaydmGkbvOAZdm5RmG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QcMH8qB8ty93m3xUI0kPORtdnW83II2X { position:absolute;display:block;z-index:100020;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; }
#oIP7urWVvETMSW2QqSwE3uBbTq8DLTVJ { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.625rem;top:35.8125rem;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:100000;text-align:center;text-align-last:center;display:none; }
#cf8ads1mPBNMqwRAVMLB071fKPaueLJS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wp5CMInp2F59Z00nGgQC7UrM9Llr5LHL { position:absolute;display:block;z-index:100039;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:100000;line-height:1.3;letter-spacing:0;height:1.625rem;top:41.25rem;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:100000;text-align:center;text-align-last:center;display:none; }
#JFm2uN1QxQ5JVCamt7VTtQhHx2nlFotk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MeRgEhFeV3PZpCdlohbghG1u7bFfWDnb { position:absolute;display:block;z-index:100020;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:100039;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.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.625rem;top:46.6875rem;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:100000;text-align:center;text-align-last:center;display:none; }
#gPTaKMSbWHHrvc3uhkDhOdLvN33EGWIl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Qa6CnMDxSIFwx739ZAybJFqKQU96w6Zv { position:absolute;display:block;z-index:100020;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:100039;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:100000;line-height:1.3;letter-spacing:0;height:1.625rem;top:52.125rem;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:100000;text-align:center;text-align-last:center;display:none; }
#CU976Ok28Bc8nq2rLFO4UtKJpJt3roAz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fFCI1fdheAX5u53Pgn7WyrXn5EdLX9lz { position:absolute;display:block;z-index:100020;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:100011;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:100000;text-align:center;text-align-last:center;display:none; }
#NuWhew8TIqgAuT0BAuh7Klyp6zi3TleA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#N5brLIqEXi1WEpQPOECcA9JlHEFEk1mD { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.625rem;top:62.4375rem;left:0rem;display:none; }
#IOrOVqQlV2efLVXKLtO15WptsWMcAxGq { position:absolute;display:block;z-index:100039;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:100000;text-align:center;text-align-last:center;display:none; }
#Dkf9gy5a7JGQ9o2qourB7HcnRiRwaMrV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sf7GRSxivPZrgr9spJvlHrspauMrIBv0 { position:absolute;display:block;z-index:100020;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.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.625rem;top:67.875rem;left:0rem;display:none; }
#OftI5QPmWUIhmo1eFU7PUhtAiQoTsNTL { position:absolute;display:block;z-index:100020;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:100039;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:100000;text-align:center;text-align-last:center;display:none; }
#AgXGEM4n9vTThkUTymry6zqrp0KSXCBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wOGI3VRl04BoFldwBmWN4iOr7K8tcMeu { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.625rem;top:73.3125rem;left:0rem;display:none; }
#Pxsf5mp95D5JRC81HUuDZBpEJ0xnTn16 { position:absolute;display:block;z-index:100020;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:100039;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:100011;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:100000;text-align:center;text-align-last:center;display:none; }
#zCWv3TOOFZDVqfLuXQUNdQeyiM9pAtky { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ymOImqpduz46ibCtx10Jo4mxd4SBRANh { color:#000000;display:block;width:19.375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.625rem;top:83.125rem;left:0rem;display:none; }
#xqXIem69ebUHCHgGLMngFB5yXcFee25s { position:absolute;display:block;z-index:100020;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:100039;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; }
#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:100050;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:100000;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:100050;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:100000;display:block; }
#zAxK0pdAahye7Qshi21x7TfqrHhpoQ34 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#zAxK0pdAahye7Qshi21x7TfqrHhpoQ34 > .row .container { background-color: transparent; background-image: none; }#zAxK0pdAahye7Qshi21x7TfqrHhpoQ34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAxK0pdAahye7Qshi21x7TfqrHhpoQ34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAxK0pdAahye7Qshi21x7TfqrHhpoQ34 > .row .container > .video-iframe-container { display: none; }#zAxK0pdAahye7Qshi21x7TfqrHhpoQ34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAxK0pdAahye7Qshi21x7TfqrHhpoQ34 > .row > .video-iframe-container { display: none; }#zAxK0pdAahye7Qshi21x7TfqrHhpoQ34 > .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); }#zAxK0pdAahye7Qshi21x7TfqrHhpoQ34 > .row .container { border-width: 0; border-radius: 0; }#zAxK0pdAahye7Qshi21x7TfqrHhpoQ34 > .row > .video-iframe-container {  }#zAxK0pdAahye7Qshi21x7TfqrHhpoQ34 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#kMgFHMK3xrslB9suxgkyWaIO2MsbQ2hE { color:#000000;display:block;width:28.6870625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100021;line-height:1.4;letter-spacing:0;top:3.0626087188721rem;left:7.4994564056394rem;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; }
#Q4rdKJukdH1EWVmDReTNULAdPKTz1qoG { color:#000000;display:block;width:30.374875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100022;line-height:1.4;letter-spacing:0;top:3.0626087188721rem;left:43.749456405639rem;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; }
#B7oGAUS3rz6lA8g7o2XXP7v6kfVCxuDa { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.06206875rem;width:3.06206875rem;top:11.375rem;left:2.6875rem;overflow:hidden;display:block; }
#dcseweVpdLgTULgeg9r2FPMZ3nixJ32L { position:absolute;display:block;z-index:100052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.12489375rem;width:4.12489375rem;top:6.3751087188719rem;left:1.8120651245118rem;overflow:hidden;display:block; }
#HvPeVF9MzREoBSFxHhaPkTW3OtBJcFCs { position:absolute;display:block;z-index:100052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.12489375rem;width:4.12489375rem;top:7.0626087188719rem;left:38.124570846558rem;overflow:hidden;display:block; }
#T2X4npSfJ3FLeTT5UZRCxDp9SnMPG53M { position:absolute;display:block;z-index:100053;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:3.5rem;top:2.4378261566162rem;left:2.1875rem;overflow:hidden;display:block; }
#D0nbXZw61xX6Tc4FlpzLzUiyrcTM5ZnU { position:absolute;display:block;z-index:100053;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:4.0625rem;top:2.1245651245117rem;left:38.436956405639rem;overflow:hidden;display:block; }
#NTUrhTEx4e0yLTpmb6tCRz5T0LAlSEEZ { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.7496875rem;width:25.625rem;top:11.250544071198rem;left:46.249456405639rem;overflow:hidden;display:block; }
#wFJthmJ7bPGpbpMP2ompyc1gwZCdoL0f { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:100012;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; }
#vS5mr6QJZ6ziIZVABZyfCWVFe3USJzGZ { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:100012;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:100012;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; }
#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:40.9375rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:100016;line-height:1;letter-spacing:0;top:2.4371337890625rem;left:3.75rem;height:2.000125rem;text-align:left;text-align-last:left;display:block; }
#eWZP4DLoSorX3HiSJMIWkBfAne96CRED { color:#000000;display:block;width:33.8110625rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:100019;line-height:1.4;letter-spacing:0;top:4.9995651245117rem;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; }
#zG4BqgZ15AwWh7zwffol7ky9LxHttRK8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#zG4BqgZ15AwWh7zwffol7ky9LxHttRK8 > .row .container { background-color: transparent; background-image: none; }#zG4BqgZ15AwWh7zwffol7ky9LxHttRK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zG4BqgZ15AwWh7zwffol7ky9LxHttRK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zG4BqgZ15AwWh7zwffol7ky9LxHttRK8 > .row .container > .video-iframe-container { display: none; }#zG4BqgZ15AwWh7zwffol7ky9LxHttRK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zG4BqgZ15AwWh7zwffol7ky9LxHttRK8 > .row > .video-iframe-container { display: none; }#zG4BqgZ15AwWh7zwffol7ky9LxHttRK8 > .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); }#zG4BqgZ15AwWh7zwffol7ky9LxHttRK8 > .row .container { border-width: 0; border-radius: 0; }#zG4BqgZ15AwWh7zwffol7ky9LxHttRK8 > .row > .video-iframe-container {  }#zG4BqgZ15AwWh7zwffol7ky9LxHttRK8 > .row .container { font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;position:relative;display:block; }#JrfVnR9vPdiNTkWtgLasgHTTzglnRxcL { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100019;line-height:1.4;letter-spacing:0;top:7.25rem;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; }
#gdQUfRxJcAaQfluo9lOWRdCZg65PlhZK { color:#000000;display:block;width:5.06185rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:400;z-index:100019;line-height:1.4;letter-spacing:0;top:4.375rem;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; }
#LzrSTznKFveQRVD8HNKMWi5KVQvXfkMb { color:#000000;display:block;width:13.125rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100021;line-height:1.4;letter-spacing:0;top:7.1875rem;left:21.25rem;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; }
#pFebfVl5ElJ5LrLUEsCnGv92B9xrDKTA { color:#000000;display:block;width:5.06185rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:400;z-index:100021;line-height:1.4;letter-spacing:0;top:4.3125rem;left:21.25rem;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; }
#ilMqaZIDqN6Ss5IQbq6Wsyz9yzwB8H27 { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:7.125rem;left:41.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; }
#k6cGiu6TxZD9wT9qtvZQA9VPtvGgcW9D { color:#000000;display:block;width:5.06185rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:4.25rem;left:41.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; }
#IMpFDNP4yEmLbilipMZhQB3Zx8PRWaJA { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100025;line-height:1.4;letter-spacing:0;top:7.0625rem;left:60rem;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; }
#b9JoOqQKaitRuqGIGJBmg295xpfqSwTF { color:#000000;display:block;width:5.06185rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:400;z-index:100025;line-height:1.4;letter-spacing:0;top:4.1875rem;left:60rem;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; }
#ITrQCvJRdzmoHz4ODlwTBi9k594c0OBN { position:absolute;display:block;z-index:100026;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:54.375rem;top:2.6254329681396rem;left:4.9994564056396rem;display:block; }
#glgsMl6PzZerigGotfbNcTOFCmin8ser { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.375rem;top:1.9385852813721rem;left:4.2496738433838rem;overflow:hidden;display:block; }
#Wnzmz9vmVrbO4FrxtFJGfEpS2rT9qrzs { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.37478125rem;width:1.37478125rem;top:2.0010852813721rem;left:20.812715530396rem;overflow:hidden;display:block; }
#WOQWPVmlXl92zl8wLCOQpApSodhTW3fB { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3742375rem;width:1.3742375rem;top:2.0008697509766rem;left:41.000761032104rem;overflow:hidden;display:block; }
#iKyrumTkSF5Vs4HQTIVwdv270mT3bIJo { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3737rem;width:1.3737rem;top:1.8766288757324rem;left:59.063802719116rem;overflow:hidden;display:block; }
#qso2U8pd7irWwHHJ5BS2EZ4Woqe2qzXR { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:100012;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:100012;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; }
#o72qevNW7OIGz1og4FpR8sddDCOIBR8P { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#SKeUCrZvITOF8Pg2kc05fO0yppN8JOiq { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#SeRXus3aKQ9wQw9TXvg4fnGPEP9aJE7g { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Q2T3bS7pUA7uXb1AAFK3pbvKXh2pR8CI { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:100012;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; }
#KT1VRuKOCfqQc64nETX2oTidAKPCGRob { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:100012;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; }
#DgTFTMJWSLH3HnL69W1kuCcIxAJaLHvE { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:100012;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; }
#vgLCeHxSQlBiWUWvflATcKkhlTPJznKg { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:100012;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; }
#nnXk7xo7XiPFoXspFNkgQm3Vb90TaSPK { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:100012;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; }
#tI3T7qdDe2KOAlZpDvpSegKqgaTXLboA { color:#000000;display:block;width:28rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:300;z-index:100012;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; }
#ufdLzmydqGbHouN4yAts9JavJS8UG4rJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:64rem;width:75rem;display:none; }
#pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#UViBFN1C6frylVsMTVTCEbygdurb9m7Q { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:100017;line-height:1;letter-spacing:0;top:2.5005416870117rem;left:3.75rem;height:2.000125rem;text-align:left;text-align-last:left;display:block; }
#Vx8ZCp4S8CLwRKlATMK15DV2tGwzhgvm { position:relative;display:block; }#Vx8ZCp4S8CLwRKlATMK15DV2tGwzhgvm { background-color: transparent; background-image: none; }#Vx8ZCp4S8CLwRKlATMK15DV2tGwzhgvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vx8ZCp4S8CLwRKlATMK15DV2tGwzhgvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vx8ZCp4S8CLwRKlATMK15DV2tGwzhgvm > .row .container > .video-iframe-container { display: none; }#Vx8ZCp4S8CLwRKlATMK15DV2tGwzhgvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vx8ZCp4S8CLwRKlATMK15DV2tGwzhgvm > .row > .video-iframe-container { display: none; }#Vx8ZCp4S8CLwRKlATMK15DV2tGwzhgvm > .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); }#Vx8ZCp4S8CLwRKlATMK15DV2tGwzhgvm { border-width: 0; border-radius: 0; }#Vx8ZCp4S8CLwRKlATMK15DV2tGwzhgvm > .row .container > .video-iframe-container {  }#Vx8ZCp4S8CLwRKlATMK15DV2tGwzhgvm > .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:50.4375rem;width:75rem;position:relative;display:block; }#AiXT9Sv4vpl7HIxRRJIqwX2bvMETSRHI { color:#000000;display:block;width:12.249875rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:100019;line-height:1.4;letter-spacing:0;top:26.8125rem;left:1.25rem;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; }
#QtcZtzb8lFs7ZvOD2Mfs2zMC8O5tp7JX { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.375rem;left:0.875rem;overflow:hidden;display:block; }
#otaTBhmbIWuw6KyoTc6uyn9wxDlJEMTL { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100022;line-height:1.4;letter-spacing:0;top:30rem;left:1.25rem;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; }
#vHHZkefUcgXAXooQt1Q7a7RQ6AtaDSUD { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.625rem;width:17.25rem;top:1.6883678436279rem;left:0.9375rem;overflow:hidden;display:block; }
#O9kJf9uFksemaQgMRBXTNkvrMcdxXH78 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100026;line-height:1.4;letter-spacing:0;top:29.875rem;left:20.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; }
#ui2LcBhphdh9ki074Te1QRSLsCph5ial { color:#000000;display:block;width:12.249875rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:26.6875rem;left:20.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; }
#WtpivZbA7sacJLn9IPxAIOf1XJT5u1PK { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.25rem;left:19.75rem;overflow:hidden;display:block; }
#pTFdyhBksRvUnyALnTMJkTI2lumaETl2 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.9371875rem;width:15.062375rem;top:4.1883678436279rem;left:20.000001907349rem;overflow:hidden;display:block; }
#eKenS2M3mBIxPGsM3c8ktmFhLpV9MEWP { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100030;line-height:1.4;letter-spacing:0;top:30rem;left:38.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; }
#vmhww3tSkyQe8pcmZm0fDETS0MtGGq0g { color:#000000;display:block;width:12.249875rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:100027;line-height:1.4;letter-spacing:0;top:26.8125rem;left:38.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; }
#nS95X8StieK2Orb24wqqPQAO3imq6CGL { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.375rem;left:38.4375rem;overflow:hidden;display:block; }
#m6X7TeSGlFFuNKgIBIZ0gE7exbcckzbV { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.8125rem;width:18.1875rem;top:1.6883678436279rem;left:37.750112533569rem;overflow:hidden;display:block; }
#TLl1AGs1RobTSI2r3XIdHbfPLkd5cD6V { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100034;line-height:1.4;letter-spacing:0;top:30.25rem;left:57.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; }
#bHvFcITN4mB9JkWvd74S2wWkWom7EEnn { color:#000000;display:block;width:12.249875rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:26.875rem;left:57.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; }
#t1CinfNw5qV2aTMi0eUGLHHIGP04BRAd { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.625rem;left:57.125rem;overflow:hidden;display:block; }
#tsS06gMbZpPg5xqzKF0KZ3ffPbQTFBx0 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.4373125rem;width:16.3748125rem;top:2.9389109611511rem;left:57.500005722046rem;overflow:hidden;display:block; }
#hPZro25LU2hMe1MzhHB2HvoSokhqlifM { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:35.688911437988rem;left:1.25rem;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; }
#bLEBmZNHh1nEHmRtzu9neAkW5JSxTPpS { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100024;line-height:1.4;letter-spacing:0;top:35.688911437988rem;left:20.000001907349rem;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; }
#wnhMkf2ZkJW585DuO8bTOS8gL4E0gCfs { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100025;line-height:1.4;letter-spacing:0;top:35.689562559128rem;left:38.749456405639rem;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; }
#vTv0q3Nzldt0xTikTqkiqw06yGewqG6p { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100026;line-height:1.4;letter-spacing:0;top:35.689562559128rem;left:57.500005722046rem;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; }
#RCGUT5zJZSHCk7TTzfez6mnHZfuN3XJt { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.312375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:44.188910961151rem;left:1.25rem;display:block; }
#MF5argLnMgPHiwevnscXrBEZJG0B0bCN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hvp8NodGH3uxIkuIxqCwk0TD51THUhsB { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.18730875rem;height:3.31293375rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:44.188913345337rem;left:20.000001907349rem;display:block; }
#BhLCwpZNy6aZFhzTLy0SqHhF4QNHnfai { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tLENo2nXe8ByuqfVSJAAqt6IN3ou5LGI { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.06249625rem;height:3.1881525rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:44.188913345337rem;left:38.749456405639rem;display:block; }
#MIf5lKXJHbdkVeOJCMSfCFTA30a5Iyz7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x0zp3yCFVuE7faccUToCfRO026k00BCL { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.93774625rem;height:3.063365rem;text-decoration:none;z-index:100020;text-align:center;text-align-last:center;top:44.188913345337rem;left:57.499677658081rem;display:block; }
#sTgtbBsCsAiCFHllfkI44W73GuyGyK1B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TfOEltzDm7uZy3GnhqiIkl6MptNVGkoz { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.9996875rem;width:15.5620625rem;top:48.68869972229rem;left:38.749456405639rem;overflow:hidden;display:block; }
#Gtb3vDH2NTOuE5Zacl2n9O7kD4XXOvLC { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#hQtBMVhzGfp9PEFmhw4d8CcpVAIDnu5a { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#E1hT11TNysoWgTP4kFXtS2JduIot8gTo { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#bD1gMpTu00WxXsp4VuS4Ia7RhzuClzBW { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#PxvohyaKa7IOTK5ulHxb9iGTMJXHgSMk { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.312375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:44.188910961151rem;left:1.25rem;display:none; }
#mJmbh6CLatTsFF3n07Iu3V6s2BC6O4ck { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bPSM4KkM5Sz8exvkreCk8wxu7dsUXFby { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#wVM6bkJHy3fAaJQ6WiU1kr7CK2N5sCcE { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#tgHoKbFrqnOQafXc0PC4oGxwTcu9eQ1f { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#JWhMXLGDLxP3wRGeDZgxhSB7uGytd44p { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.375rem;left:0.875rem;overflow:hidden;display:none; }
#evCboChdwO7ACxQ6dfE4NM1fMNGbPvtJ { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#gipmTr36vghqcGtVc6KFP62fUWTrtPeJ { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#dGItRJpM3g9TNU9nkyhSdrTqyn8QVO1t { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#kg7RHVH1HqCaVtQ0PbX1m39ZiFUvNItm { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.375rem;left:0.875rem;overflow:hidden;display:none; }
#xKUBGUZzqXDmCBpsFV4ayFoaKFCxT1pw { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.06249625rem;height:3.1881525rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:44.188913345337rem;left:38.749456405639rem;display:none; }
#odoUchVpO2b4fxVpQVwlFQKMkUN7y133 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T0QtiiZmSG82i0119A3Q8L0vrXbl4kKw { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#Xrzzvwbi3lLbdXAnJITimdxynsQcv5wp { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#ynBlJ3EwU7lgsVd4lgkdvqy1vN121xhO { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#vFfsDKWbJ9gx8RO9sEW2sKdAIer4gk6a { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.375rem;left:0.875rem;overflow:hidden;display:none; }
#nDQVJDgacsF5Nq3mBeFOtHl5RJBiHEFh { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.06249625rem;height:3.1881525rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:44.188913345337rem;left:38.749456405639rem;display:none; }
#p5f2KS7tHHUsRtigFIZoFTMTTCTuaIv8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CD4TBWzaJVMAa8GzN7zypTkcxT4RVQnz { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#eek8xggrJJMW2Kotsssu6Cmix6R4ahAC { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#d7eSvXusxSeJ7iXIvvQPXvdNmckJQQeG { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#sFFykpHT1v7uAfeEdcX5IUiINaruuRVU { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.375rem;left:0.875rem;overflow:hidden;display:none; }
#RvfJ5LIbTli1egHnXioUvhLd67s5qBS5 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.375rem;width:16.25rem;top:2.9389109611511rem;left:57.500005722046rem;overflow:hidden;display:none; }
#iNOW39cItSaau1wpVm4QI5gQc0DWZeME { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.06249625rem;height:3.1881525rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:44.188913345337rem;left:38.749456405639rem;display:none; }
#lALS5Ez3dUHprGBRoNwDPkDk1lc03Cy8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HtfD4fJTTESEhLZDk3TNXkf1Txva863L { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#P2gM5bpHPb2HhMGH19HolrUnSn1AOPsT { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#DTvSa0Bvp0TaOSB2PiofeHbCmmXE929X { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#iTtZDpd7ONazwzmeiP3JgB0TdmO1nPFo { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.375rem;left:0.875rem;overflow:hidden;display:none; }
#DE89p11a3zTBxQ3TiFT0qLWhn7oC7NgT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:75rem;width:60rem;display:none; }
#Dbio1KgVhrw6qUG1t3AHnuXIsOLQp1if { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.06249625rem;height:3.1881525rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:44.188913345337rem;left:38.749456405639rem;display:none; }
#FufbWXr8xiLGRmckJgpi6rpp8nRcgxy2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gRXoUhJTM7XK4Tb8DP2nygJReXDb2Cns { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#B1lFHfcBIzs3nbQQ4ZTJo18hTsLWTghh { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#hADXibSTW7kpCeHKEB1K63Ih5FHXInFi { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#UgyuqsqF4igP1Z8InfXLBx6htMmSKeQV { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.375rem;left:0.875rem;overflow:hidden;display:none; }
#Awodc8qzz3wgT4mbTmBt441LFP3L3tLr { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.06249625rem;height:3.1881525rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:44.188913345337rem;left:38.749456405639rem;display:none; }
#LZG8WZUyRQryroTrvq2cN5BTgbnUrdH2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sOIyNWfndFOaTRTPPqVIrw7rwllSvrtv { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#ua3H8egh7K5kcOl2oFwGBmrAORxdXDrI { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#tAcEWTPnFB0tbfuJc7JwwkTgTdBUdZoC { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#o8T6nCbL2aATBxiaekrOM1FD0NIIo2Lc { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.375rem;left:0.875rem;overflow:hidden;display:none; }
#TalriiPKnUO3gZ3RgUVvIuFRrPk4TASX { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.4375rem;width:15.5rem;top:48.68869972229rem;left:38.749456405639rem;overflow:hidden;display:none; }
#HXwuLaCEzMUfWMmvScLBJH99EA93ySht { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.06249625rem;height:3.1881525rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:44.188913345337rem;left:38.749456405639rem;display:none; }
#AZLHelDaZmkBRzK415sGpf4IGhSd9P6L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ENUFm71CRdykuNf9eU2SWyLyc1T17XeR { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#bd2G8dOCUpUJcaX4uOfZHs5bbZesRmCK { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#egvvLA2hcG2Eb8fuXxlixl9DgEvTVNmC { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#bqIxTUBII8Sv0b65DiQcLauoMfbI2wDk { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.375rem;left:0.875rem;overflow:hidden;display:none; }
#wZpAQSrtKdo9oa2rvvBIc3Wf7iplSuDg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:75rem;width:60rem;display:none; }
#A65iZwUJdIr1pocp26FiQTkrEoBtRfT1 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.06249625rem;height:3.1881525rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:44.188913345337rem;left:38.749456405639rem;display:none; }
#Wit04urG6QseLay6qgssgcXnEKLuLW6E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qrSsy9cqSo9tWopFGQSRcgH8c2Fm7qQl { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#hsCld69oKiDBvSJZ5c3LhHJtTTSHNxo4 { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#BhCAUfGvnmkd7VTQJ9kQ3VAcWrVzn77d { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#WoTIxsZUBp2Q6o2agLsCPxZL4MgOTN0J { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.375rem;left:0.875rem;overflow:hidden;display:none; }
#eMByT4mdN6kHay0XUgTFQrJQyZgX2BeP { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:75rem;width:60rem;display:none; }
#dCg3GlMmUcRXhDqFvS3vso23oBANVHie { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.06249625rem;height:3.1881525rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:44.188913345337rem;left:38.749456405639rem;display:none; }
#WXFOARxAugl7LC4mSyuxcFyOCZRHkSnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xs81BWMGTyUPCyzNAPNaz8PKXMU0omsS { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#tunoR46KZTcb1HOIQ04zMBur2THLqN7Q { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#z6FuWOZgpVn0Kt3FMgF8veEZVMCAkcaU { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.375rem;left:0.875rem;overflow:hidden;display:none; }
#DspSfUB7ghl9HTTD337thDczEpLDeD9h { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:75rem;width:43.9375rem;display:none; }
#kFATTNk5LvGkUIOxefrKRlvLLgQnxEO2 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.06249625rem;height:3.1881525rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:44.188913345337rem;left:38.749456405639rem;display:none; }
#KhK2UnMh0hF3T6aWZE1Tdq4eIeytaWem { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZHHca5opUtGTlL76iTTlaaENrEZWi7RO { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#MDhq7e918dLlqJouUvTXvmrLRCchD8Bt { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#oZpheyLcAVd9d1L8GLKmXfwfqIrQuma6 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.375rem;left:0.875rem;overflow:hidden;display:none; }
#TmLCT08D2dqQ5AMNsWR2Lhv03UDTmEbP { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.0625rem;width:31.4375rem;display:none; }
#DR2WJFoW2ZmWVM0PSnoWz6J7VfdwvfLJ { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn { position:relative;display:block; }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn { background-color: transparent; background-image: none; }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn > .row .container > .video-iframe-container { display: none; }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn > .row > .video-iframe-container { display: none; }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn > .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); }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn { border-width: 0; border-radius: 0; }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn > .row .container > .video-iframe-container {  }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn > .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:48.75rem;width:75rem;position:relative;display:block; }#IepwWVxTi8zNbKhpfuVBsLc8NFfyAJVP { color:#000000;display:block;width:12.249875rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:100019;line-height:1.4;letter-spacing:0;top:26.8125rem;left:1.25rem;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; }
#r22lyWo5T5zu0r2GOndzEdyRFfubwHG0 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.375rem;left:0.875rem;overflow:hidden;display:block; }
#WaTh79iwmANzPBEId1dDuvGlBk93wheC { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100022;line-height:1.4;letter-spacing:0;top:30rem;left:1.25rem;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; }
#UU5DF0zzPxWeCmINVH4xCu6wRgFgyi4A { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.625rem;width:17.25rem;top:1.6883678436279rem;left:0.9375rem;overflow:hidden;display:block; }
#immmeywEqwGWVPVHDdg4lgLobZBULBZ1 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100026;line-height:1.4;letter-spacing:0;top:29.875rem;left:20.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; }
#IUnbIXwckuEehEAk2fmJFdAIaoHzimls { color:#000000;display:block;width:12.249875rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:26.6875rem;left:20.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; }
#hHzJWZCPKloOSvyRN3ofv3bm5PiJhXZE { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.25rem;left:19.75rem;overflow:hidden;display:block; }
#cLP5iRSuUASrKiZcdF4Dqtkt53DTeIWW { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.25rem;width:16.937375rem;top:1.3758678436279rem;left:18.750001907349rem;overflow:hidden;display:block; }
#zDaffKUaUAqt0lbRahfQQKvmBbN33hsO { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100030;line-height:1.4;letter-spacing:0;top:30rem;left:38.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; }
#fvThvTTza811LVsfvMG5dfk9BoaINxKB { color:#000000;display:block;width:12.249875rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:100027;line-height:1.4;letter-spacing:0;top:26.8125rem;left:38.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; }
#euBENsuvvkK3AfB9p2uTFNfzOUDgIaRE { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.375rem;left:38.4375rem;overflow:hidden;display:block; }
#X62SXRW9sy15sZR2ygxQXApyfbdlTbh7 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100034;line-height:1.4;letter-spacing:0;top:30.25rem;left:57.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; }
#cKHIyzTmdV7TTQ6G8ACAruTu5StLQJ9z { color:#000000;display:block;width:12.249875rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:27.0625rem;left:57.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; }
#IphQEfD8XOhdSEhbrCSBssHylvH2iMcZ { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.625rem;left:57.125rem;overflow:hidden;display:block; }
#tPi2ozfpe6IqXcOvDCcHHdtxFvWawFme { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.1871875rem;width:11.3748125rem;top:6.3758687973025rem;left:59.374456405639rem;overflow:hidden;display:block; }
#RcAy7MATmPEOkQNUIOmMNk9Q7e3xrI0f { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:35.688911437988rem;left:1.25rem;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; }
#O1zClCQbLEafCqCSid07T7wqZp5ST5wN { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100024;line-height:1.4;letter-spacing:0;top:35.688911437988rem;left:20.000001907349rem;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; }
#QEpIOvaq2xOAqcShg9Kn7DuXNiccW4fr { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100025;line-height:1.4;letter-spacing:0;top:35.689562559128rem;left:38.749456405639rem;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; }
#LVoAJeDcEb9ZlMVKmHh0eQgmJisEB5LT { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100026;line-height:1.4;letter-spacing:0;top:35.689562559128rem;left:57.500005722046rem;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; }
#gSWmXVLPQc18ubQ3OW2v1Q3EvdBwJRW6 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.18730875rem;height:3.31293375rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:42.501630783081rem;left:1.25rem;display:block; }
#GpykB2y4ydg7PtaL5q1tkg3atEJIUdBC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wlb3biHOSKNpBkdWlw6m3iTm5feARAXF { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.1875rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:42.438695907593rem;left:19.937501907349rem;display:block; }
#ReVyb4s3IRlf06sXE86ePCGZcHF66Ny6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GqzcsR0PADaOB46Mh4NKPbGEVuTz21lK { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.0625rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:42.50163269043rem;left:38.749456405639rem;display:block; }
#uXB3reL9nfKynxAqNglDebtpKDGQbv1L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WEpn04DcB34ycfmnbXRzirNBN5siS4x5 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.9375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:42.501628875733rem;left:57.500005722046rem;display:block; }
#CPfgkwI796KdhQo0lMxxCb9RUJGny4p2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BqM4DaXV8IWB2R1EXFo63C8gPvSG1Sw0 { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#PSknpX4AAoDfMQ7w9FLqLd0lvit58ZaP { color:#000000;display:block;width:51.4375rem;position:absolute;font-family:brown;font-size:1.875rem;font-weight:normal;z-index:100014;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; }
#g3oTxZMlfqd7T02oTTxncphyyhp8FkXh { 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.4973125rem;height:3.435875rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:31.250001907349rem;left:4.9994564056396rem;display:none; }
#iRn30LdSrckuJ6GgVQG1hsGR5pCFuVTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Nv9TwT8yU4iXqpaVhIUJSmIWmP8yGlFX { position:relative;display:block; }#Nv9TwT8yU4iXqpaVhIUJSmIWmP8yGlFX { background-color: transparent; background-image: none; }#Nv9TwT8yU4iXqpaVhIUJSmIWmP8yGlFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nv9TwT8yU4iXqpaVhIUJSmIWmP8yGlFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nv9TwT8yU4iXqpaVhIUJSmIWmP8yGlFX > .row .container > .video-iframe-container { display: none; }#Nv9TwT8yU4iXqpaVhIUJSmIWmP8yGlFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nv9TwT8yU4iXqpaVhIUJSmIWmP8yGlFX > .row > .video-iframe-container { display: none; }#Nv9TwT8yU4iXqpaVhIUJSmIWmP8yGlFX > .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); }#Nv9TwT8yU4iXqpaVhIUJSmIWmP8yGlFX { border-width: 0; border-radius: 0; }#Nv9TwT8yU4iXqpaVhIUJSmIWmP8yGlFX > .row .container > .video-iframe-container {  }#Nv9TwT8yU4iXqpaVhIUJSmIWmP8yGlFX > .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:51.25rem;width:75rem;position:relative;display:block; }#tASOwLAWMaTlWyMpmva6Ccda9x8RCAfw { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:100019;line-height:1.4;letter-spacing:0;top:26.812065124512rem;left:1.25rem;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; }
#GbXJShhpQ8oVrWxGWeDy18GR0LD4Vvx5 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.375rem;left:0.875rem;overflow:hidden;display:block; }
#tPG4ZIfzdLgMvbXt5k3hqSVddVze4TIw { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100022;line-height:1.4;letter-spacing:0;top:30rem;left:1.25rem;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; }
#rlkrmBRSDkb6JqspSWGO7iT5RaOuhiHT { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.562375rem;width:18.0620625rem;top:1.2516164779663rem;left:0rem;overflow:hidden;display:block; }
#JLZHsaEpptd4s15QNwrc0NAJIg7cPUQt { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100026;line-height:1.4;letter-spacing:0;top:29.875rem;left:20.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; }
#aBJeJ1eZypybBgbftiRpZ8MG2OU2RT7x { color:#000000;display:block;width:12.249875rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:26.6875rem;left:20.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; }
#CF31LV7HQ8uGhfP1XaqodTIonEISK8xe { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.25rem;left:19.75rem;overflow:hidden;display:block; }
#KTAReZy1A5QAlpdGOJAvZz7R8b9FDSXX { color:#000000;display:block;width:17.125rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:100027;line-height:1.4;letter-spacing:0;top:26.812065124512rem;left:38.874784469604rem;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; }
#uoVqVo2DJN1XUIPqZxUrOytA4PgmmPf8 { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.375rem;left:38.4375rem;overflow:hidden;display:block; }
#ZvyxxHPtyh8ZBHm2M3s49JdMmyAVX5WC { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100034;line-height:1.4;letter-spacing:0;top:30.25rem;left:57.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; }
#Rb5epJWM9laTRJH6wRVNLzaV3u3HJSEf { color:#000000;display:block;width:12.249875rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:100031;line-height:1.4;letter-spacing:0;top:27.0625rem;left:57.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; }
#ZPKTgrIq2SnWKTgnXcR4VHnEG2ktnDTT { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:10.1248125rem;top:23.625rem;left:57.125rem;overflow:hidden;display:block; }
#wJEDw8gVlVfJKQbuA1G5GJ2VpxsKLGOf { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.2496875rem;width:15.999875rem;top:7.5016279220581rem;left:57.500005722046rem;overflow:hidden;display:block; }
#Rk4yxnllKIaUd3622xm2JJGb5cMeTtkO { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100023;line-height:1.4;letter-spacing:0;top:35.688911437988rem;left:1.25rem;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; }
#M2RLyMEE89Z3XlW1IbP03F56BhQwSTN6 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100024;line-height:1.4;letter-spacing:0;top:35.688911437988rem;left:20.000001907349rem;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; }
#MsBWTXZEFdv3Ldfid3rcQS2zt8kNmUO9 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100025;line-height:1.4;letter-spacing:0;top:35.689562559128rem;left:38.749456405639rem;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; }
#onO8t2rqTRrrvgbLnJowK300zNMbLfL7 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100026;line-height:1.4;letter-spacing:0;top:35.689562559128rem;left:57.500005722046rem;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; }
#hUT8qVeJdJchTRlvltrMaTrndl7D21XK { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.18730875rem;height:3.31293375rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:42.501630783081rem;left:1.25rem;display:block; }
#uLa9vuEpaVWbHXKKN4bryFRWtrz3S8xR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xsVxBBsvu5MByzII44n5vtaN2ToKZ4eC { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.1875rem;text-decoration:none;z-index:100022;text-align:center;text-align-last:center;top:42.500854492188rem;left:19.937133789062rem;display:block; }
#Awtro1ycJg1qZ5z15F6W6VOdpv5A1eVQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EiOSTAJeKtiCkG4caTPeRQBhOMmWEaqt { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.0625rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:42.50163269043rem;left:38.749456405639rem;display:block; }
#Z6h0moy9ZMlSH4EhXDXdHzCVJhMkmUX7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iRSZVGVeBdIgFf0JJBf7R72pUsUyRplI { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.9375rem;text-decoration:none;z-index:100024;text-align:center;text-align-last:center;top:42.501628875733rem;left:57.500005722046rem;display:block; }
#yklZpc8X4FivQRq8THTTINbDQpA7lRQQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zmZylfOw1cskThu3INaQgDXyOqe70J4Q { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:8.812375rem;top:6.3758687973025rem;left:41.249456405639rem;overflow:hidden;display:block; }
#t3MpKr1wo6FQmdopaNpy0kfiJOm6ULRu { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.25rem;width:17rem;top:1.1266279220581rem;left:19.499784469604rem;overflow:hidden;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:15.1875rem;width:75rem;position:relative;display:block; }#qdRwtcfM3gJa6NXUpMi117lDMf0EAsmm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1.5rem;font-weight:normal;z-index:100000;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:100000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:12.75rem;left:3.75rem;display:none; }
#aPiamNKPdK8J627q1B4svVtx2Ap7fKIo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.875rem;top:15.0625rem;left:4.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.498375rem;height:3.4364125rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:8.9375rem;left:28.75rem;display:block; }
#hvf1K46Ids5oCe3A8QGkTHe1odficrU4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wmNxuSIaTITyOEZdXfwcW4lcT7rKQ6Hs { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:400;z-index:100019;line-height:1.3;letter-spacing:0;top:2.1635208129883rem;left:0rem;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; }
#lNsXuCXbXNu0pAxwHTHThrZbArhXTTTH { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100020;line-height:1.4;letter-spacing:0;top:5.1875rem;left:0rem;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; }
#glU1FBrGaktmLhTW1C48H4UP5cqB7g7S { color:#000000;display:block;width:9.875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.25rem;top:9.5625rem;left:5rem;display:none; }
#x4GyDLPdyqVHiNGDXDarwyoXZLgyRg5a { color:#000000;display:block;width:9.875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:100000;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:100017;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:100000;display:block; }
#NnV8XfP2NVOzvCW2J9TUWXqeTPiJVMwF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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:100000;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:100001;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:100002;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:100024;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:100025;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:1.875rem;left:10.125rem;width:26.3125rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeBw9FXJiw00mJeeKACc7l1d6pL6p17T { top:8.75rem;left:0rem;width:28.75rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBsJpkT7i2WzHASUhbPxc4WNHAK4qIVP { width:17.4375rem;height:3.375rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga9eXZ8DNGweTTqRlMniFkaBr4PJTdI5 { display:block; }
 }@media only screen and (max-width: 763px) { #Ti4wOJfCKx4k0qKB1qqSEB2TUvaTsyhL { top:8.75rem;left:0rem;width:20rem;height:4.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIgag79v9U4MIWAU9X0KDFbz9aAfyVKG { top:20rem;left:0rem;width:25.6875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUp4F8GOqkGJOhoCkaxEeSsl7c3DxD6s { top:25rem;left:0rem;width:33.875rem;height:3.125rem;font-size:1.125rem;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) { #G8FGFiTntFn8TpTIt4Rx7cvJgQa9tPl9 { top:20.5625rem;left:0rem;width:19.9375rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ICQv68vfDcLUcGzcHJwLSn3pJHR6mU4g { top:12.5rem;left:0rem;width:28.75rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWNevqQ96fzk4dVgDNrbrziTkbKFOt6M { top:6.25rem;left:6.375rem;width:41.375rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DplOoQcGkNpIBS7QTUxL49sKNdTed4R3 { top:37.5rem;left:0rem;width:19.9375rem;height:10.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTxCTBJQ4fxUQEdeXfQNTg50sgmId7cJ { width:43rem;height:36.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K6T1kto8WG4nT7Tk8MyvZBOHC5kDPzi1 { top:17rem;left:0.75568199157713rem;width:32.3125rem;height:2rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vm18E0mSDQwgWs6ThdSzAPmd3p794g28 { top:19.5rem;left:0.75568199157713rem;width:33.75rem;height:1.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASHlg0FfF2HgTJkhNKaZC26BsUIsc1I0 { top:22.375rem;left:0.75568199157713rem;width:40.75rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvbyvkpyD6BMHQiaztJh1cKg98RVfU1e { width:30.25rem;height:3.4375rem;top:26rem;left:0.75568199157713rem;display:none; }
 }@media only screen and (max-width: 763px) { #rG1f9W8QSLDQH8k8ByBKuO5VuznghPUV { display:block; }
 }@media only screen and (max-width: 763px) { #cH5gd6Q44dSZo67Kz3vC31Z4iJEZp4w9 { top:29.375rem;left:0.75568199157713rem;width:30rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VxUV2e5DDyImzdA7cQJ4BybtQwRHtit1 { top:25.4375rem;left:0.88041687011719rem;width:27.4375rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykplZgLKTXKTZeZe07eTWT4N7vWaW5sb { top:27.875rem;left:6.0681819915771rem;width:12.875rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNygUcrwOVwOdEHTqpHJGCg3KcvFTzhD { width:31.0625rem;height:3.4375rem;top:26rem;left:0.75568199157713rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQm63bEq6A8Z0v7Ha8XezlFNCqrLWETe { display:block; }
 }@media only screen and (max-width: 763px) { #wkawWRDB55y8xELfPkm6ghFEviSw6mN5 { top:27.875rem;left:8.19309425354rem;width:16.25rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRkOTvO6TcvTxEt88Otz1QG7VF3a9p6D { top:29.375rem;left:0.69309425354006rem;width:30rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxBm0lwynTmsGB18ziBIIzuVoEQKyGU5 { width:25.25rem;height:3.4375rem;top:26rem;left:0.75568199157713rem;display:none; }
 }@media only screen and (max-width: 763px) { #KqMGOQKnPThnHt3zfFvNXnIqIKNpdKt4 { display:block; }
 }@media only screen and (max-width: 763px) { #DXWGa2QCAL5mISKg32EGxOTxclcmb3Ay { top:27.875rem;left:8.3804149627688rem;width:16.25rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5AgN5nhxkTkloEc2Zp2p1PKHy1wpmwh { top:29.375rem;left:0.69309425354006rem;width:30rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8Q8GTefrZIB3SKpK76A1HH7NBsVDRL9 { width:25.25rem;height:3.4375rem;top:26rem;left:0.75568199157713rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOJJM6CzKKv8gP0axAUWBqdgvG2HTFWl { display:block; }
 }@media only screen and (max-width: 763px) { #tvH9dvEKdNpeIT8pXWwIeBzHlaeiGC7c { top:27.875rem;left:8.3804149627688rem;width:16.25rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHq8SmONJdf27b1ngFH3ZTM1GLvGzwft { top:29.375rem;left:0.69309425354006rem;width:30rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5hobirxdmB8XRN2ZAzs3hx1Og6t4BxZ { top:27.6875rem;left:0.75568199157713rem;width:27.4375rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wX0eCvIu8oMQPONHmpBV77fctqskUrms { top:28.5rem;left:29.75559425354rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #evLbWE0eCJEc25S7TAhWIgnRwsDPipbE { top:28.5rem;left:29.75559425354rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4sFl7h0mmKJRo0H2ShyTf1niykAWfk3 { top:28.5rem;left:29.75559425354rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJeUGiG78ATRkhXcOA1t973eiysOIrrF { top:28.5rem;left:29.75559425354rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yb0S8M7n65JqpIoDrXDE1aAnoorBuK8d { width:25.25rem;height:3.4375rem;top:26rem;left:0.69309425354006rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcPUL8dd06HKq2cTGEAK6i1gZQCThcvg { display:block; }
 }@media only screen and (max-width: 763px) { #Nh8iC5zKur6mDbBpHbTNZH1HcrJLdTTp { top:27.875rem;left:10.318006515503rem;width:19rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGGKdpHL6Zgsan575Dq5yoC62ENMPOkH { top:29.375rem;left:0.63050460815431rem;width:30rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4XBg1KhQUJ4NrkS3oUVKL3ssEQnrZs0 { width:25.25rem;height:3.4375rem;top:26rem;left:0.63050460815431rem;display:none; }
 }@media only screen and (max-width: 763px) { #BFVcPMuVf7GLd04OTZ0hAxTKNnaPOMtT { display:block; }
 }@media only screen and (max-width: 763px) { #rvOrceBbpKhT5ZLgTbysXsOBZSNWbiBU { top:28.5rem;left:29.693002700806rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IqRo9ykHPTB3olQnn26ko0gWcDuxoTm5 { top:27.875rem;left:8.8806819915769rem;width:16.25rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7S1M6zDGPSUm4C19OmHA832MBwVuLXG { top:28.5rem;left:29.75559425354rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASJJyMWUaJGEI7yAaPldixywEmzIz7Et { top:29.375rem;left:0.56791687011719rem;width:30rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EubqqJ3u8XzG5M8zhXUET3Viar5uZxJ4 { width:25.25rem;height:3.4375rem;top:26rem;left:0.63050460815431rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXENDxTse00PngkLyJkGWW2GhZdVl0AP { display:block; }
 }@media only screen and (max-width: 763px) { #LfN86wlXBH20EKS0If0dsxZozLlLS2F0 { top:27.875rem;left:7.56809425354rem;width:16.25rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hd40kiJQNCt1uKyoTzwmg0SKs8FIZxIy { top:28.5rem;left:29.75559425354rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #igu1BlSeRAKHPOVPsnEIHVOxe743iWm7 { top:29.375rem;left:0.69309425354006rem;width:30rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAMmieqd5BLynXx1PM7rkfVSgLKLhUcO { top:27.6875rem;left:0.81782722473144rem;width:27.4375rem;height:1.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGXcZpD3v3JqumiewFMcFLTMAoeVa2zs { width:25.25rem;height:3.4375rem;top:26rem;left:0.75568199157713rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9UbithHCEtK20wvwuSzoG85h8HUGkGS { display:block; }
 }@media only screen and (max-width: 763px) { #bcDR4CxEXWe86zyNHWIx5md3QBq3AIa9 { top:27.875rem;left:4.5678272247314rem;width:23.5rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mikaJSTpy6xfxhrHFnexFJrNTgK1B7ra { top:28.5rem;left:29.75559425354rem;width:0.9375rem;height:0.9375rem;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:1.9375rem;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) { #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:30.125rem;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) { #oIP7urWVvETMSW2QqSwE3uBbTq8DLTVJ { top:35.8125rem;left:0rem;width:19.375rem;height:1.625rem;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:41.25rem;left:0rem;width:19.375rem;height:1.625rem;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:46.6875rem;left:0rem;width:19.375rem;height:1.625rem;font-size:1.25rem;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:52.125rem;left:0rem;width:19.375rem;height:1.625rem;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:56.75rem;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:62.4375rem;left:0rem;width:19.375rem;height:1.625rem;font-size:1.25rem;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:67.875rem;left:0rem;width:19.375rem;height:1.625rem;font-size:1.25rem;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:73.3125rem;left:0rem;width:19.375rem;height:1.625rem;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:77.4375rem;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) { #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) { #zAxK0pdAahye7Qshi21x7TfqrHhpoQ34 { display:block; }#zAxK0pdAahye7Qshi21x7TfqrHhpoQ34 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMgFHMK3xrslB9suxgkyWaIO2MsbQ2hE { top:3.0625rem;left:0rem;width:28.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4rdKJukdH1EWVmDReTNULAdPKTz1qoG { top:3.0625rem;left:17.4375rem;width:30.3125rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7oGAUS3rz6lA8g7o2XXP7v6kfVCxuDa { top:11.375rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcseweVpdLgTULgeg9r2FPMZ3nixJ32L { top:6.375rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvPeVF9MzREoBSFxHhaPkTW3OtBJcFCs { top:7.0625rem;left:23.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2X4npSfJ3FLeTT5UZRCxDp9SnMPG53M { top:2.4375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0nbXZw61xX6Tc4FlpzLzUiyrcTM5ZnU { top:2.0625rem;left:23.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTUrhTEx4e0yLTpmb6tCRz5T0LAlSEEZ { top:11.25rem;left:22.125rem;width:25.625rem;height:21.7496875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFJthmJ7bPGpbpMP2ompyc1gwZCdoL0f { top:51.25rem;left:0rem;width:20rem;height:4.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vS5mr6QJZ6ziIZVABZyfCWVFe3USJzGZ { top:57rem;left:0rem;width:20rem;height:2.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o0ZrWOIyUJTOsKhKReRz1zIganO6O3ds { top:10.25rem;left:0rem;width:14.875rem;height:28.3125rem;font-size:1.25rem;display:none; }
 }@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:40.9375rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWZP4DLoSorX3HiSJMIWkBfAne96CRED { top:4.9375rem;left:0rem;width:33.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG4BqgZ15AwWh7zwffol7ky9LxHttRK8 { display:block; }#zG4BqgZ15AwWh7zwffol7ky9LxHttRK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrfVnR9vPdiNTkWtgLasgHTTzglnRxcL { top:7.25rem;left:0.34375rem;width:11.375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdQUfRxJcAaQfluo9lOWRdCZg65PlhZK { top:4.375rem;left:0.34375rem;width:5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzrSTznKFveQRVD8HNKMWi5KVQvXfkMb { top:7.1875rem;left:10.75rem;width:13.125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFebfVl5ElJ5LrLUEsCnGv92B9xrDKTA { top:4.3125rem;left:11.9375rem;width:5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilMqaZIDqN6Ss5IQbq6Wsyz9yzwB8H27 { top:7.125rem;left:24.03125rem;width:11.375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6cGiu6TxZD9wT9qtvZQA9VPtvGgcW9D { top:4.25rem;left:24.03125rem;width:5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMpFDNP4yEmLbilipMZhQB3Zx8PRWaJA { top:7.0625rem;left:36.15625rem;width:11.375rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9JoOqQKaitRuqGIGJBmg295xpfqSwTF { top:4.1875rem;left:36.15625rem;width:5rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITrQCvJRdzmoHz4ODlwTBi9k594c0OBN { top:2.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glgsMl6PzZerigGotfbNcTOFCmin8ser { top:1.9375rem;left:0.84342384338381rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnzmz9vmVrbO4FrxtFJGfEpS2rT9qrzs { top:2rem;left:11.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOQWPVmlXl92zl8wLCOQpApSodhTW3fB { top:2rem;left:23.969511032104rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKyrumTkSF5Vs4HQTIVwdv270mT3bIJo { top:1.875rem;left:35.8125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qso2U8pd7irWwHHJ5BS2EZ4Woqe2qzXR { top:8.625rem;left:0rem;width:11rem;height:1.9375rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #SOxcihlSDGiDuWQOpDrp7gn7UqvR6pZi { top:11.375rem;left:0rem;width:20rem;height:1.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #o72qevNW7OIGz1og4FpR8sddDCOIBR8P { top:4.375rem;left:0rem;width:19.9375rem;height:1.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKeUCrZvITOF8Pg2kc05fO0yppN8JOiq { top:1.875rem;left:0rem;width:19.9375rem;height:1.75rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SeRXus3aKQ9wQw9TXvg4fnGPEP9aJE7g { display:none; }
 }@media only screen and (max-width: 763px) { #Q2T3bS7pUA7uXb1AAFK3pbvKXh2pR8CI { top:16.25rem;left:0rem;width:1.75rem;height:3.1875rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KT1VRuKOCfqQc64nETX2oTidAKPCGRob { top:16.5rem;left:1rem;width:10.9375rem;height:3.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DgTFTMJWSLH3HnL69W1kuCcIxAJaLHvE { top:22.125rem;left:0rem;width:1.75rem;height:2.875rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vgLCeHxSQlBiWUWvflATcKkhlTPJznKg { top:23.8125rem;left:1rem;width:10.9375rem;height:3.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnXk7xo7XiPFoXspFNkgQm3Vb90TaSPK { top:31.3125rem;left:1rem;width:10.9375rem;height:3.4375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tI3T7qdDe2KOAlZpDvpSegKqgaTXLboA { top:30.0625rem;left:0rem;width:1.75rem;height:2.875rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufdLzmydqGbHouN4yAts9JavJS8UG4rJ { width:47.75rem;height:40.75rem;display:none; }
 }@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) { #UViBFN1C6frylVsMTVTCEbygdurb9m7Q { top:2.5rem;left:0rem;width:40.9375rem;height:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx8ZCp4S8CLwRKlATMK15DV2tGwzhgvm { display:block; }#Vx8ZCp4S8CLwRKlATMK15DV2tGwzhgvm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiXT9Sv4vpl7HIxRRJIqwX2bvMETSRHI { top:26.8125rem;left:0rem;width:12.1875rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtcZtzb8lFs7ZvOD2Mfs2zMC8O5tp7JX { top:23.375rem;left:0rem;width:10.0625rem;height:2.1740371735279rem;display:block; }
 }@media only screen and (max-width: 763px) { #otaTBhmbIWuw6KyoTc6uyn9wxDlJEMTL { top:30rem;left:0rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHHZkefUcgXAXooQt1Q7a7RQ6AtaDSUD { top:1.6875rem;left:0rem;width:17.25rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9kJf9uFksemaQgMRBXTNkvrMcdxXH78 { top:29.875rem;left:7.625rem;width:16.25rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui2LcBhphdh9ki074Te1QRSLsCph5ial { top:26.6875rem;left:11.6875rem;width:12.1875rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtpivZbA7sacJLn9IPxAIOf1XJT5u1PK { top:23.25rem;left:11.9375rem;width:10.0625rem;height:2.1740371735279rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTFdyhBksRvUnyALnTMJkTI2lumaETl2 { top:4.1875rem;left:8.8125rem;width:15rem;height:18.858766462792rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKenS2M3mBIxPGsM3c8ktmFhLpV9MEWP { top:30rem;left:19.5625rem;width:16.25rem;height:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmhww3tSkyQe8pcmZm0fDETS0MtGGq0g { top:26.8125rem;left:23.625rem;width:12.1875rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS95X8StieK2Orb24wqqPQAO3imq6CGL { top:23.375rem;left:23.875rem;width:10.0625rem;height:2.1740371735279rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6X7TeSGlFFuNKgIBIZ0gE7exbcckzbV { top:1.6875rem;left:18.5625rem;width:18.1875rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLl1AGs1RobTSI2r3XIdHbfPLkd5cD6V { top:30.25rem;left:31.5rem;width:16.25rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHvFcITN4mB9JkWvd74S2wWkWom7EEnn { top:26.875rem;left:35.5625rem;width:12.1875rem;height:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1CinfNw5qV2aTMi0eUGLHHIGP04BRAd { top:23.625rem;left:35.8125rem;width:10.0625rem;height:2.1740371735279rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsS06gMbZpPg5xqzKF0KZ3ffPbQTFBx0 { top:2.9375rem;left:31.375rem;width:16.3125rem;height:20.359540614969rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPZro25LU2hMe1MzhHB2HvoSokhqlifM { top:35.6875rem;left:0rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLEBmZNHh1nEHmRtzu9neAkW5JSxTPpS { top:35.6875rem;left:7.625rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnhMkf2ZkJW585DuO8bTOS8gL4E0gCfs { top:35.6875rem;left:19.5625rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTv0q3Nzldt0xTikTqkiqw06yGewqG6p { top:35.6875rem;left:31.5rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCGUT5zJZSHCk7TTzfez6mnHZfuN3XJt { width:16.25rem;height:3.4375rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF5argLnMgPHiwevnscXrBEZJG0B0bCN { display:block; }
 }@media only screen and (max-width: 763px) { #hvp8NodGH3uxIkuIxqCwk0TD51THUhsB { width:16.125rem;height:3.3125rem;top:44.1875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhLCwpZNy6aZFhzTLy0SqHhF4QNHnfai { display:block; }
 }@media only screen and (max-width: 763px) { #tLENo2nXe8ByuqfVSJAAqt6IN3ou5LGI { width:16rem;height:3.1875rem;top:44.1875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIf5lKXJHbdkVeOJCMSfCFTA30a5Iyz7 { display:block; }
 }@media only screen and (max-width: 763px) { #x0zp3yCFVuE7faccUToCfRO026k00BCL { width:15.9375rem;height:3.0625rem;top:44.1875rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTgtbBsCsAiCFHllfkI44W73GuyGyK1B { display:block; }
 }@media only screen and (max-width: 763px) { #TfOEltzDm7uZy3GnhqiIkl6MptNVGkoz { top:48.6875rem;left:20.3125rem;width:15.5rem;height:27.888022956469rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtb3vDH2NTOuE5Zacl2n9O7kD4XXOvLC { top:2.5625rem;left:0rem;width:17.3125rem;height:3.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQtBMVhzGfp9PEFmhw4d8CcpVAIDnu5a { top:36.3125rem;left:0rem;width:17.3125rem;height:2.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1hT11TNysoWgTP4kFXtS2JduIot8gTo { top:37.25rem;left:0rem;width:18.625rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bD1gMpTu00WxXsp4VuS4Ia7RhzuClzBW { top:43.25rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PxvohyaKa7IOTK5ulHxb9iGTMJXHgSMk { width:16.25rem;height:3.4375rem;top:44.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mJmbh6CLatTsFF3n07Iu3V6s2BC6O4ck { display:block; }
 }@media only screen and (max-width: 763px) { #bPSM4KkM5Sz8exvkreCk8wxu7dsUXFby { top:82.375rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVM6bkJHy3fAaJQ6WiU1kr7CK2N5sCcE { top:76.4375rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tgHoKbFrqnOQafXc0PC4oGxwTcu9eQ1f { top:72.9375rem;left:0rem;width:17.5625rem;height:3rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWhMXLGDLxP3wRGeDZgxhSB7uGytd44p { top:23.375rem;left:0rem;width:10.0625rem;height:2.1740371735279rem;display:none; }
 }@media only screen and (max-width: 763px) { #evCboChdwO7ACxQ6dfE4NM1fMNGbPvtJ { top:121.75rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gipmTr36vghqcGtVc6KFP62fUWTrtPeJ { top:116.625rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGItRJpM3g9TNU9nkyhSdrTqyn8QVO1t { top:113.125rem;left:0rem;width:17.5625rem;height:3rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #kg7RHVH1HqCaVtQ0PbX1m39ZiFUvNItm { top:23.375rem;left:0rem;width:10.0625rem;height:2.1740371735279rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKUBGUZzqXDmCBpsFV4ayFoaKFCxT1pw { width:16rem;height:3.1875rem;top:44.1875rem;left:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #odoUchVpO2b4fxVpQVwlFQKMkUN7y133 { display:block; }
 }@media only screen and (max-width: 763px) { #T0QtiiZmSG82i0119A3Q8L0vrXbl4kKw { top:156.0625rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xrzzvwbi3lLbdXAnJITimdxynsQcv5wp { top:155.5rem;left:0rem;width:15.875rem;height:1.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynBlJ3EwU7lgsVd4lgkdvqy1vN121xhO { top:152rem;left:0rem;width:17.5625rem;height:3rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vFfsDKWbJ9gx8RO9sEW2sKdAIer4gk6a { top:23.375rem;left:0rem;width:10.0625rem;height:2.1740371735279rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDQVJDgacsF5Nq3mBeFOtHl5RJBiHEFh { width:16rem;height:3.1875rem;top:44.1875rem;left:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5f2KS7tHHUsRtigFIZoFTMTTCTuaIv8 { display:block; }
 }@media only screen and (max-width: 763px) { #CD4TBWzaJVMAa8GzN7zypTkcxT4RVQnz { top:196.875rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eek8xggrJJMW2Kotsssu6Cmix6R4ahAC { top:183rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #d7eSvXusxSeJ7iXIvvQPXvdNmckJQQeG { top:179.5rem;left:0rem;width:17.5625rem;height:3rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFFykpHT1v7uAfeEdcX5IUiINaruuRVU { top:23.375rem;left:0rem;width:10.0625rem;height:2.1740371735279rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvfJ5LIbTli1egHnXioUvhLd67s5qBS5 { top:2.9375rem;left:31.375rem;width:16.25rem;height:20.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNOW39cItSaau1wpVm4QI5gQc0DWZeME { width:16rem;height:3.1875rem;top:44.1875rem;left:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lALS5Ez3dUHprGBRoNwDPkDk1lc03Cy8 { display:block; }
 }@media only screen and (max-width: 763px) { #HtfD4fJTTESEhLZDk3TNXkf1Txva863L { top:240.625rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2gM5bpHPb2HhMGH19HolrUnSn1AOPsT { top:235.5rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTvSa0Bvp0TaOSB2PiofeHbCmmXE929X { top:232rem;left:0rem;width:17.5625rem;height:3rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTtZDpd7ONazwzmeiP3JgB0TdmO1nPFo { top:23.375rem;left:0rem;width:10.0625rem;height:2.1740371735279rem;display:none; }
 }@media only screen and (max-width: 763px) { #DE89p11a3zTBxQ3TiFT0qLWhn7oC7NgT { width:47.75rem;height:59.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dbio1KgVhrw6qUG1t3AHnuXIsOLQp1if { width:16rem;height:3.1875rem;top:44.1875rem;left:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FufbWXr8xiLGRmckJgpi6rpp8nRcgxy2 { display:block; }
 }@media only screen and (max-width: 763px) { #gRXoUhJTM7XK4Tb8DP2nygJReXDb2Cns { top:286.25rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B1lFHfcBIzs3nbQQ4ZTJo18hTsLWTghh { top:275.5rem;left:0rem;width:15.875rem;height:5.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hADXibSTW7kpCeHKEB1K63Ih5FHXInFi { top:272rem;left:0rem;width:17.5625rem;height:3rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #UgyuqsqF4igP1Z8InfXLBx6htMmSKeQV { top:23.375rem;left:0rem;width:10.0625rem;height:2.1740371735279rem;display:none; }
 }@media only screen and (max-width: 763px) { #Awodc8qzz3wgT4mbTmBt441LFP3L3tLr { width:16rem;height:3.1875rem;top:44.1875rem;left:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZG8WZUyRQryroTrvq2cN5BTgbnUrdH2 { display:block; }
 }@media only screen and (max-width: 763px) { #sOIyNWfndFOaTRTPPqVIrw7rwllSvrtv { top:325.75rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ua3H8egh7K5kcOl2oFwGBmrAORxdXDrI { top:324.25rem;left:0rem;width:15.875rem;height:1.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAcEWTPnFB0tbfuJc7JwwkTgTdBUdZoC { top:320.75rem;left:0rem;width:17.5625rem;height:3rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8T6nCbL2aATBxiaekrOM1FD0NIIo2Lc { top:23.375rem;left:0rem;width:10.0625rem;height:2.1740371735279rem;display:none; }
 }@media only screen and (max-width: 763px) { #TalriiPKnUO3gZ3RgUVvIuFRrPk4TASX { top:48.6875rem;left:20.3125rem;width:15.5rem;height:20.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXwuLaCEzMUfWMmvScLBJH99EA93ySht { width:16rem;height:3.1875rem;top:44.1875rem;left:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AZLHelDaZmkBRzK415sGpf4IGhSd9P6L { display:block; }
 }@media only screen and (max-width: 763px) { #ENUFm71CRdykuNf9eU2SWyLyc1T17XeR { top:368.25rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bd2G8dOCUpUJcaX4uOfZHs5bbZesRmCK { top:353rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #egvvLA2hcG2Eb8fuXxlixl9DgEvTVNmC { top:349.5rem;left:0rem;width:17.5625rem;height:3rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqIxTUBII8Sv0b65DiQcLauoMfbI2wDk { top:23.375rem;left:0rem;width:10.0625rem;height:2.1740371735279rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZpAQSrtKdo9oa2rvvBIc3Wf7iplSuDg { width:47.75rem;height:59.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A65iZwUJdIr1pocp26FiQTkrEoBtRfT1 { width:16rem;height:3.1875rem;top:44.1875rem;left:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wit04urG6QseLay6qgssgcXnEKLuLW6E { display:block; }
 }@media only screen and (max-width: 763px) { #qrSsy9cqSo9tWopFGQSRcgH8c2Fm7qQl { top:413.5625rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsCld69oKiDBvSJZ5c3LhHJtTTSHNxo4 { top:399.25rem;left:0rem;width:15.875rem;height:5.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhCAUfGvnmkd7VTQJ9kQ3VAcWrVzn77d { top:395.75rem;left:0rem;width:17.5625rem;height:3rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WoTIxsZUBp2Q6o2agLsCPxZL4MgOTN0J { top:23.375rem;left:0rem;width:10.0625rem;height:2.1740371735279rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMByT4mdN6kHay0XUgTFQrJQyZgX2BeP { width:47.75rem;height:59.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dCg3GlMmUcRXhDqFvS3vso23oBANVHie { width:16rem;height:3.1875rem;top:44.1875rem;left:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXFOARxAugl7LC4mSyuxcFyOCZRHkSnT { display:block; }
 }@media only screen and (max-width: 763px) { #xs81BWMGTyUPCyzNAPNaz8PKXMU0omsS { top:454.5rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tunoR46KZTcb1HOIQ04zMBur2THLqN7Q { top:440.75rem;left:0rem;width:17.5625rem;height:6rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #z6FuWOZgpVn0Kt3FMgF8veEZVMCAkcaU { top:23.375rem;left:0rem;width:10.0625rem;height:2.1740371735279rem;display:none; }
 }@media only screen and (max-width: 763px) { #DspSfUB7ghl9HTTD337thDczEpLDeD9h { width:34.9375rem;height:59.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFATTNk5LvGkUIOxefrKRlvLLgQnxEO2 { width:16rem;height:3.1875rem;top:44.1875rem;left:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KhK2UnMh0hF3T6aWZE1Tdq4eIeytaWem { display:block; }
 }@media only screen and (max-width: 763px) { #ZHHca5opUtGTlL76iTTlaaENrEZWi7RO { top:494.5rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDhq7e918dLlqJouUvTXvmrLRCchD8Bt { top:486.0625rem;left:0rem;width:17.5625rem;height:3rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oZpheyLcAVd9d1L8GLKmXfwfqIrQuma6 { top:23.375rem;left:0rem;width:10.0625rem;height:2.1740371735279rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmLCT08D2dqQ5AMNsWR2Lhv03UDTmEbP { width:31.4375rem;height:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DR2WJFoW2ZmWVM0PSnoWz6J7VfdwvfLJ { top:489.5rem;left:0rem;width:15.875rem;height:3.8125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn { display:block; }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IepwWVxTi8zNbKhpfuVBsLc8NFfyAJVP { top:26.75rem;left:0rem;width:12.1875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r22lyWo5T5zu0r2GOndzEdyRFfubwHG0 { top:23.375rem;left:0rem;width:10.0625rem;height:2.1740371735279rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaTh79iwmANzPBEId1dDuvGlBk93wheC { top:30rem;left:0rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UU5DF0zzPxWeCmINVH4xCu6wRgFgyi4A { top:1.6875rem;left:0rem;width:17.25rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #immmeywEqwGWVPVHDdg4lgLobZBULBZ1 { top:29.8125rem;left:7.625rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUnbIXwckuEehEAk2fmJFdAIaoHzimls { top:26.625rem;left:11.6875rem;width:12.1875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHzJWZCPKloOSvyRN3ofv3bm5PiJhXZE { top:23.25rem;left:11.9375rem;width:10.0625rem;height:2.1740371735279rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLP5iRSuUASrKiZcdF4Dqtkt53DTeIWW { top:1.375rem;left:6.9375rem;width:16.875rem;height:21.171742964892rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDaffKUaUAqt0lbRahfQQKvmBbN33hsO { top:30rem;left:19.5625rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvThvTTza811LVsfvMG5dfk9BoaINxKB { top:26.75rem;left:23.625rem;width:12.1875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #euBENsuvvkK3AfB9p2uTFNfzOUDgIaRE { top:23.375rem;left:23.875rem;width:10.0625rem;height:2.1740371735279rem;display:block; }
 }@media only screen and (max-width: 763px) { #X62SXRW9sy15sZR2ygxQXApyfbdlTbh7 { top:30.1875rem;left:31.5rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKHIyzTmdV7TTQ6G8ACAruTu5StLQJ9z { top:27rem;left:35.5625rem;width:12.1875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IphQEfD8XOhdSEhbrCSBssHylvH2iMcZ { top:23.625rem;left:35.8125rem;width:10.0625rem;height:2.1740371735279rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPi2ozfpe6IqXcOvDCcHHdtxFvWawFme { top:6.375rem;left:35.8125rem;width:11.3125rem;height:15.103990381709rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcAy7MATmPEOkQNUIOmMNk9Q7e3xrI0f { top:35.6875rem;left:0rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1zClCQbLEafCqCSid07T7wqZp5ST5wN { top:35.6875rem;left:7.625rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEpIOvaq2xOAqcShg9Kn7DuXNiccW4fr { top:35.6875rem;left:19.5625rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVoAJeDcEb9ZlMVKmHh0eQgmJisEB5LT { top:35.6875rem;left:31.5rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSWmXVLPQc18ubQ3OW2v1Q3EvdBwJRW6 { width:16.125rem;height:3.3125rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpykB2y4ydg7PtaL5q1tkg3atEJIUdBC { display:block; }
 }@media only screen and (max-width: 763px) { #wlb3biHOSKNpBkdWlw6m3iTm5feARAXF { width:16.3125rem;height:3.1875rem;top:42.4375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReVyb4s3IRlf06sXE86ePCGZcHF66Ny6 { display:block; }
 }@media only screen and (max-width: 763px) { #GqzcsR0PADaOB46Mh4NKPbGEVuTz21lK { width:16.3125rem;height:3.0625rem;top:42.5rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXB3reL9nfKynxAqNglDebtpKDGQbv1L { display:block; }
 }@media only screen and (max-width: 763px) { #WEpn04DcB34ycfmnbXRzirNBN5siS4x5 { width:16.25rem;height:2.9375rem;top:42.5rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPfgkwI796KdhQo0lMxxCb9RUJGny4p2 { display:block; }
 }@media only screen and (max-width: 763px) { #BqM4DaXV8IWB2R1EXFo63C8gPvSG1Sw0 { top:2.4375rem;left:0rem;width:17.3125rem;height:7.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSknpX4AAoDfMQ7w9FLqLd0lvit58ZaP { top:11.1875rem;left:0rem;width:15.875rem;height:5.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3oTxZMlfqd7T02oTTxncphyyhp8FkXh { width:17.4375rem;height:3.375rem;top:31.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRn30LdSrckuJ6GgVQG1hsGR5pCFuVTV { display:block; }
 }@media only screen and (max-width: 763px) { #Nv9TwT8yU4iXqpaVhIUJSmIWmP8yGlFX { display:block; }#Nv9TwT8yU4iXqpaVhIUJSmIWmP8yGlFX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tASOwLAWMaTlWyMpmva6Ccda9x8RCAfw { top:26.75rem;left:0rem;width:16.375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbXJShhpQ8oVrWxGWeDy18GR0LD4Vvx5 { top:23.375rem;left:0rem;width:10.0625rem;height:2.1740371735279rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPG4ZIfzdLgMvbXt5k3hqSVddVze4TIw { top:30rem;left:0rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlkrmBRSDkb6JqspSWGO7iT5RaOuhiHT { top:1.25rem;left:0rem;width:18rem;height:22.484849113992rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLZHsaEpptd4s15QNwrc0NAJIg7cPUQt { top:29.8125rem;left:7.625rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBJeJ1eZypybBgbftiRpZ8MG2OU2RT7x { top:26.625rem;left:11.6875rem;width:12.1875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF31LV7HQ8uGhfP1XaqodTIonEISK8xe { top:23.25rem;left:11.9375rem;width:10.0625rem;height:2.1740371735279rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTAReZy1A5QAlpdGOJAvZz7R8b9FDSXX { top:26.75rem;left:18.75rem;width:17.125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoVqVo2DJN1XUIPqZxUrOytA4PgmmPf8 { top:23.375rem;left:23.875rem;width:10.0625rem;height:2.1740371735279rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvyxxHPtyh8ZBHm2M3s49JdMmyAVX5WC { top:30.1875rem;left:31.5rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rb5epJWM9laTRJH6wRVNLzaV3u3HJSEf { top:27rem;left:35.5625rem;width:12.1875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPKTgrIq2SnWKTgnXcR4VHnEG2ktnDTT { top:23.625rem;left:35.8125rem;width:10.0625rem;height:2.1740371735279rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJEDw8gVlVfJKQbuA1G5GJ2VpxsKLGOf { top:7.5rem;left:31.75rem;width:15.9375rem;height:14.194135549887rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk4yxnllKIaUd3622xm2JJGb5cMeTtkO { top:35.6875rem;left:0rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2RLyMEE89Z3XlW1IbP03F56BhQwSTN6 { top:35.6875rem;left:7.625rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsBWTXZEFdv3Ldfid3rcQS2zt8kNmUO9 { top:35.6875rem;left:19.5625rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #onO8t2rqTRrrvgbLnJowK300zNMbLfL7 { top:35.6875rem;left:31.5rem;width:16.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUT8qVeJdJchTRlvltrMaTrndl7D21XK { width:16.125rem;height:3.3125rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLa9vuEpaVWbHXKKN4bryFRWtrz3S8xR { display:block; }
 }@media only screen and (max-width: 763px) { #xsVxBBsvu5MByzII44n5vtaN2ToKZ4eC { width:16.3125rem;height:3.1875rem;top:42.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awtro1ycJg1qZ5z15F6W6VOdpv5A1eVQ { display:block; }
 }@media only screen and (max-width: 763px) { #EiOSTAJeKtiCkG4caTPeRQBhOMmWEaqt { width:16.3125rem;height:3.0625rem;top:42.5rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6h0moy9ZMlSH4EhXDXdHzCVJhMkmUX7 { display:block; }
 }@media only screen and (max-width: 763px) { #iRSZVGVeBdIgFf0JJBf7R72pUsUyRplI { width:16.25rem;height:2.9375rem;top:42.5rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yklZpc8X4FivQRq8THTTINbDQpA7lRQQ { display:block; }
 }@media only screen and (max-width: 763px) { #zmZylfOw1cskThu3INaQgDXyOqe70J4Q { top:6.375rem;left:24.218206405639rem;width:8.75rem;height:15.204116370445rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3MpKr1wo6FQmdopaNpy0kfiJOm6ULRu { top:1.125rem;left:5.875rem;width:17rem;height:21.25rem;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) { #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:15.0625rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1ByPEI1tP3dKXewVSq0TWFNVaDsQNwh { width:17.4375rem;height:3.375rem;top:8.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvf1K46Ids5oCe3A8QGkTHe1odficrU4 { display:block; }
 }@media only screen and (max-width: 763px) { #wmNxuSIaTITyOEZdXfwcW4lcT7rKQ6Hs { top:2.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNsXuCXbXNu0pAxwHTHThrZbArhXTTTH { top:5.1875rem;left:0rem;width:47.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.875rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4GyDLPdyqVHiNGDXDarwyoXZLgyRg5a { top:11.3125rem;left:0rem;width:9.875rem;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:transparent;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;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#wxpXxsLVcWZkqocMX4PKy8eTUwZSPuMM > .row .container { 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 > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9WrvS5wcIIOTw0iQd94SMNHaL092H6f { width:19.9989375rem;height:1.50010625rem;top:1.3748931884766rem;left:0.00054264068603516rem;font-size:1.5rem;text-align:center;text-align-last:center;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) { #ZBsJpkT7i2WzHASUhbPxc4WNHAK4qIVP { width:17.4989375rem;height:3.4364125rem;top:31.563587188721rem;left:1.25rem;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) { #Ti4wOJfCKx4k0qKB1qqSEB2TUvaTsyhL { width:20rem;height:4.19921875rem;top:8.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;z-index:100013;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LIgag79v9U4MIWAU9X0KDFbz9aAfyVKG { width:20rem;height:auto;top:20rem;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:25rem;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) { #LDbV75Epxlx4cATIQncJQPP7R03WlJBP { width:4.1875rem;height:5.1726669566509rem;top:10.875244140625rem;left:-6.781005859375rem;z-index:100005;display:none; }
 }@media only screen and (max-width: 763px) { #G8FGFiTntFn8TpTIt4Rx7cvJgQa9tPl9 { width:19.9989375rem;height:3.8496125rem;top:4.375rem;left:0.00054264068603516rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.4;z-index:100014;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ICQv68vfDcLUcGzcHJwLSn3pJHR6mU4g { width:20rem;height:auto;top:12.5rem;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) { #tWNevqQ96fzk4dVgDNrbrziTkbKFOt6M { width:20rem;height:16.767447586621rem;top:91.187060559081rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DplOoQcGkNpIBS7QTUxL49sKNdTed4R3 { width:19.9989375rem;height:10.5rem;top:36.626411437988rem;left:0.00054264068603516rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;z-index:100015;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZTxCTBJQ4fxUQEdeXfQNTg50sgmId7cJ { top:13.5625rem;left:0rem;width:20rem;height:16.75rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K6T1kto8WG4nT7Tk8MyvZBOHC5kDPzi1 { width:20rem;height:0;top:78.5000038147rem;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:100187;display:none; }
 }@media only screen and (max-width: 763px) { #vm18E0mSDQwgWs6ThdSzAPmd3p794g28 { width:20rem;height:0;top:80.999559402469rem;left:2.5rem;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;z-index:100190;display:none; }
 }@media only screen and (max-width: 763px) { #ASHlg0FfF2HgTJkhNKaZC26BsUIsc1I0 { width:20rem;height:0;top:83.874204635619rem;left:2.5rem;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;z-index:100192;display:none; }
 }@media only screen and (max-width: 763px) { #CvbyvkpyD6BMHQiaztJh1cKg98RVfU1e { width:19rem;height:3.4375rem;top:87.499914169313rem;left:3.5rem;z-index:100219;display:none; }
 }@media only screen and (max-width: 763px) { #rG1f9W8QSLDQH8k8ByBKuO5VuznghPUV { display:block; }
 }@media only screen and (max-width: 763px) { #cH5gd6Q44dSZo67Kz3vC31Z4iJEZp4w9 { width:18.125rem;height:0.0623915rem;top:90.874824523925rem;left:4.375rem;z-index:100200;display:none; }
 }@media only screen and (max-width: 763px) { #VxUV2e5DDyImzdA7cQJ4BybtQwRHtit1 { width:20rem;height:0;top:86.937059402469rem;left:2.4997329711914rem;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:100191;display:none; }
 }@media only screen and (max-width: 763px) { #ykplZgLKTXKTZeZe07eTWT4N7vWaW5sb { width:12.875rem;height:0;top:89.374914169313rem;left:9.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;z-index:100170;display:none; }
 }@media only screen and (max-width: 763px) { #dNygUcrwOVwOdEHTqpHJGCg3KcvFTzhD { width:19rem;height:3.4375rem;top:87.499914169313rem;left:3.5rem;z-index:100220;display:none; }
 }@media only screen and (max-width: 763px) { #xQm63bEq6A8Z0v7Ha8XezlFNCqrLWETe { display:block; }
 }@media only screen and (max-width: 763px) { #wkawWRDB55y8xELfPkm6ghFEviSw6mN5 { width:16.25rem;height:0;top:89.374914169313rem;left:6.2499084472656rem;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;z-index:100174;display:none; }
 }@media only screen and (max-width: 763px) { #iRkOTvO6TcvTxEt88Otz1QG7VF3a9p6D { width:20rem;height:0.0625rem;top:90.874824523925rem;left:2.4999084472656rem;z-index:100204;display:none; }
 }@media only screen and (max-width: 763px) { #TxBm0lwynTmsGB18ziBIIzuVoEQKyGU5 { width:19rem;height:3.4375rem;top:87.499914169313rem;left:3.5rem;z-index:100172;display:none; }
 }@media only screen and (max-width: 763px) { #KqMGOQKnPThnHt3zfFvNXnIqIKNpdKt4 { display:block; }
 }@media only screen and (max-width: 763px) { #DXWGa2QCAL5mISKg32EGxOTxclcmb3Ay { width:16.25rem;height:0;top:89.374914169313rem;left:6.2497329711914rem;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;z-index:100178;display:none; }
 }@media only screen and (max-width: 763px) { #d5AgN5nhxkTkloEc2Zp2p1PKHy1wpmwh { width:20rem;height:0.0625rem;top:90.874824523925rem;left:2.4999084472656rem;z-index:100208;display:none; }
 }@media only screen and (max-width: 763px) { #H8Q8GTefrZIB3SKpK76A1HH7NBsVDRL9 { width:19rem;height:3.4375rem;top:87.499469757081rem;left:3.5rem;z-index:100176;display:none; }
 }@media only screen and (max-width: 763px) { #KOJJM6CzKKv8gP0axAUWBqdgvG2HTFWl { display:block; }
 }@media only screen and (max-width: 763px) { #tvH9dvEKdNpeIT8pXWwIeBzHlaeiGC7c { width:16.25rem;height:0;top:89.374469757081rem;left:6.2497329711914rem;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;z-index:100182;display:none; }
 }@media only screen and (max-width: 763px) { #FHq8SmONJdf27b1ngFH3ZTM1GLvGzwft { width:20rem;height:0.0625rem;top:90.873937606813rem;left:2.4999084472656rem;z-index:100212;display:none; }
 }@media only screen and (max-width: 763px) { #Q5hobirxdmB8XRN2ZAzs3hx1Og6t4BxZ { width:20rem;height:0;top:89.186704635619rem;left:2.5rem;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:100203;display:none; }
 }@media only screen and (max-width: 763px) { #wX0eCvIu8oMQPONHmpBV77fctqskUrms { width:1.124675rem;height:1.124675rem;top:89.999914169313rem;left:21.374912261963rem;z-index:100182;display:none; }
 }@media only screen and (max-width: 763px) { #evLbWE0eCJEc25S7TAhWIgnRwsDPipbE { width:0.9375rem;height:0.9375rem;top:89.999914169313rem;left:21.562412261963rem;z-index:100194;display:none; }
 }@media only screen and (max-width: 763px) { #Q4sFl7h0mmKJRo0H2ShyTf1niykAWfk3 { width:0.9375rem;height:0.9375rem;top:89.999469757081rem;left:21.562412261963rem;z-index:100183;display:none; }
 }@media only screen and (max-width: 763px) { #UJeUGiG78ATRkhXcOA1t973eiysOIrrF { width:0.9375rem;height:0.9375rem;top:89.999914169313rem;left:21.562412261963rem;z-index:100184;display:none; }
 }@media only screen and (max-width: 763px) { #yb0S8M7n65JqpIoDrXDE1aAnoorBuK8d { width:19rem;height:3.4375rem;top:87.499469757081rem;left:3.4999084472656rem;z-index:100167;display:none; }
 }@media only screen and (max-width: 763px) { #TcPUL8dd06HKq2cTGEAK6i1gZQCThcvg { display:block; }
 }@media only screen and (max-width: 763px) { #Nh8iC5zKur6mDbBpHbTNZH1HcrJLdTTp { width:19rem;height:0;top:89.374469757081rem;left:3.4998207092285rem;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;z-index:100182;display:none; }
 }@media only screen and (max-width: 763px) { #qGGKdpHL6Zgsan575Dq5yoC62ENMPOkH { width:20rem;height:0.0625rem;top:90.874824523925rem;left:2.4998207092285rem;z-index:100212;display:none; }
 }@media only screen and (max-width: 763px) { #c4XBg1KhQUJ4NrkS3oUVKL3ssEQnrZs0 { width:19rem;height:3.4375rem;top:87.499914169313rem;left:3.4998207092285rem;z-index:100180;display:none; }
 }@media only screen and (max-width: 763px) { #BFVcPMuVf7GLd04OTZ0hAxTKNnaPOMtT { display:block; }
 }@media only screen and (max-width: 763px) { #rvOrceBbpKhT5ZLgTbysXsOBZSNWbiBU { width:0.9375rem;height:0.9375rem;top:89.999469757081rem;left:21.562320709229rem;z-index:100194;display:none; }
 }@media only screen and (max-width: 763px) { #IqRo9ykHPTB3olQnn26ko0gWcDuxoTm5 { width:16.25rem;height:0;top:89.374914169313rem;left:6.2499961853028rem;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;z-index:100186;display:none; }
 }@media only screen and (max-width: 763px) { #T7S1M6zDGPSUm4C19OmHA832MBwVuLXG { width:0.9375rem;height:0.9375rem;top:89.999914169313rem;left:21.562412261963rem;z-index:100198;display:none; }
 }@media only screen and (max-width: 763px) { #ASJJyMWUaJGEI7yAaPldixywEmzIz7Et { width:20rem;height:0.0625rem;top:90.874824523925rem;left:2.4997329711914rem;z-index:100216;display:none; }
 }@media only screen and (max-width: 763px) { #EubqqJ3u8XzG5M8zhXUET3Viar5uZxJ4 { width:19rem;height:3.4375rem;top:87.499914169313rem;left:3.4998207092285rem;z-index:100184;display:none; }
 }@media only screen and (max-width: 763px) { #MXENDxTse00PngkLyJkGWW2GhZdVl0AP { display:block; }
 }@media only screen and (max-width: 763px) { #LfN86wlXBH20EKS0If0dsxZozLlLS2F0 { width:16.25rem;height:0;top:89.374914169313rem;left:6.2499084472656rem;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;z-index:100190;display:none; }
 }@media only screen and (max-width: 763px) { #hd40kiJQNCt1uKyoTzwmg0SKs8FIZxIy { width:0.9375rem;height:0.9375rem;top:89.999914169313rem;left:21.562412261963rem;z-index:100202;display:none; }
 }@media only screen and (max-width: 763px) { #igu1BlSeRAKHPOVPsnEIHVOxe743iWm7 { width:20rem;height:0.0625rem;top:90.874824523925rem;left:2.4999084472656rem;z-index:100217;display:none; }
 }@media only screen and (max-width: 763px) { #mAMmieqd5BLynXx1PM7rkfVSgLKLhUcO { width:20rem;height:0;top:89.186704635619rem;left:2.499641418457rem;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:100209;display:none; }
 }@media only screen and (max-width: 763px) { #vGXcZpD3v3JqumiewFMcFLTMAoeVa2zs { width:19rem;height:3.4375rem;top:87.499914169313rem;left:3.5rem;z-index:100173;display:none; }
 }@media only screen and (max-width: 763px) { #T9UbithHCEtK20wvwuSzoG85h8HUGkGS { display:block; }
 }@media only screen and (max-width: 763px) { #bcDR4CxEXWe86zyNHWIx5md3QBq3AIa9 { width:20rem;height:0;top:89.374914169313rem;left:2.499641418457rem;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;z-index:100188;display:none; }
 }@media only screen and (max-width: 763px) { #mikaJSTpy6xfxhrHFnexFJrNTgK1B7ra { width:0.9375rem;height:0.9375rem;top:89.999914169313rem;left:21.562412261963rem;z-index:100200;display:none; }
 }@media only screen and (max-width: 763px) { #v1oRBGPMzP1q3JPsqATFTNNRbv1EiduP { position:relative;z-index:auto;display:none; }#v1oRBGPMzP1q3JPsqATFTNNRbv1EiduP > .row .container { width:20rem;height:79.5rem;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) { #FfGyp7UPyXvaHIir9ZQNulIQuN2uyyv7 { width:18.0625rem;height:3.375rem;top:49.507934570312rem;left:4.4375rem;z-index:100023;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:100040;display:none; }
 }@media only screen and (max-width: 763px) { #unuKVN2K6OPq1uGVJy20XTszlW5ynO3k { width:18.0625rem;height:3.375rem;top:52.882568359375rem;left:4.4375rem;z-index:100026;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:100043;display:none; }
 }@media only screen and (max-width: 763px) { #NpHezIzO1TZhX9ZINp4QOO9tlyREaTEv { width:18rem;height:3.375rem;top:56.2578125rem;left:4.5rem;z-index:100029;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:100046;display:none; }
 }@media only screen and (max-width: 763px) { #FTPxKNSIguRGkQyuRgWvwcxZkUbfSibr { width:13.75rem;height:3.4375rem;top:58.069946289062rem;left:8.687744140625rem;z-index:100032;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:100032;display:block; }
 }@media only screen and (max-width: 763px) { #JdosCVDEUQKM0P6g0hp14CEINWEGXLuM { width:1.125rem;height:1.1875rem;top:50.6328125rem;left:21.312866210938rem;z-index:100022;display:none; }
 }@media only screen and (max-width: 763px) { #ZOO181kguNQTWAqrEf01xw63xt2wSTbk { width:1.125rem;height:1.1875rem;top:54.257690429688rem;left:21.312866210938rem;z-index:100021;display:none; }
 }@media only screen and (max-width: 763px) { #RHSoDUGaRuwGLIgGECIndIKufvZVq3xh { width:0.9375rem;height:0.9375rem;top:57.632934570312rem;left:21.500366210938rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #ZyBT6CCcZtzPN2SmSzl95tW5q42Dy0g6 { width:18.125rem;height:0.0625rem;top:61.445190429688rem;left:4.31298828125rem;z-index:100049;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:100013;display:block; }
 }@media only screen and (max-width: 763px) { #Tn5vK2MDuVC3Ma7on0whdWrh6aTAAWZT { width:20rem;height:0.0625rem;top:18.125rem;left:0rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #zzmD0A1FCgPswk1bXdlk3T9XuzFxJIMF { top:12.6875rem;left:0rem;width:20rem;height:3.75rem;z-index:99994;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:100022;display:block; }
 }@media only screen and (max-width: 763px) { #oIP7urWVvETMSW2QqSwE3uBbTq8DLTVJ { top:15.875rem;left:0rem;width:19.375rem;height:1.62475625rem;z-index:100079;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuCTP7ITPPd3OZRcdUzey8O4ulnA5dfe { top:13.75rem;left:0rem;width:20rem;height:4.4375rem;z-index:100111;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:100047;display:block; }
 }@media only screen and (max-width: 763px) { #U1JeAozpQrm097VcvuATeUkpTWrDCLUP { top:21.3125rem;left:0rem;width:19.375rem;height:1.62475625rem;z-index:100084;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:99999;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:100027;display:block; }
 }@media only screen and (max-width: 763px) { #KKLHizrxlsn6wCpaKZsvO90nEZCkt2wI { width:20rem;height:0.0625rem;top:29rem;left:0rem;z-index:100051;display:block; }
 }@media only screen and (max-width: 763px) { #WkeigcUEqGtgxxPtOAwmmgZvGCn2E0h4 { top:26.75rem;left:0rem;width:19.375rem;height:1.62475625rem;z-index:100088;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERuTffQDtX1XK1lTaJnbffPndJMS3nUD { top:23.5625rem;left:0rem;width:20rem;height:3.75rem;z-index:100003;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:100031;display:block; }
 }@media only screen and (max-width: 763px) { #eJMppht7bZIWqCQb7BJI1Skblmmgpmoc { width:20rem;height:0.0625rem;top:34.4375rem;left:0rem;z-index:100055;display:block; }
 }@media only screen and (max-width: 763px) { #Vc7awxeKJMdTVrBlef6Lt2tI5ynObvqJ { top:32.1875rem;left:0rem;width:19.375rem;height:1.62475625rem;z-index:100092;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:100007;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:100035;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:100028;display:block; }
 }@media only screen and (max-width: 763px) { #WFXAugvUT3hh2rvbyS8XKreIF9NZ99GT { top:39.75rem;left:0rem;width:20rem;height:3.75rem;z-index:100009;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.62475625rem;z-index:100094;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOrOVqQlV2efLVXKLtO15WptsWMcAxGq { width:20rem;height:0.0625rem;top:45.1875rem;left:0rem;z-index:100057;display:block; }
 }@media only screen and (max-width: 763px) { #rdIUgDzRslZORKP7okce5SwTPdHHtR6R { top:45.1875rem;left:0rem;width:20rem;height:3.75rem;z-index:100014;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:100037;display:block; }
 }@media only screen and (max-width: 763px) { #EQBS3vG2J6O3s5q1fuEyIUHQp0Rpseqd { top:48.375rem;left:0rem;width:19.375rem;height:1.62475625rem;z-index:100099;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OftI5QPmWUIhmo1eFU7PUhtAiQoTsNTL { width:1.375rem;height:1.375rem;top:48.25rem;left:17.5rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #gXnJV2fqbGOZirNck53f28sqkb2r0nwK { width:20rem;height:0.0625rem;top:50.625rem;left:0rem;z-index:100062;display:block; }
 }@media only screen and (max-width: 763px) { #DJADn5qoFRZfiBZOMZSqgw40lDO9bFBR { top:50.625rem;left:0rem;width:20rem;height:3.75rem;z-index:100018;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:100103;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:100046;display:block; }
 }@media only screen and (max-width: 763px) { #VqgJ9Oq8oWKWteC2ztd4l8aLUJIVEMke { width:20rem;height:0.0625rem;top:56.0625rem;left:0rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #zUoN45E4aIh8pO2QUuCth3LlBLQ96uSV { width:19.9981875rem;height:1.50024375rem;top:57.9375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;line-height:1;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ0SrITXLLTewMl6iuUSeOVgcoTJhNxz { top:61.375rem;left:0rem;width:20rem;height:1.9375rem;z-index:100015;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:100100;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:100043;display:block; }
 }@media only screen and (max-width: 763px) { #JZKJwrZTUko2mtT81XuE00IfduXhy33n { width:20rem;height:0.0625rem;top:65.875rem;left:0rem;z-index:100063;display:block; }
 }@media only screen and (max-width: 763px) { #Vq7rNZzErd08UKOKiGFZld9AU5G9B6wM { width:20rem;height:5.3125rem;top:23.75rem;left:0rem;z-index:100109;display:block; }
 }@media only screen and (max-width: 763px) { #X45KMy9z5HlMaCLLAyzP6M6OM49v0s7M { display:block; }
 }@media only screen and (max-width: 763px) { #DS5P6GxHBQbp3saXDNimuXVOwxrpUqSb { width:20rem;height:5.25rem;top:18.375rem;left:0rem;z-index:100110;display:block; }
 }@media only screen and (max-width: 763px) { #TsTqqmnFizLS0JVQwrTlX63thTtQ9ESA { display:block; }
 }@media only screen and (max-width: 763px) { #zAxK0pdAahye7Qshi21x7TfqrHhpoQ34 { display:block; }#zAxK0pdAahye7Qshi21x7TfqrHhpoQ34 > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMgFHMK3xrslB9suxgkyWaIO2MsbQ2hE { width:20rem;height:auto;top:3.0625rem;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) { #Q4rdKJukdH1EWVmDReTNULAdPKTz1qoG { width:20rem;height:auto;top:3.0625rem;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) { #B7oGAUS3rz6lA8g7o2XXP7v6kfVCxuDa { width:2.999675rem;height:2.999675rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcseweVpdLgTULgeg9r2FPMZ3nixJ32L { width:4.0625rem;height:4.0625rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvPeVF9MzREoBSFxHhaPkTW3OtBJcFCs { width:4.0625rem;height:4.0625rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2X4npSfJ3FLeTT5UZRCxDp9SnMPG53M { width:3.49989375rem;height:3.49989375rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0nbXZw61xX6Tc4FlpzLzUiyrcTM5ZnU { width:4.0625rem;height:4.0625rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTUrhTEx4e0yLTpmb6tCRz5T0LAlSEEZ { width:15.062375rem;height:12.8125rem;top:36.125226020813rem;left:2.5000002384186rem;z-index:100013;display:none; }
 }@media only screen and (max-width: 763px) { #wFJthmJ7bPGpbpMP2ompyc1gwZCdoL0f { width:20rem;height:4.19921875rem;top:1.923828125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;line-height:1.2;z-index:100014;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vS5mr6QJZ6ziIZVABZyfCWVFe3USJzGZ { width:14.75rem;height:1.6499rem;top:6.9755859375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.2;z-index:100015;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o0ZrWOIyUJTOsKhKReRz1zIganO6O3ds { width:14.9375rem;height:31.5rem;top:11.4375rem;left:5.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;z-index:100015;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XgafOeHCGmLATJFNWuv8qIsPRh1BsBxG { display:none; }#XgafOeHCGmLATJFNWuv8qIsPRh1BsBxG > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@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) { #eWZP4DLoSorX3HiSJMIWkBfAne96CRED { width:20rem;height:auto;top:4.9375rem;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) { #zG4BqgZ15AwWh7zwffol7ky9LxHttRK8 { display:block; }#zG4BqgZ15AwWh7zwffol7ky9LxHttRK8 > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JrfVnR9vPdiNTkWtgLasgHTTzglnRxcL { width:11.375rem;height:auto;top:7.25rem;left:4.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) { #gdQUfRxJcAaQfluo9lOWRdCZg65PlhZK { width:5rem;height:auto;top:4.375rem;left:7.5rem;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) { #LzrSTznKFveQRVD8HNKMWi5KVQvXfkMb { width:13.125rem;height:auto;top:7.1875rem;left:3.4375rem;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) { #pFebfVl5ElJ5LrLUEsCnGv92B9xrDKTA { width:5rem;height:auto;top:4.3125rem;left:7.5rem;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) { #ilMqaZIDqN6Ss5IQbq6Wsyz9yzwB8H27 { width:11.375rem;height:auto;top:7.125rem;left:4.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) { #k6cGiu6TxZD9wT9qtvZQA9VPtvGgcW9D { width:5rem;height:auto;top:4.25rem;left:7.5rem;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) { #IMpFDNP4yEmLbilipMZhQB3Zx8PRWaJA { width:11.375rem;height:auto;top:7.0625rem;left:4.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) { #b9JoOqQKaitRuqGIGJBmg295xpfqSwTF { width:5rem;height:auto;top:4.1875rem;left:7.5rem;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) { #ITrQCvJRdzmoHz4ODlwTBi9k594c0OBN { width:0.0625rem;height:20rem;top:3.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #glgsMl6PzZerigGotfbNcTOFCmin8ser { width:1rem;height:1rem;top:13.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnzmz9vmVrbO4FrxtFJGfEpS2rT9qrzs { width:0.99989375rem;height:0.99989375rem;top:20.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOQWPVmlXl92zl8wLCOQpApSodhTW3fB { width:0.99989375rem;height:0.99989375rem;top:26.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKyrumTkSF5Vs4HQTIVwdv270mT3bIJo { width:0.99989375rem;height:0.99989375rem;top:33.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qso2U8pd7irWwHHJ5BS2EZ4Woqe2qzXR { width:1.81206875rem;height:2.92480625rem;top:12.6875rem;left:0.75rem;font-size:2.25rem;text-align:left;text-align-last:left;line-height:1.3;z-index:100014;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SOxcihlSDGiDuWQOpDrp7gn7UqvR6pZi { width:10.9375rem;height:3.5rem;top:13.4375rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;z-index:100015;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o72qevNW7OIGz1og4FpR8sddDCOIBR8P { width:18.3125rem;height:1.6499rem;top:7.25rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #SKeUCrZvITOF8Pg2kc05fO0yppN8JOiq { width:18.8125rem;height:5.25rem;top:2.25rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:100017;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SeRXus3aKQ9wQw9TXvg4fnGPEP9aJE7g { top:14.5625rem;left:2.8125rem;width:0.0625rem;height:19.375rem;z-index:100031;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Q2T3bS7pUA7uXb1AAFK3pbvKXh2pR8CI { width:1.81206875rem;height:2.92480625rem;top:18.9375rem;left:0.5625rem;font-size:2.25rem;text-align:left;text-align-last:left;line-height:1.3;z-index:100015;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KT1VRuKOCfqQc64nETX2oTidAKPCGRob { width:10.9375rem;height:3.5rem;top:19.875rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;z-index:100016;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DgTFTMJWSLH3HnL69W1kuCcIxAJaLHvE { width:1.81206875rem;height:2.92480625rem;top:25.3125rem;left:0.5rem;font-size:2.25rem;text-align:left;text-align-last:left;line-height:1.3;z-index:100016;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vgLCeHxSQlBiWUWvflATcKkhlTPJznKg { width:10.9375rem;height:3.5rem;top:26.125rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;z-index:100017;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nnXk7xo7XiPFoXspFNkgQm3Vb90TaSPK { width:10.9375rem;height:3.5rem;top:33.3125rem;left:5rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.4;z-index:100018;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tI3T7qdDe2KOAlZpDvpSegKqgaTXLboA { width:1.81206875rem;height:2.92480625rem;top:32.625rem;left:0rem;font-size:2.25rem;text-align:left;text-align-last:left;line-height:1.3;z-index:100017;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ufdLzmydqGbHouN4yAts9JavJS8UG4rJ { top:32.5rem;left:0rem;width:20rem;height:17.0625rem;z-index:100013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL { display:none; }#pS7vf5GlzXcqqg5paQ105ueJwu5l8BqL > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UViBFN1C6frylVsMTVTCEbygdurb9m7Q { width:20rem;height:auto;top:2.5rem;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) { #Vx8ZCp4S8CLwRKlATMK15DV2tGwzhgvm { display:block; }#Vx8ZCp4S8CLwRKlATMK15DV2tGwzhgvm > .row .container { width:20rem;height:507.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AiXT9Sv4vpl7HIxRRJIqwX2bvMETSRHI { width:12.1875rem;height:auto;top:26.8125rem;left:3.875rem;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) { #QtcZtzb8lFs7ZvOD2Mfs2zMC8O5tp7JX { width:10.0625rem;height:2.173825rem;top:31.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otaTBhmbIWuw6KyoTc6uyn9wxDlJEMTL { width:16.25rem;height:auto;top:30rem;left:1.875rem;font-size:1.25rem;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) { #vHHZkefUcgXAXooQt1Q7a7RQ6AtaDSUD { width:17.5rem;height:21.9375rem;top:8.8125rem;left:1.1515261627907rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9kJf9uFksemaQgMRBXTNkvrMcdxXH78 { width:16.25rem;height:auto;top:29.875rem;left:1.875rem;font-size:1.25rem;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) { #ui2LcBhphdh9ki074Te1QRSLsCph5ial { width:12.1875rem;height:auto;top:26.6875rem;left:3.875rem;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) { #WtpivZbA7sacJLn9IPxAIOf1XJT5u1PK { width:10.0625rem;height:2.173825rem;top:107rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTFdyhBksRvUnyALnTMJkTI2lumaETl2 { width:15rem;height:18.85875rem;top:53.875001907349rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKenS2M3mBIxPGsM3c8ktmFhLpV9MEWP { width:16.25rem;height:auto;top:30rem;left:1.875rem;font-size:1.25rem;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) { #vmhww3tSkyQe8pcmZm0fDETS0MtGGq0g { width:12.1875rem;height:auto;top:26.8125rem;left:3.875rem;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) { #nS95X8StieK2Orb24wqqPQAO3imq6CGL { width:10.0625rem;height:2.173825rem;top:155.75rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m6X7TeSGlFFuNKgIBIZ0gE7exbcckzbV { width:18.1875rem;height:22.8125rem;top:90.749992370606rem;left:0.5625rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #TLl1AGs1RobTSI2r3XIdHbfPLkd5cD6V { width:16.25rem;height:auto;top:30.25rem;left:1.875rem;font-size:1.25rem;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) { #bHvFcITN4mB9JkWvd74S2wWkWom7EEnn { width:12.1875rem;height:auto;top:26.875rem;left:3.875rem;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) { #t1CinfNw5qV2aTMi0eUGLHHIGP04BRAd { width:10.0625rem;height:2.1740371735279rem;top:159.25rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tsS06gMbZpPg5xqzKF0KZ3ffPbQTFBx0 { width:16.3125rem;height:20.359375rem;top:128.3125rem;left:1.25rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #hPZro25LU2hMe1MzhHB2HvoSokhqlifM { width:16.25rem;height:auto;top:35.6875rem;left:1.875rem;font-size:1.25rem;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) { #bLEBmZNHh1nEHmRtzu9neAkW5JSxTPpS { width:16.25rem;height:auto;top:35.6875rem;left:1.875rem;font-size:1.25rem;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) { #wnhMkf2ZkJW585DuO8bTOS8gL4E0gCfs { width:16.25rem;height:auto;top:35.6875rem;left:1.875rem;font-size:1.25rem;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) { #vTv0q3Nzldt0xTikTqkiqw06yGewqG6p { width:16.25rem;height:auto;top:35.6875rem;left:1.875rem;font-size:1.25rem;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) { #RCGUT5zJZSHCk7TTzfez6mnHZfuN3XJt { width:17.625rem;height:3.3125rem;top:49.500002861023rem;left:1.25rem;font-weight:400;font-style:normal;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF5argLnMgPHiwevnscXrBEZJG0B0bCN { display:block; }
 }@media only screen and (max-width: 763px) { #hvp8NodGH3uxIkuIxqCwk0TD51THUhsB { width:16.125rem;height:3.3125rem;top:114.1875rem;left:1.0625rem;font-weight:400;font-style:normal;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhLCwpZNy6aZFhzTLy0SqHhF4QNHnfai { display:block; }
 }@media only screen and (max-width: 763px) { #tLENo2nXe8ByuqfVSJAAqt6IN3ou5LGI { width:17.625rem;height:3.1875rem;top:127rem;left:1.25rem;font-weight:400;font-style:normal;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIf5lKXJHbdkVeOJCMSfCFTA30a5Iyz7 { display:block; }
 }@media only screen and (max-width: 763px) { #x0zp3yCFVuE7faccUToCfRO026k00BCL { width:15.9375rem;height:3.0625rem;top:162.6875rem;left:2.5625rem;font-weight:400;font-style:normal;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTgtbBsCsAiCFHllfkI44W73GuyGyK1B { display:block; }
 }@media only screen and (max-width: 763px) { #TfOEltzDm7uZy3GnhqiIkl6MptNVGkoz { width:15.5rem;height:27.888rem;top:248.25001049042rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gtb3vDH2NTOuE5Zacl2n9O7kD4XXOvLC { width:17.3125rem;height:5.25rem;top:2rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:100018;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hQtBMVhzGfp9PEFmhw4d8CcpVAIDnu5a { width:17.5625rem;height:3rem;top:33.8125rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;z-index:100019;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #E1hT11TNysoWgTP4kFXtS2JduIot8gTo { width:15.875rem;height:3.8496125rem;top:37.312496185302rem;left:1.3138021230698rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100019;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bD1gMpTu00WxXsp4VuS4Ia7RhzuClzBW { width:15.875rem;height:3.8496125rem;top:43.250002861023rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100020;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PxvohyaKa7IOTK5ulHxb9iGTMJXHgSMk { width:17.5rem;height:3.3125rem;top:88.625rem;left:1.3125rem;font-weight:400;font-style:normal;font-size:1.375rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #mJmbh6CLatTsFF3n07Iu3V6s2BC6O4ck { display:block; }
 }@media only screen and (max-width: 763px) { #bPSM4KkM5Sz8exvkreCk8wxu7dsUXFby { width:15.875rem;height:3.8496125rem;top:82.375rem;left:1.3125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100026;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wVM6bkJHy3fAaJQ6WiU1kr7CK2N5sCcE { width:15.875rem;height:3.8496125rem;top:76.4375rem;left:1.375rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100025;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tgHoKbFrqnOQafXc0PC4oGxwTcu9eQ1f { width:17.5625rem;height:3rem;top:72.9375rem;left:1.3125rem;font-size:2rem;text-align:left;text-align-last:left;z-index:100025;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JWhMXLGDLxP3wRGeDZgxhSB7uGytd44p { width:10.0625rem;height:2.173825rem;top:70.4375rem;left:1rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #evCboChdwO7ACxQ6dfE4NM1fMNGbPvtJ { width:15.875rem;height:3.8496125rem;top:121.75rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100032;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gipmTr36vghqcGtVc6KFP62fUWTrtPeJ { width:15.875rem;height:3.8496125rem;top:116.625rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100031;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dGItRJpM3g9TNU9nkyhSdrTqyn8QVO1t { width:17.5625rem;height:3rem;top:113.125rem;left:1.1875rem;font-size:2rem;text-align:left;text-align-last:left;z-index:100031;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kg7RHVH1HqCaVtQ0PbX1m39ZiFUvNItm { width:10.0625rem;height:2.173825rem;top:110.625rem;left:0.875rem;z-index:100032;display:block; }
 }@media only screen and (max-width: 763px) { #xKUBGUZzqXDmCBpsFV4ayFoaKFCxT1pw { width:17.625rem;height:3.1875rem;top:161.3125rem;left:1.125rem;font-weight:400;font-style:normal;font-size:1.375rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #odoUchVpO2b4fxVpQVwlFQKMkUN7y133 { display:block; }
 }@media only screen and (max-width: 763px) { #T0QtiiZmSG82i0119A3Q8L0vrXbl4kKw { width:15.875rem;height:3.8496125rem;top:156.0625rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100038;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xrzzvwbi3lLbdXAnJITimdxynsQcv5wp { width:15.875rem;height:1.92480625rem;top:150.9375rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100037;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ynBlJ3EwU7lgsVd4lgkdvqy1vN121xhO { width:17.5625rem;height:3rem;top:147.4375rem;left:1.0625rem;font-size:2rem;text-align:left;text-align-last:left;z-index:100037;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vFfsDKWbJ9gx8RO9sEW2sKdAIer4gk6a { width:10.0625rem;height:2.173825rem;top:144.9375rem;left:0.75rem;z-index:100038;display:block; }
 }@media only screen and (max-width: 763px) { #nDQVJDgacsF5Nq3mBeFOtHl5RJBiHEFh { width:17.625rem;height:3.1875rem;top:202.125rem;left:1.125rem;font-weight:400;font-style:normal;font-size:1.375rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #p5f2KS7tHHUsRtigFIZoFTMTTCTuaIv8 { display:block; }
 }@media only screen and (max-width: 763px) { #CD4TBWzaJVMAa8GzN7zypTkcxT4RVQnz { width:15.875rem;height:3.8496125rem;top:196.875rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100044;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eek8xggrJJMW2Kotsssu6Cmix6R4ahAC { width:15.875rem;height:3.8496125rem;top:191.75rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100043;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #d7eSvXusxSeJ7iXIvvQPXvdNmckJQQeG { width:17.5625rem;height:3rem;top:188.25rem;left:1.0625rem;font-size:2rem;text-align:left;text-align-last:left;z-index:100043;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sFFykpHT1v7uAfeEdcX5IUiINaruuRVU { width:10.0625rem;height:2.173825rem;top:185.75rem;left:0.75rem;z-index:100044;display:block; }
 }@media only screen and (max-width: 763px) { #RvfJ5LIbTli1egHnXioUvhLd67s5qBS5 { width:16.9375rem;height:21.1875rem;top:165.75001144409rem;left:1.8125rem;z-index:100016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iNOW39cItSaau1wpVm4QI5gQc0DWZeME { width:17.625rem;height:3.1875rem;top:245.875rem;left:1.125rem;font-weight:400;font-style:normal;font-size:1.375rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #lALS5Ez3dUHprGBRoNwDPkDk1lc03Cy8 { display:block; }
 }@media only screen and (max-width: 763px) { #HtfD4fJTTESEhLZDk3TNXkf1Txva863L { width:15.875rem;height:3.8496125rem;top:240.625rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100050;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #P2gM5bpHPb2HhMGH19HolrUnSn1AOPsT { width:15.875rem;height:3.8496125rem;top:235.5rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100049;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DTvSa0Bvp0TaOSB2PiofeHbCmmXE929X { width:17.5625rem;height:3rem;top:232rem;left:1.0625rem;font-size:2rem;text-align:left;text-align-last:left;z-index:100049;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iTtZDpd7ONazwzmeiP3JgB0TdmO1nPFo { width:10.0625rem;height:2.173825rem;top:229.5rem;left:0.75rem;z-index:100050;display:block; }
 }@media only screen and (max-width: 763px) { #DE89p11a3zTBxQ3TiFT0qLWhn7oC7NgT { top:205.1875rem;left:0rem;width:20rem;height:25rem;z-index:100014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Dbio1KgVhrw6qUG1t3AHnuXIsOLQp1if { width:17.625rem;height:3.1875rem;top:291.5rem;left:1.125rem;font-weight:400;font-style:normal;font-size:1.375rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #FufbWXr8xiLGRmckJgpi6rpp8nRcgxy2 { display:block; }
 }@media only screen and (max-width: 763px) { #gRXoUhJTM7XK4Tb8DP2nygJReXDb2Cns { width:15.875rem;height:3.8496125rem;top:286.25rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100055;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #B1lFHfcBIzs3nbQQ4ZTJo18hTsLWTghh { width:15.875rem;height:5.7744125rem;top:279.25rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100054;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hADXibSTW7kpCeHKEB1K63Ih5FHXInFi { width:17.5625rem;height:3rem;top:275.75rem;left:0.9375rem;font-size:2rem;text-align:left;text-align-last:left;z-index:100054;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UgyuqsqF4igP1Z8InfXLBx6htMmSKeQV { width:10.0625rem;height:2.173825rem;top:273.25rem;left:0.625rem;z-index:100055;display:block; }
 }@media only screen and (max-width: 763px) { #Awodc8qzz3wgT4mbTmBt441LFP3L3tLr { width:17.625rem;height:3.1875rem;top:331rem;left:1.125rem;font-weight:400;font-style:normal;font-size:1.375rem;z-index:100048;display:block; }
 }@media only screen and (max-width: 763px) { #LZG8WZUyRQryroTrvq2cN5BTgbnUrdH2 { display:block; }
 }@media only screen and (max-width: 763px) { #sOIyNWfndFOaTRTPPqVIrw7rwllSvrtv { width:15.875rem;height:3.8496125rem;top:325.75rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100061;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ua3H8egh7K5kcOl2oFwGBmrAORxdXDrI { width:15.875rem;height:1.92480625rem;top:321.75rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100060;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tAcEWTPnFB0tbfuJc7JwwkTgTdBUdZoC { width:17.5625rem;height:3rem;top:318.25rem;left:1.1875rem;font-size:2rem;text-align:left;text-align-last:left;z-index:100060;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #o8T6nCbL2aATBxiaekrOM1FD0NIIo2Lc { width:10.0625rem;height:2.173825rem;top:315.75rem;left:0.875rem;z-index:100061;display:block; }
 }@media only screen and (max-width: 763px) { #TalriiPKnUO3gZ3RgUVvIuFRrPk4TASX { width:12.375rem;height:16.375rem;top:297rem;left:2.5rem;z-index:100027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HXwuLaCEzMUfWMmvScLBJH99EA93ySht { width:17.625rem;height:3.1875rem;top:373.5rem;left:1.125rem;font-weight:400;font-style:normal;font-size:1.375rem;z-index:100053;display:block; }
 }@media only screen and (max-width: 763px) { #AZLHelDaZmkBRzK415sGpf4IGhSd9P6L { display:block; }
 }@media only screen and (max-width: 763px) { #ENUFm71CRdykuNf9eU2SWyLyc1T17XeR { width:15.875rem;height:3.8496125rem;top:368.25rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100066;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bd2G8dOCUpUJcaX4uOfZHs5bbZesRmCK { width:15.875rem;height:3.8496125rem;top:363rem;left:1.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100065;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #egvvLA2hcG2Eb8fuXxlixl9DgEvTVNmC { width:17.5625rem;height:3rem;top:359.5rem;left:1.125rem;font-size:2rem;text-align:left;text-align-last:left;z-index:100065;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bqIxTUBII8Sv0b65DiQcLauoMfbI2wDk { width:10.0625rem;height:2.173825rem;top:357rem;left:0.5625rem;z-index:100066;display:block; }
 }@media only screen and (max-width: 763px) { #wZpAQSrtKdo9oa2rvvBIc3Wf7iplSuDg { top:335.75002098084rem;left:1.0625rem;width:17.6875rem;height:22.125rem;z-index:100013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A65iZwUJdIr1pocp26FiQTkrEoBtRfT1 { width:17.625rem;height:3.1875rem;top:418.8125rem;left:1.125rem;font-weight:400;font-style:normal;font-size:1.375rem;z-index:100058;display:block; }
 }@media only screen and (max-width: 763px) { #Wit04urG6QseLay6qgssgcXnEKLuLW6E { display:block; }
 }@media only screen and (max-width: 763px) { #qrSsy9cqSo9tWopFGQSRcgH8c2Fm7qQl { width:15.875rem;height:3.8496125rem;top:413.5625rem;left:1.125rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100071;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hsCld69oKiDBvSJZ5c3LhHJtTTSHNxo4 { width:15.875rem;height:5.7744125rem;top:405.8125rem;left:1.1875rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100070;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BhCAUfGvnmkd7VTQJ9kQ3VAcWrVzn77d { width:17.5625rem;height:3rem;top:402.3125rem;left:1.125rem;font-size:2rem;text-align:left;text-align-last:left;z-index:100070;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WoTIxsZUBp2Q6o2agLsCPxZL4MgOTN0J { width:10.0625rem;height:2.173825rem;top:399.8125rem;left:0.8125rem;z-index:100071;display:block; }
 }@media only screen and (max-width: 763px) { #eMByT4mdN6kHay0XUgTFQrJQyZgX2BeP { top:379.5rem;left:1.875rem;width:15.625rem;height:19.5625rem;z-index:100072;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dCg3GlMmUcRXhDqFvS3vso23oBANVHie { width:17.625rem;height:3.1875rem;top:459.75rem;left:1.25rem;font-weight:400;font-style:normal;font-size:1.375rem;z-index:100063;display:block; }
 }@media only screen and (max-width: 763px) { #WXFOARxAugl7LC4mSyuxcFyOCZRHkSnT { display:block; }
 }@media only screen and (max-width: 763px) { #xs81BWMGTyUPCyzNAPNaz8PKXMU0omsS { width:15.875rem;height:3.8496125rem;top:454.5rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100076;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tunoR46KZTcb1HOIQ04zMBur2THLqN7Q { width:17.5625rem;height:6rem;top:447rem;left:1.3125rem;font-size:2rem;text-align:left;text-align-last:left;z-index:100075;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #z6FuWOZgpVn0Kt3FMgF8veEZVMCAkcaU { width:10.0625rem;height:2.173825rem;top:444.5rem;left:1rem;z-index:100076;display:block; }
 }@media only screen and (max-width: 763px) { #DspSfUB7ghl9HTTD337thDczEpLDeD9h { top:425.75rem;left:3.75rem;width:10.25rem;height:17.625rem;z-index:100073;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kFATTNk5LvGkUIOxefrKRlvLLgQnxEO2 { width:17.625rem;height:3.1875rem;top:499.75rem;left:1.25rem;font-weight:400;font-style:normal;font-size:1.375rem;z-index:100068;display:block; }
 }@media only screen and (max-width: 763px) { #KhK2UnMh0hF3T6aWZE1Tdq4eIeytaWem { display:block; }
 }@media only screen and (max-width: 763px) { #ZHHca5opUtGTlL76iTTlaaENrEZWi7RO { width:15.875rem;height:3.8496125rem;top:494.5rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100081;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MDhq7e918dLlqJouUvTXvmrLRCchD8Bt { width:17.5625rem;height:3rem;top:486.0625rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;z-index:100080;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oZpheyLcAVd9d1L8GLKmXfwfqIrQuma6 { width:10.0625rem;height:2.173825rem;top:483.5625rem;left:0.9375rem;z-index:100081;display:block; }
 }@media only screen and (max-width: 763px) { #TmLCT08D2dqQ5AMNsWR2Lhv03UDTmEbP { top:466.3125rem;left:1.25rem;width:17.625rem;height:15.6875rem;z-index:100082;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DR2WJFoW2ZmWVM0PSnoWz6J7VfdwvfLJ { width:15.875rem;height:3.8496125rem;top:489.5rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100071;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn { background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn > .row .container { background-color: transparent; background-image: none; }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn > .row .container > .video-iframe-container { display: none; }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn > .row > .video-iframe-container { display: none; }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn > .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); }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn > .row .container { border-width: 0; border-radius: 0; }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn > .row > .video-iframe-container {  }#uyVfZ3E6Swa4qN44W6wFNWDefNO6y7zn > .row .container { width:20rem;height:27.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IepwWVxTi8zNbKhpfuVBsLc8NFfyAJVP { width:12.1875rem;height:auto;top:26.75rem;left:3.875rem;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) { #r22lyWo5T5zu0r2GOndzEdyRFfubwHG0 { width:10.0625rem;height:2.1740371735279rem;top:24.125rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WaTh79iwmANzPBEId1dDuvGlBk93wheC { width:16.25rem;height:auto;top:30rem;left:1.875rem;font-size:1.25rem;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) { #UU5DF0zzPxWeCmINVH4xCu6wRgFgyi4A { width:17.25rem;height:21.625rem;top:1.25rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #immmeywEqwGWVPVHDdg4lgLobZBULBZ1 { width:16.25rem;height:auto;top:29.8125rem;left:1.875rem;font-size:1.25rem;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) { #IUnbIXwckuEehEAk2fmJFdAIaoHzimls { width:12.1875rem;height:auto;top:26.625rem;left:3.875rem;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) { #hHzJWZCPKloOSvyRN3ofv3bm5PiJhXZE { width:10.0625rem;height:2.1740371735279rem;top:54.53275rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLP5iRSuUASrKiZcdF4Dqtkt53DTeIWW { width:16.875rem;height:21.171742964892rem;top:32.1114375rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDaffKUaUAqt0lbRahfQQKvmBbN33hsO { width:16.25rem;height:auto;top:30rem;left:1.875rem;font-size:1.25rem;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) { #fvThvTTza811LVsfvMG5dfk9BoaINxKB { width:12.1875rem;height:auto;top:26.75rem;left:3.875rem;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) { #euBENsuvvkK3AfB9p2uTFNfzOUDgIaRE { width:10.0625rem;height:2.1740371735279rem;top:62.3941875rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X62SXRW9sy15sZR2ygxQXApyfbdlTbh7 { width:16.25rem;height:auto;top:30.1875rem;left:1.875rem;font-size:1.25rem;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) { #cKHIyzTmdV7TTQ6G8ACAruTu5StLQJ9z { width:12.1875rem;height:auto;top:27rem;left:3.875rem;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) { #IphQEfD8XOhdSEhbrCSBssHylvH2iMcZ { width:10.0625rem;height:2.1740371735279rem;top:86.48425rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPi2ozfpe6IqXcOvDCcHHdtxFvWawFme { width:11.3125rem;height:15.103990381709rem;top:70.130625rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcAy7MATmPEOkQNUIOmMNk9Q7e3xrI0f { width:16.25rem;height:auto;top:35.6875rem;left:1.875rem;font-size:1.25rem;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) { #O1zClCQbLEafCqCSid07T7wqZp5ST5wN { width:16.25rem;height:auto;top:35.6875rem;left:1.875rem;font-size:1.25rem;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) { #QEpIOvaq2xOAqcShg9Kn7DuXNiccW4fr { width:16.25rem;height:auto;top:35.6875rem;left:1.875rem;font-size:1.25rem;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) { #LVoAJeDcEb9ZlMVKmHh0eQgmJisEB5LT { width:16.25rem;height:auto;top:35.6875rem;left:1.875rem;font-size:1.25rem;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) { #gSWmXVLPQc18ubQ3OW2v1Q3EvdBwJRW6 { width:16.125rem;height:3.3125rem;top:27.5489375rem;left:1.9375rem;font-weight:400;font-style:normal;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GpykB2y4ydg7PtaL5q1tkg3atEJIUdBC { display:block; }
 }@media only screen and (max-width: 763px) { #wlb3biHOSKNpBkdWlw6m3iTm5feARAXF { width:16.3125rem;height:3.1875rem;top:57.9566875rem;left:1.8125rem;font-weight:400;font-style:normal;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ReVyb4s3IRlf06sXE86ePCGZcHF66Ny6 { display:block; }
 }@media only screen and (max-width: 763px) { #GqzcsR0PADaOB46Mh4NKPbGEVuTz21lK { width:16.3125rem;height:3.0625rem;top:65.818125rem;left:1.8125rem;font-weight:400;font-style:normal;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uXB3reL9nfKynxAqNglDebtpKDGQbv1L { display:block; }
 }@media only screen and (max-width: 763px) { #WEpn04DcB34ycfmnbXRzirNBN5siS4x5 { width:16.25rem;height:2.9375rem;top:89.9081875rem;left:1.875rem;font-weight:400;font-style:normal;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CPfgkwI796KdhQo0lMxxCb9RUJGny4p2 { display:block; }
 }@media only screen and (max-width: 763px) { #BqM4DaXV8IWB2R1EXFo63C8gPvSG1Sw0 { width:17.3125rem;height:7.875rem;top:2.4375rem;left:1.25rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:100019;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PSknpX4AAoDfMQ7w9FLqLd0lvit58ZaP { width:15.875rem;height:5.7744125rem;top:12.4375rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:100072;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #g3oTxZMlfqd7T02oTTxncphyyhp8FkXh { width:17.4985625rem;height:3.4360375rem;top:20.2509765625rem;left:1.25rem;font-weight:400;font-style:normal;font-size:1.375rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #iRn30LdSrckuJ6GgVQG1hsGR5pCFuVTV { display:block; }
 }@media only screen and (max-width: 763px) { #Nv9TwT8yU4iXqpaVhIUJSmIWmP8yGlFX { display:none; }#Nv9TwT8yU4iXqpaVhIUJSmIWmP8yGlFX > .row .container { width:20rem;height:3.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tASOwLAWMaTlWyMpmva6Ccda9x8RCAfw { width:16.375rem;height:auto;top:26.75rem;left:1.8125rem;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) { #GbXJShhpQ8oVrWxGWeDy18GR0LD4Vvx5 { width:10.0625rem;height:2.1740371735279rem;top:24.9848125rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPG4ZIfzdLgMvbXt5k3hqSVddVze4TIw { width:16.25rem;height:auto;top:30rem;left:1.875rem;font-size:1.25rem;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) { #rlkrmBRSDkb6JqspSWGO7iT5RaOuhiHT { width:18rem;height:22.484849113992rem;top:1.25rem;left:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLZHsaEpptd4s15QNwrc0NAJIg7cPUQt { width:16.25rem;height:auto;top:29.8125rem;left:1.875rem;font-size:1.25rem;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) { #aBJeJ1eZypybBgbftiRpZ8MG2OU2RT7x { width:12.1875rem;height:auto;top:26.625rem;left:3.875rem;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) { #CF31LV7HQ8uGhfP1XaqodTIonEISK8xe { width:10.0625rem;height:2.1740371735279rem;top:55.47125rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTAReZy1A5QAlpdGOJAvZz7R8b9FDSXX { width:17.125rem;height:auto;top:26.75rem;left:1.4375rem;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) { #uoVqVo2DJN1XUIPqZxUrOytA4PgmmPf8 { width:10.0625rem;height:2.1740371735279rem;top:79.7866875rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvyxxHPtyh8ZBHm2M3s49JdMmyAVX5WC { width:16.25rem;height:auto;top:30.1875rem;left:1.875rem;font-size:1.25rem;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) { #Rb5epJWM9laTRJH6wRVNLzaV3u3HJSEf { width:12.1875rem;height:auto;top:27rem;left:3.875rem;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) { #ZPKTgrIq2SnWKTgnXcR4VHnEG2ktnDTT { width:10.0625rem;height:2.1740371735279rem;top:102.9669375rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJEDw8gVlVfJKQbuA1G5GJ2VpxsKLGOf { width:15.9375rem;height:14.194135549887rem;top:87.523125rem;left:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rk4yxnllKIaUd3622xm2JJGb5cMeTtkO { width:16.25rem;height:auto;top:35.6875rem;left:1.875rem;font-size:1.25rem;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) { #M2RLyMEE89Z3XlW1IbP03F56BhQwSTN6 { width:16.25rem;height:auto;top:35.6875rem;left:1.875rem;font-size:1.25rem;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) { #MsBWTXZEFdv3Ldfid3rcQS2zt8kNmUO9 { width:16.25rem;height:auto;top:35.6875rem;left:1.875rem;font-size:1.25rem;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) { #onO8t2rqTRrrvgbLnJowK300zNMbLfL7 { width:16.25rem;height:auto;top:35.6875rem;left:1.875rem;font-size:1.25rem;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) { #hUT8qVeJdJchTRlvltrMaTrndl7D21XK { width:16.125rem;height:3.3125rem;top:28.40875rem;left:1.9375rem;font-weight:400;font-style:normal;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLa9vuEpaVWbHXKKN4bryFRWtrz3S8xR { display:block; }
 }@media only screen and (max-width: 763px) { #xsVxBBsvu5MByzII44n5vtaN2ToKZ4eC { width:16.3125rem;height:3.1875rem;top:58.8951875rem;left:1.8125rem;font-weight:400;font-style:normal;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Awtro1ycJg1qZ5z15F6W6VOdpv5A1eVQ { display:block; }
 }@media only screen and (max-width: 763px) { #EiOSTAJeKtiCkG4caTPeRQBhOMmWEaqt { width:16.3125rem;height:3.0625rem;top:83.210625rem;left:1.8125rem;font-weight:400;font-style:normal;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6h0moy9ZMlSH4EhXDXdHzCVJhMkmUX7 { display:block; }
 }@media only screen and (max-width: 763px) { #iRSZVGVeBdIgFf0JJBf7R72pUsUyRplI { width:16.25rem;height:2.9375rem;top:106.390875rem;left:1.875rem;font-weight:400;font-style:normal;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yklZpc8X4FivQRq8THTTINbDQpA7lRQQ { display:block; }
 }@media only screen and (max-width: 763px) { #zmZylfOw1cskThu3INaQgDXyOqe70J4Q { width:8.75rem;height:15.204116370445rem;top:63.3326875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #t3MpKr1wo6FQmdopaNpy0kfiJOm6ULRu { width:17rem;height:21.250234377585rem;top:32.97125rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFfJlvqB0c4R99Oh603gAEd5LggM5f3F { display:none; }#zFfJlvqB0c4R99Oh603gAEd5LggM5f3F > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qdRwtcfM3gJa6NXUpMi117lDMf0EAsmm { top:15.125rem;left:4.1875rem;width:12.125rem;height:1.950075rem;z-index:100023;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:4.125rem;width:12.125rem;height:2.1120875rem;z-index:100024;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.29936875rem;z-index:100024;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:8.9375rem;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) { #wmNxuSIaTITyOEZdXfwcW4lcT7rKQ6Hs { width:20rem;height:auto;top:2.125rem;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:20rem;height:auto;top:5.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) { #glU1FBrGaktmLhTW1C48H4UP5cqB7g7S { top:9.574999809265rem;left:5rem;width:9.875rem;height:1.29936875rem;z-index:100025;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.29936875rem;z-index:100026;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMn2A1823lD91Ev8ChWZTI8Ohm3xNdO3 { width:17.5rem;height:3.4375rem;top:23.875rem;left:1.25rem;font-weight:400;font-style:normal;font-size:1.375rem;z-index:100019;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; }
 }