.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:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:9.5625rem;top:1.125rem;left:32.718751907349rem;overflow:hidden;display:block; }
#XQhETBBA9R1CbDGW22Ja8UJ3MMytwIbs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:24.875rem;display:none; }
#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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:35rem;width:75rem;position:relative;display:block; }#Ni4KtSLbtCZJRVSPQ8Mglmw2fv46vttd { color:#000000;display:block;width:43.0625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.9375rem;left:3.75rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qAsXFDfX2ky7v47WlrVG4LrqrWJRoh9U { color:#000000;display:block;width:42.375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:15.8125rem;left:3.75rem;height:10.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tEuVotNFIbpgRBRXWRUJsS872Z9sTp6t { color:#000000;display:block;width:31.8125rem;position:absolute;font-family:brown;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:3.75rem;height:2.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GtTQPSsSp3ke0JhWostuBbqJQu64o4zv { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.874rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28.5625rem;left:3.75rem;display:block; }
#W02oxbPqoGOAqaNWVE9H6Gm8LegTexcf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SwcSBQwOwJrcDJPtnyp0ZmWNsTNrGCUS { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.75rem;width:27.375rem;top:1.625rem;left:46.8125rem;overflow:hidden;display:block; }
#PEMQeQI7RMdwbK9fDfOHGIq86aEaoH66 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5624375rem;width:18.125rem;top:34.937854766846rem;left:56.874555587769rem;overflow:hidden;display:block; }
#vtGlW5LvIWPIf8QxIgqoafNlI0ioSAn6 { position:relative;display:block; }#vtGlW5LvIWPIf8QxIgqoafNlI0ioSAn6 { background-color: transparent; background-image: none; }#vtGlW5LvIWPIf8QxIgqoafNlI0ioSAn6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtGlW5LvIWPIf8QxIgqoafNlI0ioSAn6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtGlW5LvIWPIf8QxIgqoafNlI0ioSAn6 > .row .container > .video-iframe-container { display: none; }#vtGlW5LvIWPIf8QxIgqoafNlI0ioSAn6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtGlW5LvIWPIf8QxIgqoafNlI0ioSAn6 > .row > .video-iframe-container { display: none; }#vtGlW5LvIWPIf8QxIgqoafNlI0ioSAn6 > .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); }#vtGlW5LvIWPIf8QxIgqoafNlI0ioSAn6 { border-width: 0; border-radius: 0; }#vtGlW5LvIWPIf8QxIgqoafNlI0ioSAn6 > .row .container > .video-iframe-container {  }#vtGlW5LvIWPIf8QxIgqoafNlI0ioSAn6 > .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:28.75rem;width:75rem;position:relative;display:block; }#RJpWlsDzfLpikxGPm8VGNlnJFwidZWS6 { color:#000000;display:block;width:24.375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:10.9375rem;left:3.75rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#RJpWlsDzfLpikxGPm8VGNlnJFwidZWS6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RJpWlsDzfLpikxGPm8VGNlnJFwidZWS6 li:before{  }
#QUlHt1UI8RMfi9ByprA6aSu52B8MVJb5 { color:#000000;display:block;width:30.75rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:1.1875rem;left:3.75rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qNQg3qV9NOcNPTQxTq87Dl5Xg7n54XaG { color:#000000;display:block;width:30.2499375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.75rem;left:3.75rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QMxZdpDxXkSzuad6m3KHooHUt8lC3tTP { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:10.9375rem;left:31.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#QMxZdpDxXkSzuad6m3KHooHUt8lC3tTP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QMxZdpDxXkSzuad6m3KHooHUt8lC3tTP li:before{  }
#HH7W3TkPXgt7IWDrRvZX2P2alFksEHzQ { color:#000000;display:block;width:30.2499375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.6875rem;left:31.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wQUSxobVy4nUTmmSBzJGzhOVKBnTyWMO { z-index:15006;top:23.687853813171rem;left:3.75rem;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.125rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:17.31297rem;height:2.8132075rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rzJIGTOdNGf3E55aUyIVUliFs7FEscWQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ff1g8edTOVvHz9Td88UoITql9A3lVR2y { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.68725rem;width:11.7498125rem;top:21.187853813171rem;left:53.749998092651rem;overflow:hidden;display:block; }
#OPXWP2ZKHkK9KheGo1btrp9UzQOXlJ2u { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.5624375rem;width:18.125rem;top:34.937854766846rem;left:56.874555587769rem;overflow:hidden;display:none; }
#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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:36.4375rem;width:75rem;position:relative;display:block; }#Dl8EyZVA5A6dMxTm3lHz5M7lmo6DRpQT { color:#000000;display:block;width:30rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5rem;left:41.25rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ouEMTyqNMx9XP48nqXUIxd1x2qQXEOFq { color:#000000;display:block;width:30.2499375rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.3125rem;left:41.25rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dn3cEdDeinzpG1oN8ycoNTKzVcxicDbn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.6875rem;width:19.8748125rem;top:2.7499098777771rem;left:7.5rem;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:none; }#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:32.625rem;width:75rem;position:relative;display:none; }#RTHgDdvt4kwXdnT7yuOt1HJUi52VCcQ5 { position:absolute;display:block;z-index:15008;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; }
#SqspeNVta1F8eGqvqoD9GdwpOmqTOy59 { position:absolute;display:block;z-index:15028;height:18.6875rem;width:60rem;top:5.7501764297486rem;left:7.5rem;display:block; }
#lXghWElsD5nJ4O2yuz9kcAt6TILaaq8O { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:-0.12499952316284rem;height:1.78755625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTFeiAipGHLS9S1kOpvcUkvZ5kE88rFA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;background-image:none;position:relative;display:block; }#GTFeiAipGHLS9S1kOpvcUkvZ5kE88rFA > .row .container { background-color: transparent; background-image: none; }#GTFeiAipGHLS9S1kOpvcUkvZ5kE88rFA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTFeiAipGHLS9S1kOpvcUkvZ5kE88rFA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTFeiAipGHLS9S1kOpvcUkvZ5kE88rFA > .row .container > .video-iframe-container { display: none; }#GTFeiAipGHLS9S1kOpvcUkvZ5kE88rFA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTFeiAipGHLS9S1kOpvcUkvZ5kE88rFA > .row > .video-iframe-container { display: none; }#GTFeiAipGHLS9S1kOpvcUkvZ5kE88rFA > .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); }#GTFeiAipGHLS9S1kOpvcUkvZ5kE88rFA > .row .container { border-width: 0; border-radius: 0; }#GTFeiAipGHLS9S1kOpvcUkvZ5kE88rFA > .row > .video-iframe-container {  }#GTFeiAipGHLS9S1kOpvcUkvZ5kE88rFA > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#NKo3oNlPdxFnfetSD5b1NCmSTfkO6Vcn { color:#000000;display:block;width:31.0625rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5883331298828rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ypi0hyJFUwdHbAHFTOqKQov6D0bomRSs { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.125rem;left:3.75rem;height:9.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RnsXqyvFkTqb1loXr7hJprqW5mJpPwff { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:1.37473125rem;top:6.8133831024169rem;left:18.62526512146rem;overflow:hidden;display:block; }
#X2nlWTrxlguKux4en9706IMOLTLKcsfN { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:8.125rem;left:25rem;height:7.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SfUqGeJRup8439paV3e9vIkXHX1UsQhy { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:1.375rem;top:6.9383831024169rem;left:39.87526512146rem;overflow:hidden;display:block; }
#Iv2lTKOw8Qec8rf350dBqrUrDu4GKbsm { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:8.125rem;left:46.25rem;height:9.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i74FKV3dTyPBd9GLra58W6EX6cdGI5gz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:1.375rem;top:6.8758831024169rem;left:61.18776512146rem;overflow:hidden;display:block; }
#n5iLAKM77ATi5xaJkyBT6F87aAXrqR08 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#n5iLAKM77ATi5xaJkyBT6F87aAXrqR08 > .row .container { background-color: transparent; background-image: none; }#n5iLAKM77ATi5xaJkyBT6F87aAXrqR08::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5iLAKM77ATi5xaJkyBT6F87aAXrqR08 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5iLAKM77ATi5xaJkyBT6F87aAXrqR08 > .row .container > .video-iframe-container { display: none; }#n5iLAKM77ATi5xaJkyBT6F87aAXrqR08 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5iLAKM77ATi5xaJkyBT6F87aAXrqR08 > .row > .video-iframe-container { display: none; }#n5iLAKM77ATi5xaJkyBT6F87aAXrqR08 > .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); }#n5iLAKM77ATi5xaJkyBT6F87aAXrqR08 > .row .container { border-width: 0; border-radius: 0; }#n5iLAKM77ATi5xaJkyBT6F87aAXrqR08 > .row > .video-iframe-container {  }#n5iLAKM77ATi5xaJkyBT6F87aAXrqR08 > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#MlT5KEhS7nf0lwOipTKbzRK7Bv9DruU3 { color:#000000;display:block;width:30rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:3.75rem;height:1.78755625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ox32aZUE43hvwNXmMdfXAUuiSXMwGN2Z { color:#000000;display:block;width:30.25rem;position:absolute;font-family:brown;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:5.5rem;left:3.75rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#deNBceLWC1gyTsT2KKn78FtqHM2SPF4a { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.749625rem;width:22.3748125rem;top:2.8129530549049rem;left:43.749998092651rem;overflow:hidden;display:block; }
#GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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:34.375rem;width:75rem;position:relative;display:block; }#DoEGcmTpeIWJpfTE8NNzrli0ptII7f1C { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:56.375rem;width:52.75rem;display:none; }
#wZGlHodFOTA8l7v0127m9J4qXQWEAMNH { z-index:15006;top:28.876064300537rem;left:3.75rem;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:15.0002825rem;height:3.06267625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Mnx47e7FfTHq00U4707VrDoFOlHt0Jgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Di06JMB5E2du0XSDkybBPGtgeTf6n7wx { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.7498125rem;width:37.9998125rem;top:22.626064300537rem;left:36.999731063843rem;overflow:hidden;display:block; }
#U6PKkmaA229648wTp6GmwlM9etrhh0gU { color:#000000;display:block;width:30rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3625011444092rem;left:3.75rem;height:1.78755625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ETT9dUhIpnCTAM9t588x6ETeaTaRvaEZ { color:#000000;display:block;width:68.6875rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.3759765625rem;left:3.75rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DgwH19M8LdPoTBsyOX8fXo9oxAzV6W04 { color:#000000;display:block;width:68.6875rem;position:absolute;font-family:brown;font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:15.126064300537rem;left:3.75rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;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:6.25rem;width:75rem;position:relative;display:block; }#JiwXLgzuGy5hXa0EeEhc4xTBhKC3Wbvm { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:1.9998207092285rem;left:2.5rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VCaUoK554deVChFCUbCXA9HFPCzTXi4N { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:4.3124980926514rem;left:2.5621452331543rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;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:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.8749375rem;width:15.12475rem;top:0.75106573104856rem;left:1.25rem;overflow:hidden;display:block; }
#B2JQC84gqXHUzshTvUWHZUF4BFBCq8l6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.74975rem;width:18.0624375rem;top:0.93883228302rem;left:37.499998092651rem;overflow:hidden;display:block; }
#CzcW5rd9Qkgeml58dnEzbG6e4FOMfKPW { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.6248125rem;width:15.1873125rem;top:2.0010652542114rem;left:57.499998092651rem;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:15008;line-height:1.4;letter-spacing:0;top:23.4375rem;left:2.4375004768372rem;height:1.9251625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yxzBinFVJTze7vBr9rO4FChTb23Ip1IM { color:#000000;display:block;width:13.812125rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:25.914415359497rem;left:2.5rem;height:1.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mLA3LxU9u3GJ0B6qUE2BZEKI5oLJ3n47 { z-index:15005;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:15000;display:block; }
#zpTwLGCTkA7BiJgbghmPiufQ7oATg25d { position:absolute;display:block;z-index:15018;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; }
#OxabhpxAC7ohTDZZPQzoaH1I923TxJZN { color:#000000;display:block;width:14.75rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:23.75rem;left:21.187410354614rem;height:2.19993125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XDi7XtubiioltT6DfLfKCMrdDzHnsOhh { color:#000000;display:block;width:13.812125rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:25.976486206055rem;left:21.249555587769rem;height:1.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T8svWzbRse8ovyCOn3L5hVquNGZ1VqhD { z-index:15005;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:15000;display:block; }
#yltR8NKWTBP7BZMyccHwbvrC6wn4cJSp { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:23.75rem;left:39.937502384186rem;height:2.19993125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TQ5qVL9dHrxKGnqdQzhetMi2l9eJ4vE4 { color:#000000;display:block;width:13.812125rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:25.914426803589rem;left:39.999998092651rem;height:1.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tn90TI9pWTFiGwHK7wpra82pfXMq9mac { z-index:15006;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:15000;display:block; }
#qGQ0PL79KbUgvrPrGgsQBS5IpgCCzJzu { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:brown;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:23.812143325806rem;left:58.749998092651rem;height:2.19993125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mNrs5H4qI2pnbuRfFEb66sCZgqANUv1q { color:#000000;display:block;width:13.812125rem;position:absolute;font-family:brown;font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:26.039428710938rem;left:58.749998092651rem;height:1.2749rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gy74umid1EvGM4eoZPJkfs85850gfoQi { z-index:15007;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:15000;display:block; }
#lSNaioiAUpXv9htmhOX4WHJ8162ANUki { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:7.75rem;top:20.875rem;left:2.0000004768372rem;overflow:hidden;display:block; }
#AX3RopBcyJd79C9nWukfGXsWgaq9MwNZ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:6.875rem;top:20.876508235931rem;left:20.812143325806rem;overflow:hidden;display:block; }
#cbrFKTXqQVqXKoakl3BHc08TzuOW7RCL { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6867875rem;width:7.7499375rem;top:20.814186096191rem;left:39.812498092651rem;overflow:hidden;display:block; }
#lT4TTMizlcOBTDdTCIQb7LVuuLLme9V1 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.68634375rem;width:7.7499375rem;top:20.93989610672rem;left:58.374998092651rem;overflow:hidden;display:block; }
#riDhN7yqenDyVI7WzafA5xVO36DOO4uJ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.9373125rem;width:14.8748125rem;top:1.8137431144714rem;left:21.249555587769rem;overflow:hidden;display:block; }
#C2mpKyJLnE3kcTA5Koh88bve3ye0nDgd { border-top:0.0625rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#C2mpKyJLnE3kcTA5Koh88bve3ye0nDgd > .row .container { background-color: transparent; background-image: none; }#C2mpKyJLnE3kcTA5Koh88bve3ye0nDgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2mpKyJLnE3kcTA5Koh88bve3ye0nDgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2mpKyJLnE3kcTA5Koh88bve3ye0nDgd > .row .container > .video-iframe-container { display: none; }#C2mpKyJLnE3kcTA5Koh88bve3ye0nDgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2mpKyJLnE3kcTA5Koh88bve3ye0nDgd > .row > .video-iframe-container { display: none; }#C2mpKyJLnE3kcTA5Koh88bve3ye0nDgd > .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); }#C2mpKyJLnE3kcTA5Koh88bve3ye0nDgd > .row .container { border-width: 0; border-radius: 0; }#C2mpKyJLnE3kcTA5Koh88bve3ye0nDgd > .row > .video-iframe-container {  }#C2mpKyJLnE3kcTA5Koh88bve3ye0nDgd > .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.125rem;left:19.093751907349rem;width:9.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQhETBBA9R1CbDGW22Ja8UJ3MMytwIbs { width:24.875rem;height:4.1875rem;display:none; }
 }@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) { #Ni4KtSLbtCZJRVSPQ8Mglmw2fv46vttd { width:43.0625rem;height:9.75rem;top:4.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAsXFDfX2ky7v47WlrVG4LrqrWJRoh9U { width:42.375rem;height:10.75rem;top:15.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEuVotNFIbpgRBRXWRUJsS872Z9sTp6t { width:31.75rem;height:2.25rem;top:1.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtTQPSsSp3ke0JhWostuBbqJQu64o4zv { width:13.8125rem;height:3.4375rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W02oxbPqoGOAqaNWVE9H6Gm8LegTexcf { display:block; }
 }@media only screen and (max-width: 763px) { #SwcSBQwOwJrcDJPtnyp0ZmWNsTNrGCUS { top:1.625rem;left:20.375rem;width:27.375rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEMQeQI7RMdwbK9fDfOHGIq86aEaoH66 { top:34.9375rem;left:29.625rem;width:18.125rem;height:20.5624375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtGlW5LvIWPIf8QxIgqoafNlI0ioSAn6 { display:block; }#vtGlW5LvIWPIf8QxIgqoafNlI0ioSAn6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJpWlsDzfLpikxGPm8VGNlnJFwidZWS6 { width:24.375rem;height:;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }#RJpWlsDzfLpikxGPm8VGNlnJFwidZWS6 li:before{  }
 }@media only screen and (max-width: 763px) { #QUlHt1UI8RMfi9ByprA6aSu52B8MVJb5 { width:30.75rem;height:6.1875rem;top:1.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNQg3qV9NOcNPTQxTq87Dl5Xg7n54XaG { width:30.1875rem;height:1.5rem;top:8.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMxZdpDxXkSzuad6m3KHooHUt8lC3tTP { width:23.6875rem;height:;top:10.9375rem;left:17.6875rem;font-size:1.125rem;display:block; }#QMxZdpDxXkSzuad6m3KHooHUt8lC3tTP li:before{  }
 }@media only screen and (max-width: 763px) { #HH7W3TkPXgt7IWDrRvZX2P2alFksEHzQ { width:30.1875rem;height:1.5rem;top:8.6875rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQUSxobVy4nUTmmSBzJGzhOVKBnTyWMO { top:23.6875rem;left:0rem;width:17.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzJIGTOdNGf3E55aUyIVUliFs7FEscWQ { display:block; }
 }@media only screen and (max-width: 763px) { #ff1g8edTOVvHz9Td88UoITql9A3lVR2y { top:21.1875rem;left:36rem;width:11.6875rem;height:11.625269286212rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPXWP2ZKHkK9KheGo1btrp9UzQOXlJ2u { top:34.9375rem;left:29.625rem;width:18.125rem;height:20.5624375rem;display:none; }
 }@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) { #Dl8EyZVA5A6dMxTm3lHz5M7lmo6DRpQT { width:30rem;height:1.75rem;top:5.5rem;left:17.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouEMTyqNMx9XP48nqXUIxd1x2qQXEOFq { width:30.1875rem;height:22.5rem;top:8.3125rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn3cEdDeinzpG1oN8ycoNTKzVcxicDbn { top:2.6875rem;left:0.6875rem;width:19.8125rem;height:29.594422274424rem;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) { #SqspeNVta1F8eGqvqoD9GdwpOmqTOy59 { top:5.75rem;left:0rem;width:47.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXghWElsD5nJ4O2yuz9kcAt6TILaaq8O { width:47.75rem;height:1.8125rem;top:2rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTFeiAipGHLS9S1kOpvcUkvZ5kE88rFA { display:block; }#GTFeiAipGHLS9S1kOpvcUkvZ5kE88rFA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKo3oNlPdxFnfetSD5b1NCmSTfkO6Vcn { width:31.0625rem;height:1.75rem;top:2.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypi0hyJFUwdHbAHFTOqKQov6D0bomRSs { width:16.3125rem;height:9.0625rem;top:8.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnsXqyvFkTqb1loXr7hJprqW5mJpPwff { top:6.8125rem;left:5.0002651214599rem;width:1.3125rem;height:0.89506130743737rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2nlWTrxlguKux4en9706IMOLTLKcsfN { width:16.3125rem;height:7.5625rem;top:8.125rem;left:11.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfUqGeJRup8439paV3e9vIkXHX1UsQhy { top:6.9375rem;left:26.25026512146rem;width:1.375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv2lTKOw8Qec8rf350dBqrUrDu4GKbsm { width:16.3125rem;height:9.0625rem;top:8.125rem;left:31.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i74FKV3dTyPBd9GLra58W6EX6cdGI5gz { top:6.875rem;left:46.375rem;width:1.375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5iLAKM77ATi5xaJkyBT6F87aAXrqR08 { display:block; }#n5iLAKM77ATi5xaJkyBT6F87aAXrqR08 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlT5KEhS7nf0lwOipTKbzRK7Bv9DruU3 { width:30rem;height:1.75rem;top:2.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox32aZUE43hvwNXmMdfXAUuiSXMwGN2Z { width:30.25rem;height:18rem;top:5.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deNBceLWC1gyTsT2KKn78FtqHM2SPF4a { top:2.8125rem;left:23.875rem;width:22.3125rem;height:29.666774093079rem;display:block; }
 }@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) { #DoEGcmTpeIWJpfTE8NNzrli0ptII7f1C { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZGlHodFOTA8l7v0127m9J4qXQWEAMNH { top:28.875rem;left:0rem;width:15rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnx47e7FfTHq00U4707VrDoFOlHt0Jgx { display:block; }
 }@media only screen and (max-width: 763px) { #Di06JMB5E2du0XSDkybBPGtgeTf6n7wx { top:22.625rem;left:9.75rem;width:37.9375rem;height:11.730545031473rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6PKkmaA229648wTp6GmwlM9etrhh0gU { width:30rem;height:1.75rem;top:2.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETT9dUhIpnCTAM9t588x6ETeaTaRvaEZ { width:47.75rem;height:7.875rem;top:5.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgwH19M8LdPoTBsyOX8fXo9oxAzV6W04 { width:47.75rem;height:9rem;top:15.125rem;left:0rem;font-size:0.75rem;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.0625rem;top:1.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCaUoK554deVChFCUbCXA9HFPCzTXi4N { width:47.75rem;height:1.75rem;top:4.25rem;left:0rem;font-size:1.125rem;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:0.75rem;left:0rem;width:15.0625rem;height:20.789021047869rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2JQC84gqXHUzshTvUWHZUF4BFBCq8l6 { top:0.9375rem;left:5.8125rem;width:18rem;height:20.678023107346rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzcW5rd9Qkgeml58dnEzbG6e4FOMfKPW { top:2rem;left:32.5625rem;width:15.125rem;height:18.548396173616rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOgszrmh3qSmzZCdq7eqTULgKQBpvH2g { width:12.1875rem;height:1.875rem;top:23.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxzBinFVJTze7vBr9rO4FChTb23Ip1IM { width:13.75rem;height:1.25rem;top:25.875rem;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) { #OxabhpxAC7ohTDZZPQzoaH1I923TxJZN { width:14.6875rem;height:2.1875rem;top:23.6875rem;left:9.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDi7XtubiioltT6DfLfKCMrdDzHnsOhh { width:13.75rem;height:1.25rem;top:25.9375rem;left:10.125rem;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.75rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5qVL9dHrxKGnqdQzhetMi2l9eJ4vE4 { width:13.75rem;height:1.25rem;top:25.875rem;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:11.5625rem;height:2.1875rem;top:23.75rem;left:35.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNrs5H4qI2pnbuRfFEb66sCZgqANUv1q { width:13.75rem;height:1.25rem;top:26rem;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:7.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX3RopBcyJd79C9nWukfGXsWgaq9MwNZ { top:20.875rem;left:11.9375rem;width:6.875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbrFKTXqQVqXKoakl3BHc08TzuOW7RCL { top:20.8125rem;left:23.875rem;width:7.6875rem;height:1.6727576936104rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT4TTMizlcOBTDdTCIQb7LVuuLLme9V1 { top:20.9375rem;left:35.8125rem;width:7.6875rem;height:1.6727576936104rem;display:block; }
 }@media only screen and (max-width: 763px) { #riDhN7yqenDyVI7WzafA5xVO36DOO4uJ { top:1.8125rem;left:9rem;width:14.8125rem;height:18.857981665735rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2mpKyJLnE3kcTA5Koh88bve3ye0nDgd { display:block; }#C2mpKyJLnE3kcTA5Koh88bve3ye0nDgd > .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:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y6PZJs7M3Cbk21wZMToUkphPCqcD9BAH { width:9.5625rem;height:1.5625rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQhETBBA9R1CbDGW22Ja8UJ3MMytwIbs { top:0.49981689453125rem;left:5.875rem;width:7.5rem;height:1.25rem;z-index:15032;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi { display:block; }#NK4Lf0Rs8sBO66RMGqKPnlUcZKvOaEAi > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ni4KtSLbtCZJRVSPQ8Mglmw2fv46vttd { width:20rem;height:19.5rem;top:6.5624997615813rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAsXFDfX2ky7v47WlrVG4LrqrWJRoh9U { width:20rem;height:23.625rem;top:49.565427780151rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@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) { #GtTQPSsSp3ke0JhWostuBbqJQu64o4zv { width:20rem;height:3.4375rem;top:74.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W02oxbPqoGOAqaNWVE9H6Gm8LegTexcf { display:block; }
 }@media only screen and (max-width: 763px) { #SwcSBQwOwJrcDJPtnyp0ZmWNsTNrGCUS { width:19.375rem;height:22.5rem;top:26.061787605286rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEMQeQI7RMdwbK9fDfOHGIq86aEaoH66 { width:10.12475rem;height:11.4373125rem;top:83.875171661375rem;left:5rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #vtGlW5LvIWPIf8QxIgqoafNlI0ioSAn6 { display:block; }#vtGlW5LvIWPIf8QxIgqoafNlI0ioSAn6 > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJpWlsDzfLpikxGPm8VGNlnJFwidZWS6 { width:20rem;height:16.4375rem;top:30.251685142517rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#RJpWlsDzfLpikxGPm8VGNlnJFwidZWS6 li:before{  }
 }@media only screen and (max-width: 763px) { #QUlHt1UI8RMfi9ByprA6aSu52B8MVJb5 { width:20rem;height:8.25rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qNQg3qV9NOcNPTQxTq87Dl5Xg7n54XaG { width:20rem;height:3.375rem;top:26.250000953674rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMxZdpDxXkSzuad6m3KHooHUt8lC3tTP { width:20rem;height:16.4375rem;top:52.125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#QMxZdpDxXkSzuad6m3KHooHUt8lC3tTP li:before{  }
 }@media only screen and (max-width: 763px) { #HH7W3TkPXgt7IWDrRvZX2P2alFksEHzQ { width:20rem;height:1.6875rem;top:49.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQUSxobVy4nUTmmSBzJGzhOVKBnTyWMO { top:78.5625rem;left:1.25rem;width:17.562845rem;height:2.5628575rem;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #rzJIGTOdNGf3E55aUyIVUliFs7FEscWQ { display:block; }
 }@media only screen and (max-width: 763px) { #ff1g8edTOVvHz9Td88UoITql9A3lVR2y { width:16.25rem;height:16.1874375rem;top:62.3125rem;left:3.75rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #OPXWP2ZKHkK9KheGo1btrp9UzQOXlJ2u { width:15.1865rem;height:17.249rem;top:8.3740234375rem;left:2.4052734375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV { display:block; }#iyuXvvTBPbGCxsbgdGOLdvp5TuONOKlV > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dl8EyZVA5A6dMxTm3lHz5M7lmo6DRpQT { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ouEMTyqNMx9XP48nqXUIxd1x2qQXEOFq { width:20rem;height:38.8125rem;top:6.25000333786rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn3cEdDeinzpG1oN8ycoNTKzVcxicDbn { width:17.5615rem;height:26.374rem;top:47.3115234375rem;left:1.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV42hA47IX4A54CxFPCMmnzgTGu7KoI2 { display:none; }#gV42hA47IX4A54CxFPCMmnzgTGu7KoI2 > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@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) { #SqspeNVta1F8eGqvqoD9GdwpOmqTOy59 { width:20rem;height:16.5625rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXghWElsD5nJ4O2yuz9kcAt6TILaaq8O { width:20rem;height:3.89915rem;top:40.109195709229rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GTFeiAipGHLS9S1kOpvcUkvZ5kE88rFA { display:block; }#GTFeiAipGHLS9S1kOpvcUkvZ5kE88rFA > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NKo3oNlPdxFnfetSD5b1NCmSTfkO6Vcn { width:20rem;height:3.8994125rem;top:2.4374189376831rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ypi0hyJFUwdHbAHFTOqKQov6D0bomRSs { width:20rem;height:8.4375rem;top:8.9377660751344rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnsXqyvFkTqb1loXr7hJprqW5mJpPwff { width:1.875rem;height:1.33034375rem;top:6.9739891402425rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2nlWTrxlguKux4en9706IMOLTLKcsfN { width:20rem;height:8.4375rem;top:19.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfUqGeJRup8439paV3e9vIkXHX1UsQhy { width:1.875rem;height:1.33034375rem;top:18.1875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv2lTKOw8Qec8rf350dBqrUrDu4GKbsm { width:20rem;height:10.125rem;top:30.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i74FKV3dTyPBd9GLra58W6EX6cdGI5gz { width:1.875rem;height:1.33034375rem;top:28.6875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5iLAKM77ATi5xaJkyBT6F87aAXrqR08 { display:block; }#n5iLAKM77ATi5xaJkyBT6F87aAXrqR08 > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlT5KEhS7nf0lwOipTKbzRK7Bv9DruU3 { width:20rem;height:2.1937125rem;top:2.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox32aZUE43hvwNXmMdfXAUuiSXMwGN2Z { width:20rem;height:32.0625rem;top:5.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deNBceLWC1gyTsT2KKn78FtqHM2SPF4a { width:19.9365rem;height:26.5625rem;top:38.625rem;left:0.0634765625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm { display:block; }#GeoSn2bM07E5AMgqoalm8Nt1vGTih2xm > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DoEGcmTpeIWJpfTE8NNzrli0ptII7f1C { top:1.25rem;left:2.5rem;width:15rem;height:16rem;z-index:15004;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wZGlHodFOTA8l7v0127m9J4qXQWEAMNH { top:29.875rem;left:0rem;width:19.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnx47e7FfTHq00U4707VrDoFOlHt0Jgx { display:block; }
 }@media only screen and (max-width: 763px) { #Di06JMB5E2du0XSDkybBPGtgeTf6n7wx { width:20rem;height:6.3135rem;top:64.6249961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6PKkmaA229648wTp6GmwlM9etrhh0gU { width:20rem;height:2.19375rem;top:1.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETT9dUhIpnCTAM9t588x6ETeaTaRvaEZ { width:20rem;height:23.625rem;top:4.4375107288361rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgwH19M8LdPoTBsyOX8fXo9oxAzV6W04 { width:20rem;height:28.125rem;top:34.374998092651rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2qfOI4WSBdZO6sartvaEwhNCaxJ6hPE { display:block; }#F2qfOI4WSBdZO6sartvaEwhNCaxJ6hPE > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiwXLgzuGy5hXa0EeEhc4xTBhKC3Wbvm { width:20rem;height:4.7247875rem;top:1.3751621246338rem;left:0rem;text-align:left;text-align-last:left;font-size:1.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VCaUoK554deVChFCUbCXA9HFPCzTXi4N { width:20rem;height:1.79980625rem;top:6.375rem;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:126.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuwPpAAffkOTL6TFa2U20ZoqC1Fdivti { width:15.1873125rem;height:21.1874375rem;top:0.43767738342285rem;left:1.81241106987rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #B2JQC84gqXHUzshTvUWHZUF4BFBCq8l6 { width:15rem;height:18.187125rem;top:60.687993049622rem;left:2.4995560646057rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzcW5rd9Qkgeml58dnEzbG6e4FOMfKPW { width:14.9374375rem;height:20.1873125rem;top:91.750656127931rem;left:2.4995560646057rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOgszrmh3qSmzZCdq7eqTULgKQBpvH2g { width:14.8748125rem;height:1.9251625rem;top:19.375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxzBinFVJTze7vBr9rO4FChTb23Ip1IM { width:15.8749375rem;height:1.2749rem;top:21.625rem;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:24.125526428222rem;left:2.4995560646057rem;width:15rem;height:3.125rem;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) { #OxabhpxAC7ohTDZZPQzoaH1I923TxJZN { width:15.125rem;height:2.19993125rem;top:49.5625rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDi7XtubiioltT6DfLfKCMrdDzHnsOhh { width:15.12475rem;height:1.2749rem;top:52.4375rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8svWzbRse8ovyCOn3L5hVquNGZ1VqhD { top:55.500261306763rem;left:2.4995560646057rem;width:15.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgr5TkJsvmnDHsEHqNlOV5b3FpAtOb3d { display:block; }
 }@media only screen and (max-width: 763px) { #yltR8NKWTBP7BZMyccHwbvrC6wn4cJSp { width:14.874375rem;height:2.19993125rem;top:80.9375rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5qVL9dHrxKGnqdQzhetMi2l9eJ4vE4 { width:15rem;height:1.2749rem;top:83.8125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn90TI9pWTFiGwHK7wpra82pfXMq9mac { top:86.5rem;left:2.5rem;width:14.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vG5iQImFqPowZ1ldNIVT1OoNgEWHs5Ze { display:block; }
 }@media only screen and (max-width: 763px) { #qGQ0PL79KbUgvrPrGgsQBS5IpgCCzJzu { width:14.749625rem;height:2.19993125rem;top:115.0625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNrs5H4qI2pnbuRfFEb66sCZgqANUv1q { width:16.1874375rem;height:1.2749rem;top:117.625rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy74umid1EvGM4eoZPJkfs85850gfoQi { top:120.25rem;left:2.5rem;width:15.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDymkRKJr3xiCMAIchxGDRdVeHC8WtGr { display:block; }
 }@media only screen and (max-width: 763px) { #lSNaioiAUpXv9htmhOX4WHJ8162ANUki { width:8.812125rem;height:1.93714375rem;top:17.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX3RopBcyJd79C9nWukfGXsWgaq9MwNZ { width:8.625rem;height:2rem;top:47.25rem;left:2.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cbrFKTXqQVqXKoakl3BHc08TzuOW7RCL { width:9.1875rem;height:2rem;top:78.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT4TTMizlcOBTDdTCIQb7LVuuLLme9V1 { width:9.1875rem;height:2rem;top:111.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #riDhN7yqenDyVI7WzafA5xVO36DOO4uJ { width:15rem;height:18.75rem;top:28.812596841715rem;left:2.4995560646057rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2mpKyJLnE3kcTA5Koh88bve3ye0nDgd { position:relative;z-index:auto;display:block; }#C2mpKyJLnE3kcTA5Koh88bve3ye0nDgd > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }