.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.56);background-image:none;position:relative;z-index:auto;display:block; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { background-color: transparent; background-image: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container > .video-iframe-container { display: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row > .video-iframe-container { display: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .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); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { border-width: 0; border-radius: 0; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row > .video-iframe-container {  }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#y6PZJs7M3Cbk21wZMToUkphPCqcD9BAH { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:10rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#p6MSVZJOUAPcXGav2xT5MxKhToUbI8RB { color:#000000;display:block;width:6.5rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:100034;line-height:1.3;letter-spacing:0;top:1.3372395858169rem;left:57.311851501465rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#rmtQrCztmk9KEvQ4u3aJuXEnEFO2f8yw { color:#000000;display:block;width:6.875rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:1.337890625rem;left:63.749877929688rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#uvvQZRdp0rrHOaqfMOcsgKggo5NhclTl { color:#000000;display:block;width:8rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:100036;line-height:1.3;letter-spacing:0;top:1.375rem;left:67rem;height:1.13736875rem;text-align:right;text-align-last:right;display:block; }
#ry50183JVNzNfbmQa3togMwMdHH91HnD { color:#000000;display:block;width:6.4995625rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:100033;line-height:1.3;letter-spacing:0;top:1.3378907442093rem;left:51.375328063965rem;height:1.13736875rem;text-align:center;text-align-last:center;display:block; }
#XQhETBBA9R1CbDGW22Ja8UJ3MMytwIbs { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:26rem;display:none; }
#EV87FgRqdSzEUkPPPcx3k23kOzigTnnm { color:#000000;display:block;width:6.5rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:1.337890625rem;left:64.25rem;height:1.13671875rem;text-align:center;text-align-last:center;display:none; }
#gZTgUOnaGynzfUR5qLIO1Lm6MRwp4vcv { position:relative;display:none; }#gZTgUOnaGynzfUR5qLIO1Lm6MRwp4vcv { border-width: 0; border-radius: 0; }#gZTgUOnaGynzfUR5qLIO1Lm6MRwp4vcv > .row .container > .video-iframe-container {  }#gZTgUOnaGynzfUR5qLIO1Lm6MRwp4vcv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#JkmGDIeqFUSe22EX7Vls7oiuDLmA0ql9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:48.375rem;width:39.5rem;display:none; }
#KwfqmyVQLuOKnCam2zDTpwnOXdJLgDLv { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:7.6875rem;top:10.3125rem;left:1.1875rem;display:none; }
#T6gM0UPnNZTPHevuS1Drlx3BRCAgD3Cw { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.875rem;top:15.4375rem;left:1.1875rem;display:none; }
#NpQs80mbpOIodOZQBhJWVW8DllFSkJtF { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:20.125rem;left:1.1875rem;display:none; }
#FPHmdOnUdtWxNpMFRXqsqnALOCFD8kP7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;opacity:1;display:none; }
#FddUzVz9MTIRrpDE7IF3kPkw6IAMet0M { position:relative;display:block; }#FddUzVz9MTIRrpDE7IF3kPkw6IAMet0M { background-color: transparent; background-image: none; }#FddUzVz9MTIRrpDE7IF3kPkw6IAMet0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FddUzVz9MTIRrpDE7IF3kPkw6IAMet0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FddUzVz9MTIRrpDE7IF3kPkw6IAMet0M > .row .container > .video-iframe-container { display: none; }#FddUzVz9MTIRrpDE7IF3kPkw6IAMet0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FddUzVz9MTIRrpDE7IF3kPkw6IAMet0M > .row > .video-iframe-container { display: none; }#FddUzVz9MTIRrpDE7IF3kPkw6IAMet0M > .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); }#FddUzVz9MTIRrpDE7IF3kPkw6IAMet0M { border-width: 0; border-radius: 0; }#FddUzVz9MTIRrpDE7IF3kPkw6IAMet0M > .row .container > .video-iframe-container {  }#FddUzVz9MTIRrpDE7IF3kPkw6IAMet0M > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:block; }#hQaXp4rAPZAJAT404lX5JVfy2PvV5Pch { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.25rem;width:20rem;display:none; }
#KvSGwPWLbwXcCpUVSbRk9yku0XaDtp79 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41.49975rem;width:61.37475rem;top:0.873779296875rem;left:6.810791015625rem;overflow:hidden;display:none; }
#bGKObKTgldRlkEtab9Sd7sLcbQnutc9u { position:absolute;display:block;z-index:100004;height:20.25rem;width:63.5rem;top:3.2476119995117rem;left:6.5625rem;display:block; }
#ioaT9X2NKQEanaPKMCOx4aGkXA2E13sf { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.2495625rem;width:68.5rem;top:2.4061431884766rem;left:3.2497844696045rem;overflow:hidden;display:block; }
#PynKWVFi0WxH9PSo6COH79a0WvHKkcZu { color:#000000;display:block;width:68.4375rem;position:absolute;font-family:brown;font-size:3.375rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:15.11767578125rem;left:3.28125rem;height:4.38720625rem;text-align:center;text-align-last:center;display:block; }
#mFLQR6S8bxzuUiTgRus7LP9WOhQc8hVd { color:#000000;display:block;width:68.3125rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:19.44189453125rem;left:3.34375rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DPLl6ZKrK0hyBpnuQT5evZNu5bP7aHXA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8rem;width:8rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100008;opacity:.53;top:14.76611328125rem;left:33.5rem; }
#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row .container { background-color: transparent; background-image: none; }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row .container > .video-iframe-container { display: none; }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row > .video-iframe-container { display: none; }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .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); }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row .container { border-width: 0; border-radius: 0; }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row > .video-iframe-container {  }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row .container { font-size:0.875rem;font-family:arial;height:63.6875rem;width:75rem;position:relative;display:block; }#X0pUO7Tz9gNUEwInLwruB6zJXGnNTTOH { position:absolute;display:block;z-index:100034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.3125rem;width:14.5625rem;top:42.5625rem;left:6.25rem;overflow:hidden;display:block; }
#Ni4KtSLbtCZJRVSPQ8Mglmw2fv46vttd { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:6.625rem;left:6.25rem;height:4.54980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qAsXFDfX2ky7v47WlrVG4LrqrWJRoh9U { color:#000000;display:block;width:31.124375rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:12.936847686767rem;left:6.25rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OBZV0CSbKk4VcgSlQQXK5UbHq5EtobQs { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:0.875rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:56.4873046875rem;left:0rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hVBXizO2GwKXGbd2tRi5TebdBnLmtOiZ { position:absolute;display:block;z-index:100002;background-color:#fbfbfd;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:5rem;width:67.5rem;top:55.125rem;left:3.6875rem;display:block; }
#kkfnkXgQF0eTDNr8IEQ4iHGI96OVxdib { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:4.1875rem;top:45.5rem;left:6.25rem;overflow:hidden;display:block; }
#WV6qSvyHFUfw79RNGQxumHdXVd5RVxNw { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:4.1875rem;top:45.4375rem;left:12.125rem;overflow:hidden;display:block; }
#LpwAeCsKzkuwLEVIASnfx9TLZVyVbN4B { color:#000000;display:block;width:4.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:100012;line-height:1.6;letter-spacing:0;top:50.3125rem;left:6.25rem;height:1.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#szIoZNT8G80ETfEkVoqfToE0zDbM0vWG { color:#000000;display:block;width:4.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:100013;line-height:1.1;letter-spacing:0;top:50.5625rem;left:12.25rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dmrqHkNZchKpbGt1JlG7OsqRB6HX4cCy { color:#000000;display:block;width:4.125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:100014;line-height:1.1;letter-spacing:0;top:50.5rem;left:18.1875rem;height:2.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vAolqqaniKbsTNUCI17GFVg67gyAEKqd { color:#000000;display:block;width:6.437375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:100015;line-height:1.1;letter-spacing:0;top:50.437072753906rem;left:23.187391281128rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#acVVsyL8ORhD22XsUTsJZMcRXDzx0DeO { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:3.37456875rem;top:45.750432968139rem;left:18.625001907349rem;overflow:hidden;display:block; }
#AzsxcnWng6TuvnA2m3AI8xF0pOE5mH5A { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1870125rem;width:4.1870125rem;top:45.4375rem;left:24.3125rem;overflow:hidden;display:block; }
#IcyZNcGZnSySSris8hUBJTVzXkSLE9GZ { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.9375rem;width:33rem;top:9.3120665550231rem;left:38.187394142151rem;overflow:hidden;display:block; }
#w1afnfkOLT3BhTPrWghfy04XP1av4zM5 { color:#000000;display:block;width:24.375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:30.249347686767rem;left:6.25rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#w1afnfkOLT3BhTPrWghfy04XP1av4zM5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#w1afnfkOLT3BhTPrWghfy04XP1av4zM5 li:before{  }
#tEuVotNFIbpgRBRXWRUJsS872Z9sTp6t { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:3.912109375rem;left:6.25rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JFH8VSzfT3rLigvh7xLofXFFeT7KrcHR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:7.8125rem;display:none; }
#A0stlFdPG82txmfeWlM2kziDJP5DrOTq { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.24956875rem;width:4.249675rem;top:45.062934875488rem;left:18.187826156616rem;overflow:hidden;display:block; }
#HwaDintMUieB9wKLwKc9qhGV4foStdoq { color:#000000;display:block;width:24.375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:100009;line-height:1.6;letter-spacing:0;top:28.811851501465rem;left:5.8745670318604rem;height:;font-style:normal;text-align:left;text-align-last:left;display:none; }#HwaDintMUieB9wKLwKc9qhGV4foStdoq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HwaDintMUieB9wKLwKc9qhGV4foStdoq li:before{  }
#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row .container { background-color: transparent; background-image: none; }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row .container > .video-iframe-container { display: none; }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row > .video-iframe-container { display: none; }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .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); }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row .container { border-width: 0; border-radius: 0; }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row > .video-iframe-container {  }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#wKn61wyEBJMBwzp8kI3oyqx5rEeRmLS5 { color:#000000;display:block;width:24.9370625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:12rem;left:41.3125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dl8EyZVA5A6dMxTm3lHz5M7lmo6DRpQT { color:#000000;display:block;width:30rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.0618488788605rem;left:41.25rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pgUXimu1UgHK5yGhNh1dLJBthukkKCXP { color:#000000;display:block;width:24.9365rem;position:absolute;font-family:canela;font-size:1.375rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:9.4375rem;left:41.3125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qDvhJ00NFivAClGLW7CwrN7WurPc5sbh { color:#000000;display:block;width:24.9365rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:18.6875rem;left:41.3125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#flIZloSRd7gDQTXrB9n2ikx3ukstl1DX { color:#000000;display:block;width:24.936rem;position:absolute;font-family:canela;font-size:1.375rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:16.5rem;left:41.3125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R1UzOzDPLOrWBe9tD6QIJM0UsSvUzwF0 { color:#000000;display:block;width:24.9355625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:24.373052597046rem;left:41.31315612793rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QfyiVJmIwmcVLCZOCHFyRQKT8oQnXCi6 { color:#000000;display:block;width:24.936rem;position:absolute;font-family:canela;font-size:2rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:28.3125rem;left:41.3125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eJH9NfoI43EvTEzhiCB5uhVCADaHgqK1 { color:#000000;display:block;width:1.437175rem;position:absolute;font-family:canela;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:28.6875rem;left:43.75rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qpE6TLktOyREODWCzamrqsuho2XkktfQ { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:29.25rem;left:45.875rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UuJIlzTDkZhWWFQPPnDOPbuAd0mMTrnR { color:#000000;display:block;width:24.936rem;position:absolute;font-family:canela;font-size:2rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:32.3125rem;left:41.3125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZCcUTxlE7KbTK08T21pTK7MJm0NQTKdP { color:#000000;display:block;width:1.437175rem;position:absolute;font-family:canela;font-size:1.625rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:32.6875rem;left:43.75rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fQ26Wh1ExoNK771LoH6cXmaWVJQvTU2K { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:33.375rem;left:45.875rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#feBTiotWN0bMfwOvm2hWC6mmGKRpX6LP { color:#000000;display:block;width:24.9355625rem;position:absolute;font-family:canela;font-size:2rem;font-weight:400;z-index:100013;line-height:1.5;letter-spacing:0;top:36.9375rem;left:41.3125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uzEhJ005vxPDFZxmZIm5ga9BHq57Og2W { color:#000000;display:block;width:1.437175rem;position:absolute;font-family:canela;font-size:1.625rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:37.375rem;left:45rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#axNUSoKnH9GQLTXltIanRcseVkF58GdW { color:#000000;display:block;width:19.875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100014;line-height:1.5;letter-spacing:0;top:38.0625rem;left:47.125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lLsRT73kKmqGxhah60F7fZxWTpCzbJFz { position:absolute;display:block;z-index:100015;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:31.625rem;left:41.3125rem;display:block; }
#os7fGeNIubpP2LOKZ01mCtymWpTBRBUX { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.936875rem;width:16.624375rem;top:24.373048067093rem;left:55.875rem;overflow:hidden;display:block; }
#f5Tgwy2fZeTyeitpm5twMd1CUJlfwXtt { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:31.0625rem;left:47.125rem;height:1.687825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Acl8kWeLXKa48NceHEUy04iVhL2J9NOM { color:#000000;display:block;width:24.936rem;position:absolute;font-family:canela;font-size:2rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:30.125rem;left:42.5625rem;height:2.999675rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xful37gL2q8g7dtHf8eQonPPyTHTooKu { color:#000000;display:block;width:1.437175rem;position:absolute;font-family:canela;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:30.5rem;left:45rem;height:2.43706875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fcCb2GiKl66wkPRplHoFKvAwsFqH75ZP { position:absolute;display:block;z-index:100015;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:33.4375rem;left:42.5625rem;display:none; }
#QpmNOMbogNW0BDs0xqdHzhgR6skvIx9Z { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:31.0625rem;left:47.125rem;height:1.687825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#hsnEMRqoOhfMbrFD0Id5L9kPs4rKHXmC { color:#000000;display:block;width:24.936rem;position:absolute;font-family:canela;font-size:2rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:30.125rem;left:42.5625rem;height:2.999675rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#i7BhMofwrgrNUvGm018gmOrN6bToBBU7 { color:#000000;display:block;width:1.437175rem;position:absolute;font-family:canela;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:30.5rem;left:45rem;height:2.43706875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#WKdZAXT2C6o5oIAmBB8eMw5SBOg7mhhA { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:31.0625rem;left:47.125rem;height:1.687825rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#nZGTPGNPbwxAVO8a1gapctfpVkhKr5lD { color:#000000;display:block;width:24.936rem;position:absolute;font-family:canela;font-size:2rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:30.125rem;left:42.5625rem;height:2.999675rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#NCJETPTySdVkov9c2RnXKgWBhAVRzkob { color:#000000;display:block;width:1.437175rem;position:absolute;font-family:canela;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:30.5rem;left:45rem;height:2.43706875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mn1ETREifh62n0xaVfEcl03bm7svgRit { position:absolute;display:block;z-index:100015;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:33.4375rem;left:42.5625rem;display:none; }
#LnessbAfUVyhqwhdFKs8BCHrVdWeIJD6 { position:absolute;display:block;z-index:100016;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:36rem;left:41.3125rem;display:block; }
#M3m9iCb68BzAlRVpOyxb85S60t7BpXkQ { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45.3125rem;width:22.9375rem;top:5.0624990463257rem;left:7.28125rem;overflow:hidden;display:block; }
#BAu1NmkGlXL57B2mtr8I0iL1XK5PLHwq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100018;opacity:1;top:24.84326171875rem;left:15.46875rem; }
#o9ekImqvueiOkRaF9indgLRgoF2RVPoD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;opacity:1;display:none; }
#PzSpHXc2ko1ymOesVqeA9ou5HVx0PQZ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;display:block; }#PzSpHXc2ko1ymOesVqeA9ou5HVx0PQZ4 > .row .container { background-color: transparent; background-image: none; }#PzSpHXc2ko1ymOesVqeA9ou5HVx0PQZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzSpHXc2ko1ymOesVqeA9ou5HVx0PQZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzSpHXc2ko1ymOesVqeA9ou5HVx0PQZ4 > .row .container > .video-iframe-container { display: none; }#PzSpHXc2ko1ymOesVqeA9ou5HVx0PQZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PzSpHXc2ko1ymOesVqeA9ou5HVx0PQZ4 > .row > .video-iframe-container { display: none; }#PzSpHXc2ko1ymOesVqeA9ou5HVx0PQZ4 > .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); }#PzSpHXc2ko1ymOesVqeA9ou5HVx0PQZ4 > .row .container { border-width: 0; border-radius: 0; }#PzSpHXc2ko1ymOesVqeA9ou5HVx0PQZ4 > .row > .video-iframe-container {  }#PzSpHXc2ko1ymOesVqeA9ou5HVx0PQZ4 > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#cRvMWkVNklrl6kWbTwi05VTITnJ5TibT { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pNxnytXkRZowlHv9FVJFdiMsQWiW01xb { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:6.1132831573486rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iwgxgh2SaEzI4AKXcs1E0o7K7z2G4RdT { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.5rem;width:19.75rem;top:13.8125rem;left:8.875rem;overflow:hidden;display:block; }
#oQi4K1k5C7Q6A6G1bDKva48GQxUXPcxO { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:100008;line-height:1.6;letter-spacing:0;top:39.7509765625rem;left:8.75rem;height:4.798825rem;font-style:normal;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:block; }
#KPWLvsXIJbqpBD4M5CUuwJvvsULMJ02a { color:#000000;display:block;width:19.875rem;position:absolute;font-family:brown;font-size:2rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:7.67578125rem;left:8.78076171875rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ll3F49OFxSNhMpX7GTJHMKv6eEsxs0Ay { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.499375rem;width:8.499375rem;top:14.499349296093rem;left:40.124347686767rem;overflow:hidden;display:block; }
#greJU8xxrGTE5frnIG5NFFRkDIZlK2IM { color:#000000;display:block;width:19.8746875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:100013;line-height:1.6;letter-spacing:0;top:40.138891220093rem;left:45.062393188476rem;height:3.19921875rem;font-style:normal;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:block; }
#Do6hSpK0Irsi1LPUcGEKSMoOC5OIOG44 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.4375rem;width:19.6875rem;top:13.8125rem;left:45rem;overflow:hidden;display:block; }
#Wu7LBbAiMO5suoCtCWrkrqwtpWpth30C { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:brown;font-size:2rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:7.75rem;left:45.0625rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uf2zEzs9G6Px3bPn0425NpVP32PqaCP1 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.311875rem;width:8.499375rem;top:14.593099296093rem;left:4.1861991882324rem;overflow:hidden;display:block; }
#E4I3X3pvVf97woOcMlBwsEfyAPb5E63g { 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; }
#FJ82l873RlZ3fhV50s7xzfWX7VWw7R4R { z-index:100008;top:45.249755859375rem;left:8.74951171875rem;background-color:transparent;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:20.0625rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JIFd2RzI2SGgPLR5F9fUiWbz6AP3AEDS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#K1e7XKmpTh0lVNTgLMwZGwIE1F11c8LI { z-index:100010;top:45.249755859375rem;left:45rem;background-color:transparent;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:20.0625rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Lg90Acz9TqIlqKAovQX20kIqC3bzTBK3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vGW9N2kwTKAoF2TR6a5sVTugflgrIF5C { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:brown;font-size:2rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:7.75rem;left:45.0625rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#q1TwD2dv8fx2Pi3hX8ZBznw4oJBxHuTT { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:brown;font-size:2rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:7.75rem;left:45.0625rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NxfLumR8QD4vZTlNL2ZOVDpufbQFR7A2 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:brown;font-size:2rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:7.67578125rem;left:8.78076171875rem;height:5.199225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zEbQqmNRiTld2eZPCUqOiAQd3bI4wbAf { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:6.1132831573486rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm > .row .container { background-color: transparent; background-image: none; }#GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm > .row .container > .video-iframe-container { display: none; }#GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm > .row > .video-iframe-container { display: none; }#GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm > .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); }#GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm > .row .container { border-width: 0; border-radius: 0; }#GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm > .row > .video-iframe-container {  }#GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#D9oK843WsvAhoEx2r3Ta23mx84a8yJv0 { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:100012;line-height:1.5;letter-spacing:0;top:2.62451171875rem;left:0rem;height:2.625325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ACfUtASrAhSQJaUWsGgzXUQ2Lwqfk1Vp { z-index:100005;top:8.8758697509762rem;left:27.312284469604rem;background-color:transparent;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:18.81262125rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hBmBGLINJc4ym2Wm13bHADTl01WlUyIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eHlVukGExQ5ZwJ4VvlTnrs1y2JBhDiS1 { color:#000000;display:block;width:43.374625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:5.2490234375rem;left:15.811157226562rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DoEGcmTpeIWJpfTE8NNzrli0ptII7f1C { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:56.375rem;width:52.75rem;display:none; }
#FIgDwxL6Brqzw71kJ6ta9b73vIq7vh3G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff6f6;background-image:none;position:relative;display:block; }#FIgDwxL6Brqzw71kJ6ta9b73vIq7vh3G > .row .container { background-color: transparent; background-image: none; }#FIgDwxL6Brqzw71kJ6ta9b73vIq7vh3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIgDwxL6Brqzw71kJ6ta9b73vIq7vh3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIgDwxL6Brqzw71kJ6ta9b73vIq7vh3G > .row .container > .video-iframe-container { display: none; }#FIgDwxL6Brqzw71kJ6ta9b73vIq7vh3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIgDwxL6Brqzw71kJ6ta9b73vIq7vh3G > .row > .video-iframe-container { display: none; }#FIgDwxL6Brqzw71kJ6ta9b73vIq7vh3G > .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); }#FIgDwxL6Brqzw71kJ6ta9b73vIq7vh3G > .row .container { border-width: 0; border-radius: 0; }#FIgDwxL6Brqzw71kJ6ta9b73vIq7vh3G > .row > .video-iframe-container {  }#FIgDwxL6Brqzw71kJ6ta9b73vIq7vh3G > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#rugynfZa8nag4TZqIXAXeaVxTJTziaZp { color:#000000;display:block;width:36.687rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:6.0760498046875rem;left:6.25rem;height:4.55rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bWP3hi0cmAnBqs2x9IIlZIwNlVKmzT2u { color:#000000;display:block;width:36.93725rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:11.876220703125rem;left:6.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IpyZUAZhqBir8EC3z0m5oSTOACSs3ffb { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.9375rem;width:12.9375rem;top:1.880126953125rem;left:60.437255859375rem;overflow:hidden;display:block; }
#PETAadgCFm8LdN0zDh2kKbXl2ay5y9V6 { z-index:100006;top:15.626220703125rem;left:6.25rem;background-color:transparent;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:20.0625rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#e65spIHzxTdheoHM6FFD9T9iuBqwupF5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZaTTwOy9QovLD2TnDqgRRv3lydzRWPcx { color:#000000;display:block;width:7.624375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:100016;line-height:1.2;letter-spacing:0;top:25.25rem;left:61.236331939698rem;height:2.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nH0ur03Q2EBoL7iCJ6pXWDSSVNeThwlo { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.75rem;width:23.625rem;top:2rem;left:37.611331939698rem;overflow:hidden;display:block; }
#gV42hA47IX4A54CxFPCMmnzgTGu7KoI2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#gV42hA47IX4A54CxFPCMmnzgTGu7KoI2 > .row .container { background-color: transparent; background-image: none; }#gV42hA47IX4A54CxFPCMmnzgTGu7KoI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV42hA47IX4A54CxFPCMmnzgTGu7KoI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV42hA47IX4A54CxFPCMmnzgTGu7KoI2 > .row .container > .video-iframe-container { display: none; }#gV42hA47IX4A54CxFPCMmnzgTGu7KoI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gV42hA47IX4A54CxFPCMmnzgTGu7KoI2 > .row > .video-iframe-container { display: none; }#gV42hA47IX4A54CxFPCMmnzgTGu7KoI2 > .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); }#gV42hA47IX4A54CxFPCMmnzgTGu7KoI2 > .row .container { border-width: 0; border-radius: 0; }#gV42hA47IX4A54CxFPCMmnzgTGu7KoI2 > .row > .video-iframe-container {  }#gV42hA47IX4A54CxFPCMmnzgTGu7KoI2 > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#RTHgDdvt4kwXdnT7yuOt1HJUi52VCcQ5 { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:0.0625rem;top:31.3125rem;left:27.1875rem;display:block; }
#WMoEweiqkuiaShOko2Kayi274o6TOT9E { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:100012;line-height:1.5;letter-spacing:0;top:3.3151016235351rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kv7HnOw5LAAuB3ulvksu4maIDIxD28cP { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:10.875rem;top:8.576171875rem;left:32.062503814698rem;overflow:hidden;display:block; }
#s0uHOpVdEyoRc0J4SiFytXSHMTFzvxfT { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:12.6552734375rem;left:24.4375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#itiiSfwGTPaSqEaSdKz8UAtzaN1iiW83 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:6.9375rem;top:12.46142578125rem;left:43.75rem;overflow:hidden;display:block; }
#ok4n2NE19zv2WNTTlKz5gh6c2Asf3FeT { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:6.126953125rem;left:0rem;height:2.19986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SqspeNVta1F8eGqvqoD9GdwpOmqTOy59 { position:absolute;display:block;z-index:100028;height:18.6875rem;width:60rem;top:16.3994140625rem;left:7.5rem;display:block; }
#F2qfOI4WSBdZO6sartvaEwhNCaxJ6hPE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#F2qfOI4WSBdZO6sartvaEwhNCaxJ6hPE > .row .container { background-color: transparent; background-image: none; }#F2qfOI4WSBdZO6sartvaEwhNCaxJ6hPE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2qfOI4WSBdZO6sartvaEwhNCaxJ6hPE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2qfOI4WSBdZO6sartvaEwhNCaxJ6hPE > .row .container > .video-iframe-container { display: none; }#F2qfOI4WSBdZO6sartvaEwhNCaxJ6hPE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2qfOI4WSBdZO6sartvaEwhNCaxJ6hPE > .row > .video-iframe-container { display: none; }#F2qfOI4WSBdZO6sartvaEwhNCaxJ6hPE > .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); }#F2qfOI4WSBdZO6sartvaEwhNCaxJ6hPE > .row .container { border-width: 0; border-radius: 0; }#F2qfOI4WSBdZO6sartvaEwhNCaxJ6hPE > .row > .video-iframe-container {  }#F2qfOI4WSBdZO6sartvaEwhNCaxJ6hPE > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#JiwXLgzuGy5hXa0EeEhc4xTBhKC3Wbvm { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:100012;line-height:1.5;letter-spacing:0;top:1.6875rem;left:0rem;height:2.625325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VCaUoK554deVChFCUbCXA9HFPCzTXi4N { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.6;letter-spacing:0;top:4.1875rem;left:0.0625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBSqxqDHQPeCGMMOnqH8xR8rH0xWQaTo { position:relative;display:block; }#PBSqxqDHQPeCGMMOnqH8xR8rH0xWQaTo { background-color: transparent; background-image: none; }#PBSqxqDHQPeCGMMOnqH8xR8rH0xWQaTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBSqxqDHQPeCGMMOnqH8xR8rH0xWQaTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBSqxqDHQPeCGMMOnqH8xR8rH0xWQaTo > .row .container > .video-iframe-container { display: none; }#PBSqxqDHQPeCGMMOnqH8xR8rH0xWQaTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBSqxqDHQPeCGMMOnqH8xR8rH0xWQaTo > .row > .video-iframe-container { display: none; }#PBSqxqDHQPeCGMMOnqH8xR8rH0xWQaTo > .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); }#PBSqxqDHQPeCGMMOnqH8xR8rH0xWQaTo { border-width: 0; border-radius: 0; }#PBSqxqDHQPeCGMMOnqH8xR8rH0xWQaTo > .row .container > .video-iframe-container {  }#PBSqxqDHQPeCGMMOnqH8xR8rH0xWQaTo > .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:38.25rem;width:75rem;position:relative;display:block; }#yuwPpAAffkOTL6TFa2U20ZoqC1Fdivti { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.5rem;width:14.75rem;top:1.1875rem;left:2rem;overflow:hidden;display:block; }
#riDhN7yqenDyVI7WzafA5xVO36DOO4uJ { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.5rem;width:14.75rem;top:1.1875rem;left:20.75rem;overflow:hidden;display:block; }
#B2JQC84gqXHUzshTvUWHZUF4BFBCq8l6 { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.5rem;width:14.75rem;top:1.1875rem;left:39.5rem;overflow:hidden;display:block; }
#CzcW5rd9Qkgeml58dnEzbG6e4FOMfKPW { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.5rem;width:14.75rem;top:1.1875rem;left:58.25rem;overflow:hidden;display:block; }
#TOgszrmh3qSmzZCdq7eqTULgKQBpvH2g { color:#000000;display:block;width:12.25rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.4;letter-spacing:0;top:23.4375rem;left:2rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yxzBinFVJTze7vBr9rO4FChTb23Ip1IM { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.2;letter-spacing:0;top:27.285808563233rem;left:2rem;height:2.54980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mLA3LxU9u3GJ0B6qUE2BZEKI5oLJ3n47 { z-index:100005;top:31.3125rem;left:2rem;background-color:transparent;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:11.8125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z0FL4zawITwIGw4yITVCuKwnD3lwPuy3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zpTwLGCTkA7BiJgbghmPiufQ7oATg25d { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:5.375rem;top:11.1875rem;left:22.125rem;overflow:hidden;display:block; }
#FyhJMSEf8popLzJPb9Ocx0KWiKNDEGMN { color:#000000;display:block;width:8.25rem;position:absolute;font-family:canela;font-size:1.375rem;font-weight:300;z-index:100013;line-height:1.6;letter-spacing:0;top:15.5rem;left:23.3125rem;height:2.19986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OxabhpxAC7ohTDZZPQzoaH1I923TxJZN { color:#000000;display:block;width:8.25rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:700;z-index:100013;line-height:1.6;letter-spacing:0;top:23.5rem;left:20.8125rem;height:2.19986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XDi7XtubiioltT6DfLfKCMrdDzHnsOhh { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:100014;line-height:1.2;letter-spacing:0;top:26rem;left:20.8125rem;height:3.82470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T8svWzbRse8ovyCOn3L5hVquNGZ1VqhD { z-index:100005;top:31.3125rem;left:20.8125rem;background-color:transparent;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:11.8125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tgr5TkJsvmnDHsEHqNlOV5b3FpAtOb3d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yltR8NKWTBP7BZMyccHwbvrC6wn4cJSp { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:700;z-index:100014;line-height:1.6;letter-spacing:0;top:23.4375rem;left:39.5rem;height:2.19986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TQ5qVL9dHrxKGnqdQzhetMi2l9eJ4vE4 { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:100015;line-height:1.2;letter-spacing:0;top:25.8125rem;left:39.5rem;height:3.82470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tn90TI9pWTFiGwHK7wpra82pfXMq9mac { z-index:100006;top:31.3125rem;left:39.5rem;background-color:transparent;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:11.8125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vG5iQImFqPowZ1ldNIVT1OoNgEWHs5Ze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qGQ0PL79KbUgvrPrGgsQBS5IpgCCzJzu { color:#000000;display:block;width:8.25rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:700;z-index:100015;line-height:1.6;letter-spacing:0;top:23.4375rem;left:58.25rem;height:2.19986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mNrs5H4qI2pnbuRfFEb66sCZgqANUv1q { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:100016;line-height:1.2;letter-spacing:0;top:25.6875rem;left:58.25rem;height:3.82470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gy74umid1EvGM4eoZPJkfs85850gfoQi { z-index:100007;top:31.25rem;left:58.25rem;background-color:transparent;background-image:none;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.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:11.8125rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VDymkRKJr3xiCMAIchxGDRdVeHC8WtGr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lSNaioiAUpXv9htmhOX4WHJ8162ANUki { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:6.9375rem;top:20.875rem;left:2rem;overflow:hidden;display:block; }
#x9T2sk7QztVFzNo8nLv5L7hBep7FoTQD { color:#000000;display:block;width:5.875rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:100010;line-height:1.2;letter-spacing:0;top:20.874565124512rem;left:9.4997825622556rem;height:1.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xMa1oKMOo6WWMNGJq4y55ctWkdkea6kC { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:6.9375rem;top:20.8125rem;left:20.8125rem;overflow:hidden;display:block; }
#vHJGTVhH8wo8ThLVRyJiezBvdLEpiyi8 { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:100012;line-height:1.2;letter-spacing:0;top:20.875rem;left:28.3125rem;height:1.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qpftwX9zbLn2y3nk0GqIzkbiQkhi37c0 { position:absolute;display:block;z-index:100035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:6.9375rem;top:20.8125rem;left:39.5rem;overflow:hidden;display:block; }
#iLJ1QTEG4TR1vCd2swJWVxkTs7BkohHK { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:100014;line-height:1.2;letter-spacing:0;top:20.812173843384rem;left:47.249893188476rem;height:1.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XnRIIlDHJVDrqOSXk1LMSvT71ezcFILN { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:6.9375rem;top:20.875rem;left:58.25rem;overflow:hidden;display:block; }
#hxkQZ6eqFl1uNkfcyNCp6MUMV0r1AO7P { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:100016;line-height:1.2;letter-spacing:0;top:20.9375rem;left:66.0625rem;height:1.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JRL2N5epLbdZoIsxIEugydDtTWKavmT3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;z-index:auto;display:block; }#JRL2N5epLbdZoIsxIEugydDtTWKavmT3 > .row .container { background-color: transparent; background-image: none; }#JRL2N5epLbdZoIsxIEugydDtTWKavmT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRL2N5epLbdZoIsxIEugydDtTWKavmT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRL2N5epLbdZoIsxIEugydDtTWKavmT3 > .row .container > .video-iframe-container { display: none; }#JRL2N5epLbdZoIsxIEugydDtTWKavmT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JRL2N5epLbdZoIsxIEugydDtTWKavmT3 > .row > .video-iframe-container { display: none; }#JRL2N5epLbdZoIsxIEugydDtTWKavmT3 > .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); }#JRL2N5epLbdZoIsxIEugydDtTWKavmT3 > .row .container { border-width: 0; border-radius: 0; }#JRL2N5epLbdZoIsxIEugydDtTWKavmT3 > .row > .video-iframe-container {  }#JRL2N5epLbdZoIsxIEugydDtTWKavmT3 > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#H2JhIETGP44l6c5gQKLgu9kqJ602rf54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#H2JhIETGP44l6c5gQKLgu9kqJ602rf54 > .row .container { background-color: transparent; background-image: none; }#H2JhIETGP44l6c5gQKLgu9kqJ602rf54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2JhIETGP44l6c5gQKLgu9kqJ602rf54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2JhIETGP44l6c5gQKLgu9kqJ602rf54 > .row .container > .video-iframe-container { display: none; }#H2JhIETGP44l6c5gQKLgu9kqJ602rf54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H2JhIETGP44l6c5gQKLgu9kqJ602rf54 > .row > .video-iframe-container { display: none; }#H2JhIETGP44l6c5gQKLgu9kqJ602rf54 > .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); }#H2JhIETGP44l6c5gQKLgu9kqJ602rf54 > .row .container { border-width: 0; border-radius: 0; }#H2JhIETGP44l6c5gQKLgu9kqJ602rf54 > .row > .video-iframe-container {  }#H2JhIETGP44l6c5gQKLgu9kqJ602rf54 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QcWeDlqhSoQX90y784KkadGPetJIo2Io { display:block; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6PZJs7M3Cbk21wZMToUkphPCqcD9BAH { top:1.0625rem;left:0rem;width:10rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6MSVZJOUAPcXGav2xT5MxKhToUbI8RB { top:1.3125rem;left:41.25rem;width:6.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmtQrCztmk9KEvQ4u3aJuXEnEFO2f8yw { top:1.3125rem;left:40.875rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvvQZRdp0rrHOaqfMOcsgKggo5NhclTl { top:1.375rem;left:39.75rem;width:8rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry50183JVNzNfbmQa3togMwMdHH91HnD { top:1.3125rem;left:37.750328063965rem;width:6.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQhETBBA9R1CbDGW22Ja8UJ3MMytwIbs { width:26rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EV87FgRqdSzEUkPPPcx3k23kOzigTnnm { top:2.25rem;left:0rem;width:6.5rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZTgUOnaGynzfUR5qLIO1Lm6MRwp4vcv { display:none; }#gZTgUOnaGynzfUR5qLIO1Lm6MRwp4vcv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JkmGDIeqFUSe22EX7Vls7oiuDLmA0ql9 { width:39.5rem;height:48.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KwfqmyVQLuOKnCam2zDTpwnOXdJLgDLv { top:10.3125rem;left:0rem;width:17.5rem;height:7.6875rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6gM0UPnNZTPHevuS1Drlx3BRCAgD3Cw { top:15.4375rem;left:0rem;width:17.5rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpQs80mbpOIodOZQBhJWVW8DllFSkJtF { top:20.125rem;left:0rem;width:17.5rem;height:1.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPHmdOnUdtWxNpMFRXqsqnALOCFD8kP7 { display:none; }
 }@media only screen and (max-width: 763px) { #FddUzVz9MTIRrpDE7IF3kPkw6IAMet0M { display:block; }#FddUzVz9MTIRrpDE7IF3kPkw6IAMet0M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQaXp4rAPZAJAT404lX5JVfy2PvV5Pch { display:none; }
 }@media only screen and (max-width: 763px) { #KvSGwPWLbwXcCpUVSbRk9yku0XaDtp79 { top:0.8125rem;left:0rem;width:47.75rem;height:32.287106057459rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGKObKTgldRlkEtab9Sd7sLcbQnutc9u { top:3.1875rem;left:0rem;width:47.75rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioaT9X2NKQEanaPKMCOx4aGkXA2E13sf { top:2.375rem;left:0rem;width:47.75rem;height:21.086373859489rem;display:block; }
 }@media only screen and (max-width: 763px) { #PynKWVFi0WxH9PSo6COH79a0WvHKkcZu { top:15.0625rem;left:0rem;width:47.75rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFLQR6S8bxzuUiTgRus7LP9WOhQc8hVd { top:19.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPLl6ZKrK0hyBpnuQT5evZNu5bP7aHXA { top:14.75rem;left:19.875rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi { display:block; }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0pUO7Tz9gNUEwInLwruB6zJXGnNTTOH { top:42.5625rem;left:0rem;width:14.5625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni4KtSLbtCZJRVSPQ8Mglmw2fv46vttd { width:27.8125rem;height:4.5rem;top:6.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAsXFDfX2ky7v47WlrVG4LrqrWJRoh9U { width:31.0625rem;height:15rem;top:12.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBZV0CSbKk4VcgSlQQXK5UbHq5EtobQs { top:56.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVBXizO2GwKXGbd2tRi5TebdBnLmtOiZ { top:55.125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkfnkXgQF0eTDNr8IEQ4iHGI96OVxdib { top:45.5rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV6qSvyHFUfw79RNGQxumHdXVd5RVxNw { top:45.4375rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwAeCsKzkuwLEVIASnfx9TLZVyVbN4B { width:4.125rem;height:1.5625rem;top:50.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szIoZNT8G80ETfEkVoqfToE0zDbM0vWG { width:4.125rem;height:2.1875rem;top:50.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmrqHkNZchKpbGt1JlG7OsqRB6HX4cCy { width:4.125rem;height:2.1875rem;top:50.5rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAolqqaniKbsTNUCI17GFVg67gyAEKqd { width:6.375rem;height:2.1875rem;top:50.375rem;left:9.5623912811281rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acVVsyL8ORhD22XsUTsJZMcRXDzx0DeO { top:45.75rem;left:5.0000019073486rem;width:3.3125rem;height:3.9877780679383rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzsxcnWng6TuvnA2m3AI8xF0pOE5mH5A { top:45.4375rem;left:10.6875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcyZNcGZnSySSris8hUBJTVzXkSLE9GZ { top:9.25rem;left:14.6875rem;width:33rem;height:43.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1afnfkOLT3BhTPrWghfy04XP1av4zM5 { width:24.375rem;height:9.1875rem;top:30.1875rem;left:0rem;font-size:1rem;display:block; }#w1afnfkOLT3BhTPrWghfy04XP1av4zM5 li:before{  }
 }@media only screen and (max-width: 763px) { #tEuVotNFIbpgRBRXWRUJsS872Z9sTp6t { width:31.8125rem;height:2.25rem;top:3.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFH8VSzfT3rLigvh7xLofXFFeT7KrcHR { width:7.8125rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0stlFdPG82txmfeWlM2kziDJP5DrOTq { top:45.0625rem;left:4.5628261566162rem;width:4.1875rem;height:5.1727647739239rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwaDintMUieB9wKLwKc9qhGV4foStdoq { width:20rem;height:;top:66.875rem;left:0rem;font-size:1.125rem;display:none; }#HwaDintMUieB9wKLwKc9qhGV4foStdoq li:before{  }
 }@media only screen and (max-width: 763px) { #iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV { display:block; }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKn61wyEBJMBwzp8kI3oyqx5rEeRmLS5 { width:24.875rem;height:3.375rem;top:12rem;left:22.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl8EyZVA5A6dMxTm3lHz5M7lmo6DRpQT { width:30rem;height:2.25rem;top:5rem;left:17.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgUXimu1UgHK5yGhNh1dLJBthukkKCXP { width:24.875rem;height:2.0625rem;top:9.4375rem;left:22.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDvhJ00NFivAClGLW7CwrN7WurPc5sbh { width:24.875rem;height:3.375rem;top:18.6875rem;left:22.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flIZloSRd7gDQTXrB9n2ikx3ukstl1DX { width:24.875rem;height:2.0625rem;top:16.5rem;left:22.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1UzOzDPLOrWBe9tD6QIJM0UsSvUzwF0 { width:24.875rem;height:1.6875rem;top:24.3125rem;left:22.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfyiVJmIwmcVLCZOCHFyRQKT8oQnXCi6 { width:24.875rem;height:3rem;top:28.3125rem;left:22.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJH9NfoI43EvTEzhiCB5uhVCADaHgqK1 { width:1.375rem;height:2.4375rem;top:28.6875rem;left:23.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpE6TLktOyREODWCzamrqsuho2XkktfQ { width:14.1875rem;height:1.6875rem;top:29.25rem;left:25.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuJIlzTDkZhWWFQPPnDOPbuAd0mMTrnR { width:24.875rem;height:3rem;top:32.3125rem;left:22.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCcUTxlE7KbTK08T21pTK7MJm0NQTKdP { width:1.375rem;height:2.4375rem;top:32.6875rem;left:23.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ26Wh1ExoNK771LoH6cXmaWVJQvTU2K { width:14.1875rem;height:1.6875rem;top:33.375rem;left:25.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feBTiotWN0bMfwOvm2hWC6mmGKRpX6LP { width:24.875rem;height:3rem;top:36.9375rem;left:22.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzEhJ005vxPDFZxmZIm5ga9BHq57Og2W { width:1.375rem;height:2.4375rem;top:37.375rem;left:24.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axNUSoKnH9GQLTXltIanRcseVkF58GdW { width:19.875rem;height:1.6875rem;top:38.0625rem;left:26.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLsRT73kKmqGxhah60F7fZxWTpCzbJFz { top:31.625rem;left:23.875rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #os7fGeNIubpP2LOKZ01mCtymWpTBRBUX { top:24.3125rem;left:31.1875rem;width:16.5625rem;height:23.847783281326rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Tgwy2fZeTyeitpm5twMd1CUJlfwXtt { width:14.1875rem;height:1.6875rem;top:31.0625rem;left:26.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Acl8kWeLXKa48NceHEUy04iVhL2J9NOM { width:24.875rem;height:2.9375rem;top:30.125rem;left:22.875rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xful37gL2q8g7dtHf8eQonPPyTHTooKu { width:1.375rem;height:2.375rem;top:30.5rem;left:24.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fcCb2GiKl66wkPRplHoFKvAwsFqH75ZP { top:33.4375rem;left:23.875rem;width:18.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpmNOMbogNW0BDs0xqdHzhgR6skvIx9Z { width:9.0625rem;height:3.4375rem;top:75.6875rem;left:3.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsnEMRqoOhfMbrFD0Id5L9kPs4rKHXmC { width:2.6875rem;height:10.4375rem;top:74.6875rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i7BhMofwrgrNUvGm018gmOrN6bToBBU7 { width:1.375rem;height:2.375rem;top:30.5rem;left:24.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKdZAXT2C6o5oIAmBB8eMw5SBOg7mhhA { width:9.0625rem;height:5.1875rem;top:81.0625rem;left:3.0621747970581rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZGTPGNPbwxAVO8a1gapctfpVkhKr5lD { width:2.6875rem;height:15.6875rem;top:80.3125rem;left:0rem;font-size:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NCJETPTySdVkov9c2RnXKgWBhAVRzkob { width:1.375rem;height:2.375rem;top:30.5rem;left:24.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mn1ETREifh62n0xaVfEcl03bm7svgRit { top:33.4375rem;left:23.875rem;width:18.125rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnessbAfUVyhqwhdFKs8BCHrVdWeIJD6 { top:36rem;left:23.875rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3m9iCb68BzAlRVpOyxb85S60t7BpXkQ { top:5rem;left:0.46875rem;width:22.9375rem;height:45.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAu1NmkGlXL57B2mtr8I0iL1XK5PLHwq { top:24.8125rem;left:8.65625rem;width:6.5625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9ekImqvueiOkRaF9indgLRgoF2RVPoD { display:none; }
 }@media only screen and (max-width: 763px) { #PzSpHXc2ko1ymOesVqeA9ou5HVx0PQZ4 { display:block; }#PzSpHXc2ko1ymOesVqeA9ou5HVx0PQZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRvMWkVNklrl6kWbTwi05VTITnJ5TibT { width:47.75rem;height:2.25rem;top:3.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNxnytXkRZowlHv9FVJFdiMsQWiW01xb { width:47.75rem;height:1.625rem;top:6.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwgxgh2SaEzI4AKXcs1E0o7K7z2G4RdT { top:13.8125rem;left:2.0625rem;width:19.75rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQi4K1k5C7Q6A6G1bDKva48GQxUXPcxO { width:20.0625rem;height:4.8125rem;top:39.75rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPWLvsXIJbqpBD4M5CUuwJvvsULMJ02a { width:19.875rem;height:5.1875rem;top:7.625rem;left:1.9680976867676rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll3F49OFxSNhMpX7GTJHMKv6eEsxs0Ay { top:14.4375rem;left:23.875rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #greJU8xxrGTE5frnIG5NFFRkDIZlK2IM { width:19.8125rem;height:3.1875rem;top:40.125rem;left:24.624347686767rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do6hSpK0Irsi1LPUcGEKSMoOC5OIOG44 { top:13.8125rem;left:24.5625rem;width:19.6875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu7LBbAiMO5suoCtCWrkrqwtpWpth30C { width:19.9375rem;height:5.1875rem;top:7.75rem;left:24.625003814698rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uf2zEzs9G6Px3bPn0425NpVP32PqaCP1 { top:14.5625rem;left:0rem;width:8.4375rem;height:8.2513649900725rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4I3X3pvVf97woOcMlBwsEfyAPb5E63g { display:none; }
 }@media only screen and (max-width: 763px) { #FJ82l873RlZ3fhV50s7xzfWX7VWw7R4R { top:45.1875rem;left:1.93701171875rem;width:20.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIFd2RzI2SGgPLR5F9fUiWbz6AP3AEDS { display:block; }
 }@media only screen and (max-width: 763px) { #K1e7XKmpTh0lVNTgLMwZGwIE1F11c8LI { top:45.1875rem;left:24.5625rem;width:20.0625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg90Acz9TqIlqKAovQX20kIqC3bzTBK3 { display:block; }
 }@media only screen and (max-width: 763px) { #vGW9N2kwTKAoF2TR6a5sVTugflgrIF5C { width:19.9375rem;height:5.1875rem;top:7.75rem;left:24.625003814698rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1TwD2dv8fx2Pi3hX8ZBznw4oJBxHuTT { width:19.875rem;height:2.5625rem;top:8.75rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxfLumR8QD4vZTlNL2ZOVDpufbQFR7A2 { width:20rem;height:5.1875rem;top:57.125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEbQqmNRiTld2eZPCUqOiAQd3bI4wbAf { width:47.75rem;height:1.625rem;top:6.0625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm { display:block; }#GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9oK843WsvAhoEx2r3Ta23mx84a8yJv0 { width:47.75rem;height:2.5625rem;top:2.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACfUtASrAhSQJaUWsGgzXUQ2Lwqfk1Vp { top:8.875rem;left:13.687284469604rem;width:18.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBmBGLINJc4ym2Wm13bHADTl01WlUyIT { display:block; }
 }@media only screen and (max-width: 763px) { #eHlVukGExQ5ZwJ4VvlTnrs1y2JBhDiS1 { width:43.3125rem;height:1.4375rem;top:5.1875rem;left:2.1861572265625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoEGcmTpeIWJpfTE8NNzrli0ptII7f1C { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FIgDwxL6Brqzw71kJ6ta9b73vIq7vh3G { display:block; }#FIgDwxL6Brqzw71kJ6ta9b73vIq7vh3G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rugynfZa8nag4TZqIXAXeaVxTJTziaZp { width:36.625rem;height:4.5rem;top:6.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWP3hi0cmAnBqs2x9IIlZIwNlVKmzT2u { width:36.875rem;height:1.9375rem;top:11.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpyZUAZhqBir8EC3z0m5oSTOACSs3ffb { top:1.875rem;left:34.8125rem;width:12.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETAadgCFm8LdN0zDh2kKbXl2ay5y9V6 { top:15.625rem;left:0rem;width:20.0625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e65spIHzxTdheoHM6FFD9T9iuBqwupF5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZaTTwOy9QovLD2TnDqgRRv3lydzRWPcx { width:7.5625rem;height:2.375rem;top:25.25rem;left:40.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH0ur03Q2EBoL7iCJ6pXWDSSVNeThwlo { top:2rem;left:23.986331939698rem;width:23.625rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV42hA47IX4A54CxFPCMmnzgTGu7KoI2 { display:block; }#gV42hA47IX4A54CxFPCMmnzgTGu7KoI2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTHgDdvt4kwXdnT7yuOt1HJUi52VCcQ5 { width:0;height:0.9375rem;top:31.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMoEweiqkuiaShOko2Kayi274o6TOT9E { width:47.75rem;height:2.625rem;top:3.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kv7HnOw5LAAuB3ulvksu4maIDIxD28cP { top:8.5625rem;left:18.437503814698rem;width:10.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0uHOpVdEyoRc0J4SiFytXSHMTFzvxfT { width:20.0625rem;height:1.75rem;top:12.625rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itiiSfwGTPaSqEaSdKz8UAtzaN1iiW83 { top:12.4375rem;left:30.125rem;width:6.9375rem;height:2.1875788316696rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok4n2NE19zv2WNTTlKz5gh6c2Asf3FeT { width:47.75rem;height:2.1875rem;top:6.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqspeNVta1F8eGqvqoD9GdwpOmqTOy59 { top:16.375rem;left:0rem;width:47.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2qfOI4WSBdZO6sartvaEwhNCaxJ6hPE { display:block; }#F2qfOI4WSBdZO6sartvaEwhNCaxJ6hPE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiwXLgzuGy5hXa0EeEhc4xTBhKC3Wbvm { width:47.75rem;height:2.625rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCaUoK554deVChFCUbCXA9HFPCzTXi4N { width:47.75rem;height:2rem;top:4.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBSqxqDHQPeCGMMOnqH8xR8rH0xWQaTo { display:block; }#PBSqxqDHQPeCGMMOnqH8xR8rH0xWQaTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuwPpAAffkOTL6TFa2U20ZoqC1Fdivti { top:1.1875rem;left:0rem;width:14.75rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #riDhN7yqenDyVI7WzafA5xVO36DOO4uJ { top:1.1875rem;left:9.125rem;width:14.75rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2JQC84gqXHUzshTvUWHZUF4BFBCq8l6 { top:1.1875rem;left:21.0625rem;width:14.75rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzcW5rd9Qkgeml58dnEzbG6e4FOMfKPW { top:1.1875rem;left:33rem;width:14.75rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOgszrmh3qSmzZCdq7eqTULgKQBpvH2g { width:12.25rem;height:3.8125rem;top:23.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxzBinFVJTze7vBr9rO4FChTb23Ip1IM { width:13.8125rem;height:2.5rem;top:27.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLA3LxU9u3GJ0B6qUE2BZEKI5oLJ3n47 { top:31.3125rem;left:0rem;width:11.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0FL4zawITwIGw4yITVCuKwnD3lwPuy3 { display:block; }
 }@media only screen and (max-width: 763px) { #zpTwLGCTkA7BiJgbghmPiufQ7oATg25d { top:11.1875rem;left:11.9375rem;width:5.375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyhJMSEf8popLzJPb9Ocx0KWiKNDEGMN { width:8.25rem;height:2.1875rem;top:15.5rem;left:13.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxabhpxAC7ohTDZZPQzoaH1I923TxJZN { width:8.25rem;height:2.1875rem;top:23.5rem;left:11.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDi7XtubiioltT6DfLfKCMrdDzHnsOhh { width:13.75rem;height:3.8125rem;top:25.9375rem;left:10.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8svWzbRse8ovyCOn3L5hVquNGZ1VqhD { top:31.3125rem;left:11.9375rem;width:11.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgr5TkJsvmnDHsEHqNlOV5b3FpAtOb3d { display:block; }
 }@media only screen and (max-width: 763px) { #yltR8NKWTBP7BZMyccHwbvrC6wn4cJSp { width:11.9375rem;height:2.1875rem;top:23.4375rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5qVL9dHrxKGnqdQzhetMi2l9eJ4vE4 { width:13.75rem;height:3.8125rem;top:25.75rem;left:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn90TI9pWTFiGwHK7wpra82pfXMq9mac { top:31.3125rem;left:23.875rem;width:11.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG5iQImFqPowZ1ldNIVT1OoNgEWHs5Ze { display:block; }
 }@media only screen and (max-width: 763px) { #qGQ0PL79KbUgvrPrGgsQBS5IpgCCzJzu { width:8.25rem;height:2.1875rem;top:23.4375rem;left:35.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNrs5H4qI2pnbuRfFEb66sCZgqANUv1q { width:13.75rem;height:3.8125rem;top:25.625rem;left:34rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy74umid1EvGM4eoZPJkfs85850gfoQi { top:31.25rem;left:35.8125rem;width:11.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDymkRKJr3xiCMAIchxGDRdVeHC8WtGr { display:block; }
 }@media only screen and (max-width: 763px) { #lSNaioiAUpXv9htmhOX4WHJ8162ANUki { top:20.875rem;left:0rem;width:6.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9T2sk7QztVFzNo8nLv5L7hBep7FoTQD { width:5.875rem;height:1.25rem;top:20.8125rem;left:6.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMa1oKMOo6WWMNGJq4y55ctWkdkea6kC { top:20.8125rem;left:11.9375rem;width:6.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHJGTVhH8wo8ThLVRyJiezBvdLEpiyi8 { width:4.5rem;height:1.3125rem;top:20.8125rem;left:18.093425750733rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpftwX9zbLn2y3nk0GqIzkbiQkhi37c0 { top:20.8125rem;left:23.875rem;width:6.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLJ1QTEG4TR1vCd2swJWVxkTs7BkohHK { width:5.625rem;height:1.3125rem;top:20.75rem;left:30.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnRIIlDHJVDrqOSXk1LMSvT71ezcFILN { top:20.875rem;left:35.8125rem;width:6.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxkQZ6eqFl1uNkfcyNCp6MUMV0r1AO7P { width:4.5rem;height:1.3125rem;top:20.9375rem;left:42.218536376953rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRL2N5epLbdZoIsxIEugydDtTWKavmT3 { display:block; }#JRL2N5epLbdZoIsxIEugydDtTWKavmT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2JhIETGP44l6c5gQKLgu9kqJ602rf54 { display:block; }#H2JhIETGP44l6c5gQKLgu9kqJ602rf54 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #QcWeDlqhSoQX90y784KkadGPetJIo2Io { position:relative;z-index:auto;background-color:rgba(255,255,255,0.94);background-image:none;display:block; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { background-color: transparent; background-image: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container > .video-iframe-container { display: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row > .video-iframe-container { display: none; }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .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); }#QcWeDlqhSoQX90y784KkadGPetJIo2Io > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6PZJs7M3Cbk21wZMToUkphPCqcD9BAH { width:10rem;height:1.5625rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6MSVZJOUAPcXGav2xT5MxKhToUbI8RB { width:4rem;height:1.13736875rem;top:2.6243491172791rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmtQrCztmk9KEvQ4u3aJuXEnEFO2f8yw { width:6.5rem;height:1.13720625rem;top:2.625rem;left:9.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uvvQZRdp0rrHOaqfMOcsgKggo5NhclTl { width:6.5rem;height:0;top:7.61328125rem;left:7.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ry50183JVNzNfbmQa3togMwMdHH91HnD { width:5.4375rem;height:1.13769375rem;top:2.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XQhETBBA9R1CbDGW22Ja8UJ3MMytwIbs { top:0.5rem;left:7.1875rem;width:5.625rem;height:0.875rem;z-index:100032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EV87FgRqdSzEUkPPPcx3k23kOzigTnnm { width:3.5625rem;height:1.13769375rem;top:2.625rem;left:16.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #gZTgUOnaGynzfUR5qLIO1Lm6MRwp4vcv { display:block; }#gZTgUOnaGynzfUR5qLIO1Lm6MRwp4vcv > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkmGDIeqFUSe22EX7Vls7oiuDLmA0ql9 { top:1.75rem;left:0rem;width:20rem;height:24.436875rem;z-index:100009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KwfqmyVQLuOKnCam2zDTpwnOXdJLgDLv { top:7.375rem;left:1.21875rem;width:17.562rem;height:7.6875rem;z-index:100016;font-size:2.5625rem;text-align:center;text-align-last:center;font-family:brown;color:#000000;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #T6gM0UPnNZTPHevuS1Drlx3BRCAgD3Cw { top:15.7490234375rem;left:1.21923828125rem;width:17.5615rem;height:3.8994125rem;z-index:100021;font-size:1.5rem;text-align:center;text-align-last:center;font-family:brown;color:#000000;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NpQs80mbpOIodOZQBhJWVW8DllFSkJtF { top:17.874349594116rem;left:1.21875rem;width:17.561875rem;height:1.4624rem;z-index:100012;font-size:1.125rem;text-align:center;text-align-last:center;font-family:brown;color:#000000;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FPHmdOnUdtWxNpMFRXqsqnALOCFD8kP7 { top:10.03125rem;left:6.0625rem;width:7.875rem;height:7.875rem;z-index:100013;opacity:.5;display:block; }
 }@media only screen and (max-width: 763px) { #FddUzVz9MTIRrpDE7IF3kPkw6IAMet0M { display:none; }#FddUzVz9MTIRrpDE7IF3kPkw6IAMet0M > .row .container { width:20rem;height:69.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hQaXp4rAPZAJAT404lX5JVfy2PvV5Pch { height:11.1875rem;width:20rem;top:3.1245560646057rem;left:0rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #KvSGwPWLbwXcCpUVSbRk9yku0XaDtp79 { width:20rem;height:13.523395207313rem;top:56.954345703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bGKObKTgldRlkEtab9Sd7sLcbQnutc9u { width:20rem;height:21.6875rem;top:15.56163671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioaT9X2NKQEanaPKMCOx4aGkXA2E13sf { width:20rem;height:8.831989051095rem;top:38.49913671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PynKWVFi0WxH9PSo6COH79a0WvHKkcZu { width:20rem;height:5.19921875rem;top:48.58107421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFLQR6S8bxzuUiTgRus7LP9WOhQc8hVd { width:20rem;height:5.19921875rem;top:53.39357421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPLl6ZKrK0hyBpnuQT5evZNu5bP7aHXA { width:8rem;height:8rem;top:59.84279296875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi { display:block; }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row .container { width:20rem;height:127rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0pUO7Tz9gNUEwInLwruB6zJXGnNTTOH { width:19.749625rem;height:1.62464375rem;top:87.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni4KtSLbtCZJRVSPQ8Mglmw2fv46vttd { width:20rem;height:5.60595625rem;top:6.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAsXFDfX2ky7v47WlrVG4LrqrWJRoh9U { width:20rem;height:24.375rem;top:12.687501907349rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBZV0CSbKk4VcgSlQQXK5UbHq5EtobQs { width:20rem;height:9.09863125rem;top:115.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hVBXizO2GwKXGbd2tRi5TebdBnLmtOiZ { width:20rem;height:5rem;top:55.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkfnkXgQF0eTDNr8IEQ4iHGI96OVxdib { width:6.25rem;height:6.25rem;top:91.5625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV6qSvyHFUfw79RNGQxumHdXVd5RVxNw { width:6.25rem;height:6.25rem;top:91.5rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpwAeCsKzkuwLEVIASnfx9TLZVyVbN4B { width:4.125rem;height:1.79980625rem;top:98.8125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szIoZNT8G80ETfEkVoqfToE0zDbM0vWG { width:6.875rem;height:1.23751875rem;top:99.125rem;left:11.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmrqHkNZchKpbGt1JlG7OsqRB6HX4cCy { width:6.5625rem;height:2.4746125rem;top:110.1875rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAolqqaniKbsTNUCI17GFVg67gyAEKqd { width:6.375rem;height:2.4746125rem;top:110.125rem;left:11.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acVVsyL8ORhD22XsUTsJZMcRXDzx0DeO { width:5.1875rem;height:6.25rem;top:102.5625rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AzsxcnWng6TuvnA2m3AI8xF0pOE5mH5A { width:6.25rem;height:6.25rem;top:102.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcyZNcGZnSySSris8hUBJTVzXkSLE9GZ { width:20rem;height:26.749375rem;top:38.999351501465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1afnfkOLT3BhTPrWghfy04XP1av4zM5 { width:14.9375rem;height:18.8433125rem;top:65.31250190735rem;left:2.5000002384186rem;text-align:left;text-align-last:left;font-size:1rem;display:none; }#w1afnfkOLT3BhTPrWghfy04XP1av4zM5 li:before{  }
 }@media only screen and (max-width: 763px) { #tEuVotNFIbpgRBRXWRUJsS872Z9sTp6t { width:20rem;height:4.875rem;top:0.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFH8VSzfT3rLigvh7xLofXFFeT7KrcHR { top:101.625rem;left:2.5rem;width:6.4995625rem;height:7.874875rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A0stlFdPG82txmfeWlM2kziDJP5DrOTq { width:4.1875rem;height:5.1730238115549rem;top:108.90979499436rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwaDintMUieB9wKLwKc9qhGV4foStdoq { width:20rem;height:;top:66.875004768369rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:100010;font-weight:400;font-style:normal;display:block; }#HwaDintMUieB9wKLwKc9qhGV4foStdoq li:before{  }
 }@media only screen and (max-width: 763px) { #iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV { display:block; }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row .container { width:20rem;height:98.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wKn61wyEBJMBwzp8kI3oyqx5rEeRmLS5 { width:20rem;height:4.72411875rem;top:52.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Dl8EyZVA5A6dMxTm3lHz5M7lmo6DRpQT { width:20rem;height:2.1933625rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgUXimu1UgHK5yGhNh1dLJBthukkKCXP { width:20rem;height:1.92480625rem;top:49.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qDvhJ00NFivAClGLW7CwrN7WurPc5sbh { width:20rem;height:4.72411875rem;top:61.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #flIZloSRd7gDQTXrB9n2ikx3ukstl1DX { width:20rem;height:1.92480625rem;top:58.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #R1UzOzDPLOrWBe9tD6QIJM0UsSvUzwF0 { width:20rem;height:1.57486875rem;top:67.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QfyiVJmIwmcVLCZOCHFyRQKT8oQnXCi6 { width:20rem;height:2.79948125rem;top:66.500221252444rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #eJH9NfoI43EvTEzhiCB5uhVCADaHgqK1 { width:1.3742375rem;height:2.27485rem;top:66.937721252444rem;left:2.5007598400116rem;text-align:left;text-align-last:left;font-size:1.625rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #qpE6TLktOyREODWCzamrqsuho2XkktfQ { width:14.1873125rem;height:1.57498125rem;top:67.050243377687rem;left:4.5621747970581rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #UuJIlzTDkZhWWFQPPnDOPbuAd0mMTrnR { width:20rem;height:2.79948125rem;top:99.495579003906rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #ZCcUTxlE7KbTK08T21pTK7MJm0NQTKdP { width:1.37478125rem;height:2.27485rem;top:103.54506025391rem;left:9.3125rem;text-align:left;text-align-last:left;font-size:1.625rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #fQ26Wh1ExoNK771LoH6cXmaWVJQvTU2K { width:14.1873125rem;height:1.57498125rem;top:107.06991025391rem;left:2.875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #feBTiotWN0bMfwOvm2hWC6mmGKRpX6LP { width:20rem;height:2.79948125rem;top:111.20739150391rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #uzEhJ005vxPDFZxmZIm5ga9BHq57Og2W { width:1.37478125rem;height:2.27485rem;top:115.25687275391rem;left:9.3125rem;text-align:left;text-align-last:left;font-size:1.625rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #axNUSoKnH9GQLTXltIanRcseVkF58GdW { width:19.8746875rem;height:1.57498125rem;top:118.78172275391rem;left:0.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #lLsRT73kKmqGxhah60F7fZxWTpCzbJFz { width:18.125rem;height:0.0625rem;top:98.183079003906rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #os7fGeNIubpP2LOKZ01mCtymWpTBRBUX { width:16.5625rem;height:23.847rem;top:66.589848756788rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Tgwy2fZeTyeitpm5twMd1CUJlfwXtt { width:9.124875rem;height:3.5rem;top:73.375rem;left:9.1875rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.4;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #Acl8kWeLXKa48NceHEUy04iVhL2J9NOM { width:2.74956875rem;height:5.25rem;top:72.375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:3.75rem;line-height:1.4;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #xful37gL2q8g7dtHf8eQonPPyTHTooKu { width:1.3737rem;height:2.79980625rem;top:74.25rem;left:6.125rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.4;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #fcCb2GiKl66wkPRplHoFKvAwsFqH75ZP { width:17.8125rem;height:0.0623915rem;top:77.5625rem;left:1.125rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #QpmNOMbogNW0BDs0xqdHzhgR6skvIx9Z { width:9.124875rem;height:3.5rem;top:78.8125rem;left:9.75rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.4;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #hsnEMRqoOhfMbrFD0Id5L9kPs4rKHXmC { width:2.74956875rem;height:5.25rem;top:78rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:3.75rem;line-height:1.4;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #i7BhMofwrgrNUvGm018gmOrN6bToBBU7 { width:1.3737rem;height:2.79980625rem;top:79.6875rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.4;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #WKdZAXT2C6o5oIAmBB8eMw5SBOg7mhhA { width:9.124875rem;height:5.25rem;top:85.125rem;left:9.75rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.4;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #nZGTPGNPbwxAVO8a1gapctfpVkhKr5lD { width:2.74956875rem;height:5.25rem;top:84.25rem;left:0.5rem;text-align:left;text-align-last:left;font-size:3.75rem;line-height:1.4;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #NCJETPTySdVkov9c2RnXKgWBhAVRzkob { width:1.3737rem;height:2.79980625rem;top:85.9375rem;left:7.125rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.4;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #mn1ETREifh62n0xaVfEcl03bm7svgRit { width:17.8125rem;height:0.0623915rem;top:83.875rem;left:1.125rem;z-index:100021;display:block; }
 }@media only screen and (max-width: 763px) { #LnessbAfUVyhqwhdFKs8BCHrVdWeIJD6 { width:18.125rem;height:0.0625rem;top:36rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3m9iCb68BzAlRVpOyxb85S60t7BpXkQ { width:20rem;height:39.6875rem;top:6.16455078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAu1NmkGlXL57B2mtr8I0iL1XK5PLHwq { width:6.5625rem;height:5.75rem;top:91.68653125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9ekImqvueiOkRaF9indgLRgoF2RVPoD { top:22.35205078125rem;left:6.34375rem;width:7.3125rem;height:7.3125rem;z-index:100022;opacity:.5;display:block; }
 }@media only screen and (max-width: 763px) { #PzSpHXc2ko1ymOesVqeA9ou5HVx0PQZ4 { display:block; }#PzSpHXc2ko1ymOesVqeA9ou5HVx0PQZ4 > .row .container { width:20rem;height:97.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRvMWkVNklrl6kWbTwi05VTITnJ5TibT { width:20rem;height:6.3369375rem;top:2.0625009536743rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNxnytXkRZowlHv9FVJFdiMsQWiW01xb { width:20rem;height:1.29948125rem;top:8.76411819458rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iwgxgh2SaEzI4AKXcs1E0o7K7z2G4RdT { width:19.9375rem;height:24.75rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQi4K1k5C7Q6A6G1bDKva48GQxUXPcxO { width:20rem;height:4.798825rem;top:44.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPWLvsXIJbqpBD4M5CUuwJvvsULMJ02a { width:20rem;height:5.199225rem;top:50.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ll3F49OFxSNhMpX7GTJHMKv6eEsxs0Ay { width:7.249375rem;height:7.249375rem;top:59.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #greJU8xxrGTE5frnIG5NFFRkDIZlK2IM { width:20rem;height:3.19921875rem;top:87.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do6hSpK0Irsi1LPUcGEKSMoOC5OIOG44 { width:19.9375rem;height:24.75rem;top:60.9375rem;left:0.125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #Wu7LBbAiMO5suoCtCWrkrqwtpWpth30C { width:19.936875rem;height:5.199225rem;top:8.763671875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uf2zEzs9G6Px3bPn0425NpVP32PqaCP1 { width:7.249rem;height:7.0615rem;top:16.537109375rem;left:12.7509765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4I3X3pvVf97woOcMlBwsEfyAPb5E63g { top:54.5625rem;left:3.75rem;width:12.5rem;height:0.125rem;z-index:100016;background-color:#d7d7d7;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) { #FJ82l873RlZ3fhV50s7xzfWX7VWw7R4R { top:48.9375rem;left:1.3125rem;width:17.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIFd2RzI2SGgPLR5F9fUiWbz6AP3AEDS { display:block; }
 }@media only screen and (max-width: 763px) { #K1e7XKmpTh0lVNTgLMwZGwIE1F11c8LI { top:91.6875rem;left:1.25rem;width:17.375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg90Acz9TqIlqKAovQX20kIqC3bzTBK3 { display:block; }
 }@media only screen and (max-width: 763px) { #vGW9N2kwTKAoF2TR6a5sVTugflgrIF5C { width:19.936875rem;height:5.199225rem;top:17.513671875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:100010;display:none; }
 }@media only screen and (max-width: 763px) { #q1TwD2dv8fx2Pi3hX8ZBznw4oJBxHuTT { width:20rem;height:2.5996125rem;top:13.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #NxfLumR8QD4vZTlNL2ZOVDpufbQFR7A2 { width:20rem;height:5.199225rem;top:54.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #zEbQqmNRiTld2eZPCUqOiAQd3bI4wbAf { width:15.375rem;height:2.92480625rem;top:9.4609377384187rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm { display:block; }#GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9oK843WsvAhoEx2r3Ta23mx84a8yJv0 { width:20rem;height:2.53125rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACfUtASrAhSQJaUWsGgzXUQ2Lwqfk1Vp { top:11.561849594116rem;left:1.21875rem;width:17.5625rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBmBGLINJc4ym2Wm13bHADTl01WlUyIT { display:block; }
 }@media only screen and (max-width: 763px) { #eHlVukGExQ5ZwJ4VvlTnrs1y2JBhDiS1 { width:20rem;height:3.5rem;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DoEGcmTpeIWJpfTE8NNzrli0ptII7f1C { top:1.25rem;left:2.5rem;width:15rem;height:16rem;z-index:100004;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #FIgDwxL6Brqzw71kJ6ta9b73vIq7vh3G { display:block; }#FIgDwxL6Brqzw71kJ6ta9b73vIq7vh3G > .row .container { width:20rem;height:51.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rugynfZa8nag4TZqIXAXeaVxTJTziaZp { width:13.187125rem;height:8.125rem;top:2.0627670288086rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWP3hi0cmAnBqs2x9IIlZIwNlVKmzT2u { width:19.8748125rem;height:2.92480625rem;top:10.812286376953rem;left:0.12517750263214rem;text-align:left;text-align-last:left;font-size:1.125rem;z-index:100003;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IpyZUAZhqBir8EC3z0m5oSTOACSs3ffb { width:6.4365rem;height:6.4365rem;top:1.499267578125rem;left:13.563720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETAadgCFm8LdN0zDh2kKbXl2ay5y9V6 { top:15.436850070953rem;left:1.40625rem;width:17.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e65spIHzxTdheoHM6FFD9T9iuBqwupF5 { display:block; }
 }@media only screen and (max-width: 763px) { #ZaTTwOy9QovLD2TnDqgRRv3lydzRWPcx { width:7.561875rem;height:2.3997375rem;top:25.332682132721rem;left:0.125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:100003;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nH0ur03Q2EBoL7iCJ6pXWDSSVNeThwlo { width:20rem;height:22.645502645502rem;top:28.95751953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV42hA47IX4A54CxFPCMmnzgTGu7KoI2 { display:block; }#gV42hA47IX4A54CxFPCMmnzgTGu7KoI2 > .row .container { width:20rem;height:38.859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTHgDdvt4kwXdnT7yuOt1HJUi52VCcQ5 { width:0.0625rem;height:0.9375rem;top:37.921875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMoEweiqkuiaShOko2Kayi274o6TOT9E { width:20rem;height:4.04980625rem;top:1.1874170303345rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kv7HnOw5LAAuB3ulvksu4maIDIxD28cP { width:10.875rem;height:2.5625rem;top:8.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0uHOpVdEyoRc0J4SiFytXSHMTFzvxfT { width:20rem;height:1.79980625rem;top:12.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itiiSfwGTPaSqEaSdKz8UAtzaN1iiW83 { width:6.0625rem;height:2rem;top:13.9375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok4n2NE19zv2WNTTlKz5gh6c2Asf3FeT { width:20rem;height:2.19993125rem;top:6.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqspeNVta1F8eGqvqoD9GdwpOmqTOy59 { width:20rem;height:16.5625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2qfOI4WSBdZO6sartvaEwhNCaxJ6hPE { display:block; }#F2qfOI4WSBdZO6sartvaEwhNCaxJ6hPE > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiwXLgzuGy5hXa0EeEhc4xTBhKC3Wbvm { width:20rem;height:3.7122375rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VCaUoK554deVChFCUbCXA9HFPCzTXi4N { width:20rem;height:3.5996125rem;top:6.2109375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PBSqxqDHQPeCGMMOnqH8xR8rH0xWQaTo { display:block; }#PBSqxqDHQPeCGMMOnqH8xR8rH0xWQaTo > .row .container { width:20rem;height:152.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuwPpAAffkOTL6TFa2U20ZoqC1Fdivti { width:14.75rem;height:18.5rem;top:1.25rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #riDhN7yqenDyVI7WzafA5xVO36DOO4uJ { width:14.75rem;height:18.5rem;top:36rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2JQC84gqXHUzshTvUWHZUF4BFBCq8l6 { width:14.75rem;height:18.5rem;top:74.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzcW5rd9Qkgeml58dnEzbG6e4FOMfKPW { width:14.749875rem;height:18.499875rem;top:112.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOgszrmh3qSmzZCdq7eqTULgKQBpvH2g { width:14.875rem;height:1.92480625rem;top:25.5rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxzBinFVJTze7vBr9rO4FChTb23Ip1IM { width:15.875rem;height:1.2749rem;top:27.9375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLA3LxU9u3GJ0B6qUE2BZEKI5oLJ3n47 { top:30.500218287111rem;left:2.5000002384186rem;width:14.87543375rem;height:3.62543375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0FL4zawITwIGw4yITVCuKwnD3lwPuy3 { display:block; }
 }@media only screen and (max-width: 763px) { #zpTwLGCTkA7BiJgbghmPiufQ7oATg25d { width:5.375rem;height:0.75rem;top:54.999025rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FyhJMSEf8popLzJPb9Ocx0KWiKNDEGMN { width:8.25rem;height:2.19970625rem;top:54.9990234375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxabhpxAC7ohTDZZPQzoaH1I923TxJZN { width:14.749875rem;height:2.19993125rem;top:59.25rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDi7XtubiioltT6DfLfKCMrdDzHnsOhh { width:15.1248125rem;height:3.82470625rem;top:62rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8svWzbRse8ovyCOn3L5hVquNGZ1VqhD { top:66.9375rem;left:2.625rem;width:14.87543375rem;height:3.62543375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgr5TkJsvmnDHsEHqNlOV5b3FpAtOb3d { display:block; }
 }@media only screen and (max-width: 763px) { #yltR8NKWTBP7BZMyccHwbvrC6wn4cJSp { width:14.8746875rem;height:2.19993125rem;top:98.1875rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5qVL9dHrxKGnqdQzhetMi2l9eJ4vE4 { width:15rem;height:3.82470625rem;top:100.875rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn90TI9pWTFiGwHK7wpra82pfXMq9mac { top:105.6875rem;left:2.625rem;width:14.87543375rem;height:3.62543375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG5iQImFqPowZ1ldNIVT1OoNgEWHs5Ze { display:block; }
 }@media only screen and (max-width: 763px) { #qGQ0PL79KbUgvrPrGgsQBS5IpgCCzJzu { width:14.75rem;height:2.19993125rem;top:136.375rem;left:2.75rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNrs5H4qI2pnbuRfFEb66sCZgqANUv1q { width:16.1875rem;height:3.82470625rem;top:138.75rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy74umid1EvGM4eoZPJkfs85850gfoQi { top:144.0625rem;left:2.625rem;width:15rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDymkRKJr3xiCMAIchxGDRdVeHC8WtGr { display:block; }
 }@media only screen and (max-width: 763px) { #lSNaioiAUpXv9htmhOX4WHJ8162ANUki { width:6.937375rem;height:1.25rem;top:21.750217437744rem;left:2.5000002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9T2sk7QztVFzNo8nLv5L7hBep7FoTQD { width:10.9375rem;height:1.2749rem;top:23.499877929688rem;left:2.5621747970581rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMa1oKMOo6WWMNGJq4y55ctWkdkea6kC { width:6.937375rem;height:1.25rem;top:55.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHJGTVhH8wo8ThLVRyJiezBvdLEpiyi8 { width:14.6875rem;height:1.2749rem;top:57.5rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpftwX9zbLn2y3nk0GqIzkbiQkhi37c0 { width:6.937375rem;height:1.25rem;top:94.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLJ1QTEG4TR1vCd2swJWVxkTs7BkohHK { width:4.562175rem;height:1.2749rem;top:96.6875rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnRIIlDHJVDrqOSXk1LMSvT71ezcFILN { width:6.937375rem;height:1.25rem;top:133.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxkQZ6eqFl1uNkfcyNCp6MUMV0r1AO7P { width:4.562175rem;height:1.2749rem;top:135rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRL2N5epLbdZoIsxIEugydDtTWKavmT3 { position:relative;z-index:auto;display:block; }#JRL2N5epLbdZoIsxIEugydDtTWKavmT3 > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2JhIETGP44l6c5gQKLgu9kqJ602rf54 { position:relative;z-index:auto;display:block; }#H2JhIETGP44l6c5gQKLgu9kqJ602rf54 > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }