.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); }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ef8877;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .row .container { background-color: transparent; background-image: none; }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .row .container > .video-iframe-container { display: none; }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .row > .video-iframe-container { display: none; }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .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); }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .row .container { border-width: 0; border-radius: 0; }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .row > .video-iframe-container {  }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#tAAP2dHT0PMA2neVQlSbASHJF1kcDos7 { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:brown;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.390625rem;left:18.96875rem;height:2.03125rem;display:block; }
#PlewgWk6PxbT3qiDsuz4HSWHULGsWZoT { z-index:;position:relative;display:block; }#PlewgWk6PxbT3qiDsuz4HSWHULGsWZoT { background-color: transparent; background-image: none; }#PlewgWk6PxbT3qiDsuz4HSWHULGsWZoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlewgWk6PxbT3qiDsuz4HSWHULGsWZoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlewgWk6PxbT3qiDsuz4HSWHULGsWZoT > .row .container > .video-iframe-container { display: none; }#PlewgWk6PxbT3qiDsuz4HSWHULGsWZoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlewgWk6PxbT3qiDsuz4HSWHULGsWZoT > .row > .video-iframe-container { display: none; }#PlewgWk6PxbT3qiDsuz4HSWHULGsWZoT > .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); }#PlewgWk6PxbT3qiDsuz4HSWHULGsWZoT { border-width: 0; border-radius: 0; }#PlewgWk6PxbT3qiDsuz4HSWHULGsWZoT > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#GlQc4qJPJqxbB44tAbGcOOcNEGeRtHVT { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:7.5rem;top:1.1875rem;left:33.75rem;overflow:hidden;display:block; }
#bSe2wOVgfsrNed5SZzFGkIr6fBKOCh2l { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3120125rem;width:11.499625rem;top:3.4368896484375rem;left:31.748657226562rem;overflow:hidden;display:block; }
#x4oCt5PlDvnzBwaItc69MDu15kJKUgWO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#x4oCt5PlDvnzBwaItc69MDu15kJKUgWO > .row .container { background-color: transparent; background-image: none; }#x4oCt5PlDvnzBwaItc69MDu15kJKUgWO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4oCt5PlDvnzBwaItc69MDu15kJKUgWO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4oCt5PlDvnzBwaItc69MDu15kJKUgWO > .row .container > .video-iframe-container { display: none; }#x4oCt5PlDvnzBwaItc69MDu15kJKUgWO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4oCt5PlDvnzBwaItc69MDu15kJKUgWO > .row > .video-iframe-container { display: none; }#x4oCt5PlDvnzBwaItc69MDu15kJKUgWO > .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); }#x4oCt5PlDvnzBwaItc69MDu15kJKUgWO > .row .container { border-width: 0; border-radius: 0; }#x4oCt5PlDvnzBwaItc69MDu15kJKUgWO > .row > .video-iframe-container {  }#x4oCt5PlDvnzBwaItc69MDu15kJKUgWO > .row .container { font-size:0.875rem;font-family:arial;height:78.5rem;width:75rem;position:relative;display:block; }#rBakJg5CdJlAzlG0pC1GP3ExQMfi4ECP { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:2rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MAMiWf0kVdSoxrMQH0kfciRD9OLVUoFI { color:#000000;display:block;width:75rem;position:absolute;font-family:canela;font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:5.5625rem;left:0rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gwpKgB3kmhD8EZw24C8hVGSUGu4ugvfB { color:#979797;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5625rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZDB1nwum8o08TCBrOVwa1GucuuQTzlfr { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.625rem;width:23.125rem;top:20.5rem;left:13.75rem;overflow:hidden;display:block; }
#wxVHXWUCpR8V6t4cVcKQVoXzeUpfcxd9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.875rem;width:23.3125rem;top:20.375rem;left:38.75rem;overflow:hidden;display:block; }
#I6ANniIpOc6UPUn67Tv7iSfkX8bdhMxr { color:#000000;display:block;width:7.56225rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:18.8125rem;left:13.75rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ems8PWCwcvwTwLgaoDJKTOswlctiaXQf { color:#000000;display:block;width:7.56225rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:18.625rem;left:38.75rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PKg1t9Q9wxQGBkQQQmdLHFTspDuvFDM7 { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.5rem;left:0rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iEfcVR8KScl2C1BzvPq0AlMGeoSVWgqH { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:52.75rem;left:0rem;height:23.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PiA4wGbsPFwkngEJEsk0oMIOJMAvKpqd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e1e1;background-image:none;position:relative;display:block; }#PiA4wGbsPFwkngEJEsk0oMIOJMAvKpqd > .row .container { background-color: transparent; background-image: none; }#PiA4wGbsPFwkngEJEsk0oMIOJMAvKpqd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiA4wGbsPFwkngEJEsk0oMIOJMAvKpqd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiA4wGbsPFwkngEJEsk0oMIOJMAvKpqd > .row .container > .video-iframe-container { display: none; }#PiA4wGbsPFwkngEJEsk0oMIOJMAvKpqd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiA4wGbsPFwkngEJEsk0oMIOJMAvKpqd > .row > .video-iframe-container { display: none; }#PiA4wGbsPFwkngEJEsk0oMIOJMAvKpqd > .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); }#PiA4wGbsPFwkngEJEsk0oMIOJMAvKpqd > .row .container { border-width: 0; border-radius: 0; }#PiA4wGbsPFwkngEJEsk0oMIOJMAvKpqd > .row > .video-iframe-container {  }#PiA4wGbsPFwkngEJEsk0oMIOJMAvKpqd > .row .container { font-size:0.875rem;font-family:arial;height:52.375rem;width:75rem;position:relative;display:block; }#gZMWbzNMCT4NoBN6Py9MZI6PvUNzTlH3 { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#L4lu1Hia41eVTJ7Jn7p9dloGDUKr67eh { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.0625rem;left:0rem;height:18.5625rem;display:block; }
#rThaCo7W7yFLOqCRcB233l0ffOHpBQ4V { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.3125rem;width:18.75rem;top:26.625rem;left:28.125rem;overflow:hidden;display:block; }
#wGO3iwlXBSC0GSLCNumD47hQLeCCUKUg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#wGO3iwlXBSC0GSLCNumD47hQLeCCUKUg > .row .container { background-color: transparent; background-image: none; }#wGO3iwlXBSC0GSLCNumD47hQLeCCUKUg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGO3iwlXBSC0GSLCNumD47hQLeCCUKUg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGO3iwlXBSC0GSLCNumD47hQLeCCUKUg > .row .container > .video-iframe-container { display: none; }#wGO3iwlXBSC0GSLCNumD47hQLeCCUKUg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGO3iwlXBSC0GSLCNumD47hQLeCCUKUg > .row > .video-iframe-container { display: none; }#wGO3iwlXBSC0GSLCNumD47hQLeCCUKUg > .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); }#wGO3iwlXBSC0GSLCNumD47hQLeCCUKUg > .row .container { border-width: 0; border-radius: 0; }#wGO3iwlXBSC0GSLCNumD47hQLeCCUKUg > .row > .video-iframe-container {  }#wGO3iwlXBSC0GSLCNumD47hQLeCCUKUg > .row .container { font-size:0.875rem;font-family:arial;height:72.125rem;width:75rem;position:relative;display:block; }#IyUqntm0ZLTXRx2VR4ZU4ehu4TdcgPSm { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#uDB54dpXHsEyqaf1mpSmK4s3TWOqyA2z { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.625rem;left:0rem;height:23.625rem;display:block; }
#G3G8zuh1i6SNDBxqGDym3B9tB3kzdXQ4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.5625rem;width:25rem;top:34.875rem;left:13.125rem;overflow:hidden;display:block; }
#K0dSX5ZzmMHSGC7afyEC7C94OFubxNLh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.4375rem;width:25rem;top:34.875rem;left:39.375rem;overflow:hidden;display:block; }
#UdDQIsHNdEDT8s9yKyyxlJBAMiqDTEEd { color:#000000;display:block;width:7.561625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:33.125rem;left:13.125rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LpPpkEFVT84H2Mgw3tOMP73DfHoPS7ll { color:#000000;display:block;width:7.124625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:33.1875rem;left:39.375rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g52cT4xCTDwvPFNL7UTVpipLemBxXhA8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#g52cT4xCTDwvPFNL7UTVpipLemBxXhA8 > .row .container { background-color: transparent; background-image: none; }#g52cT4xCTDwvPFNL7UTVpipLemBxXhA8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g52cT4xCTDwvPFNL7UTVpipLemBxXhA8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g52cT4xCTDwvPFNL7UTVpipLemBxXhA8 > .row .container > .video-iframe-container { display: none; }#g52cT4xCTDwvPFNL7UTVpipLemBxXhA8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g52cT4xCTDwvPFNL7UTVpipLemBxXhA8 > .row > .video-iframe-container { display: none; }#g52cT4xCTDwvPFNL7UTVpipLemBxXhA8 > .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); }#g52cT4xCTDwvPFNL7UTVpipLemBxXhA8 > .row .container { border-width: 0; border-radius: 0; }#g52cT4xCTDwvPFNL7UTVpipLemBxXhA8 > .row > .video-iframe-container {  }#g52cT4xCTDwvPFNL7UTVpipLemBxXhA8 > .row .container { font-size:0.875rem;font-family:arial;height:55.1875rem;width:75rem;position:relative;display:block; }#GihcEHvgMta7eR7K425Hn44GMCkl76CJ { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.875732421875rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#VDh4io70HV1C271HmiCrgfmhbNXwt6KO { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:6.8759765625rem;left:0rem;height:40.5rem;display:block; }
#i9vuHTaZXqJBUag62QyCwC6fcfubAU38 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40.125rem;width:27.1875rem;top:8.6259765625rem;left:42.3671875rem;overflow:hidden;display:block; }
#fNCVJ0mhHTmEi47IsdmtrQTNNpZTV46i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#fNCVJ0mhHTmEi47IsdmtrQTNNpZTV46i > .row .container { background-color: transparent; background-image: none; }#fNCVJ0mhHTmEi47IsdmtrQTNNpZTV46i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNCVJ0mhHTmEi47IsdmtrQTNNpZTV46i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNCVJ0mhHTmEi47IsdmtrQTNNpZTV46i > .row .container > .video-iframe-container { display: none; }#fNCVJ0mhHTmEi47IsdmtrQTNNpZTV46i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNCVJ0mhHTmEi47IsdmtrQTNNpZTV46i > .row > .video-iframe-container { display: none; }#fNCVJ0mhHTmEi47IsdmtrQTNNpZTV46i > .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); }#fNCVJ0mhHTmEi47IsdmtrQTNNpZTV46i > .row .container { border-width: 0; border-radius: 0; }#fNCVJ0mhHTmEi47IsdmtrQTNNpZTV46i > .row > .video-iframe-container {  }#fNCVJ0mhHTmEi47IsdmtrQTNNpZTV46i > .row .container { font-size:0.875rem;font-family:arial;height:69.0625rem;width:75rem;position:relative;display:block; }#hapt2lesXaTnWmzMdUvFTkR998yRdSMn { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8750028610229rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#hx0LcGhSEutEZTsk0yr0KUAo2OZnmyFh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.1245rem;width:29.812rem;top:6.3134765625rem;left:22.5rem;overflow:hidden;display:block; }
#LfGfOvZaFDdxZ2r7dEkkHtNU8Q8vuT4y { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;top:33.688720703125rem;left:31.4453125rem;display:none; }
#u2QTSDKZMTStPQXsapfzhlu1y2Evy0kI { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:53.562744140625rem;left:0rem;height:13.5rem;display:block; }
#WPt3ZGyfsGCH3EE0yXVVA5nShzBW6CWr { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:49.18798828125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#qtSvBsca88vJCOJm6rSxri0m1K9ELLUI { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:45.3125rem;left:0rem;height:1.6875rem;display:block; }
#cd2REsyMUkVBb3a4fAVs5P41gkez4SWi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ececec;background-image:none;position:relative;display:block; }#cd2REsyMUkVBb3a4fAVs5P41gkez4SWi > .row .container { background-color: transparent; background-image: none; }#cd2REsyMUkVBb3a4fAVs5P41gkez4SWi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd2REsyMUkVBb3a4fAVs5P41gkez4SWi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd2REsyMUkVBb3a4fAVs5P41gkez4SWi > .row .container > .video-iframe-container { display: none; }#cd2REsyMUkVBb3a4fAVs5P41gkez4SWi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cd2REsyMUkVBb3a4fAVs5P41gkez4SWi > .row > .video-iframe-container { display: none; }#cd2REsyMUkVBb3a4fAVs5P41gkez4SWi > .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); }#cd2REsyMUkVBb3a4fAVs5P41gkez4SWi > .row .container { border-width: 0; border-radius: 0; }#cd2REsyMUkVBb3a4fAVs5P41gkez4SWi > .row > .video-iframe-container {  }#cd2REsyMUkVBb3a4fAVs5P41gkez4SWi > .row .container { font-size:0.875rem;font-family:arial;height:63.6875rem;width:75rem;position:relative;display:block; }#L6cTPTU5HummMPeGR1iK1WXOswrTxVZz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33rem;width:28.5rem;top:11.28125rem;left:21.5625rem;overflow:hidden;display:block; }
#FiZCP1WCMNVAKH0P9zmuVT3n7sVAl4z8 { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:2.4375rem;left:0rem;height:3rem;display:block; }
#aiosK5pF7DL7GSMMq2vN1Jvope6bUiXf { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:9.75rem;left:0rem;height:51rem;display:block; }
#rWUdh1qaORzziibkF6E2vOwmoxOA2VGX { position:absolute;display:block;z-index:15014;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.06201175rem;width:5rem;top:25.8125rem;left:45rem;display:block; }
#gXEUKKmXLZ69PT8E7AleU9rv84pVmnr6 { position:absolute;display:block;z-index:15015;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.06201175rem;width:5rem;top:32.125rem;left:45rem;display:block; }
#qli6P0oHBIcruP6S5B3kDlHaub4lEc3e { color:#000000;display:block;width:25rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:6.8125rem;left:0rem;height:1.875rem;display:block; }
#Rk12QnXQNxWlyiPbVoQNgdDRMiTdyidH { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:brown;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.6875rem;left:52.4375rem;height:46.5rem;display:block; }
#raCL3FIWdvvA2yKOUJgyUcAR5CdnFQoZ { color:#000000;display:block;width:22.5rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:6.3125rem;left:52.5rem;height:1.875rem;display:block; }
#QVvtGHXORk7Ds9fpMDHJQdIJfbTK0pyx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#QVvtGHXORk7Ds9fpMDHJQdIJfbTK0pyx > .row .container { background-color: transparent; background-image: none; }#QVvtGHXORk7Ds9fpMDHJQdIJfbTK0pyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVvtGHXORk7Ds9fpMDHJQdIJfbTK0pyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVvtGHXORk7Ds9fpMDHJQdIJfbTK0pyx > .row .container > .video-iframe-container { display: none; }#QVvtGHXORk7Ds9fpMDHJQdIJfbTK0pyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVvtGHXORk7Ds9fpMDHJQdIJfbTK0pyx > .row > .video-iframe-container { display: none; }#QVvtGHXORk7Ds9fpMDHJQdIJfbTK0pyx > .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); }#QVvtGHXORk7Ds9fpMDHJQdIJfbTK0pyx > .row .container { border-width: 0; border-radius: 0; }#QVvtGHXORk7Ds9fpMDHJQdIJfbTK0pyx > .row > .video-iframe-container {  }#QVvtGHXORk7Ds9fpMDHJQdIJfbTK0pyx > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#GXMD8gCQH2euPqExhLyrNiTgG9VzxaKi { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:1.874267578125rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#BA9AMk27k139uMr2TfGKRhLI5gCB65Rk { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:10.49951171875rem;left:0rem;height:10.125rem;display:block; }
#vsNMpTLDfy3LwntQhm54l0ABQqayy1Hh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1245125rem;width:15.1875rem;top:5.098388671875rem;left:29.90625rem;overflow:hidden;display:block; }
#EOxBMhNSWyB3xK23EwsFT5gSTZTauWgX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:none;position:relative;display:block; }#EOxBMhNSWyB3xK23EwsFT5gSTZTauWgX > .row .container { background-color: transparent; background-image: none; }#EOxBMhNSWyB3xK23EwsFT5gSTZTauWgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOxBMhNSWyB3xK23EwsFT5gSTZTauWgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOxBMhNSWyB3xK23EwsFT5gSTZTauWgX > .row .container > .video-iframe-container { display: none; }#EOxBMhNSWyB3xK23EwsFT5gSTZTauWgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOxBMhNSWyB3xK23EwsFT5gSTZTauWgX > .row > .video-iframe-container { display: none; }#EOxBMhNSWyB3xK23EwsFT5gSTZTauWgX > .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); }#EOxBMhNSWyB3xK23EwsFT5gSTZTauWgX > .row .container { border-width: 0; border-radius: 0; }#EOxBMhNSWyB3xK23EwsFT5gSTZTauWgX > .row > .video-iframe-container {  }#EOxBMhNSWyB3xK23EwsFT5gSTZTauWgX > .row .container { font-size:0.875rem;font-family:arial;height:110.75rem;width:75rem;position:relative;display:block; }#wmU7m0DHbOT9mo0zBwqPJyfhzCWqbT8U { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:2rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#MnA3yPWdB32EflHyTfmOdwXxcLd8ShVB { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:9.25rem;left:4.1875rem;height:11.25rem;display:block; }
#Ac1G8XwN0ulDlqdWHbmA2LWQTQp6LTS4 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.68725625rem;width:3.3120125rem;top:8.1875rem;left:0rem;overflow:hidden;display:block; }
#cTBOxfko7sN8TCnAageCFCtDOyHPwGqS { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:3.25rem;top:21.4375rem;left:23.75rem;overflow:hidden;display:block; }
#qtOReAyexzsrRk56E46QZpNgQUTM27KB { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.3125rem;width:33.5rem;top:8.9375rem;left:37.5rem;overflow:hidden;display:block; }
#IfIhAkuf6BvmVZWmBAFuI5JdbZzP6Lb9 { position:absolute;display:block;z-index:15022;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:56.25rem;top:41.3125rem;left:9.375rem;display:block; }
#RU6iA9EmhZn3B1tTQm9EggNpTEAAyTIg { color:#000000;display:block;width:22.812rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:47.75rem;left:46rem;height:13.125rem;display:block; }
#JziyPPpR5EBBavKmBGy3sMPQzkEsFJJE { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.68725625rem;width:3.3120125rem;top:46.125rem;left:42rem;overflow:hidden;display:block; }
#vWruHgNEg84VH4TTmbtvTxZ1VqGrvwBp { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4995125rem;width:3.2495125rem;top:59.625rem;left:65rem;overflow:hidden;display:block; }
#g1PokTk445bLRdrAp7p2ylsqLsqkhe8O { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.3125rem;width:33.5rem;top:46.125rem;left:2.3125rem;overflow:hidden;display:block; }
#CqBuywwPoHAPetr3mzTBpZJP2RSoiJrZ { color:#000000;display:block;width:22.625rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:81.25rem;left:3.6875rem;height:7.5rem;display:block; }
#DTMghvavrewL6ZZEGT5oWbsnwqeEfxEX { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.68725625rem;width:3.3120125rem;top:80.125rem;left:0rem;overflow:hidden;display:block; }
#RL4qzeezn31mRIupMXB7XgEJ1XmGvWm1 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4995125rem;width:3.2495125rem;top:88.9375rem;left:22.5rem;overflow:hidden;display:block; }
#au09xtNxOxlrvmrlZx0g2s4hb2deOTMT { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.375rem;width:33.5625rem;top:80rem;left:37.5rem;overflow:hidden;display:block; }
#QXUbElK1s07FpSKNTC4vpvlgCVRtudh3 { position:absolute;display:block;z-index:15028;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.062255875rem;width:56.25rem;top:76.5rem;left:9.375rem;display:block; }
#BJ7g0OPW5poXasTGQUQohiXT8wbJrBwV { position:absolute;display:block;z-index:15029;background-color:#f8f8f8;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:26.875rem;width:0.625rem;top:8.625rem;left:54.125rem;display:block; }
#Fh7V84svqIKdrKc9FSOgn7ef5a4Fu45B { position:absolute;display:block;z-index:15030;background-color:#f8f8f8;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:27.625rem;width:0.625rem;top:45.6875rem;left:18.75rem;display:block; }
#TOk84tP3lMprR3FsnXyiwlHcUmRTVAx1 { position:absolute;display:block;z-index:15031;background-color:#f8f8f8;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:31.25rem;width:0.624511875rem;top:78.25rem;left:53.9375rem;display:block; }
#TiLT7UU9w27pU6R2tw7BleaTpUKzptVt { position:absolute;display:block;z-index:15030;background-color:#f8f8f8;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:33.1875rem;width:0.625rem;top:48.624755859375rem;left:20.083740234375rem;display:none; }
#zpPthK5gwEucqxrhffzrcnSRWKS2EMv7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;background-image:none;position:relative;display:block; }#zpPthK5gwEucqxrhffzrcnSRWKS2EMv7 > .row .container { background-color: transparent; background-image: none; }#zpPthK5gwEucqxrhffzrcnSRWKS2EMv7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPthK5gwEucqxrhffzrcnSRWKS2EMv7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPthK5gwEucqxrhffzrcnSRWKS2EMv7 > .row .container > .video-iframe-container { display: none; }#zpPthK5gwEucqxrhffzrcnSRWKS2EMv7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPthK5gwEucqxrhffzrcnSRWKS2EMv7 > .row > .video-iframe-container { display: none; }#zpPthK5gwEucqxrhffzrcnSRWKS2EMv7 > .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); }#zpPthK5gwEucqxrhffzrcnSRWKS2EMv7 > .row .container { border-width: 0; border-radius: 0; }#zpPthK5gwEucqxrhffzrcnSRWKS2EMv7 > .row > .video-iframe-container {  }#zpPthK5gwEucqxrhffzrcnSRWKS2EMv7 > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#ZT8ovUXvXn8zWD7qNA2UA0wwL0zsLI5x { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:2.8125rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#p81eyJeoUvR7zHcx7cv1TswZ6Csy3dKv { color:#000000;display:block;width:75rem;position:absolute;font-family:brown;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.99951171875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#A0OIWvPlwpa72qT47Z9namPcwLAqPtoE { 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; }#A0OIWvPlwpa72qT47Z9namPcwLAqPtoE > .row .container { background-color: transparent; background-image: none; }#A0OIWvPlwpa72qT47Z9namPcwLAqPtoE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0OIWvPlwpa72qT47Z9namPcwLAqPtoE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0OIWvPlwpa72qT47Z9namPcwLAqPtoE > .row .container > .video-iframe-container { display: none; }#A0OIWvPlwpa72qT47Z9namPcwLAqPtoE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0OIWvPlwpa72qT47Z9namPcwLAqPtoE > .row > .video-iframe-container { display: none; }#A0OIWvPlwpa72qT47Z9namPcwLAqPtoE > .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); }#A0OIWvPlwpa72qT47Z9namPcwLAqPtoE > .row .container { border-width: 0; border-radius: 0; }#A0OIWvPlwpa72qT47Z9namPcwLAqPtoE > .row > .video-iframe-container {  }#A0OIWvPlwpa72qT47Z9namPcwLAqPtoE > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#tQKTGaTS1CH4Ih6SMg8x6P9iTc9RRKc5 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#tQKTGaTS1CH4Ih6SMg8x6P9iTc9RRKc5 { border-width: 0; border-radius: 0; }#tQKTGaTS1CH4Ih6SMg8x6P9iTc9RRKc5 > .row .container > .video-iframe-container {  }#tQKTGaTS1CH4Ih6SMg8x6P9iTc9RRKc5 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:none; }#RJGzttrwCoUZpznRUf52c5xJ9VIZ1IDh { 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;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:brown;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.875rem;left:28.75rem;display:block; }
#d1fTrRIe0xIb97aaiQNaWw4RnDid01tv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZkgceT946dCqazvHxU5aoy18VUnplvJ { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#B1evyuaPcs1bTKvixEeFCuo9it3HpR7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed { display:block; }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAAP2dHT0PMA2neVQlSbASHJF1kcDos7 { top:0.375rem;left:5.34375rem;width:37.0625rem;height:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlewgWk6PxbT3qiDsuz4HSWHULGsWZoT { display:block; }#PlewgWk6PxbT3qiDsuz4HSWHULGsWZoT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlQc4qJPJqxbB44tAbGcOOcNEGeRtHVT { top:1.1875rem;left:20.125rem;width:7.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSe2wOVgfsrNed5SZzFGkIr6fBKOCh2l { top:3.375rem;left:18.123657226562rem;width:11.4375rem;height:2.2995221990934rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4oCt5PlDvnzBwaItc69MDu15kJKUgWO { display:block; }#x4oCt5PlDvnzBwaItc69MDu15kJKUgWO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBakJg5CdJlAzlG0pC1GP3ExQMfi4ECP { top:1.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAMiWf0kVdSoxrMQH0kfciRD9OLVUoFI { top:5.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwpKgB3kmhD8EZw24C8hVGSUGu4ugvfB { width:47.75rem;height:1.6875rem;top:8.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDB1nwum8o08TCBrOVwa1GucuuQTzlfr { top:20.5rem;left:0.125rem;width:23.125rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxVHXWUCpR8V6t4cVcKQVoXzeUpfcxd9 { top:20.375rem;left:24.0625rem;width:23.3125rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6ANniIpOc6UPUn67Tv7iSfkX8bdhMxr { top:18.8125rem;left:0.125rem;width:7.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ems8PWCwcvwTwLgaoDJKTOswlctiaXQf { top:18.625rem;left:25.125rem;width:7.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKg1t9Q9wxQGBkQQQmdLHFTspDuvFDM7 { width:47.75rem;height:5.0625rem;top:11.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEfcVR8KScl2C1BzvPq0AlMGeoSVWgqH { width:47.75rem;height:23.625rem;top:52.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiA4wGbsPFwkngEJEsk0oMIOJMAvKpqd { display:block; }#PiA4wGbsPFwkngEJEsk0oMIOJMAvKpqd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZMWbzNMCT4NoBN6Py9MZI6PvUNzTlH3 { top:2.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4lu1Hia41eVTJ7Jn7p9dloGDUKr67eh { top:7.0625rem;left:0rem;width:47.75rem;height:18.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rThaCo7W7yFLOqCRcB233l0ffOHpBQ4V { top:26.625rem;left:14.5rem;width:18.75rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGO3iwlXBSC0GSLCNumD47hQLeCCUKUg { display:block; }#wGO3iwlXBSC0GSLCNumD47hQLeCCUKUg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyUqntm0ZLTXRx2VR4ZU4ehu4TdcgPSm { top:2.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDB54dpXHsEyqaf1mpSmK4s3TWOqyA2z { top:7.625rem;left:0rem;width:47.75rem;height:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3G8zuh1i6SNDBxqGDym3B9tB3kzdXQ4 { top:34.875rem;left:0rem;width:25rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0dSX5ZzmMHSGC7afyEC7C94OFubxNLh { top:34.875rem;left:22.75rem;width:25rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdDQIsHNdEDT8s9yKyyxlJBAMiqDTEEd { top:33.125rem;left:0rem;width:7.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpPpkEFVT84H2Mgw3tOMP73DfHoPS7ll { top:33.1875rem;left:25.75rem;width:7.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g52cT4xCTDwvPFNL7UTVpipLemBxXhA8 { display:block; }#g52cT4xCTDwvPFNL7UTVpipLemBxXhA8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GihcEHvgMta7eR7K425Hn44GMCkl76CJ { top:1.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDh4io70HV1C271HmiCrgfmhbNXwt6KO { top:6.875rem;left:0rem;width:37.6875rem;height:40.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9vuHTaZXqJBUag62QyCwC6fcfubAU38 { top:8.625rem;left:20.5625rem;width:27.1875rem;height:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNCVJ0mhHTmEi47IsdmtrQTNNpZTV46i { display:block; }#fNCVJ0mhHTmEi47IsdmtrQTNNpZTV46i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hapt2lesXaTnWmzMdUvFTkR998yRdSMn { top:1.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx0LcGhSEutEZTsk0yr0KUAo2OZnmyFh { top:6.3125rem;left:8.875rem;width:29.75rem;height:35.051451596672rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfGfOvZaFDdxZ2r7dEkkHtNU8Q8vuT4y { top:34.3125rem;left:18.4453125rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #u2QTSDKZMTStPQXsapfzhlu1y2Evy0kI { top:53.5625rem;left:0rem;width:47.75rem;height:13.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPt3ZGyfsGCH3EE0yXVVA5nShzBW6CWr { top:49.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtSvBsca88vJCOJm6rSxri0m1K9ELLUI { top:45.3125rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd2REsyMUkVBb3a4fAVs5P41gkez4SWi { display:block; }#cd2REsyMUkVBb3a4fAVs5P41gkez4SWi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6cTPTU5HummMPeGR1iK1WXOswrTxVZz { top:11.25rem;left:7.9375rem;width:28.5rem;height:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiZCP1WCMNVAKH0P9zmuVT3n7sVAl4z8 { top:2.375rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiosK5pF7DL7GSMMq2vN1Jvope6bUiXf { top:9.6875rem;left:0rem;width:22.8125rem;height:50.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWUdh1qaORzziibkF6E2vOwmoxOA2VGX { top:25.8125rem;left:31.375rem;width:5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #gXEUKKmXLZ69PT8E7AleU9rv84pVmnr6 { top:32.125rem;left:31.375rem;width:5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #qli6P0oHBIcruP6S5B3kDlHaub4lEc3e { top:6.8125rem;left:0rem;width:25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk12QnXQNxWlyiPbVoQNgdDRMiTdyidH { top:9.6875rem;left:25.1875rem;width:22.5625rem;height:46.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #raCL3FIWdvvA2yKOUJgyUcAR5CdnFQoZ { top:6.3125rem;left:25.25rem;width:22.5rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVvtGHXORk7Ds9fpMDHJQdIJfbTK0pyx { display:block; }#QVvtGHXORk7Ds9fpMDHJQdIJfbTK0pyx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXMD8gCQH2euPqExhLyrNiTgG9VzxaKi { top:1.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA9AMk27k139uMr2TfGKRhLI5gCB65Rk { top:10.4375rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsNMpTLDfy3LwntQhm54l0ABQqayy1Hh { top:5.0625rem;left:16.28125rem;width:15.1875rem;height:3.1245125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOxBMhNSWyB3xK23EwsFT5gSTZTauWgX { display:block; }#EOxBMhNSWyB3xK23EwsFT5gSTZTauWgX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmU7m0DHbOT9mo0zBwqPJyfhzCWqbT8U { top:1.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnA3yPWdB32EflHyTfmOdwXxcLd8ShVB { top:9.25rem;left:0rem;width:22.8125rem;height:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac1G8XwN0ulDlqdWHbmA2LWQTQp6LTS4 { top:8.1875rem;left:0rem;width:3.25rem;height:2.6367021939078rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBOxfko7sN8TCnAageCFCtDOyHPwGqS { top:21.4375rem;left:10.125rem;width:3.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtOReAyexzsrRk56E46QZpNgQUTM27KB { top:8.9375rem;left:14.25rem;width:33.5rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfIhAkuf6BvmVZWmBAFuI5JdbZzP6Lb9 { top:41.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU6iA9EmhZn3B1tTQm9EggNpTEAAyTIg { top:47.75rem;left:25rem;width:22.75rem;height:13.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JziyPPpR5EBBavKmBGy3sMPQzkEsFJJE { top:46.125rem;left:28.375rem;width:3.25rem;height:2.6367021939078rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWruHgNEg84VH4TTmbtvTxZ1VqGrvwBp { top:59.625rem;left:44.5625rem;width:3.1875rem;height:2.4518127238316rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1PokTk445bLRdrAp7p2ylsqLsqkhe8O { top:46.125rem;left:0rem;width:33.5rem;height:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqBuywwPoHAPetr3mzTBpZJP2RSoiJrZ { top:81.25rem;left:0rem;width:22.625rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTMghvavrewL6ZZEGT5oWbsnwqeEfxEX { top:80.125rem;left:0rem;width:3.25rem;height:2.6367021939078rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL4qzeezn31mRIupMXB7XgEJ1XmGvWm1 { top:88.9375rem;left:8.875rem;width:3.1875rem;height:2.4518127238316rem;display:block; }
 }@media only screen and (max-width: 763px) { #au09xtNxOxlrvmrlZx0g2s4hb2deOTMT { top:80rem;left:14.1875rem;width:33.5625rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXUbElK1s07FpSKNTC4vpvlgCVRtudh3 { top:76.5rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #BJ7g0OPW5poXasTGQUQohiXT8wbJrBwV { top:8.625rem;left:40.5rem;width:0.625rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh7V84svqIKdrKc9FSOgn7ef5a4Fu45B { top:45.6875rem;left:5.125rem;width:0.625rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOk84tP3lMprR3FsnXyiwlHcUmRTVAx1 { top:78.25rem;left:40.3125rem;width:0.5625rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiLT7UU9w27pU6R2tw7BleaTpUKzptVt { top:48.5625rem;left:6.458740234375rem;width:0.625rem;height:33.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpPthK5gwEucqxrhffzrcnSRWKS2EMv7 { display:block; }#zpPthK5gwEucqxrhffzrcnSRWKS2EMv7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZT8ovUXvXn8zWD7qNA2UA0wwL0zsLI5x { top:2.8125rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p81eyJeoUvR7zHcx7cv1TswZ6Csy3dKv { top:7.9375rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0OIWvPlwpa72qT47Z9namPcwLAqPtoE { display:block; }#A0OIWvPlwpa72qT47Z9namPcwLAqPtoE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQKTGaTS1CH4Ih6SMg8x6P9iTc9RRKc5 { display:none; }#tQKTGaTS1CH4Ih6SMg8x6P9iTc9RRKc5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RJGzttrwCoUZpznRUf52c5xJ9VIZ1IDh { width:17.5rem;height:3.4375rem;top:23.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1fTrRIe0xIb97aaiQNaWw4RnDid01tv { display:block; }
 }@media only screen and (max-width: 763px) { #eZkgceT946dCqazvHxU5aoy18VUnplvJ { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #B1evyuaPcs1bTKvixEeFCuo9it3HpR7t { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ef8877;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .row .container { background-color: transparent; background-image: none; }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .row .container > .video-iframe-container { display: none; }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .row > .video-iframe-container { display: none; }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .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); }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .row .container { border-width: 0; border-radius: 0; }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .row > .video-iframe-container {  }#JlTCDpTAy9762G61rtPNpzZAcJ5Hu6ed > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAAP2dHT0PMA2neVQlSbASHJF1kcDos7 { width:20rem;height:2.4375rem;top:0.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PlewgWk6PxbT3qiDsuz4HSWHULGsWZoT { display:block; }#PlewgWk6PxbT3qiDsuz4HSWHULGsWZoT > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlQc4qJPJqxbB44tAbGcOOcNEGeRtHVT { width:7.5rem;height:1.25rem;top:1.1875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSe2wOVgfsrNed5SZzFGkIr6fBKOCh2l { width:11.4375rem;height:2.2995221990934rem;top:4.310302734375rem;left:4.27978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4oCt5PlDvnzBwaItc69MDu15kJKUgWO { display:block; }#x4oCt5PlDvnzBwaItc69MDu15kJKUgWO > .row .container { width:20rem;height:181.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rBakJg5CdJlAzlG0pC1GP3ExQMfi4ECP { width:19.9985625rem;height:10.3984375rem;top:1.25rem;left:0.0009765625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MAMiWf0kVdSoxrMQH0kfciRD9OLVUoFI { width:19.9980625rem;height:6.5800625rem;top:12.362630844116rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gwpKgB3kmhD8EZw24C8hVGSUGu4ugvfB { width:19.9980625rem;height:2.0625rem;top:19.754558563233rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDB1nwum8o08TCBrOVwa1GucuuQTzlfr { width:19.6875rem;height:23.5625rem;top:24.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxVHXWUCpR8V6t4cVcKQVoXzeUpfcxd9 { width:19.6875rem;height:23.5625rem;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6ANniIpOc6UPUn67Tv7iSfkX8bdhMxr { width:7.5610625rem;height:1.625rem;top:23.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ems8PWCwcvwTwLgaoDJKTOswlctiaXQf { width:7.5610625rem;height:1.625rem;top:51.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PKg1t9Q9wxQGBkQQQmdLHFTspDuvFDM7 { width:19.9981875rem;height:20.625rem;top:80rem;left:0.001220703125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEfcVR8KScl2C1BzvPq0AlMGeoSVWgqH { width:19.9975625rem;height:76.875rem;top:102.5rem;left:0.0018310546875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiA4wGbsPFwkngEJEsk0oMIOJMAvKpqd { display:block; }#PiA4wGbsPFwkngEJEsk0oMIOJMAvKpqd > .row .container { width:20rem;height:97.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZMWbzNMCT4NoBN6Py9MZI6PvUNzTlH3 { width:19.999rem;height:6.3369375rem;top:1.5rem;left:0.0009765625rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L4lu1Hia41eVTJ7Jn7p9dloGDUKr67eh { width:19.9980625rem;height:60rem;top:9.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rThaCo7W7yFLOqCRcB233l0ffOHpBQ4V { width:18.75rem;height:22.3125rem;top:70.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGO3iwlXBSC0GSLCNumD47hQLeCCUKUg { display:block; }#wGO3iwlXBSC0GSLCNumD47hQLeCCUKUg > .row .container { width:20rem;height:151.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyUqntm0ZLTXRx2VR4ZU4ehu4TdcgPSm { width:19.9980625rem;height:6.3369375rem;top:1.74853515625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uDB54dpXHsEyqaf1mpSmK4s3TWOqyA2z { width:19.9985625rem;height:82.5rem;top:9.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3G8zuh1i6SNDBxqGDym3B9tB3kzdXQ4 { width:19.9375rem;height:23.5rem;top:95rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0dSX5ZzmMHSGC7afyEC7C94OFubxNLh { width:20rem;height:23.562rem;top:123.68774414062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdDQIsHNdEDT8s9yKyyxlJBAMiqDTEEd { width:7.562rem;height:1.625rem;top:93.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LpPpkEFVT84H2Mgw3tOMP73DfHoPS7ll { width:7.1245rem;height:1.625rem;top:122.125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #g52cT4xCTDwvPFNL7UTVpipLemBxXhA8 { display:block; }#g52cT4xCTDwvPFNL7UTVpipLemBxXhA8 > .row .container { width:20rem;height:119.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GihcEHvgMta7eR7K425Hn44GMCkl76CJ { width:19.9980625rem;height:4.2246125rem;top:1.3740234375rem;left:0.00146484375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VDh4io70HV1C271HmiCrgfmhbNXwt6KO { width:19.9980625rem;height:86.25rem;top:31.3125rem;left:0.00146484375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9vuHTaZXqJBUag62QyCwC6fcfubAU38 { width:15.6875rem;height:23.3125rem;top:6.8125rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNCVJ0mhHTmEi47IsdmtrQTNNpZTV46i { display:block; }#fNCVJ0mhHTmEi47IsdmtrQTNNpZTV46i > .row .container { width:20rem;height:86.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hapt2lesXaTnWmzMdUvFTkR998yRdSMn { width:19.9985625rem;height:2.11230625rem;top:0.8125rem;left:0.0009765625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx0LcGhSEutEZTsk0yr0KUAo2OZnmyFh { width:19.9375rem;height:23.5rem;top:3.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfGfOvZaFDdxZ2r7dEkkHtNU8Q8vuT4y { top:47.9873046875rem;left:0rem;width:19.9995rem;height:0.81225625rem;z-index:15034;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #u2QTSDKZMTStPQXsapfzhlu1y2Evy0kI { width:19.9975625rem;height:43.125rem;top:43.750610351562rem;left:0.0018310546875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPt3ZGyfsGCH3EE0yXVVA5nShzBW6CWr { width:19.9975625rem;height:6.3369375rem;top:36.250610351562rem;left:0.0018310546875rem;font-size:1.625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qtSvBsca88vJCOJm6rSxri0m1K9ELLUI { width:19.9981875rem;height:5.625rem;top:28.750610351562rem;left:0.001220703125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd2REsyMUkVBb3a4fAVs5P41gkez4SWi { display:block; }#cd2REsyMUkVBb3a4fAVs5P41gkez4SWi > .row .container { width:20rem;height:177.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6cTPTU5HummMPeGR1iK1WXOswrTxVZz { width:20rem;height:23.25rem;top:3.26416015625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FiZCP1WCMNVAKH0P9zmuVT3n7sVAl4z8 { width:19.9985625rem;height:4.875rem;top:1.1875rem;left:0.0009765625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiosK5pF7DL7GSMMq2vN1Jvope6bUiXf { width:20rem;height:72.5625rem;top:28.388671875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWUdh1qaORzziibkF6E2vOwmoxOA2VGX { width:5rem;height:0;top:25.8125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gXEUKKmXLZ69PT8E7AleU9rv84pVmnr6 { width:5rem;height:0;top:32.125rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qli6P0oHBIcruP6S5B3kDlHaub4lEc3e { width:20rem;height:1.875rem;top:25.76416015625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk12QnXQNxWlyiPbVoQNgdDRMiTdyidH { width:20rem;height:69.1875rem;top:106.06140136719rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raCL3FIWdvvA2yKOUJgyUcAR5CdnFQoZ { width:20rem;height:1.875rem;top:102.81127929688rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVvtGHXORk7Ds9fpMDHJQdIJfbTK0pyx { display:block; }#QVvtGHXORk7Ds9fpMDHJQdIJfbTK0pyx > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXMD8gCQH2euPqExhLyrNiTgG9VzxaKi { width:19.9980625rem;height:6.3369375rem;top:1.26416015625rem;left:0.00146484375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BA9AMk27k139uMr2TfGKRhLI5gCB65Rk { width:19.9980625rem;height:31.875rem;top:13rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsNMpTLDfy3LwntQhm54l0ABQqayy1Hh { width:13.18725rem;height:2.625rem;top:8.8125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOxBMhNSWyB3xK23EwsFT5gSTZTauWgX { display:block; }#EOxBMhNSWyB3xK23EwsFT5gSTZTauWgX > .row .container { width:20rem;height:115.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmU7m0DHbOT9mo0zBwqPJyfhzCWqbT8U { width:19.999rem;height:4.2246125rem;top:1.9375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MnA3yPWdB32EflHyTfmOdwXxcLd8ShVB { width:19.999rem;height:13.125rem;top:27.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac1G8XwN0ulDlqdWHbmA2LWQTQp6LTS4 { width:2.5rem;height:2rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBOxfko7sN8TCnAageCFCtDOyHPwGqS { width:2.5rem;height:1.875rem;top:41.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtOReAyexzsrRk56E46QZpNgQUTM27KB { width:20rem;height:15.6875rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfIhAkuf6BvmVZWmBAFuI5JdbZzP6Lb9 { width:20rem;height:0.0625rem;top:89.9718984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RU6iA9EmhZn3B1tTQm9EggNpTEAAyTIg { width:19.9995rem;height:15rem;top:65.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JziyPPpR5EBBavKmBGy3sMPQzkEsFJJE { width:2.5rem;height:2rem;top:62.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWruHgNEg84VH4TTmbtvTxZ1VqGrvwBp { width:2.5rem;height:1.875rem;top:79.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1PokTk445bLRdrAp7p2ylsqLsqkhe8O { width:20rem;height:15.6875rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqBuywwPoHAPetr3mzTBpZJP2RSoiJrZ { width:19.999rem;height:7.5rem;top:103.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTMghvavrewL6ZZEGT5oWbsnwqeEfxEX { width:2.5rem;height:2rem;top:101rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL4qzeezn31mRIupMXB7XgEJ1XmGvWm1 { width:2.5rem;height:1.875rem;top:112.375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #au09xtNxOxlrvmrlZx0g2s4hb2deOTMT { width:20rem;height:15.6875rem;top:83.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXUbElK1s07FpSKNTC4vpvlgCVRtudh3 { width:20rem;height:0;top:103.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ7g0OPW5poXasTGQUQohiXT8wbJrBwV { width:0.3125rem;height:17.0625rem;top:6rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh7V84svqIKdrKc9FSOgn7ef5a4Fu45B { width:0.3125rem;height:18.1875rem;top:44.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOk84tP3lMprR3FsnXyiwlHcUmRTVAx1 { width:0.5625rem;height:33.1875rem;top:205.8474234375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TiLT7UU9w27pU6R2tw7BleaTpUKzptVt { width:0.3125rem;height:20.0625rem;top:80.6875rem;left:9.6875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #zpPthK5gwEucqxrhffzrcnSRWKS2EMv7 { display:block; }#zpPthK5gwEucqxrhffzrcnSRWKS2EMv7 > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZT8ovUXvXn8zWD7qNA2UA0wwL0zsLI5x { width:19.9995rem;height:9.375rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #p81eyJeoUvR7zHcx7cv1TswZ6Csy3dKv { width:19.999rem;height:6.5rem;top:14rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A0OIWvPlwpa72qT47Z9namPcwLAqPtoE { position:relative;z-index:auto;display:block; }#A0OIWvPlwpa72qT47Z9namPcwLAqPtoE > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQKTGaTS1CH4Ih6SMg8x6P9iTc9RRKc5 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#tQKTGaTS1CH4Ih6SMg8x6P9iTc9RRKc5 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJGzttrwCoUZpznRUf52c5xJ9VIZ1IDh { width:17.5rem;height:3.4375rem;top:23.875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1fTrRIe0xIb97aaiQNaWw4RnDid01tv { display:block; }
 }@media only screen and (max-width: 763px) { #eZkgceT946dCqazvHxU5aoy18VUnplvJ { top:1.56494140625rem;left:0.001220703125rem;width:19.9981875rem;height:3.4368875rem;z-index:15008;font-family:brown;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #B1evyuaPcs1bTKvixEeFCuo9it3HpR7t { display:block; }
 }