.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: 959px) {
    html {
        width: 960px;
    }
}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); }#ksEnQAz6ZukIGQkhEBc9791mwnUTkDSr { background-color:#2f2f2f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#ksEnQAz6ZukIGQkhEBc9791mwnUTkDSr > .row .container { background-color: transparent; background-image: none; }#ksEnQAz6ZukIGQkhEBc9791mwnUTkDSr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksEnQAz6ZukIGQkhEBc9791mwnUTkDSr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksEnQAz6ZukIGQkhEBc9791mwnUTkDSr > .row .container > .video-iframe-container { display: none; }#ksEnQAz6ZukIGQkhEBc9791mwnUTkDSr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksEnQAz6ZukIGQkhEBc9791mwnUTkDSr > .row > .video-iframe-container { display: none; }#ksEnQAz6ZukIGQkhEBc9791mwnUTkDSr > .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); }#ksEnQAz6ZukIGQkhEBc9791mwnUTkDSr > .row .container { border-width: 0; border-radius: 0; }#ksEnQAz6ZukIGQkhEBc9791mwnUTkDSr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ksEnQAz6ZukIGQkhEBc9791mwnUTkDSr > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#AHnyRQhb7GLW3N7fp44RuI5Q79Kn2QSF { background-color:#03c100;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-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:2.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.625rem;left:31rem;display:block; }
#eT2qC0DX7xKW7k00LHpIvIhNqtKyTEJ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dle0yB0hqxTuTfoLheIKytUGJAiU0Pu2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.0625rem;left:17.9375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dHS0PVowc9vWxXPFvC0S84HW0e2JziUG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:0.375rem;left:13.9375rem;overflow:hidden;display:block; }
#w9G1G995VZKRLdINw6lmnn43eRXriQmO { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row .container { background-color: transparent; background-image: none; }#w9G1G995VZKRLdINw6lmnn43eRXriQmO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row .container > .video-iframe-container { display: none; }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row > .video-iframe-container { display: none; }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .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); }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row .container { border-width: 0; border-radius: 0; }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfbf9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row .container { background-color: transparent; background-image: none; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row .container > .video-iframe-container { display: none; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row > .video-iframe-container { display: none; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .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); }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row .container { border-width: 0; border-radius: 0; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#h1dbkvKdNA7QQo25kK2P3Dn8q4JE0ZQc { box-sizing:content-box;height:3.3125rem;width:43.1875rem;position:absolute;display:block;z-index:15000;background-color:#ff6631;background-image:none;top:1.5rem;left:8.4375rem;display:block; }
#WwNv4LrqNuHRpwU8E906M8cfVZrSlroT { color:#ffffff;display:block;width:42.0625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:9rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8yrRZhayzabZoZ5Co2C2KNUIHsMD4QJ { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:arial;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.6875rem;left:1.09375rem;height:9.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xbeHA4NXqBUJpcgGOs9uIKrQKXCpWwIu { color:#000000;display:block;width:55.375rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.9375rem;left:2.3125rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfbf9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row .container { background-color: transparent; background-image: none; }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row .container > .video-iframe-container { display: none; }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row > .video-iframe-container { display: none; }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .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); }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row .container { border-width: 0; border-radius: 0; }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row .container { font-size:0.875rem;font-family:arial;height:75.5625rem;width:60rem;position:relative;display:block; }#BnciSeDZCpUTRsOex555TfvuhnNaNNBr { box-sizing:content-box;height:72.375rem;width:17.5rem;position:absolute;display:block;z-index:15001;background-color:#d6e7e7;background-image:none;top:0.75rem;left:40.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.4375rem solid #ff6631;border-left:0.4375rem solid #ff6631;border-right:0.4375rem solid #ff6631;border-bottom:0.4375rem solid #ff6631;display:block; }
#E0mrso1mWuN3QGn5eQyor0TzGzAWxpOt { box-sizing:content-box;height:2.8125rem;width:17.6875rem;position:absolute;display:block;z-index:15002;background-color:#ff6631;background-image:none;top:1.1875rem;left:41.1875rem;display:block; }
#hz9vdMTtqLW8u4cv30EFwkmWnsK0bMyK { color:#ffffff;display:block;width:18.25rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.90625rem;left:40.875rem;height:1.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cK9KzVfF1ulgex8ClwJNTB9czVdhN9va { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:16.875rem;top:48.4375rem;left:41.5625rem;overflow:hidden;display:block; }
#FcOUnrM4lDtcpPuUtXtL3wDfGGSpNZUN { color:#000000;display:block;width:38.875rem;position:absolute;font-family:arial;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.5625rem;left:0rem;height:6.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PK1rqWn3FvJWOhcU4eFThKv9THqT2xgt { color:#000000;display:block;width:38.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30.375rem;left:0rem;height:28rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qyMPn4EABWooMQTmdSh3yFf1VnypohUC { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.25rem;left:41.96875rem;height:42.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e6CkNLmDukRhOA4nTFJNuP3gMsiUiOvF { color:#000000;display:block;width:12.375rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:60.25rem;left:41.9375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fOn9eqQ7NmNWvLaXqnfuP2gsA8c4vd00 { color:#ff0000;display:block;width:16.1875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:62.1875rem;left:41.9375rem;height:1.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f1c6HDXWreZUnQub2Wor9gI1IpQZmUFK { background-color:#03c100;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-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.8125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:64.6875rem;left:41.6875rem;display:block; }
#yGCOq7X7ULOblfGoRLgzNShiCDFHskyk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xkyprSux2LoUspm0Ksdsgt8ZZEQQuro8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:70.125rem;left:45.5625rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#coTcJiJb0H1gFI0vSw214DShaC4omc3a { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:69.4375rem;left:41.875rem;overflow:hidden;display:block; }
#tWAOd6KmKsguCrPXN9FsK2SwDH7TONPw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:32.5rem;top:58.4375rem;left:3.7412109375rem;overflow:hidden;display:block; }
#WtK1bR2gvMo8ILKi6xRDyL3ZmgFaCEXM { position:absolute;display:block;z-index:15009;height:21.75rem;width:38.75rem;top:0.75rem;left:0.6162109375rem;display:block; }
#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE { position:relative;display:block; }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE { background-color: transparent; background-image: none; }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .row .container > .video-iframe-container { display: none; }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .row > .video-iframe-container { display: none; }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .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); }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE { border-width: 0; border-radius: 0; }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .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:58.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oA7gLzsNclTXAwnMcdCzeqB0DKe3ZwNi { color:#231414;display:block;width:47.5rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:6.25rem;height:7.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FnaT84uog8QyRWwnhTDNEOXMLNJVhOle { color:#000000;display:block;width:40.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.9375rem;left:9.5625rem;height:45.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WPuAV9agFPogxOAQXPnSOI0raGVdpVP0 { position:relative;display:block; }#WPuAV9agFPogxOAQXPnSOI0raGVdpVP0 { background-color: transparent; background-image: none; }#WPuAV9agFPogxOAQXPnSOI0raGVdpVP0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPuAV9agFPogxOAQXPnSOI0raGVdpVP0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPuAV9agFPogxOAQXPnSOI0raGVdpVP0 > .row .container > .video-iframe-container { display: none; }#WPuAV9agFPogxOAQXPnSOI0raGVdpVP0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPuAV9agFPogxOAQXPnSOI0raGVdpVP0 > .row > .video-iframe-container { display: none; }#WPuAV9agFPogxOAQXPnSOI0raGVdpVP0 > .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); }#WPuAV9agFPogxOAQXPnSOI0raGVdpVP0 { border-width: 0; border-radius: 0; }#WPuAV9agFPogxOAQXPnSOI0raGVdpVP0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WPuAV9agFPogxOAQXPnSOI0raGVdpVP0 > .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:43.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tkTDiSgLXsFMFO9V40yxgNWu23rOPDRZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.125rem;width:43.125rem;top:0rem;left:8.4375rem;overflow:hidden;display:block; }
#Fai0nZ8I8L7aC8sT7AJeoQkPp7eBdLk5 { position:relative;display:block; }#Fai0nZ8I8L7aC8sT7AJeoQkPp7eBdLk5 { background-color: transparent; background-image: none; }#Fai0nZ8I8L7aC8sT7AJeoQkPp7eBdLk5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fai0nZ8I8L7aC8sT7AJeoQkPp7eBdLk5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fai0nZ8I8L7aC8sT7AJeoQkPp7eBdLk5 > .row .container > .video-iframe-container { display: none; }#Fai0nZ8I8L7aC8sT7AJeoQkPp7eBdLk5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fai0nZ8I8L7aC8sT7AJeoQkPp7eBdLk5 > .row > .video-iframe-container { display: none; }#Fai0nZ8I8L7aC8sT7AJeoQkPp7eBdLk5 > .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); }#Fai0nZ8I8L7aC8sT7AJeoQkPp7eBdLk5 { border-width: 0; border-radius: 0; }#Fai0nZ8I8L7aC8sT7AJeoQkPp7eBdLk5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Fai0nZ8I8L7aC8sT7AJeoQkPp7eBdLk5 > .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:68.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uqR03KyxWwZFUcCawHEQZcnbcWKT4T8V { color:#000000;display:block;width:35.5rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.75rem;left:12.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SNc4DyHKDRD1ZIZVlWrLtD1kFhisbT75 { color:#000000;display:block;width:40.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5625rem;left:9.5625rem;height:57.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wKXRvZ4Jpq1P3hwvz7plpoHqgVLGzVc5 { position:relative;display:block; }#wKXRvZ4Jpq1P3hwvz7plpoHqgVLGzVc5 { background-color: transparent; background-image: none; }#wKXRvZ4Jpq1P3hwvz7plpoHqgVLGzVc5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKXRvZ4Jpq1P3hwvz7plpoHqgVLGzVc5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKXRvZ4Jpq1P3hwvz7plpoHqgVLGzVc5 > .row .container > .video-iframe-container { display: none; }#wKXRvZ4Jpq1P3hwvz7plpoHqgVLGzVc5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wKXRvZ4Jpq1P3hwvz7plpoHqgVLGzVc5 > .row > .video-iframe-container { display: none; }#wKXRvZ4Jpq1P3hwvz7plpoHqgVLGzVc5 > .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); }#wKXRvZ4Jpq1P3hwvz7plpoHqgVLGzVc5 { border-width: 0; border-radius: 0; }#wKXRvZ4Jpq1P3hwvz7plpoHqgVLGzVc5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wKXRvZ4Jpq1P3hwvz7plpoHqgVLGzVc5 > .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:158.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uappxUGbuHguNWOOOhRFZfPR6XWSRoIu { box-sizing:content-box;height:152.75rem;width:40.875rem;position:absolute;display:block;z-index:15000;background-color:#fdfbf9;background-image:none;top:1.375rem;left:9.3125rem;border-top:0.3125rem dashed #ff6631;border-left:0.3125rem dashed #ff6631;border-right:0.3125rem dashed #ff6631;border-bottom:0.3125rem dashed #ff6631;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#IAOt6tJN173MmngBDosyLtsvtCTsQtvl { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:11.90625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z3hgO2tHE1xIPUsrnRGJcmL0f950WInD { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.4375rem;left:10.96875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vyo8tihe7skN0TDHeKVNhU7dB3TftU4n { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:33rem;top:13.9375rem;left:13.5rem;overflow:hidden;display:block; }
#K33HrLwTzyJdvJNdAWHf7cIBdOpT8FfD { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:40.125rem;left:11.90625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ld037T3MSxaVm5PlvsHs9D3rouzf1dTf { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:43.3125rem;left:11.90625rem;height:29.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AtSdy2RO7lL9VOM6q25qIa8DNQy1FnBP { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:75rem;left:11.9375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PbyiQdUl5cuNMWomUPQ8t8WWiFARSSgP { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:78.5625rem;left:11.9375rem;height:24.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wcV1uKS6hFXIgm7v1gWBqlkh5eFy3WX3 { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:105.5rem;left:11.9375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fBZhofoTTm3OgZKTJAqceOWZ1onptpMV { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:108.8125rem;left:11.9375rem;height:21.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dinGxn5oxX1gClZht680nvK4OEhFONvk { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:132.6875rem;left:18.1875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cu2x1qEcWkfkLwDRTzPr3dEJhmzQI7wZ { color:#000000;display:block;width:29.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:135.4375rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CxMCdpDCzIU9VTsHJ6u2LIdo2l40iRK7 { background-color:#00c12d;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-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:5.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:139.0625rem;left:14.9375rem;display:block; }
#wISq9EdZFFI6oCZTbsb6qZmJ0oIvfedU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i1RClhw5LTRFA8MHevKMoUZETMCqENe2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:146.8125rem;left:14.9375rem;overflow:hidden;display:block; }
#XsT4MXD09A3rvBtfTNt25RLmISEXyw2z { color:#000000;display:block;width:24.25rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:148.4375rem;left:20.875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UkzQp4gGnITbq5ce7cN348TaO7ofEVGc { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:146.8125rem;left:20.875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mice6u4eGk452iDgBa14wlsakrfIVtXO { color:#000000;display:block;width:29.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:129.625rem;left:15.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#p6Gni0lp2tyUAKgDZru5ardGhcxVeJpm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6e7e7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#p6Gni0lp2tyUAKgDZru5ardGhcxVeJpm > .row .container { border-width: 0; border-radius: 0; }#p6Gni0lp2tyUAKgDZru5ardGhcxVeJpm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p6Gni0lp2tyUAKgDZru5ardGhcxVeJpm > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:none; }#JdJDZNLLQBnh632D1r3E3Z7VFlkipHbR { box-sizing:content-box;height:30.75rem;width:17.625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:1.75rem;left:1.1875rem;display:block; }
#i7hM8AFv63dSZfxmWGQ8E92J42ZNrthO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:3.5rem;top:3.0625rem;left:1.875rem;overflow:hidden;display:block; }
#m5yTP0w1XTL4MeBsAdv0L7dWBisUFS6z { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.5rem;top:6.8125rem;left:1.875rem;overflow:hidden;display:block; }
#ABUvqWPZ46XBqLMyMGSfnoPrHfudI1I9 { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8125rem;left:11.6875rem;height:1.25rem;font-style:normal;display:block; }
#LsxIbZoApTUIGb1uScbtT9Pkvqw4TBsZ { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.5rem;left:1.875rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CteoGmVXv895tAJpEwbAPhbNms0kOr7o { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:14.75rem;left:1.96875rem;height:13.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UOhXlO4CdDz4VTpRnLUq3qDAo6octfLc { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:29.8125rem;left:1.96875rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tu6012VuXTKlHvzdIIZXD7ZTEc73Bgwm { box-sizing:content-box;height:31.5rem;width:17.625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:1.75rem;left:21.1875rem;display:block; }
#f782GISxMsAuClJp3iVSSO5aPicTAmGF { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.625rem;left:21.96875rem;height:15.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RSfoBoVZmmlpMA4SlztbwVIMakuKSpVl { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:30.5625rem;left:21.96875rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ebeADA1yA18dpi0Xof0dsLXCA8oN5Gyf { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.5rem;left:21.875rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F8ss4L32WHsWZUMKpsfpvxZK8WGCs2mS { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.5rem;top:6.8125rem;left:21.875rem;overflow:hidden;display:block; }
#W3S8uOzfsKktWW2JUKGOD9sJx0GLlPEM { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:6.8125rem;left:31.6875rem;height:1.25rem;font-style:normal;display:block; }
#sJckNXAcKnogmmpAUvzJNi9CeGCNL5vW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:3.5rem;top:3.0625rem;left:21.875rem;overflow:hidden;display:block; }
#gosFeGbfJc23dOMTG8ruGyihQcNRZc30 { box-sizing:content-box;height:29.125rem;width:17.625rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:1.75rem;left:41.1875rem;display:block; }
#iPnrT2WsM7lgnt5TDEHSGMZR3U8TLH3w { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13rem;left:41.96875rem;height:13.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yqVgtMiBr3I10HFhzpOlgTzrr8O4hnQe { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:27.8125rem;left:41.96875rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ztpf2Z7rRXvse6L5TA1NVis1Esmvuy0r { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.5rem;left:41.96875rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lGOCmBakrXV1OcsNLdQuNyMQ2PQ04DTL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.5rem;top:6.8125rem;left:42rem;overflow:hidden;display:block; }
#b0wmNSuN8CqGfbzamHtgZ1LWt8TTXuhR { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:6.8125rem;left:52.1875rem;height:1.25rem;font-style:normal;display:block; }
#OToIGIVtXT2Ni3itSKD8EkvqDUtuP3Jk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:3.5rem;top:3.0625rem;left:42rem;overflow:hidden;display:block; }
#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC { position:relative;display:block; }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC { background-color: transparent; background-image: none; }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .row .container > .video-iframe-container { display: none; }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .row > .video-iframe-container { display: none; }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .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); }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC { border-width: 0; border-radius: 0; }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .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:10.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZfHgzTT0chyH0bZTXkRSUUlEhgMZqptr { color:#000000;display:block;width:40.875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:9.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NmkJed45TSo2mOcI2pAwURO0aPeW8Nkx { position:relative;display:block; }#NmkJed45TSo2mOcI2pAwURO0aPeW8Nkx { background-color: transparent; background-image: none; }#NmkJed45TSo2mOcI2pAwURO0aPeW8Nkx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmkJed45TSo2mOcI2pAwURO0aPeW8Nkx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmkJed45TSo2mOcI2pAwURO0aPeW8Nkx > .row .container > .video-iframe-container { display: none; }#NmkJed45TSo2mOcI2pAwURO0aPeW8Nkx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmkJed45TSo2mOcI2pAwURO0aPeW8Nkx > .row > .video-iframe-container { display: none; }#NmkJed45TSo2mOcI2pAwURO0aPeW8Nkx > .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); }#NmkJed45TSo2mOcI2pAwURO0aPeW8Nkx { border-width: 0; border-radius: 0; }#NmkJed45TSo2mOcI2pAwURO0aPeW8Nkx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NmkJed45TSo2mOcI2pAwURO0aPeW8Nkx > .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:16.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Pl7eJITs53hXWBkVfT9xfXWN2G5nmR3T { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;top:2.5rem;left:19.75rem;display:block; }
#iQM8byWurcAgKxQWpn3OxUlmRd0yNHsw { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:19.75rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WrxeRKEQl49ZFiNO1SzCFQnwBUVTpyl3 { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:19.75rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wxiqPFlmdTvDUZCCpMM3zmHqdF3fiElT { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.25rem;left:32.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y8Iyot0ctbrQk4Ja9Z99UCTPWTao19OO { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:5.9375rem;top:4.375rem;left:12.5625rem;overflow:hidden;display:block; }
#ka8fp0bG6Fiys1k5XpcPIIGMAJRrQa6b { position:relative;display:block; }#ka8fp0bG6Fiys1k5XpcPIIGMAJRrQa6b { background-color: transparent; background-image: none; }#ka8fp0bG6Fiys1k5XpcPIIGMAJRrQa6b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka8fp0bG6Fiys1k5XpcPIIGMAJRrQa6b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka8fp0bG6Fiys1k5XpcPIIGMAJRrQa6b > .row .container > .video-iframe-container { display: none; }#ka8fp0bG6Fiys1k5XpcPIIGMAJRrQa6b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ka8fp0bG6Fiys1k5XpcPIIGMAJRrQa6b > .row > .video-iframe-container { display: none; }#ka8fp0bG6Fiys1k5XpcPIIGMAJRrQa6b > .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); }#ka8fp0bG6Fiys1k5XpcPIIGMAJRrQa6b { border-width: 0; border-radius: 0; }#ka8fp0bG6Fiys1k5XpcPIIGMAJRrQa6b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ka8fp0bG6Fiys1k5XpcPIIGMAJRrQa6b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XNyKyIwSwcM0bm7HoEm3289yyFwlPpBn { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;top:2.5rem;left:19.75rem;display:block; }
#ZNrCv6kGLuD8TI4qXqT9R167UU5XGPoJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:19.75rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MyDpm4XQHQ2Tlw08cVwSivCJanvV2kBP { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:19.75rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DdDOvMXmPqJro3Uzzh3FIpDirfrfSuh9 { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:15.5625rem;left:32.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gdUmullHbixM58hdliO7azJG1FTec02R { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:5.9375rem;top:4.125rem;left:12.5625rem;overflow:hidden;display:block; }
#ni4LMZwi3DZJ90KTFxSeUAIHApN3PmTA { position:relative;display:block; }#ni4LMZwi3DZJ90KTFxSeUAIHApN3PmTA { background-color: transparent; background-image: none; }#ni4LMZwi3DZJ90KTFxSeUAIHApN3PmTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni4LMZwi3DZJ90KTFxSeUAIHApN3PmTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni4LMZwi3DZJ90KTFxSeUAIHApN3PmTA > .row .container > .video-iframe-container { display: none; }#ni4LMZwi3DZJ90KTFxSeUAIHApN3PmTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni4LMZwi3DZJ90KTFxSeUAIHApN3PmTA > .row > .video-iframe-container { display: none; }#ni4LMZwi3DZJ90KTFxSeUAIHApN3PmTA > .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); }#ni4LMZwi3DZJ90KTFxSeUAIHApN3PmTA { border-width: 0; border-radius: 0; }#ni4LMZwi3DZJ90KTFxSeUAIHApN3PmTA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ni4LMZwi3DZJ90KTFxSeUAIHApN3PmTA > .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:16.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kud5xdbXXta8LE4cBSgSprK2exy87AST { box-sizing:content-box;height:2.5625rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;top:2.5rem;left:19.75rem;display:block; }
#cARlEUfDprJBmnvKSyOxDpFU4niC89JR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:19.75rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3XNvSuHIveuVrhM1EdMCP20AC5BD97L { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.8125rem;left:19.75rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c8zv7VztCXbqUdgWfUetCBKmR5ShJcAs { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.9375rem;left:32.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rOTUrQxHkcqZLbuFvLUJ7nFnpgwtEX7R { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:5.9375rem;top:4.375rem;left:12.5625rem;overflow:hidden;display:block; }
#a0gnrolIbmnXKKJhPJFzRtzsmTIrdFag { position:relative;display:block; }#a0gnrolIbmnXKKJhPJFzRtzsmTIrdFag { background-color: transparent; background-image: none; }#a0gnrolIbmnXKKJhPJFzRtzsmTIrdFag::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0gnrolIbmnXKKJhPJFzRtzsmTIrdFag > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0gnrolIbmnXKKJhPJFzRtzsmTIrdFag > .row .container > .video-iframe-container { display: none; }#a0gnrolIbmnXKKJhPJFzRtzsmTIrdFag > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0gnrolIbmnXKKJhPJFzRtzsmTIrdFag > .row > .video-iframe-container { display: none; }#a0gnrolIbmnXKKJhPJFzRtzsmTIrdFag > .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); }#a0gnrolIbmnXKKJhPJFzRtzsmTIrdFag { border-width: 0; border-radius: 0; }#a0gnrolIbmnXKKJhPJFzRtzsmTIrdFag > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#a0gnrolIbmnXKKJhPJFzRtzsmTIrdFag > .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:35.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pI3Rz2xw9b7T23xvVbPWw7eTIocpLMmU { box-sizing:content-box;height:30.125rem;width:40.875rem;position:absolute;display:block;z-index:15001;background-color:#fdfbf9;background-image:none;top:1.875rem;left:9.3125rem;border-top:0.3125rem dashed #ff6631;border-left:0.3125rem dashed #ff6631;border-right:0.3125rem dashed #ff6631;border-bottom:0.3125rem dashed #ff6631;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#SFRkDAOiAwR1TdoE3Zr2iD5ddx84hNLI { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:11.90625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KGfLNo4acw13AUIyyP8rBIo1uOFuaMfP { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:18.15625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6lbTI1Qo31FwCcrq1cTNcQXbeEq1di5 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.75rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#stshae9WQfGrSSlO09hPSSUuoGTkgaxb { background-color:#00c12d;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-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:5.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.1875rem;left:14.9375rem;display:block; }
#kQBTSNAUnkfy9N6C8ifcdurLa0HJs2kh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qN9pAvCapt7ERXU0Q5TrGcm7oVx8MLT7 { color:#000000;display:block;width:24.25rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.5625rem;left:20.875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vkr6PhvuWLC9OaHG9h1DtNez3LC7f1pl { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:24.9375rem;left:14.9375rem;overflow:hidden;display:block; }
#eIFZTqeTpQlJEoWnQpLiDqdHekVcrPbG { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:24.9375rem;left:20.875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#crAQsT8eq8QFiolLEZTzH9PFHPNxcyH1 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.375rem;left:15.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ISVzTSposS6riZes3TINVqcXBI4wCKE6 { position:relative;display:block; }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 { background-color: transparent; background-image: none; }#ISVzTSposS6riZes3TINVqcXBI4wCKE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .row .container > .video-iframe-container { display: none; }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .row > .video-iframe-container { display: none; }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .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); }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 { border-width: 0; border-radius: 0; }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .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:189.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SAbw9k3KLJ49b5qkiM2AzokCB5wnpUFF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:40.875rem;top:37.4375rem;left:9.875rem;overflow:hidden;display:block; }
#udSc025BaFRtX0wVKilk8LBNL6xOrlv9 { color:#000000;display:block;width:33rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3rem;left:13.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a7n8Xhy44wA93Erw2WdO8TIfG271iU3d { color:#000000;display:block;width:40.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.625rem;left:9.5625rem;height:26.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sAmG2JTOHrB3KoIDLtpTnCTdHG87iSB0 { color:#000000;display:block;width:40.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:71.0625rem;left:9.875rem;height:28rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rCeePFlKtQB42K3du63zImQldmd3Spoh { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:101.3125rem;left:12.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1thc4CkTqnV9iPIwTJJXTapeHC6yz8k { color:#000000;display:block;width:40.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:108.5625rem;left:9.25rem;height:26.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l8olm2Psyf1mxu3MB4P6ogDXokTiH44q { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:136.4375rem;left:12.25rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qITt6EXQz7MWM1b6cllJE9xVed33yn0n { color:#000000;display:block;width:40.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:143.1875rem;left:9.875rem;height:43.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PbHpbSua6P9ik5E5K0SIIl0lNOTty6CA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6e7e7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PbHpbSua6P9ik5E5K0SIIl0lNOTty6CA > .row .container { background-color: transparent; background-image: none; }#PbHpbSua6P9ik5E5K0SIIl0lNOTty6CA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbHpbSua6P9ik5E5K0SIIl0lNOTty6CA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbHpbSua6P9ik5E5K0SIIl0lNOTty6CA > .row .container > .video-iframe-container { display: none; }#PbHpbSua6P9ik5E5K0SIIl0lNOTty6CA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbHpbSua6P9ik5E5K0SIIl0lNOTty6CA > .row > .video-iframe-container { display: none; }#PbHpbSua6P9ik5E5K0SIIl0lNOTty6CA > .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); }#PbHpbSua6P9ik5E5K0SIIl0lNOTty6CA > .row .container { border-width: 0; border-radius: 0; }#PbHpbSua6P9ik5E5K0SIIl0lNOTty6CA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PbHpbSua6P9ik5E5K0SIIl0lNOTty6CA > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#tlxMTnrgyUEGSzKCRmFvKc45P98CDUAU { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2rem;left:11.90625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JNnhn0m4lbCAFy0GSigOZEkFCOyQCiQN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6e7e7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JNnhn0m4lbCAFy0GSigOZEkFCOyQCiQN > .row .container { background-color: transparent; background-image: none; }#JNnhn0m4lbCAFy0GSigOZEkFCOyQCiQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNnhn0m4lbCAFy0GSigOZEkFCOyQCiQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNnhn0m4lbCAFy0GSigOZEkFCOyQCiQN > .row .container > .video-iframe-container { display: none; }#JNnhn0m4lbCAFy0GSigOZEkFCOyQCiQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNnhn0m4lbCAFy0GSigOZEkFCOyQCiQN > .row > .video-iframe-container { display: none; }#JNnhn0m4lbCAFy0GSigOZEkFCOyQCiQN > .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); }#JNnhn0m4lbCAFy0GSigOZEkFCOyQCiQN > .row .container { border-width: 0; border-radius: 0; }#JNnhn0m4lbCAFy0GSigOZEkFCOyQCiQN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JNnhn0m4lbCAFy0GSigOZEkFCOyQCiQN > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:60rem;position:relative;display:block; }#CxkaiL03aHqa45bP6gvInLakvIkGAke6 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.34375rem;left:3.125rem;height:7.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXCA7Xoi184BJEc6kTTAnCskzWy93n0i { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:19.625rem;top:0.8125rem;left:0.1875rem;overflow:hidden;display:block; }
#ZFJnTWbKpz4Wn3USgw73BxKH4eV29Wo9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:19.625rem;top:0.8125rem;left:20.1875rem;overflow:hidden;display:block; }
#nLQZQr6GLbPLiZG62dVcPaiEBwswQMoz { color:#000000;display:block;width:13.75rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.375rem;left:23.125rem;height:7.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1X2J08UhLwQA6OM2ScnTCiPfgBeafl7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:19.625rem;top:0.8125rem;left:40.1875rem;overflow:hidden;display:block; }
#lJJybZqJdXBCb2PXKc7wX3VSlxgCmq61 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.40625rem;left:43.125rem;height:7.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yDnpL9yPKsd6yxMarzucOB1f5p0KLAcV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6e7e7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yDnpL9yPKsd6yxMarzucOB1f5p0KLAcV > .row .container { background-color: transparent; background-image: none; }#yDnpL9yPKsd6yxMarzucOB1f5p0KLAcV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDnpL9yPKsd6yxMarzucOB1f5p0KLAcV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDnpL9yPKsd6yxMarzucOB1f5p0KLAcV > .row .container > .video-iframe-container { display: none; }#yDnpL9yPKsd6yxMarzucOB1f5p0KLAcV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDnpL9yPKsd6yxMarzucOB1f5p0KLAcV > .row > .video-iframe-container { display: none; }#yDnpL9yPKsd6yxMarzucOB1f5p0KLAcV > .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); }#yDnpL9yPKsd6yxMarzucOB1f5p0KLAcV > .row .container { border-width: 0; border-radius: 0; }#yDnpL9yPKsd6yxMarzucOB1f5p0KLAcV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yDnpL9yPKsd6yxMarzucOB1f5p0KLAcV > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:60rem;position:relative;display:block; }#S9JebrrV4LLrwDmCAk8mtRqfwzknPgz2 { color:#000000;display:block;width:13.75rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.34375rem;left:3.125rem;height:9.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GWaGFEtUtT9oQepdBlNu0ZTg3qlRgOeE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:19.625rem;top:0.8125rem;left:0.1875rem;overflow:hidden;display:block; }
#QDTTRa9xTMslf7gEVtpunKatWG9oLhp9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:19.625rem;top:0.8125rem;left:20.1875rem;overflow:hidden;display:block; }
#Ey7LNiItvN29OsCabVWMAlZsrvIntEQN { color:#000000;display:block;width:13.75rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.375rem;left:23.125rem;height:7.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PAy8tcAkUTcmEqNBg5eU1oDMGo14GPqz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.625rem;width:19.625rem;top:0.8125rem;left:40.1875rem;overflow:hidden;display:block; }
#To1NQyTLStrr3LmufJh2yVwqv3uWlfqQ { color:#000000;display:block;width:13.75rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.40625rem;left:43.125rem;height:7.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anqytK8g1AmOSyPc5NVRdd7dd6GvOyb1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6e7e7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#anqytK8g1AmOSyPc5NVRdd7dd6GvOyb1 > .row .container { background-color: transparent; background-image: none; }#anqytK8g1AmOSyPc5NVRdd7dd6GvOyb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anqytK8g1AmOSyPc5NVRdd7dd6GvOyb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anqytK8g1AmOSyPc5NVRdd7dd6GvOyb1 > .row .container > .video-iframe-container { display: none; }#anqytK8g1AmOSyPc5NVRdd7dd6GvOyb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anqytK8g1AmOSyPc5NVRdd7dd6GvOyb1 > .row > .video-iframe-container { display: none; }#anqytK8g1AmOSyPc5NVRdd7dd6GvOyb1 > .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); }#anqytK8g1AmOSyPc5NVRdd7dd6GvOyb1 > .row .container { border-width: 0; border-radius: 0; }#anqytK8g1AmOSyPc5NVRdd7dd6GvOyb1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anqytK8g1AmOSyPc5NVRdd7dd6GvOyb1 > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:block; }#bovrToLM9yqenWsKqlRnSoPeQSJVHS6d { color:#000000;display:block;width:40.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.625rem;left:9.5625rem;height:12.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#reKFbcWSRacOm7bwL7mWQKDfMAr5F2B5 { position:relative;display:block; }#reKFbcWSRacOm7bwL7mWQKDfMAr5F2B5 { background-color: transparent; background-image: none; }#reKFbcWSRacOm7bwL7mWQKDfMAr5F2B5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reKFbcWSRacOm7bwL7mWQKDfMAr5F2B5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reKFbcWSRacOm7bwL7mWQKDfMAr5F2B5 > .row .container > .video-iframe-container { display: none; }#reKFbcWSRacOm7bwL7mWQKDfMAr5F2B5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reKFbcWSRacOm7bwL7mWQKDfMAr5F2B5 > .row > .video-iframe-container { display: none; }#reKFbcWSRacOm7bwL7mWQKDfMAr5F2B5 > .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); }#reKFbcWSRacOm7bwL7mWQKDfMAr5F2B5 { border-width: 0; border-radius: 0; }#reKFbcWSRacOm7bwL7mWQKDfMAr5F2B5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#reKFbcWSRacOm7bwL7mWQKDfMAr5F2B5 > .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:35.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aIQbObLyZeClIIdD5RFm42zLVaqqfaVH { box-sizing:content-box;height:30.125rem;width:40.875rem;position:absolute;display:block;z-index:15001;background-color:#fdfbf9;background-image:none;top:1.875rem;left:9.3125rem;border-top:0.3125rem dashed #ff6631;border-left:0.3125rem dashed #ff6631;border-right:0.3125rem dashed #ff6631;border-bottom:0.3125rem dashed #ff6631;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#U2C9UcILO0NoDllTDZh6dAqU4z48ctdl { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.1875rem;left:11.90625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJDnLSFAcniiNVCFGzHaEqEmP1TsJ4Ht { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:18.15625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gtQTsJBygU0Cu0Lm0DgFPm7dLof7ihkN { color:#000000;display:block;width:29.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.75rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AVGbh5d4bU1GrSbMMwyL6SXZbhU43wy9 { background-color:#00c12d;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-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:5.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:17.1875rem;left:14.9375rem;display:block; }
#zS5s538TPP2728fAXKwLdl3udPhxmLaV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t4qukfG9eymeuJB8FUh3XOEi2HcN7Pvt { color:#000000;display:block;width:24.25rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.5625rem;left:20.875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vR9TFXPHCGMf9iXr3vRLcufs5K77TcL7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:24.9375rem;left:14.9375rem;overflow:hidden;display:block; }
#DeE7wHoUI1dRN0yWeU3PIKprciywiRbT { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:24.9375rem;left:20.875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ai1ZxuwrPFEQgqR6dBtm2FA7XCfSTIfv { color:#000000;display:block;width:29.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.375rem;left:15.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm { position:relative;display:block; }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm { background-color: transparent; background-image: none; }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .row .container > .video-iframe-container { display: none; }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .row > .video-iframe-container { display: none; }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .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); }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm { border-width: 0; border-radius: 0; }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .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:49.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eIcm1ax42MkK3yxqJFklSMlPWg3HpvJ7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:8.4375rem;top:1.75rem;left:25.78125rem;overflow:hidden;display:block; }
#oXNyK0BPeTXWlJIT8IsogAfewrxmfDCs { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11rem;left:11.90625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IryZVV45Nu9rIK3sDoMvTzdqJiZT5vw7 { color:#000000;display:block;width:40.875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.9375rem;left:9.5625rem;height:29.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT { position:relative;display:block; }#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT { background-color: transparent; background-image: none; }#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT > .row .container > .video-iframe-container { display: none; }#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT > .row > .video-iframe-container { display: none; }#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT > .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); }#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT { border-width: 0; border-radius: 0; }#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT > .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:20.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#waBzcKOxVb3OiRDeKzcS5HaUArmMrwfg { color:#000000;display:block;width:39rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.0625rem;left:10.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rz4cChSqMvA1XIwhlcTDNEB49tcrad6T { color:#000000;display:block;width:39rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.625rem;left:10.5rem;height:13.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A2t7qwau5kbLsKiD4Al8BdZNd5FV1zgT { color:#000000;display:block;width:40.875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.6875rem;left:9.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XmVR3dAEr5qKRddXG0Twv6tgtKgoTucq { box-sizing:content-box;height:16.0625rem;width:40.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:4.5rem;left:9.4375rem;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-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#PAf7Mn5pUGxyRf7o6edNEfago0BnPefe { position:relative;display:block; }#PAf7Mn5pUGxyRf7o6edNEfago0BnPefe { background-color: transparent; background-image: none; }#PAf7Mn5pUGxyRf7o6edNEfago0BnPefe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAf7Mn5pUGxyRf7o6edNEfago0BnPefe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAf7Mn5pUGxyRf7o6edNEfago0BnPefe > .row .container > .video-iframe-container { display: none; }#PAf7Mn5pUGxyRf7o6edNEfago0BnPefe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PAf7Mn5pUGxyRf7o6edNEfago0BnPefe > .row > .video-iframe-container { display: none; }#PAf7Mn5pUGxyRf7o6edNEfago0BnPefe > .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); }#PAf7Mn5pUGxyRf7o6edNEfago0BnPefe { border-width: 0; border-radius: 0; }#PAf7Mn5pUGxyRf7o6edNEfago0BnPefe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PAf7Mn5pUGxyRf7o6edNEfago0BnPefe > .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:14.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m4aJ1r3bwy6F1brVGGUkCrTfzx6E7Qyy { color:#000000;display:block;width:39rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#exbe8Eewt1efmdEQqXTl7XZsVZpRAeMa { color:#000000;display:block;width:39rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.625rem;left:10.5rem;height:9.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QBdo0fmXLrct6dx58h17TEO1np2WQHag { box-sizing:content-box;height:12.75rem;width:40.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:1.125rem;left:9.4375rem;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-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#QCKoRPcTnskLwhFnn9CqPGsabpEwk6it { position:relative;display:block; }#QCKoRPcTnskLwhFnn9CqPGsabpEwk6it { background-color: transparent; background-image: none; }#QCKoRPcTnskLwhFnn9CqPGsabpEwk6it::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCKoRPcTnskLwhFnn9CqPGsabpEwk6it > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCKoRPcTnskLwhFnn9CqPGsabpEwk6it > .row .container > .video-iframe-container { display: none; }#QCKoRPcTnskLwhFnn9CqPGsabpEwk6it > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCKoRPcTnskLwhFnn9CqPGsabpEwk6it > .row > .video-iframe-container { display: none; }#QCKoRPcTnskLwhFnn9CqPGsabpEwk6it > .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); }#QCKoRPcTnskLwhFnn9CqPGsabpEwk6it { border-width: 0; border-radius: 0; }#QCKoRPcTnskLwhFnn9CqPGsabpEwk6it > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QCKoRPcTnskLwhFnn9CqPGsabpEwk6it > .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:11.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GadOILXaJZLB8e1uOz2lqFycGLLCMCth { color:#000000;display:block;width:39rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OaV1xp8XuH3EQR3rdLOiifSqAK00qN81 { color:#000000;display:block;width:39rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:4.25rem;left:10.5rem;height:5.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RHl2VATvsmFNqOWiuEOv7in5w1nRmfrB { box-sizing:content-box;height:9.8125rem;width:40.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:1.25rem;left:9.4375rem;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-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#sTOHk6n5Mx0r2dcr3rOXsaBBzRZx2vUH { position:relative;display:block; }#sTOHk6n5Mx0r2dcr3rOXsaBBzRZx2vUH { background-color: transparent; background-image: none; }#sTOHk6n5Mx0r2dcr3rOXsaBBzRZx2vUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTOHk6n5Mx0r2dcr3rOXsaBBzRZx2vUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTOHk6n5Mx0r2dcr3rOXsaBBzRZx2vUH > .row .container > .video-iframe-container { display: none; }#sTOHk6n5Mx0r2dcr3rOXsaBBzRZx2vUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sTOHk6n5Mx0r2dcr3rOXsaBBzRZx2vUH > .row > .video-iframe-container { display: none; }#sTOHk6n5Mx0r2dcr3rOXsaBBzRZx2vUH > .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); }#sTOHk6n5Mx0r2dcr3rOXsaBBzRZx2vUH { border-width: 0; border-radius: 0; }#sTOHk6n5Mx0r2dcr3rOXsaBBzRZx2vUH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sTOHk6n5Mx0r2dcr3rOXsaBBzRZx2vUH > .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:14.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dJNuBKT5pzKraqfSZWwkOGqgzbB1WXz9 { color:#000000;display:block;width:39rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CKhgtrVmwgkh1wqcbQ4IRBt6pkwNcpQZ { color:#000000;display:block;width:39rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.875rem;left:10.5rem;height:9.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iik5vhBlkJo8GJyEVDITTCHhOEQ0ZFId { box-sizing:content-box;height:12.625rem;width:40.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:1.5rem;left:9.4375rem;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-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gIV4g2tRI6SkiW2Gt9lrTqADzJdczK7g { position:relative;display:block; }#gIV4g2tRI6SkiW2Gt9lrTqADzJdczK7g { background-color: transparent; background-image: none; }#gIV4g2tRI6SkiW2Gt9lrTqADzJdczK7g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIV4g2tRI6SkiW2Gt9lrTqADzJdczK7g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIV4g2tRI6SkiW2Gt9lrTqADzJdczK7g > .row .container > .video-iframe-container { display: none; }#gIV4g2tRI6SkiW2Gt9lrTqADzJdczK7g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIV4g2tRI6SkiW2Gt9lrTqADzJdczK7g > .row > .video-iframe-container { display: none; }#gIV4g2tRI6SkiW2Gt9lrTqADzJdczK7g > .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); }#gIV4g2tRI6SkiW2Gt9lrTqADzJdczK7g { border-width: 0; border-radius: 0; }#gIV4g2tRI6SkiW2Gt9lrTqADzJdczK7g > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gIV4g2tRI6SkiW2Gt9lrTqADzJdczK7g > .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:13.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yullyadlFuy6uzJuwSFRkTp708IeUmQb { color:#000000;display:block;width:39rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J5yGXbhdER8M8MvvOQ2KClaqCkln8J6N { color:#000000;display:block;width:39rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.9375rem;left:10.5rem;height:8.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yl2cI2ZTuL1p2S4MVT3qwwOc2m8c5Pxh { box-sizing:content-box;height:11.5625rem;width:40.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:1.5rem;left:9.4375rem;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-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#OylbbZF1pR1pqKQOxCnDFuvTbs3vPS51 { position:relative;display:block; }#OylbbZF1pR1pqKQOxCnDFuvTbs3vPS51 { background-color: transparent; background-image: none; }#OylbbZF1pR1pqKQOxCnDFuvTbs3vPS51::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OylbbZF1pR1pqKQOxCnDFuvTbs3vPS51 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OylbbZF1pR1pqKQOxCnDFuvTbs3vPS51 > .row .container > .video-iframe-container { display: none; }#OylbbZF1pR1pqKQOxCnDFuvTbs3vPS51 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OylbbZF1pR1pqKQOxCnDFuvTbs3vPS51 > .row > .video-iframe-container { display: none; }#OylbbZF1pR1pqKQOxCnDFuvTbs3vPS51 > .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); }#OylbbZF1pR1pqKQOxCnDFuvTbs3vPS51 { border-width: 0; border-radius: 0; }#OylbbZF1pR1pqKQOxCnDFuvTbs3vPS51 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OylbbZF1pR1pqKQOxCnDFuvTbs3vPS51 > .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:12.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZSDkl2hahHQERy4xfLRfUSnWdOBtxKgs { color:#000000;display:block;width:39rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.5rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ni0LTPL1D2Dn1Rrhm9Q77rQEccOHAVpB { color:#000000;display:block;width:39rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:5.3125rem;left:10.5rem;height:5.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SzHHaZl6TwTz0LMP8b17m8TdsfM5hT5F { box-sizing:content-box;height:10.625rem;width:40.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:1.4375rem;left:9.4375rem;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-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Bft1PF8N7qTqlmQNtNo63JU8FNJnLLPi { position:relative;display:block; }#Bft1PF8N7qTqlmQNtNo63JU8FNJnLLPi { background-color: transparent; background-image: none; }#Bft1PF8N7qTqlmQNtNo63JU8FNJnLLPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bft1PF8N7qTqlmQNtNo63JU8FNJnLLPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bft1PF8N7qTqlmQNtNo63JU8FNJnLLPi > .row .container > .video-iframe-container { display: none; }#Bft1PF8N7qTqlmQNtNo63JU8FNJnLLPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bft1PF8N7qTqlmQNtNo63JU8FNJnLLPi > .row > .video-iframe-container { display: none; }#Bft1PF8N7qTqlmQNtNo63JU8FNJnLLPi > .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); }#Bft1PF8N7qTqlmQNtNo63JU8FNJnLLPi { border-width: 0; border-radius: 0; }#Bft1PF8N7qTqlmQNtNo63JU8FNJnLLPi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Bft1PF8N7qTqlmQNtNo63JU8FNJnLLPi > .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:15.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dzRoA2G74sDklgB9ArQKWe8cUK2hcRIs { color:#000000;display:block;width:39rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H0ptbCfHSln74nlg3NcdQJ7fcaWHK25P { color:#000000;display:block;width:39rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.6875rem;left:10.5rem;height:8.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rzRbBrAVgSUSq4f90aNGLTza1kMlQqXw { box-sizing:content-box;height:11.375rem;width:40.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;top:1.46875rem;left:9.4375rem;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-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GtEPkMLTmEmHktQ0hFWmH8zmR7Sylitk { position:relative;display:block; }#GtEPkMLTmEmHktQ0hFWmH8zmR7Sylitk { background-color: transparent; background-image: none; }#GtEPkMLTmEmHktQ0hFWmH8zmR7Sylitk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtEPkMLTmEmHktQ0hFWmH8zmR7Sylitk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtEPkMLTmEmHktQ0hFWmH8zmR7Sylitk > .row .container > .video-iframe-container { display: none; }#GtEPkMLTmEmHktQ0hFWmH8zmR7Sylitk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtEPkMLTmEmHktQ0hFWmH8zmR7Sylitk > .row > .video-iframe-container { display: none; }#GtEPkMLTmEmHktQ0hFWmH8zmR7Sylitk > .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); }#GtEPkMLTmEmHktQ0hFWmH8zmR7Sylitk { border-width: 0; border-radius: 0; }#GtEPkMLTmEmHktQ0hFWmH8zmR7Sylitk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GtEPkMLTmEmHktQ0hFWmH8zmR7Sylitk > .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:158.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pWy98ENMohCwdXtuswdJgprlyfyLn8n9 { box-sizing:content-box;height:152.75rem;width:40.875rem;position:absolute;display:block;z-index:15000;background-color:#fdfbf9;background-image:none;top:1.375rem;left:9.3125rem;border-top:0.3125rem dashed #ff6631;border-left:0.3125rem dashed #ff6631;border-right:0.3125rem dashed #ff6631;border-bottom:0.3125rem dashed #ff6631;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#SMfthuNG9wB83fiNoZO8h3GEWPcCL0E2 { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.625rem;left:11.90625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZxAciqZqJsDvcHsR5rWRkxaRdCHzWPXw { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.4375rem;left:10.96875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sZMZ8GwmCKuRzdNyJNTl9UqWeKNDQ45E { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:33rem;top:13.9375rem;left:13.5rem;overflow:hidden;display:block; }
#LLz8BlgM9THmv1f8izFntIENN1OPFLpA { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:40.125rem;left:11.90625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yii02OeGsOydMbFcgnPeMlP35T20bP72 { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:43.3125rem;left:11.90625rem;height:29.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V8RLpXt8e9DU3lkIlcLS0RTlQLBoN5VQ { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:75rem;left:11.9375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LcOUItHyOqzLTWALcO9Feb9uh5T0CZmu { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:78.5625rem;left:11.9375rem;height:24.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ilwTLOXUNeN6Fnlm7mQBlbHGsUTuhhI8 { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:105.5rem;left:11.9375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ohuaI8em1xRZ7Bu1caNSFdu8TWgnuftI { color:#000000;display:block;width:36.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:108.8125rem;left:11.9375rem;height:21.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NPUP1vJPopOiShJcAfRv9CkAEmS54UJ8 { color:#000000;display:block;width:23.6875rem;position:absolute;font-family:arial;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:132.6875rem;left:18.1875rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#luwVRpmOJA6cTUQFeTl0pBmS8E1goIN1 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:135.4375rem;left:15.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AWKaM9LQ9q6QUZBw6LXJgN8XZVu6oiRT { background-color:#00c12d;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-shadow: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;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.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.125rem;height:5.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:139.0625rem;left:14.9375rem;display:block; }
#wa3ZM9z8Grzar1Udp1fL60nwRsJ8lHDU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oy6oGI7CNTWxR95kTcMw70tim14wK0Hs { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:146.8125rem;left:14.9375rem;overflow:hidden;display:block; }
#CbEtmqWOa0yNiHkm7130exTCxx65nCnD { color:#000000;display:block;width:24.25rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:148.4375rem;left:20.875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rL2qx0PTVbSMH4B3wrBHdBkv5ZE0GvRT { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:146.8125rem;left:20.875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mPz7z8DbTutlf6qZqscyvSy8ZTKJOoiH { color:#000000;display:block;width:29.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:129.625rem;left:15.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6631;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row .container { background-color: transparent; background-image: none; }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row .container > .video-iframe-container { display: none; }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row > .video-iframe-container { display: none; }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .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); }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row .container { border-width: 0; border-radius: 0; }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#ssttBi3iTmfxRbQSA42ysFrCVOs0bPXk { color:#ffffff;display:block;width:37.5625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:4rem;left:11.25rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mMaG6kHf33WEfh5Mf0lrOAlLgiu0L31O { color:#000000;display:block;width:24.0625rem;position:absolute;font-family:arial;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.5625rem;left:18rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ksEnQAz6ZukIGQkhEBc9791mwnUTkDSr { display:block; }#ksEnQAz6ZukIGQkhEBc9791mwnUTkDSr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHnyRQhb7GLW3N7fp44RuI5Q79Kn2QSF { width:15.0625rem;height:2.875rem;top:0.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT2qC0DX7xKW7k00LHpIvIhNqtKyTEJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #Dle0yB0hqxTuTfoLheIKytUGJAiU0Pu2 { top:1.0625rem;left:11.8125rem;width:12.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHS0PVowc9vWxXPFvC0S84HW0e2JziUG { top:0.375rem;left:7.8125rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9G1G995VZKRLdINw6lmnn43eRXriQmO { display:block; }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iByrx1gitOCewRS3sqiuysQSNiWPX1Bz { display:block; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1dbkvKdNA7QQo25kK2P3Dn8q4JE0ZQc { top:1.5rem;left:2.3125rem;width:43.1875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwNv4LrqNuHRpwU8E906M8cfVZrSlroT { top:2.3125rem;left:2.875rem;width:42.0625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8yrRZhayzabZoZ5Co2C2KNUIHsMD4QJ { top:6.6875rem;left:0rem;width:47.75rem;height:9.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbeHA4NXqBUJpcgGOs9uIKrQKXCpWwIu { top:16.9375rem;left:0rem;width:47.75rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs { display:block; }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnciSeDZCpUTRsOex555TfvuhnNaNNBr { top:0.75rem;left:29.25rem;width:17.5rem;height:72.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0mrso1mWuN3QGn5eQyor0TzGzAWxpOt { top:1.1875rem;left:30.0625rem;width:17.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz9vdMTtqLW8u4cv30EFwkmWnsK0bMyK { top:1.875rem;left:29.375rem;width:18.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK9KzVfF1ulgex8ClwJNTB9czVdhN9va { top:48.4375rem;left:30.75rem;width:16.875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcOUnrM4lDtcpPuUtXtL3wDfGGSpNZUN { top:23.5625rem;left:0rem;width:38.875rem;height:6.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK1rqWn3FvJWOhcU4eFThKv9THqT2xgt { top:30.375rem;left:0rem;width:38.875rem;height:28rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyMPn4EABWooMQTmdSh3yFf1VnypohUC { top:5.25rem;left:31.5625rem;width:16.0625rem;height:42.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6CkNLmDukRhOA4nTFJNuP3gMsiUiOvF { top:60.25rem;left:31.75rem;width:12.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOn9eqQ7NmNWvLaXqnfuP2gsA8c4vd00 { top:62.1875rem;left:31.4375rem;width:16.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1c6HDXWreZUnQub2Wor9gI1IpQZmUFK { width:16.6875rem;height:3.8125rem;top:64.6875rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGCOq7X7ULOblfGoRLgzNShiCDFHskyk { display:block; }
 }@media only screen and (max-width: 763px) { #xkyprSux2LoUspm0Ksdsgt8ZZEQQuro8 { top:70.125rem;left:35.125rem;width:12.5rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coTcJiJb0H1gFI0vSw214DShaC4omc3a { top:69.4375rem;left:31.75rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWAOd6KmKsguCrPXN9FsK2SwDH7TONPw { top:58.4375rem;left:0rem;width:32.5rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtK1bR2gvMo8ILKi6xRDyL3ZmgFaCEXM { top:0.75rem;left:0rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE { display:block; }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oA7gLzsNclTXAwnMcdCzeqB0DKe3ZwNi { top:2.6875rem;left:0.125rem;width:47.5rem;height:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnaT84uog8QyRWwnhTDNEOXMLNJVhOle { top:10.9375rem;left:3.4375rem;width:40.875rem;height:45.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPuAV9agFPogxOAQXPnSOI0raGVdpVP0 { display:block; }#WPuAV9agFPogxOAQXPnSOI0raGVdpVP0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkTDiSgLXsFMFO9V40yxgNWu23rOPDRZ { top:0rem;left:2.3125rem;width:43.125rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fai0nZ8I8L7aC8sT7AJeoQkPp7eBdLk5 { display:block; }#Fai0nZ8I8L7aC8sT7AJeoQkPp7eBdLk5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqR03KyxWwZFUcCawHEQZcnbcWKT4T8V { top:2.75rem;left:6.125rem;width:35.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNc4DyHKDRD1ZIZVlWrLtD1kFhisbT75 { top:9.5625rem;left:3.4375rem;width:40.875rem;height:57.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKXRvZ4Jpq1P3hwvz7plpoHqgVLGzVc5 { display:block; }#wKXRvZ4Jpq1P3hwvz7plpoHqgVLGzVc5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uappxUGbuHguNWOOOhRFZfPR6XWSRoIu { top:1.375rem;left:3.1875rem;width:40.875rem;height:152.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAOt6tJN173MmngBDosyLtsvtCTsQtvl { top:2.625rem;left:5.78125rem;width:36.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3hgO2tHE1xIPUsrnRGJcmL0f950WInD { top:8.4375rem;left:4.84375rem;width:38.0625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyo8tihe7skN0TDHeKVNhU7dB3TftU4n { top:13.9375rem;left:7.375rem;width:33rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K33HrLwTzyJdvJNdAWHf7cIBdOpT8FfD { top:40.125rem;left:5.78125rem;width:36.1875rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld037T3MSxaVm5PlvsHs9D3rouzf1dTf { top:43.3125rem;left:5.78125rem;width:36.1875rem;height:29.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtSdy2RO7lL9VOM6q25qIa8DNQy1FnBP { top:75rem;left:5.8125rem;width:36.1875rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbyiQdUl5cuNMWomUPQ8t8WWiFARSSgP { top:78.5625rem;left:5.8125rem;width:36.1875rem;height:24.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcV1uKS6hFXIgm7v1gWBqlkh5eFy3WX3 { top:105.5rem;left:5.8125rem;width:36.1875rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBZhofoTTm3OgZKTJAqceOWZ1onptpMV { top:108.8125rem;left:5.8125rem;width:36.1875rem;height:21.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dinGxn5oxX1gClZht680nvK4OEhFONvk { top:132.6875rem;left:12.0625rem;width:23.6875rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu2x1qEcWkfkLwDRTzPr3dEJhmzQI7wZ { top:135.4375rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxMCdpDCzIU9VTsHJ6u2LIdo2l40iRK7 { width:30.125rem;height:5.5rem;top:139.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wISq9EdZFFI6oCZTbsb6qZmJ0oIvfedU { display:block; }
 }@media only screen and (max-width: 763px) { #i1RClhw5LTRFA8MHevKMoUZETMCqENe2 { top:146.8125rem;left:8.8125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsT4MXD09A3rvBtfTNt25RLmISEXyw2z { top:148.4375rem;left:14.75rem;width:24.25rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkzQp4gGnITbq5ce7cN348TaO7ofEVGc { top:146.8125rem;left:14.75rem;width:24.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mice6u4eGk452iDgBa14wlsakrfIVtXO { top:137.6875rem;left:0rem;width:17.5625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6Gni0lp2tyUAKgDZru5ardGhcxVeJpm { display:block; }#p6Gni0lp2tyUAKgDZru5ardGhcxVeJpm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JdJDZNLLQBnh632D1r3E3Z7VFlkipHbR { top:1.75rem;left:0rem;width:17.625rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7hM8AFv63dSZfxmWGQ8E92J42ZNrthO { top:3.0625rem;left:0rem;width:3.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5yTP0w1XTL4MeBsAdv0L7dWBisUFS6z { top:6.8125rem;left:0rem;width:6.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABUvqWPZ46XBqLMyMGSfnoPrHfudI1I9 { top:6.8125rem;left:9.1875rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsxIbZoApTUIGb1uScbtT9Pkvqw4TBsZ { top:9.5rem;left:0rem;width:16.0625rem;height:5.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CteoGmVXv895tAJpEwbAPhbNms0kOr7o { top:14.75rem;left:0rem;width:16.0625rem;height:13.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOhXlO4CdDz4VTpRnLUq3qDAo6octfLc { top:29.8125rem;left:0rem;width:16.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu6012VuXTKlHvzdIIZXD7ZTEc73Bgwm { top:1.75rem;left:14.125rem;width:17.625rem;height:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f782GISxMsAuClJp3iVSSO5aPicTAmGF { top:13.625rem;left:15.6875rem;width:16.0625rem;height:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSfoBoVZmmlpMA4SlztbwVIMakuKSpVl { top:30.5625rem;left:15.6875rem;width:16.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebeADA1yA18dpi0Xof0dsLXCA8oN5Gyf { top:9.5rem;left:15.6875rem;width:16.0625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ss4L32WHsWZUMKpsfpvxZK8WGCs2mS { top:6.8125rem;left:15.875rem;width:6.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3S8uOzfsKktWW2JUKGOD9sJx0GLlPEM { top:6.8125rem;left:25.0625rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJckNXAcKnogmmpAUvzJNi9CeGCNL5vW { top:3.0625rem;left:15.875rem;width:3.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gosFeGbfJc23dOMTG8ruGyihQcNRZc30 { top:1.75rem;left:30rem;width:17.625rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPnrT2WsM7lgnt5TDEHSGMZR3U8TLH3w { top:13rem;left:31.5625rem;width:16.0625rem;height:13.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqVgtMiBr3I10HFhzpOlgTzrr8O4hnQe { top:27.8125rem;left:31.5625rem;width:16.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztpf2Z7rRXvse6L5TA1NVis1Esmvuy0r { top:9.5rem;left:31.5625rem;width:16.0625rem;height:3.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGOCmBakrXV1OcsNLdQuNyMQ2PQ04DTL { top:6.8125rem;left:31.75rem;width:6.5rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0wmNSuN8CqGfbzamHtgZ1LWt8TTXuhR { top:6.8125rem;left:40.9375rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OToIGIVtXT2Ni3itSKD8EkvqDUtuP3Jk { top:3.0625rem;left:31.75rem;width:3.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC { display:block; }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfHgzTT0chyH0bZTXkRSUUlEhgMZqptr { top:2.6875rem;left:3.4375rem;width:40.875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmkJed45TSo2mOcI2pAwURO0aPeW8Nkx { display:block; }#NmkJed45TSo2mOcI2pAwURO0aPeW8Nkx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pl7eJITs53hXWBkVfT9xfXWN2G5nmR3T { top:2.5rem;left:13.625rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQM8byWurcAgKxQWpn3OxUlmRd0yNHsw { top:3.1875rem;left:13.625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrxeRKEQl49ZFiNO1SzCFQnwBUVTpyl3 { top:5.8125rem;left:13.625rem;width:27.6875rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxiqPFlmdTvDUZCCpMM3zmHqdF3fiElT { top:13.25rem;left:26.6875rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8Iyot0ctbrQk4Ja9Z99UCTPWTao19OO { top:4.375rem;left:6.4375rem;width:5.9375rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka8fp0bG6Fiys1k5XpcPIIGMAJRrQa6b { display:block; }#ka8fp0bG6Fiys1k5XpcPIIGMAJRrQa6b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNyKyIwSwcM0bm7HoEm3289yyFwlPpBn { top:2.5rem;left:13.625rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNrCv6kGLuD8TI4qXqT9R167UU5XGPoJ { top:3.1875rem;left:13.625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyDpm4XQHQ2Tlw08cVwSivCJanvV2kBP { top:5.8125rem;left:13.625rem;width:27.6875rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdDOvMXmPqJro3Uzzh3FIpDirfrfSuh9 { top:15.5625rem;left:26.6875rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdUmullHbixM58hdliO7azJG1FTec02R { top:4.125rem;left:6.4375rem;width:5.9375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni4LMZwi3DZJ90KTFxSeUAIHApN3PmTA { display:block; }#ni4LMZwi3DZJ90KTFxSeUAIHApN3PmTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kud5xdbXXta8LE4cBSgSprK2exy87AST { top:2.5rem;left:13.625rem;width:12.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cARlEUfDprJBmnvKSyOxDpFU4niC89JR { top:3.1875rem;left:13.625rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3XNvSuHIveuVrhM1EdMCP20AC5BD97L { top:5.8125rem;left:13.625rem;width:27.6875rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8zv7VztCXbqUdgWfUetCBKmR5ShJcAs { top:13.9375rem;left:26.6875rem;width:14.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOTUrQxHkcqZLbuFvLUJ7nFnpgwtEX7R { top:4.375rem;left:6.4375rem;width:5.9375rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0gnrolIbmnXKKJhPJFzRtzsmTIrdFag { display:block; }#a0gnrolIbmnXKKJhPJFzRtzsmTIrdFag > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pI3Rz2xw9b7T23xvVbPWw7eTIocpLMmU { top:1.875rem;left:3.1875rem;width:40.875rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFRkDAOiAwR1TdoE3Zr2iD5ddx84hNLI { top:4.1875rem;left:5.78125rem;width:36.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGfLNo4acw13AUIyyP8rBIo1uOFuaMfP { top:10.9375rem;left:12.03125rem;width:23.6875rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6lbTI1Qo31FwCcrq1cTNcQXbeEq1di5 { top:13.75rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #stshae9WQfGrSSlO09hPSSUuoGTkgaxb { width:30.125rem;height:5.5rem;top:17.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQBTSNAUnkfy9N6C8ifcdurLa0HJs2kh { display:block; }
 }@media only screen and (max-width: 763px) { #qN9pAvCapt7ERXU0Q5TrGcm7oVx8MLT7 { top:26.5625rem;left:14.75rem;width:24.25rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkr6PhvuWLC9OaHG9h1DtNez3LC7f1pl { top:24.9375rem;left:8.8125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIFZTqeTpQlJEoWnQpLiDqdHekVcrPbG { top:24.9375rem;left:14.75rem;width:24.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crAQsT8eq8QFiolLEZTzH9PFHPNxcyH1 { top:10.3125rem;left:0rem;width:15.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISVzTSposS6riZes3TINVqcXBI4wCKE6 { display:block; }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAbw9k3KLJ49b5qkiM2AzokCB5wnpUFF { top:37.4375rem;left:3.75rem;width:40.875rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #udSc025BaFRtX0wVKilk8LBNL6xOrlv9 { top:3rem;left:7.375rem;width:33rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7n8Xhy44wA93Erw2WdO8TIfG271iU3d { top:8.625rem;left:3.4375rem;width:40.875rem;height:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAmG2JTOHrB3KoIDLtpTnCTdHG87iSB0 { top:71.0625rem;left:3.75rem;width:40.875rem;height:28rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCeePFlKtQB42K3du63zImQldmd3Spoh { top:101.3125rem;left:6.125rem;width:36.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1thc4CkTqnV9iPIwTJJXTapeHC6yz8k { top:108.5625rem;left:3.125rem;width:40.875rem;height:26.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8olm2Psyf1mxu3MB4P6ogDXokTiH44q { top:136.4375rem;left:6.125rem;width:36.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qITt6EXQz7MWM1b6cllJE9xVed33yn0n { top:143.1875rem;left:3.75rem;width:40.875rem;height:43.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbHpbSua6P9ik5E5K0SIIl0lNOTty6CA { display:block; }#PbHpbSua6P9ik5E5K0SIIl0lNOTty6CA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlxMTnrgyUEGSzKCRmFvKc45P98CDUAU { top:2rem;left:5.78125rem;width:36.1875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNnhn0m4lbCAFy0GSigOZEkFCOyQCiQN { display:block; }#JNnhn0m4lbCAFy0GSigOZEkFCOyQCiQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxkaiL03aHqa45bP6gvInLakvIkGAke6 { top:7.3125rem;left:1.0625rem;width:13.75rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXCA7Xoi184BJEc6kTTAnCskzWy93n0i { top:0.8125rem;left:0rem;width:19.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJnTWbKpz4Wn3USgw73BxKH4eV29Wo9 { top:0.8125rem;left:12.125rem;width:19.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLQZQr6GLbPLiZG62dVcPaiEBwswQMoz { top:7.375rem;left:16.9375rem;width:13.75rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1X2J08UhLwQA6OM2ScnTCiPfgBeafl7 { top:0.8125rem;left:28rem;width:19.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJJybZqJdXBCb2PXKc7wX3VSlxgCmq61 { top:7.375rem;left:32.8125rem;width:13.75rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDnpL9yPKsd6yxMarzucOB1f5p0KLAcV { display:block; }#yDnpL9yPKsd6yxMarzucOB1f5p0KLAcV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9JebrrV4LLrwDmCAk8mtRqfwzknPgz2 { top:7.3125rem;left:1.0625rem;width:13.75rem;height:9.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWaGFEtUtT9oQepdBlNu0ZTg3qlRgOeE { top:0.8125rem;left:0rem;width:19.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDTTRa9xTMslf7gEVtpunKatWG9oLhp9 { top:0.8125rem;left:12.125rem;width:19.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey7LNiItvN29OsCabVWMAlZsrvIntEQN { top:7.375rem;left:16.9375rem;width:13.75rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAy8tcAkUTcmEqNBg5eU1oDMGo14GPqz { top:0.8125rem;left:28rem;width:19.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #To1NQyTLStrr3LmufJh2yVwqv3uWlfqQ { top:7.375rem;left:32.8125rem;width:13.75rem;height:7.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anqytK8g1AmOSyPc5NVRdd7dd6GvOyb1 { display:block; }#anqytK8g1AmOSyPc5NVRdd7dd6GvOyb1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bovrToLM9yqenWsKqlRnSoPeQSJVHS6d { top:1.625rem;left:3.4375rem;width:40.875rem;height:12.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reKFbcWSRacOm7bwL7mWQKDfMAr5F2B5 { display:block; }#reKFbcWSRacOm7bwL7mWQKDfMAr5F2B5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIQbObLyZeClIIdD5RFm42zLVaqqfaVH { top:1.875rem;left:3.1875rem;width:40.875rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2C9UcILO0NoDllTDZh6dAqU4z48ctdl { top:4.1875rem;left:5.78125rem;width:36.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJDnLSFAcniiNVCFGzHaEqEmP1TsJ4Ht { top:10.9375rem;left:12.03125rem;width:23.6875rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtQTsJBygU0Cu0Lm0DgFPm7dLof7ihkN { top:13.75rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVGbh5d4bU1GrSbMMwyL6SXZbhU43wy9 { width:30.125rem;height:5.5rem;top:17.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS5s538TPP2728fAXKwLdl3udPhxmLaV { display:block; }
 }@media only screen and (max-width: 763px) { #t4qukfG9eymeuJB8FUh3XOEi2HcN7Pvt { top:26.5625rem;left:14.75rem;width:24.25rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR9TFXPHCGMf9iXr3vRLcufs5K77TcL7 { top:24.9375rem;left:8.8125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeE7wHoUI1dRN0yWeU3PIKprciywiRbT { top:24.9375rem;left:14.75rem;width:24.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai1ZxuwrPFEQgqR6dBtm2FA7XCfSTIfv { top:10.3125rem;left:0rem;width:15.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm { display:block; }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIcm1ax42MkK3yxqJFklSMlPWg3HpvJ7 { top:1.75rem;left:19.65625rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXNyK0BPeTXWlJIT8IsogAfewrxmfDCs { top:11rem;left:5.78125rem;width:36.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IryZVV45Nu9rIK3sDoMvTzdqJiZT5vw7 { top:16.9375rem;left:3.4375rem;width:40.875rem;height:29.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT { display:block; }#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waBzcKOxVb3OiRDeKzcS5HaUArmMrwfg { top:5.0625rem;left:4.375rem;width:39rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz4cChSqMvA1XIwhlcTDNEB49tcrad6T { top:6.625rem;left:4.375rem;width:39rem;height:13.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2t7qwau5kbLsKiD4Al8BdZNd5FV1zgT { top:0.6875rem;left:3.4375rem;width:40.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmVR3dAEr5qKRddXG0Twv6tgtKgoTucq { top:4.5rem;left:3.3125rem;width:40.875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAf7Mn5pUGxyRf7o6edNEfago0BnPefe { display:block; }#PAf7Mn5pUGxyRf7o6edNEfago0BnPefe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4aJ1r3bwy6F1brVGGUkCrTfzx6E7Qyy { top:2.0625rem;left:4.375rem;width:39rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exbe8Eewt1efmdEQqXTl7XZsVZpRAeMa { top:3.625rem;left:4.375rem;width:39rem;height:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBdo0fmXLrct6dx58h17TEO1np2WQHag { top:1.125rem;left:3.3125rem;width:40.875rem;height:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCKoRPcTnskLwhFnn9CqPGsabpEwk6it { display:block; }#QCKoRPcTnskLwhFnn9CqPGsabpEwk6it > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GadOILXaJZLB8e1uOz2lqFycGLLCMCth { top:2.0625rem;left:4.375rem;width:39rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaV1xp8XuH3EQR3rdLOiifSqAK00qN81 { top:4.25rem;left:4.375rem;width:39rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHl2VATvsmFNqOWiuEOv7in5w1nRmfrB { top:1.25rem;left:3.3125rem;width:40.875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTOHk6n5Mx0r2dcr3rOXsaBBzRZx2vUH { display:block; }#sTOHk6n5Mx0r2dcr3rOXsaBBzRZx2vUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJNuBKT5pzKraqfSZWwkOGqgzbB1WXz9 { top:2.0625rem;left:4.375rem;width:39rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKhgtrVmwgkh1wqcbQ4IRBt6pkwNcpQZ { top:3.875rem;left:4.375rem;width:39rem;height:9.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iik5vhBlkJo8GJyEVDITTCHhOEQ0ZFId { top:1.5rem;left:3.3125rem;width:40.875rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIV4g2tRI6SkiW2Gt9lrTqADzJdczK7g { display:block; }#gIV4g2tRI6SkiW2Gt9lrTqADzJdczK7g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yullyadlFuy6uzJuwSFRkTp708IeUmQb { top:2.0625rem;left:4.375rem;width:39rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5yGXbhdER8M8MvvOQ2KClaqCkln8J6N { top:3.9375rem;left:4.375rem;width:39rem;height:8.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl2cI2ZTuL1p2S4MVT3qwwOc2m8c5Pxh { top:1.5rem;left:3.3125rem;width:40.875rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OylbbZF1pR1pqKQOxCnDFuvTbs3vPS51 { display:block; }#OylbbZF1pR1pqKQOxCnDFuvTbs3vPS51 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSDkl2hahHQERy4xfLRfUSnWdOBtxKgs { top:2.0625rem;left:4.375rem;width:39rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni0LTPL1D2Dn1Rrhm9Q77rQEccOHAVpB { top:5.3125rem;left:4.375rem;width:39rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzHHaZl6TwTz0LMP8b17m8TdsfM5hT5F { top:1.4375rem;left:3.3125rem;width:40.875rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bft1PF8N7qTqlmQNtNo63JU8FNJnLLPi { display:block; }#Bft1PF8N7qTqlmQNtNo63JU8FNJnLLPi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzRoA2G74sDklgB9ArQKWe8cUK2hcRIs { top:2.0625rem;left:4.375rem;width:39rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0ptbCfHSln74nlg3NcdQJ7fcaWHK25P { top:3.6875rem;left:4.375rem;width:39rem;height:8.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzRbBrAVgSUSq4f90aNGLTza1kMlQqXw { top:1.4375rem;left:3.3125rem;width:40.875rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtEPkMLTmEmHktQ0hFWmH8zmR7Sylitk { display:block; }#GtEPkMLTmEmHktQ0hFWmH8zmR7Sylitk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWy98ENMohCwdXtuswdJgprlyfyLn8n9 { top:1.375rem;left:3.1875rem;width:40.875rem;height:152.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMfthuNG9wB83fiNoZO8h3GEWPcCL0E2 { top:2.625rem;left:5.78125rem;width:36.1875rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxAciqZqJsDvcHsR5rWRkxaRdCHzWPXw { top:8.4375rem;left:4.84375rem;width:38.0625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZMZ8GwmCKuRzdNyJNTl9UqWeKNDQ45E { top:13.9375rem;left:7.375rem;width:33rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLz8BlgM9THmv1f8izFntIENN1OPFLpA { top:40.125rem;left:5.78125rem;width:36.1875rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yii02OeGsOydMbFcgnPeMlP35T20bP72 { top:43.3125rem;left:5.78125rem;width:36.1875rem;height:29.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8RLpXt8e9DU3lkIlcLS0RTlQLBoN5VQ { top:75rem;left:5.8125rem;width:36.1875rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcOUItHyOqzLTWALcO9Feb9uh5T0CZmu { top:78.5625rem;left:5.8125rem;width:36.1875rem;height:24.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilwTLOXUNeN6Fnlm7mQBlbHGsUTuhhI8 { top:105.5rem;left:5.8125rem;width:36.1875rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohuaI8em1xRZ7Bu1caNSFdu8TWgnuftI { top:108.8125rem;left:5.8125rem;width:36.1875rem;height:21.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPUP1vJPopOiShJcAfRv9CkAEmS54UJ8 { top:132.6875rem;left:12.0625rem;width:23.6875rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #luwVRpmOJA6cTUQFeTl0pBmS8E1goIN1 { top:135.4375rem;left:9.1875rem;width:29.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWKaM9LQ9q6QUZBw6LXJgN8XZVu6oiRT { width:30.125rem;height:5.5rem;top:139.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa3ZM9z8Grzar1Udp1fL60nwRsJ8lHDU { display:block; }
 }@media only screen and (max-width: 763px) { #oy6oGI7CNTWxR95kTcMw70tim14wK0Hs { top:146.8125rem;left:8.8125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbEtmqWOa0yNiHkm7130exTCxx65nCnD { top:148.4375rem;left:14.75rem;width:24.25rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL2qx0PTVbSMH4B3wrBHdBkv5ZE0GvRT { top:146.8125rem;left:14.75rem;width:24.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPz7z8DbTutlf6qZqscyvSy8ZTKJOoiH { top:137.6875rem;left:0rem;width:17.5625rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t { display:block; }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssttBi3iTmfxRbQSA42ysFrCVOs0bPXk { top:4rem;left:5.125rem;width:37.5625rem;height:1.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMaG6kHf33WEfh5Mf0lrOAlLgiu0L31O { top:1.5625rem;left:11.875rem;width:24.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ksEnQAz6ZukIGQkhEBc9791mwnUTkDSr { position:relative;z-index:auto;display:none; }#ksEnQAz6ZukIGQkhEBc9791mwnUTkDSr > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AHnyRQhb7GLW3N7fp44RuI5Q79Kn2QSF { width:15.0625rem;height:2.875rem;top:28.89625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT2qC0DX7xKW7k00LHpIvIhNqtKyTEJ8 { display:block; }
 }@media only screen and (max-width: 763px) { #Dle0yB0hqxTuTfoLheIKytUGJAiU0Pu2 { width:12.5rem;height:0;top:37.6455078125rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHS0PVowc9vWxXPFvC0S84HW0e2JziUG { width:3.375rem;height:3.375rem;top:33.0205078125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9G1G995VZKRLdINw6lmnn43eRXriQmO { display:none; }#w9G1G995VZKRLdINw6lmnn43eRXriQmO > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iByrx1gitOCewRS3sqiuysQSNiWPX1Bz { display:block; }#iByrx1gitOCewRS3sqiuysQSNiWPX1Bz > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1dbkvKdNA7QQo25kK2P3Dn8q4JE0ZQc { width:20rem;height:3.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwNv4LrqNuHRpwU8E906M8cfVZrSlroT { width:18.1875rem;height:2.75rem;top:0.3125rem;left:0.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8yrRZhayzabZoZ5Co2C2KNUIHsMD4QJ { width:19.0625rem;height:11.625rem;top:4.375rem;left:0.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbeHA4NXqBUJpcgGOs9uIKrQKXCpWwIu { width:16.375rem;height:7.125rem;top:16.875rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs { display:block; }#IlceFbtcMC6XtpOeN3cxDKi3qBUH8hJs > .row .container { width:20rem;height:161.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnciSeDZCpUTRsOex555TfvuhnNaNNBr { width:17.5rem;height:72.625rem;top:63.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0mrso1mWuN3QGn5eQyor0TzGzAWxpOt { width:17.6875rem;height:2.8125rem;top:64.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz9vdMTtqLW8u4cv30EFwkmWnsK0bMyK { width:18.25rem;height:1.4375rem;top:64.875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK9KzVfF1ulgex8ClwJNTB9czVdhN9va { width:16.875rem;height:11.25rem;top:68rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcOUnrM4lDtcpPuUtXtL3wDfGGSpNZUN { width:18.75rem;height:6rem;top:13.6572265625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK1rqWn3FvJWOhcU4eFThKv9THqT2xgt { width:20rem;height:31.625rem;top:19.6572265625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyMPn4EABWooMQTmdSh3yFf1VnypohUC { width:16.0625rem;height:42.5rem;top:80.21875rem;left:1.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6CkNLmDukRhOA4nTFJNuP3gMsiUiOvF { width:12.375rem;height:2rem;top:123.8125rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOn9eqQ7NmNWvLaXqnfuP2gsA8c4vd00 { width:16.1875rem;height:1.9375rem;top:125.75rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1c6HDXWreZUnQub2Wor9gI1IpQZmUFK { width:16.6875rem;height:3.8125rem;top:128.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGCOq7X7ULOblfGoRLgzNShiCDFHskyk { display:block; }
 }@media only screen and (max-width: 763px) { #xkyprSux2LoUspm0Ksdsgt8ZZEQQuro8 { width:12.5rem;height:2rem;top:133.6875rem;left:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coTcJiJb0H1gFI0vSw214DShaC4omc3a { width:3.375rem;height:3.375rem;top:133rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWAOd6KmKsguCrPXN9FsK2SwDH7TONPw { width:20rem;height:9.9375rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtK1bR2gvMo8ILKi6xRDyL3ZmgFaCEXM { width:20rem;height:11.625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE { display:block; }#GCplrpb5m5TKLKvcWRpTCJ7MG3PuddWE > .row .container { width:20rem;height:72.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oA7gLzsNclTXAwnMcdCzeqB0DKe3ZwNi { width:17.5rem;height:8.125rem;top:1.1875rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnaT84uog8QyRWwnhTDNEOXMLNJVhOle { width:17.6875rem;height:61.8125rem;top:9.9375rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPuAV9agFPogxOAQXPnSOI0raGVdpVP0 { display:block; }#WPuAV9agFPogxOAQXPnSOI0raGVdpVP0 > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tkTDiSgLXsFMFO9V40yxgNWu23rOPDRZ { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fai0nZ8I8L7aC8sT7AJeoQkPp7eBdLk5 { display:block; }#Fai0nZ8I8L7aC8sT7AJeoQkPp7eBdLk5 > .row .container { width:20rem;height:80.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqR03KyxWwZFUcCawHEQZcnbcWKT4T8V { width:17.6875rem;height:4.875rem;top:1.3125rem;left:1.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNc4DyHKDRD1ZIZVlWrLtD1kFhisbT75 { width:17.6875rem;height:71.875rem;top:7.1875rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKXRvZ4Jpq1P3hwvz7plpoHqgVLGzVc5 { display:block; }#wKXRvZ4Jpq1P3hwvz7plpoHqgVLGzVc5 > .row .container { width:20rem;height:174.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uappxUGbuHguNWOOOhRFZfPR6XWSRoIu { width:19.5rem;height:171.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAOt6tJN173MmngBDosyLtsvtCTsQtvl { width:18.25rem;height:4.875rem;top:1.9375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3hgO2tHE1xIPUsrnRGJcmL0f950WInD { width:17.9375rem;height:5.9375rem;top:7.3125rem;left:1.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyo8tihe7skN0TDHeKVNhU7dB3TftU4n { width:17.9375rem;height:13.9375rem;top:13.8125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K33HrLwTzyJdvJNdAWHf7cIBdOpT8FfD { width:18.875rem;height:3.875rem;top:28.44921875rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld037T3MSxaVm5PlvsHs9D3rouzf1dTf { width:18.875rem;height:37.375rem;top:33.03125rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtSdy2RO7lL9VOM6q25qIa8DNQy1FnBP { width:18.875rem;height:3.875rem;top:73.0625rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbyiQdUl5cuNMWomUPQ8t8WWiFARSSgP { width:18.875rem;height:31.625rem;top:77.9375rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcV1uKS6hFXIgm7v1gWBqlkh5eFy3WX3 { width:18.875rem;height:3.875rem;top:112.625rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBZhofoTTm3OgZKTJAqceOWZ1onptpMV { width:18.875rem;height:28.75rem;top:117.25rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dinGxn5oxX1gClZht680nvK4OEhFONvk { width:19.0625rem;height:2.25rem;top:148.125rem;left:0.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu2x1qEcWkfkLwDRTzPr3dEJhmzQI7wZ { width:20rem;height:3.25rem;top:160.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxMCdpDCzIU9VTsHJ6u2LIdo2l40iRK7 { width:18.3125rem;height:4.125rem;top:154.75rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wISq9EdZFFI6oCZTbsb6qZmJ0oIvfedU { display:block; }
 }@media only screen and (max-width: 763px) { #i1RClhw5LTRFA8MHevKMoUZETMCqENe2 { width:4.1875rem;height:4.1875rem;top:160.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsT4MXD09A3rvBtfTNt25RLmISEXyw2z { width:18.875rem;height:4rem;top:167.75rem;left:0.5625rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #UkzQp4gGnITbq5ce7cN348TaO7ofEVGc { width:13.5625rem;height:2.75rem;top:165rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mice6u4eGk452iDgBa14wlsakrfIVtXO { width:17.5625rem;height:2.5rem;top:150.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6Gni0lp2tyUAKgDZru5ardGhcxVeJpm { display:none; }#p6Gni0lp2tyUAKgDZru5ardGhcxVeJpm > .row .container { width:20rem;height:98.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JdJDZNLLQBnh632D1r3E3Z7VFlkipHbR { width:17.625rem;height:30.75rem;top:1.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7hM8AFv63dSZfxmWGQ8E92J42ZNrthO { width:3.5rem;height:2.4375rem;top:2.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5yTP0w1XTL4MeBsAdv0L7dWBisUFS6z { width:6.5rem;height:1.25rem;top:6.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABUvqWPZ46XBqLMyMGSfnoPrHfudI1I9 { width:6.6875rem;height:1.25rem;top:6.3125rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsxIbZoApTUIGb1uScbtT9Pkvqw4TBsZ { width:16.0625rem;height:5.25rem;top:9rem;left:1.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CteoGmVXv895tAJpEwbAPhbNms0kOr7o { width:16.0625rem;height:13.0625rem;top:14.25rem;left:1.96875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UOhXlO4CdDz4VTpRnLUq3qDAo6octfLc { width:16.0625rem;height:1.4375rem;top:29.3125rem;left:1.96875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tu6012VuXTKlHvzdIIZXD7ZTEc73Bgwm { width:17.625rem;height:31.5rem;top:33.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f782GISxMsAuClJp3iVSSO5aPicTAmGF { width:16.0625rem;height:15.4375rem;top:45.125rem;left:1.96875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RSfoBoVZmmlpMA4SlztbwVIMakuKSpVl { width:16.0625rem;height:1.4375rem;top:62.0625rem;left:1.96875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ebeADA1yA18dpi0Xof0dsLXCA8oN5Gyf { width:16.0625rem;height:3.5rem;top:41rem;left:1.875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F8ss4L32WHsWZUMKpsfpvxZK8WGCs2mS { width:6.5rem;height:1.25rem;top:38.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3S8uOzfsKktWW2JUKGOD9sJx0GLlPEM { width:6.6875rem;height:1.25rem;top:38.3125rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJckNXAcKnogmmpAUvzJNi9CeGCNL5vW { width:3.5rem;height:2.4375rem;top:34.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gosFeGbfJc23dOMTG8ruGyihQcNRZc30 { width:17.625rem;height:29.125rem;top:66rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPnrT2WsM7lgnt5TDEHSGMZR3U8TLH3w { width:16.0625rem;height:13.0625rem;top:77.25rem;left:1.96875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yqVgtMiBr3I10HFhzpOlgTzrr8O4hnQe { width:16.0625rem;height:1.4375rem;top:92.0625rem;left:1.96875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ztpf2Z7rRXvse6L5TA1NVis1Esmvuy0r { width:16.0625rem;height:3.5rem;top:73.75rem;left:1.96875rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lGOCmBakrXV1OcsNLdQuNyMQ2PQ04DTL { width:6.5rem;height:1.25rem;top:71.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0wmNSuN8CqGfbzamHtgZ1LWt8TTXuhR { width:6.6875rem;height:1.25rem;top:71.0625rem;left:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OToIGIVtXT2Ni3itSKD8EkvqDUtuP3Jk { width:3.5rem;height:2.4375rem;top:67.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC { display:block; }#lHAMrq2x0HK1kUZkdOJTfHUsflthRPcC > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfHgzTT0chyH0bZTXkRSUUlEhgMZqptr { width:17.6875rem;height:3.25rem;top:4.25rem;left:1.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmkJed45TSo2mOcI2pAwURO0aPeW8Nkx { display:block; }#NmkJed45TSo2mOcI2pAwURO0aPeW8Nkx > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pl7eJITs53hXWBkVfT9xfXWN2G5nmR3T { width:12.5rem;height:2.5625rem;top:18rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQM8byWurcAgKxQWpn3OxUlmRd0yNHsw { width:12.5rem;height:1.1875rem;top:18.6875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrxeRKEQl49ZFiNO1SzCFQnwBUVTpyl3 { width:18.875rem;height:8.625rem;top:21.625rem;left:0.5625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wxiqPFlmdTvDUZCCpMM3zmHqdF3fiElT { width:14.6875rem;height:1.625rem;top:31rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8Iyot0ctbrQk4Ja9Z99UCTPWTao19OO { width:8.75rem;height:15.5625rem;top:2.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka8fp0bG6Fiys1k5XpcPIIGMAJRrQa6b { display:block; }#ka8fp0bG6Fiys1k5XpcPIIGMAJRrQa6b > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNyKyIwSwcM0bm7HoEm3289yyFwlPpBn { width:12.5rem;height:2.5625rem;top:18rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNrCv6kGLuD8TI4qXqT9R167UU5XGPoJ { width:12.5rem;height:1.1875rem;top:18.6875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyDpm4XQHQ2Tlw08cVwSivCJanvV2kBP { width:18.875rem;height:11.5rem;top:21.625rem;left:0.5625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DdDOvMXmPqJro3Uzzh3FIpDirfrfSuh9 { width:14.6875rem;height:1.625rem;top:33.9375rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gdUmullHbixM58hdliO7azJG1FTec02R { width:8.6875rem;height:15.5rem;top:2.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni4LMZwi3DZJ90KTFxSeUAIHApN3PmTA { display:block; }#ni4LMZwi3DZJ90KTFxSeUAIHApN3PmTA > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kud5xdbXXta8LE4cBSgSprK2exy87AST { width:12.5rem;height:2.5625rem;top:18rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cARlEUfDprJBmnvKSyOxDpFU4niC89JR { width:12.5rem;height:1.1875rem;top:18.6875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3XNvSuHIveuVrhM1EdMCP20AC5BD97L { width:18.875rem;height:10.0625rem;top:21.625rem;left:0.5625rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #c8zv7VztCXbqUdgWfUetCBKmR5ShJcAs { width:14.6875rem;height:1.625rem;top:32.875rem;left:2.65625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rOTUrQxHkcqZLbuFvLUJ7nFnpgwtEX7R { width:8.6875rem;height:15.5rem;top:2.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0gnrolIbmnXKKJhPJFzRtzsmTIrdFag { display:block; }#a0gnrolIbmnXKKJhPJFzRtzsmTIrdFag > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pI3Rz2xw9b7T23xvVbPWw7eTIocpLMmU { width:19.5rem;height:31.3125rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFRkDAOiAwR1TdoE3Zr2iD5ddx84hNLI { width:18.875rem;height:3.25rem;top:4.5rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGfLNo4acw13AUIyyP8rBIo1uOFuaMfP { width:18.1875rem;height:2.25rem;top:9.1875rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6lbTI1Qo31FwCcrq1cTNcQXbeEq1di5 { width:20rem;height:0;top:13.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #stshae9WQfGrSSlO09hPSSUuoGTkgaxb { width:18.3125rem;height:4.125rem;top:15.1875rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQBTSNAUnkfy9N6C8ifcdurLa0HJs2kh { display:block; }
 }@media only screen and (max-width: 763px) { #qN9pAvCapt7ERXU0Q5TrGcm7oVx8MLT7 { width:18.875rem;height:4rem;top:29.0625rem;left:0.5625rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Vkr6PhvuWLC9OaHG9h1DtNez3LC7f1pl { width:4.1875rem;height:4.1875rem;top:22.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIFZTqeTpQlJEoWnQpLiDqdHekVcrPbG { width:11.375rem;height:2.75rem;top:26.3125rem;left:4.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crAQsT8eq8QFiolLEZTzH9PFHPNxcyH1 { width:15.75rem;height:2.5rem;top:11.4375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISVzTSposS6riZes3TINVqcXBI4wCKE6 { display:block; }#ISVzTSposS6riZes3TINVqcXBI4wCKE6 > .row .container { width:20rem;height:183.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAbw9k3KLJ49b5qkiM2AzokCB5wnpUFF { width:18.875rem;height:14.375rem;top:34.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #udSc025BaFRtX0wVKilk8LBNL6xOrlv9 { width:18.6875rem;height:3.25rem;top:2.25rem;left:0.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7n8Xhy44wA93Erw2WdO8TIfG271iU3d { width:18.875rem;height:25.875rem;top:6.3125rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAmG2JTOHrB3KoIDLtpTnCTdHG87iSB0 { width:18.875rem;height:33.0625rem;top:54.9375rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCeePFlKtQB42K3du63zImQldmd3Spoh { width:17.875rem;height:4.875rem;top:90.0625rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1thc4CkTqnV9iPIwTJJXTapeHC6yz8k { width:18.875rem;height:30.1875rem;top:96.75rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8olm2Psyf1mxu3MB4P6ogDXokTiH44q { width:15.6875rem;height:4.875rem;top:128.75rem;left:2.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qITt6EXQz7MWM1b6cllJE9xVed33yn0n { width:18.875rem;height:46rem;top:135.5rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbHpbSua6P9ik5E5K0SIIl0lNOTty6CA { display:block; }#PbHpbSua6P9ik5E5K0SIIl0lNOTty6CA > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlxMTnrgyUEGSzKCRmFvKc45P98CDUAU { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNnhn0m4lbCAFy0GSigOZEkFCOyQCiQN { display:block; }#JNnhn0m4lbCAFy0GSigOZEkFCOyQCiQN > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxkaiL03aHqa45bP6gvInLakvIkGAke6 { width:12.5625rem;height:4.3125rem;top:6.46875rem;left:3.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXCA7Xoi184BJEc6kTTAnCskzWy93n0i { width:15.875rem;height:15.875rem;top:0.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFJnTWbKpz4Wn3USgw73BxKH4eV29Wo9 { width:15.875rem;height:15.875rem;top:19.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLQZQr6GLbPLiZG62dVcPaiEBwswQMoz { width:12.5625rem;height:4.3125rem;top:25rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1X2J08UhLwQA6OM2ScnTCiPfgBeafl7 { width:15.875rem;height:15.875rem;top:37.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJJybZqJdXBCb2PXKc7wX3VSlxgCmq61 { width:12.5625rem;height:4.3125rem;top:44.125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDnpL9yPKsd6yxMarzucOB1f5p0KLAcV { display:block; }#yDnpL9yPKsd6yxMarzucOB1f5p0KLAcV > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S9JebrrV4LLrwDmCAk8mtRqfwzknPgz2 { width:12.5625rem;height:5.75rem;top:6.90625rem;left:3.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWaGFEtUtT9oQepdBlNu0ZTg3qlRgOeE { width:15.875rem;height:15.875rem;top:1.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDTTRa9xTMslf7gEVtpunKatWG9oLhp9 { width:15.875rem;height:15.875rem;top:20.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ey7LNiItvN29OsCabVWMAlZsrvIntEQN { width:12.5625rem;height:4.3125rem;top:26.625rem;left:3.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAy8tcAkUTcmEqNBg5eU1oDMGo14GPqz { width:15.875rem;height:15.875rem;top:39.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #To1NQyTLStrr3LmufJh2yVwqv3uWlfqQ { width:12.5625rem;height:4.3125rem;top:46.03125rem;left:3.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anqytK8g1AmOSyPc5NVRdd7dd6GvOyb1 { display:block; }#anqytK8g1AmOSyPc5NVRdd7dd6GvOyb1 > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bovrToLM9yqenWsKqlRnSoPeQSJVHS6d { width:18.875rem;height:15.8125rem;top:1.1875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reKFbcWSRacOm7bwL7mWQKDfMAr5F2B5 { display:block; }#reKFbcWSRacOm7bwL7mWQKDfMAr5F2B5 > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIQbObLyZeClIIdD5RFm42zLVaqqfaVH { width:19.5rem;height:31.6875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2C9UcILO0NoDllTDZh6dAqU4z48ctdl { width:18.875rem;height:3.25rem;top:4.375rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJDnLSFAcniiNVCFGzHaEqEmP1TsJ4Ht { width:18.1875rem;height:2.25rem;top:9.375rem;left:0.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtQTsJBygU0Cu0Lm0DgFPm7dLof7ihkN { width:20rem;height:0;top:13.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVGbh5d4bU1GrSbMMwyL6SXZbhU43wy9 { width:18.3125rem;height:4.125rem;top:15.375rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS5s538TPP2728fAXKwLdl3udPhxmLaV { display:block; }
 }@media only screen and (max-width: 763px) { #t4qukfG9eymeuJB8FUh3XOEi2HcN7Pvt { width:18.875rem;height:4rem;top:29.25rem;left:0.5625rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vR9TFXPHCGMf9iXr3vRLcufs5K77TcL7 { width:4.1875rem;height:4.1875rem;top:22.3125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeE7wHoUI1dRN0yWeU3PIKprciywiRbT { width:11.375rem;height:2.75rem;top:26.5rem;left:4.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ai1ZxuwrPFEQgqR6dBtm2FA7XCfSTIfv { width:15.75rem;height:2.5rem;top:11.625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm { display:block; }#c4dPMzaIFNGknW0tlrrhiod8uJ9Kq8Bm > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIcm1ax42MkK3yxqJFklSMlPWg3HpvJ7 { width:8.4375rem;height:8.4375rem;top:1.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXNyK0BPeTXWlJIT8IsogAfewrxmfDCs { width:19.0625rem;height:3.25rem;top:10.9375rem;left:0.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IryZVV45Nu9rIK3sDoMvTzdqJiZT5vw7 { width:18.875rem;height:34.5rem;top:15.1875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT { display:block; }#GTZcAQQGxy9zAT8SC63yfurOT6OLHyGT > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waBzcKOxVb3OiRDeKzcS5HaUArmMrwfg { width:18rem;height:2.75rem;top:4.625rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz4cChSqMvA1XIwhlcTDNEB49tcrad6T { width:18rem;height:22.5625rem;top:7.375rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2t7qwau5kbLsKiD4Al8BdZNd5FV1zgT { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmVR3dAEr5qKRddXG0Twv6tgtKgoTucq { width:19.75rem;height:30.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAf7Mn5pUGxyRf7o6edNEfago0BnPefe { display:block; }#PAf7Mn5pUGxyRf7o6edNEfago0BnPefe > .row .container { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4aJ1r3bwy6F1brVGGUkCrTfzx6E7Qyy { width:18rem;height:2.75rem;top:2.625rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exbe8Eewt1efmdEQqXTl7XZsVZpRAeMa { width:18rem;height:15.4375rem;top:5.375rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBdo0fmXLrct6dx58h17TEO1np2WQHag { width:19.75rem;height:20.375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCKoRPcTnskLwhFnn9CqPGsabpEwk6it { display:block; }#QCKoRPcTnskLwhFnn9CqPGsabpEwk6it > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GadOILXaJZLB8e1uOz2lqFycGLLCMCth { width:18rem;height:2.75rem;top:2.625rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaV1xp8XuH3EQR3rdLOiifSqAK00qN81 { width:18rem;height:10.6875rem;top:6.75rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHl2VATvsmFNqOWiuEOv7in5w1nRmfrB { width:19.75rem;height:17rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTOHk6n5Mx0r2dcr3rOXsaBBzRZx2vUH { display:block; }#sTOHk6n5Mx0r2dcr3rOXsaBBzRZx2vUH > .row .container { width:20rem;height:26.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJNuBKT5pzKraqfSZWwkOGqgzbB1WXz9 { width:18rem;height:2.75rem;top:2.625rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKhgtrVmwgkh1wqcbQ4IRBt6pkwNcpQZ { width:18rem;height:17.8125rem;top:6.75rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iik5vhBlkJo8GJyEVDITTCHhOEQ0ZFId { width:19.75rem;height:24.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIV4g2tRI6SkiW2Gt9lrTqADzJdczK7g { display:block; }#gIV4g2tRI6SkiW2Gt9lrTqADzJdczK7g > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yullyadlFuy6uzJuwSFRkTp708IeUmQb { width:18rem;height:2.75rem;top:2.625rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5yGXbhdER8M8MvvOQ2KClaqCkln8J6N { width:18rem;height:14.25rem;top:6.75rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yl2cI2ZTuL1p2S4MVT3qwwOc2m8c5Pxh { width:19.75rem;height:20.375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OylbbZF1pR1pqKQOxCnDFuvTbs3vPS51 { display:block; }#OylbbZF1pR1pqKQOxCnDFuvTbs3vPS51 > .row .container { width:20rem;height:17.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSDkl2hahHQERy4xfLRfUSnWdOBtxKgs { width:18rem;height:4.125rem;top:2.625rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni0LTPL1D2Dn1Rrhm9Q77rQEccOHAVpB { width:18rem;height:9.5rem;top:6.75rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzHHaZl6TwTz0LMP8b17m8TdsfM5hT5F { width:19.75rem;height:15.75rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bft1PF8N7qTqlmQNtNo63JU8FNJnLLPi { display:block; }#Bft1PF8N7qTqlmQNtNo63JU8FNJnLLPi > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dzRoA2G74sDklgB9ArQKWe8cUK2hcRIs { width:18rem;height:1.375rem;top:2.625rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0ptbCfHSln74nlg3NcdQJ7fcaWHK25P { width:18rem;height:11.875rem;top:4rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzRbBrAVgSUSq4f90aNGLTza1kMlQqXw { width:19.75rem;height:15.0625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtEPkMLTmEmHktQ0hFWmH8zmR7Sylitk { display:block; }#GtEPkMLTmEmHktQ0hFWmH8zmR7Sylitk > .row .container { width:20rem;height:174.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWy98ENMohCwdXtuswdJgprlyfyLn8n9 { width:19.5rem;height:171.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMfthuNG9wB83fiNoZO8h3GEWPcCL0E2 { width:18.25rem;height:4.875rem;top:1.9375rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxAciqZqJsDvcHsR5rWRkxaRdCHzWPXw { width:17.9375rem;height:5.9375rem;top:7.3125rem;left:1.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZMZ8GwmCKuRzdNyJNTl9UqWeKNDQ45E { width:17.9375rem;height:13.9375rem;top:13.8125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLz8BlgM9THmv1f8izFntIENN1OPFLpA { width:18.875rem;height:3.875rem;top:28.44921875rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yii02OeGsOydMbFcgnPeMlP35T20bP72 { width:18.875rem;height:37.375rem;top:33.03125rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8RLpXt8e9DU3lkIlcLS0RTlQLBoN5VQ { width:18.875rem;height:3.875rem;top:73.0625rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcOUItHyOqzLTWALcO9Feb9uh5T0CZmu { width:18.875rem;height:31.625rem;top:77.9375rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilwTLOXUNeN6Fnlm7mQBlbHGsUTuhhI8 { width:18.875rem;height:3.875rem;top:112.625rem;left:0.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohuaI8em1xRZ7Bu1caNSFdu8TWgnuftI { width:18.875rem;height:28.75rem;top:117.25rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPUP1vJPopOiShJcAfRv9CkAEmS54UJ8 { width:19.0625rem;height:2.25rem;top:148.125rem;left:0.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #luwVRpmOJA6cTUQFeTl0pBmS8E1goIN1 { width:20rem;height:3.25rem;top:160.125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWKaM9LQ9q6QUZBw6LXJgN8XZVu6oiRT { width:18.3125rem;height:4.125rem;top:154.75rem;left:0.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa3ZM9z8Grzar1Udp1fL60nwRsJ8lHDU { display:block; }
 }@media only screen and (max-width: 763px) { #oy6oGI7CNTWxR95kTcMw70tim14wK0Hs { width:4.1875rem;height:4.1875rem;top:160.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbEtmqWOa0yNiHkm7130exTCxx65nCnD { width:18.875rem;height:4rem;top:167.75rem;left:0.5625rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #rL2qx0PTVbSMH4B3wrBHdBkv5ZE0GvRT { width:13.5625rem;height:2.75rem;top:165rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPz7z8DbTutlf6qZqscyvSy8ZTKJOoiH { width:17.5625rem;height:2.5rem;top:150.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t { display:block; }#IqH8QSAXTnzXHTUyke6iyZZkkkbbMA7t > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ssttBi3iTmfxRbQSA42ysFrCVOs0bPXk { width:20rem;height:0.875rem;top:3.0625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMaG6kHf33WEfh5Mf0lrOAlLgiu0L31O { width:20rem;height:2rem;top:1.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }