.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;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#ZNqt6ERpHHl0OQwstmTAmocnQiFA6o9I { position:relative;display:block; }#ZNqt6ERpHHl0OQwstmTAmocnQiFA6o9I { background-color: transparent; background-image: none; }#ZNqt6ERpHHl0OQwstmTAmocnQiFA6o9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNqt6ERpHHl0OQwstmTAmocnQiFA6o9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNqt6ERpHHl0OQwstmTAmocnQiFA6o9I > .row .container > .video-iframe-container { display: none; }#ZNqt6ERpHHl0OQwstmTAmocnQiFA6o9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNqt6ERpHHl0OQwstmTAmocnQiFA6o9I > .row > .video-iframe-container { display: none; }#ZNqt6ERpHHl0OQwstmTAmocnQiFA6o9I > .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); }#ZNqt6ERpHHl0OQwstmTAmocnQiFA6o9I { border-width: 0; border-radius: 0; }#ZNqt6ERpHHl0OQwstmTAmocnQiFA6o9I > .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:4.375rem;width:75rem;position:relative;display:block; }#iUaLkcWsA2C240RoBwRBW48Rwd6TTNxx { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:9.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd > .row .container { background-color: transparent; background-image: none; }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd > .row .container > .video-iframe-container { display: none; }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd > .row > .video-iframe-container { display: none; }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd > .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); }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd > .row .container { border-width: 0; border-radius: 0; }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:75rem;position:relative;display:block; }#CnqSKotoI0N1T1ocTeREgbba5DLr5Feb { display:block;width:39.625rem;position:absolute;font-family:"roboto condensed";font-size:2.625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#Rw4iF6A4ZmTeDEIuieW8f6vwmM6kTI6k { z-index:100000;top:30.8125rem;left:0rem;background-color:#00bb2d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.0605625rem;height:3.31055rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RNeM2G8hAgeA3rwrOMJAVv5e0DlQLmmG { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#mgryHHof3fPuz0mvKaJVytsMVZGC97Nm { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.874625rem;width:31.8119375rem;top:7.25rem;left:43.1875rem;display:block; }
#DzL2N5UPzVhl7gZix6eSpChU4htokBTJ { z-index:100001;top:41.375rem;left:26.625rem;background-color:#00bb2d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:21.75rem;height:4.125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#g7Ky5Cm68lHU7EXiVJw9gN2HoMfxg78l { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#um7vL3UEivOdGGUBA296S3GRFSSzOsTH { box-sizing:content-box;color:#ffffff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:42.1875rem;left:27.875rem;display:none; }
#GJUcrq6WlDqsQJBKsJ8hNQUMqDSxs9Ju { display:block;width:35.8105625rem;position:absolute;font-family:"roboto condensed";font-size:1.8125rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:22.498046875rem;left:0rem;height:7.066375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#d3fqrZaroKkuyd7NbrnOQ88Klb157vqL { position:relative;display:block; }#d3fqrZaroKkuyd7NbrnOQ88Klb157vqL { background-color: transparent; background-image: none; }#d3fqrZaroKkuyd7NbrnOQ88Klb157vqL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3fqrZaroKkuyd7NbrnOQ88Klb157vqL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3fqrZaroKkuyd7NbrnOQ88Klb157vqL > .row .container > .video-iframe-container { display: none; }#d3fqrZaroKkuyd7NbrnOQ88Klb157vqL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3fqrZaroKkuyd7NbrnOQ88Klb157vqL > .row > .video-iframe-container { display: none; }#d3fqrZaroKkuyd7NbrnOQ88Klb157vqL > .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); }#d3fqrZaroKkuyd7NbrnOQ88Klb157vqL { border-width: 0; border-radius: 0; }#d3fqrZaroKkuyd7NbrnOQ88Klb157vqL > .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:4.9375rem;width:75rem;position:relative;display:block; }#boIltT1EQCfMn8F9ZXMLVxvddXoOCxx6 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:43.81125rem;top:0rem;left:15.593040466309rem;overflow:hidden;display:block; }
#fMxThuulB73xGkJGNKAWW9NAUP9Lno1o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.77);background-image:none;position:relative;display:none; }#fMxThuulB73xGkJGNKAWW9NAUP9Lno1o > .row .container { border-width: 0; border-radius: 0; }#fMxThuulB73xGkJGNKAWW9NAUP9Lno1o > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:none; }#i4y9BWRFM8uDarVA8alhMbB7FVJfDMNg { color:#00bb2d;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.94992923736575rem;left:3.125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JyN7o2GW5yuTntZ2IITA30IJW9PSqyup { color:#ffffff;display:block;width:14.1868125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:4.60315990448rem;left:2.2798290252686rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#lekeaU3H1fonfuzDX4eVATMvkgdGrTho { color:#00bb2d;display:block;width:16.0618125rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:0.91708087921144rem;left:20.09232711792rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V28B3zyvnH48yNNywpTurQm9HKy38K0J { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:4.60315990448rem;left:21.5625rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#QdRao8d1llEHH6DZae0eWt07BJlV7I9y { color:#00bb2d;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0.94726467132569rem;left:40.624111175537rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oBlPkd9FGuTlpN6SJ69Tvme3pWZdAPPc { color:#ffffff;display:block;width:14.1868125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:4.6635293960571rem;left:39.780715942382rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#P6vszAMAS7yZKMaJxRLOSdT4HaV7cJg9 { color:#00bb2d;display:block;width:13.6248125rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0.91708087921144rem;left:59.248931884766rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qzo4NbNpsNVUANy1rikKWSIkc3QDnwgl { color:#ffffff;display:block;width:12.7485625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:4.6635293960571rem;left:59.249816894531rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#QdZU18d79gOtKNchJgPPrkBG9WKE6v14 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.77);background-image:none;position:relative;display:block; }#QdZU18d79gOtKNchJgPPrkBG9WKE6v14 > .row .container { background-color: transparent; background-image: none; }#QdZU18d79gOtKNchJgPPrkBG9WKE6v14::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdZU18d79gOtKNchJgPPrkBG9WKE6v14 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdZU18d79gOtKNchJgPPrkBG9WKE6v14 > .row .container > .video-iframe-container { display: none; }#QdZU18d79gOtKNchJgPPrkBG9WKE6v14 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QdZU18d79gOtKNchJgPPrkBG9WKE6v14 > .row > .video-iframe-container { display: none; }#QdZU18d79gOtKNchJgPPrkBG9WKE6v14 > .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); }#QdZU18d79gOtKNchJgPPrkBG9WKE6v14 > .row .container { border-width: 0; border-radius: 0; }#QdZU18d79gOtKNchJgPPrkBG9WKE6v14 > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#cXw1KqQ9aIQiDaGbmC7ozBaML8a84HcX { color:#00bb2d;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.94992923736575rem;left:3.125rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i3XuWtgUJUOW93UcnN3xhV9lWdIlHupI { color:#ffffff;display:block;width:14.1868125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:4.60315990448rem;left:2.2798290252686rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#XzfksapUIMSCDCVRe2CA4fi5Krfq91GU { color:#00bb2d;display:block;width:16.0618125rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:0.91708087921144rem;left:20.09232711792rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uqfF9EBGl6aK3Do4Ds5f63vgkfaz0xGo { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:4.60315990448rem;left:21.5625rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#DiykPeuSaTF5qBP9esFMpyiSuSwzxp8w { color:#00bb2d;display:block;width:14.437125rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0.94815444946287rem;left:39.655536651611rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rm71VKtn6QRHERAzTTVBGNxpFEZhVyTF { color:#ffffff;display:block;width:14.1868125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:4.6635293960571rem;left:39.780715942382rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#vqalAg4ECnILCZMfOAPM7NiRtau9wiln { color:#00bb2d;display:block;width:14rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:0.91619300842287rem;left:58.748931884766rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IT9TGLSb8hpnKukDdpPTQeTMLqrs1Mth { color:#ffffff;display:block;width:12.7485625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:normal;z-index:100007;line-height:1.5;letter-spacing:0;top:4.6635293960571rem;left:59.249816894531rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#Q7dzTICQATSLnk8eSyPVlTdDsfMG7E3e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Q7dzTICQATSLnk8eSyPVlTdDsfMG7E3e > .row .container { background-color: transparent; background-image: none; }#Q7dzTICQATSLnk8eSyPVlTdDsfMG7E3e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7dzTICQATSLnk8eSyPVlTdDsfMG7E3e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7dzTICQATSLnk8eSyPVlTdDsfMG7E3e > .row .container > .video-iframe-container { display: none; }#Q7dzTICQATSLnk8eSyPVlTdDsfMG7E3e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7dzTICQATSLnk8eSyPVlTdDsfMG7E3e > .row > .video-iframe-container { display: none; }#Q7dzTICQATSLnk8eSyPVlTdDsfMG7E3e > .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); }#Q7dzTICQATSLnk8eSyPVlTdDsfMG7E3e > .row .container { border-width: 0; border-radius: 0; }#Q7dzTICQATSLnk8eSyPVlTdDsfMG7E3e > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#y2W8CxQIL7ROPq0OcWEwmQp7lcP21dnP { display:block;width:34.75rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:100017;line-height:1.2;letter-spacing:0;top:3.75rem;left:20.125rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#p2bw4tLDTf4ykI0PIqML5RxWLHT4hw40 { position:relative;display:block; }#p2bw4tLDTf4ykI0PIqML5RxWLHT4hw40 { background-color: transparent; background-image: none; }#p2bw4tLDTf4ykI0PIqML5RxWLHT4hw40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2bw4tLDTf4ykI0PIqML5RxWLHT4hw40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2bw4tLDTf4ykI0PIqML5RxWLHT4hw40 > .row .container > .video-iframe-container { display: none; }#p2bw4tLDTf4ykI0PIqML5RxWLHT4hw40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2bw4tLDTf4ykI0PIqML5RxWLHT4hw40 > .row > .video-iframe-container { display: none; }#p2bw4tLDTf4ykI0PIqML5RxWLHT4hw40 > .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); }#p2bw4tLDTf4ykI0PIqML5RxWLHT4hw40 { border-width: 0; border-radius: 0; }#p2bw4tLDTf4ykI0PIqML5RxWLHT4hw40 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:66.6875rem;width:75rem;position:relative;display:block; }#HRRzEREbOEJvn4PmAvJk5xBLMgThZwwE { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:26.8125rem;width:19rem;top:5rem;left:6.9375rem;display:block; }
#FEHVQl6cxfTVgCC9Sp755d6yGO0vHCJF { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9375rem;width:9.8125rem;top:6.6875rem;left:11.8125rem;overflow:hidden;display:block; }
#ehqUzJxfqAJv8qrx5EtyZtkQPTZNQL62 { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:20.75rem;left:10.5rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PJaIwxevzwBv7l2HbukkET5N8e5QPlUu { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:24.375rem;left:8.5625rem;height:6.171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CwTO2keNThprMb7ui83mpEr0WcASm87F { position:absolute;display:block;z-index:100016;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13rem;top:23.6875rem;left:9.375rem;display:block; }
#kZy6w0wwxIMWTGv2zfiQJRpUBoHwpMJR { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:15.625rem;left:8.75rem;height:8.125rem;display:block; }
#v5cdIUfm4kZOOdJDaodzL2GBEM9M7op4 { position:absolute;display:block;z-index:100002;background-color:rgba(0,187,45,0.47);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.0625rem;width:19rem;top:19.8125rem;left:6.9375rem;display:block; }
#VfTmnCzkAE5oS2JE3FbT4sVUlhuulhdI { position:absolute;display:block;z-index:100008;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:26.8125rem;width:19rem;top:4.9375rem;left:27.4375rem;display:block; }
#WzUnqL9so9SLylTJKPndColovooQ6ywG { position:absolute;display:block;z-index:100023;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13rem;top:23.6875rem;left:29.875rem;display:block; }
#KzTLeTPWzlkUWsTap3zypg2VQcRv33tK { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:15.625rem;left:29.25rem;height:8.125rem;display:block; }
#iCPUITV6yyE3nsDrFKqEDCKCyMdnsDb9 { position:absolute;display:block;z-index:100009;background-color:rgba(0,187,45,0.47);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.0625rem;width:19rem;top:19.75rem;left:27.4375rem;display:block; }
#CLSAOFv2mqcUaHNsXFVRCsEugauNqpc7 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:25.125rem;left:28.1875rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bdh8eJElZFLPZu9Zl06MtBtPiiNocpDT { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:20.625rem;left:27.6875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PVnWtQrFdT8BkIHbotPv6XJAl5aF4BEO { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.375rem;width:9.375rem;top:7rem;left:32.25rem;overflow:hidden;display:block; }
#GQnruMRWTUNQa9iWXT81CXacMGJLortp { position:absolute;display:block;z-index:100014;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:26.8125rem;width:19rem;top:5rem;left:48.125rem;display:block; }
#VfTat9bFcDJMJqct2vrcPiF5JhmNvnuu { position:absolute;display:block;z-index:100029;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13rem;top:23.6875rem;left:50.375rem;display:block; }
#l7pe1XwrSG8ixzWczVG2yqBOP8VThx2U { position:absolute;display:block;z-index:100015;background-color:rgba(0,187,45,0.47);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.0625rem;width:19rem;top:19.8125rem;left:48.125rem;display:block; }
#kR3olW6Glix8UT72K1xg9PcBc2Dm21E7 { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:15.625rem;left:49.875rem;height:8.125rem;display:block; }
#T7FA3nWbkg44QuaOFJlSQ9kodS59U9nv { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:20.75rem;left:49rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nEEsz9T5zTfdbrL4wDH5kpSqDLB4q10n { color:#000000;display:block;width:19.1230625rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:25.125rem;left:48.0625rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xwTqosm90l9NDarCAa9rHHuXePKJecp4 { position:absolute;display:block;z-index:100032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:9.5625rem;top:6.875rem;left:52.8125rem;overflow:hidden;display:block; }
#dmDgAVhoTrT4XT2Gcxv7EqxEJUVedeC6 { position:absolute;display:block;z-index:99999;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:26.8125rem;width:19rem;top:35.25rem;left:39.1875rem;display:block; }
#MOFWQwTz9nCyfddn6SR0u60SBnuG7ZCq { position:absolute;display:block;z-index:100035;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13rem;top:53.9375rem;left:41.5rem;display:block; }
#ZWeJ5Tqwm9frpFmx2vlmfpL0G2SFkF7m { position:absolute;display:block;z-index:100021;background-color:rgba(0,187,45,0.47);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.0625rem;width:19rem;top:50.0625rem;left:39.1875rem;display:block; }
#uPta5crW5lngNRsW7gTm08Z03L0e4Gbn { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:55.9375rem;left:39.6875rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gleo1eLth17K7gnKudQWXfUHy2PXQtGN { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:51rem;left:39.125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vshZIa6leFGU5t7PK6UIlQn4vzrZhCsd { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:normal;z-index:100032;line-height:1.3;letter-spacing:0;top:45.9375rem;left:41.4375rem;height:8.125rem;display:block; }
#MfqK8qnS4CCW3et8M47ZwgoGXXXBRrxc { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.5625rem;width:8.6875rem;top:38.0625rem;left:44.375rem;overflow:hidden;display:block; }
#GJm8SltTBbGxlwTVnfQhnnGvw3mIVeVv { position:absolute;display:block;z-index:100013;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.125rem 0.25rem rgba(0,0,0,0.5) ;height:26.8125rem;width:19rem;top:35.25rem;left:15.75rem;display:block; }
#qrVmtueZe7xUqmxVbETdpO2CrrXzZIad { position:absolute;display:block;z-index:100035;background-color:rgba(0,187,45,0.47);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:12.0625rem;width:19rem;top:50rem;left:15.75rem;display:block; }
#Um1dg6UrnAiKdmCrRQ96J9zygWR3vQFK { position:absolute;display:block;z-index:100049;background-color:#2d2929;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:13rem;top:53.9375rem;left:18.375rem;display:block; }
#cwfex9dTRTW2FStZTb9TWgrXExgHIgwu { color:#ffffff;display:block;width:1.8125rem;position:absolute;font-family:"open sans";font-size:6.25rem;font-weight:normal;z-index:100046;line-height:1.3;letter-spacing:0;top:45.875rem;left:18.125rem;height:8.125rem;display:block; }
#GLxnJTXveel1yrI10qhwgbFNrDOW6Llt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;z-index:100050;line-height:1;letter-spacing:0;top:50.875rem;left:19.9375rem;height:3.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q80VLkO8HIaOu4Vrw0GGUMXLfIpGH8nv { color:#000000;display:block;width:17.3730625rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:300;z-index:100051;line-height:1.3;letter-spacing:0;top:55.9375rem;left:16.25rem;height:4.62890625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HEGq10t6zIw6ByFpiokyENwrN4aiNxct { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.0625rem;width:9.0625rem;top:37.8125rem;left:20.75rem;overflow:hidden;display:block; }
#bJszzGoW4EsFkp4ZWuVJXPh4mITwGtom { position:relative;display:none; }#bJszzGoW4EsFkp4ZWuVJXPh4mITwGtom { border-width: 0; border-radius: 0; }#bJszzGoW4EsFkp4ZWuVJXPh4mITwGtom > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#PUWrUmV05yIM2zcg2bRZ6Zbw4yrJiXL1 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:75rem;width:75rem;display:none; }
#vpFBHJkemSHNWGPNtQgiXEgcpgctkta6 { position:relative;display:block; }#vpFBHJkemSHNWGPNtQgiXEgcpgctkta6 { background-color: transparent; background-image: none; }#vpFBHJkemSHNWGPNtQgiXEgcpgctkta6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpFBHJkemSHNWGPNtQgiXEgcpgctkta6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpFBHJkemSHNWGPNtQgiXEgcpgctkta6 > .row .container > .video-iframe-container { display: none; }#vpFBHJkemSHNWGPNtQgiXEgcpgctkta6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vpFBHJkemSHNWGPNtQgiXEgcpgctkta6 > .row > .video-iframe-container { display: none; }#vpFBHJkemSHNWGPNtQgiXEgcpgctkta6 > .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); }#vpFBHJkemSHNWGPNtQgiXEgcpgctkta6 { border-width: 0; border-radius: 0; }#vpFBHJkemSHNWGPNtQgiXEgcpgctkta6 > .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:45rem;width:75rem;position:relative;display:block; }#UX2odu5c3GngavkaS89ICbo4fRLKbohe { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce00bb2d', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce00bb2d', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;height:37.5625rem;width:39.4375rem;top:1.125rem;left:2.3125rem;display:block; }
#BWQ5EMTEpX9NsKT8gsxolHSOme7tCTPa { display:block;width:27.8125rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:2.630859375rem;left:6.4375rem;height:3.675425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#S1r4BVlhKpfCXTK0iXi6BTa27gzS3d7J { display:block;width:17.3730625rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:300;z-index:100016;line-height:1.2;letter-spacing:0;top:6.3056640625rem;left:6.4375rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#LTt2wh3ADlLLseIqGTC4g0EnON4enszS { display:block;width:29.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:300;z-index:100037;line-height:1.8;letter-spacing:0;top:9.4501953125rem;left:6.4375rem;height:28.347675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TxzUX45uaHQZ2hUAxCgTmNlTvCQqKe3p { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.47) ;height:30.5625rem;width:31.6875rem;top:4.6875rem;left:37.6875rem;display:block; }
#cmTJ6eHrF3khfykTgwyQimTfLSd9tUrE { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.8125rem;width:21.8125rem;top:9rem;left:42.625rem;overflow:hidden;display:block; }
#lJD26tddUAQTMrMzlEE9FDpXyXDFB6vi { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100044;top:9.4501953125rem;left:3.625rem;display:block; }
#AgkMxROO8TGe1pq8AS6haEzVtnzf7Xt4 { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100045;top:11.6376953125rem;left:3.625rem;display:block; }
#Xz9v6Zznk3d1mTpqcaCrBVQwUkzbUmtG { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:14.625rem;left:3.625rem;display:block; }
#wvIn168NGqObXQAJC9oDk02dWJ3LSWEc { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:16.8125rem;left:3.625rem;display:block; }
#y1ToGTPxJucaqqISAROAJsdCxQPITWps { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:18.875rem;left:3.625rem;display:block; }
#M6dR1m3v8yIokAwT466x4dzWZqewMZFJ { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:21.40625rem;left:3.625rem;display:block; }
#bx2XOxwCGamlEN92lmtQagzk9m4e5ni4 { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:23.59375rem;left:3.625rem;display:block; }
#SWGAKkasSZR6hUckcsDbAWIsSZa9Kzsv { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:25.78125rem;left:3.625rem;display:block; }
#JxMZQ5LH1rNoz8UCxcB96UQ4D7mDK4AW { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100052;top:28.5rem;left:3.625rem;display:block; }
#ip5NZBGMDtgthRBHlaxKJKbyBfoLlSFe { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:30.6875rem;left:3.625rem;display:block; }
#kr4SDQkrwggfaDTnFXJ0OcQdAx9O6mU1 { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100054;top:33.125rem;left:3.625rem;display:block; }
#wATOmBbZpEh5dIcABNGTLGqIblJRP6ZJ { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100055;top:35.671875rem;left:3.625rem;display:block; }
#kpLPvrpc1OJszGA7GTQGcrueM9QTELI2 { position:relative;display:block; }#kpLPvrpc1OJszGA7GTQGcrueM9QTELI2 { background-color: transparent; background-image: none; }#kpLPvrpc1OJszGA7GTQGcrueM9QTELI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpLPvrpc1OJszGA7GTQGcrueM9QTELI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpLPvrpc1OJszGA7GTQGcrueM9QTELI2 > .row .container > .video-iframe-container { display: none; }#kpLPvrpc1OJszGA7GTQGcrueM9QTELI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpLPvrpc1OJszGA7GTQGcrueM9QTELI2 > .row > .video-iframe-container { display: none; }#kpLPvrpc1OJszGA7GTQGcrueM9QTELI2 > .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); }#kpLPvrpc1OJszGA7GTQGcrueM9QTELI2 { border-width: 0; border-radius: 0; }#kpLPvrpc1OJszGA7GTQGcrueM9QTELI2 > .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:41.1875rem;width:75rem;position:relative;display:block; }#mB4R4rwLrsO0XebkgO8LsqVvZzGgPU58 { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce00bb2d', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce00bb2d', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;height:33.5625rem;width:37.3125rem;top:1.9375rem;left:35.6875rem;display:block; }
#sMygIptbCWmD7HTmF9zSIKsFAvh6XoUc { display:block;width:27.8125rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:4.0732421875rem;left:42.5625rem;height:3.675425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#gpqisCgdgf7LgCEBGcAMTSFskKTCdvuH { display:block;width:21.0625rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:300;z-index:100016;line-height:1.2;letter-spacing:0;top:7.6865234375rem;left:42.5625rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#Wlmk2wKZWDKA2LxSRZks7qISskBqwUd0 { display:block;width:29.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:300;z-index:100037;line-height:1.8;letter-spacing:0;top:11.624847412109rem;left:43.312320709229rem;height:18.89845rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kFHOdUO5RZ1Wm3wsI5TciwCsd48sKpRO { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.125rem 0.125rem rgba(0,0,0,0.51) ;height:30.4375rem;width:31.6875rem;top:4.09375rem;left:6rem;display:block; }
#szRQFbPfk4g1azgFSrEaruASkk4mJVeF { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100044;top:11.75rem;left:40.4375rem;display:block; }
#hHd0mkMRUBMehJr2m0BFVRL5QiENigLB { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100045;top:13.9375rem;left:40.4375rem;display:block; }
#vgUq4ul3FyM2okF2tODR1WX1D3pzE2O3 { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:16.4375rem;left:40.4375rem;display:block; }
#vRo4MfC3shZQeBa1bCdhIHJWucZxx0MA { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:18.625rem;left:40.4375rem;display:block; }
#hZW9ODgXsw71rbIVsVgu0HAbwmhWBbeT { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:21.1875rem;left:40.4375rem;display:block; }
#eLHNGRd8ZlKf12PyncVDFTEJtZQKbrF6 { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:23.561981201172rem;left:40.436786651611rem;display:block; }
#fDXaPuRbyCt6o7KTsyAra1Ossm4TxT0K { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:25.936981201172rem;left:40.436786651611rem;display:block; }
#FR0fArMT4EKtZv48IP8IMr3650AZc1hJ { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.1875rem;width:22.1875rem;top:6.4375rem;left:10.75rem;overflow:hidden;display:block; }
#qpTATSVwhMqS8BsVXxCg5WdeATc3RXpd { position:relative;display:block; }#qpTATSVwhMqS8BsVXxCg5WdeATc3RXpd { background-color: transparent; background-image: none; }#qpTATSVwhMqS8BsVXxCg5WdeATc3RXpd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpTATSVwhMqS8BsVXxCg5WdeATc3RXpd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpTATSVwhMqS8BsVXxCg5WdeATc3RXpd > .row .container > .video-iframe-container { display: none; }#qpTATSVwhMqS8BsVXxCg5WdeATc3RXpd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpTATSVwhMqS8BsVXxCg5WdeATc3RXpd > .row > .video-iframe-container { display: none; }#qpTATSVwhMqS8BsVXxCg5WdeATc3RXpd > .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); }#qpTATSVwhMqS8BsVXxCg5WdeATc3RXpd { border-width: 0; border-radius: 0; }#qpTATSVwhMqS8BsVXxCg5WdeATc3RXpd > .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:45rem;width:75rem;position:relative;display:block; }#TqzVF9aCT8qb7wDcvVKo5MyO4mTBrVJ1 { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce00bb2d', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce00bb2d', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;height:36.1875rem;width:39.4375rem;top:1.75rem;left:2.3125rem;display:block; }
#iGBFwApM1PrdEgNI3di6KBXkdA5bZkvc { display:block;width:27.8125rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:5rem;left:6.28125rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#rIMVaploiohXxHNvyEc055nk5ruTQPCa { display:block;width:28.125rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:300;z-index:100016;line-height:1.2;letter-spacing:0;top:9.3671875rem;left:6.28125rem;height:4.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#gVwTpFaAx0loOhNulO6NWtEotkJQE9zB { display:block;width:29.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:300;z-index:100037;line-height:1.8;letter-spacing:0;top:16.5625rem;left:6.5rem;height:11.81153125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rXaSRnJzLRbMwEdVKe8bLwTNW8ERC0o4 { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.47) ;height:30.875rem;width:31.6875rem;top:4.375rem;left:37.6875rem;display:block; }
#TZQNsAuHpTNDyxOFQhRIWPSRt3kD5i74 { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:16.5625rem;left:3.6875rem;display:block; }
#BuhkXn1ph3KhByLMy28M1nvptSFG32Gx { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:18.75rem;left:3.6875rem;display:block; }
#pwO3NX8ecFW6X0IZUDGRC0y5QO2VsTZG { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:20.8125rem;left:3.6875rem;display:block; }
#kxBVB1vh4hPVgUmpVofUxW6FNimddg8H { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:23.375rem;left:3.6875rem;display:block; }
#f8pGkCKbSoTBZkOSGJdCNhPcM6NcnT1k { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.6875rem;width:20.6875rem;top:9.5rem;left:43.1875rem;overflow:hidden;display:block; }
#SE6slbf29GQCB1TOhnlJvEmHkvGpHLxB { position:relative;display:block; }#SE6slbf29GQCB1TOhnlJvEmHkvGpHLxB { background-color: transparent; background-image: none; }#SE6slbf29GQCB1TOhnlJvEmHkvGpHLxB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE6slbf29GQCB1TOhnlJvEmHkvGpHLxB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE6slbf29GQCB1TOhnlJvEmHkvGpHLxB > .row .container > .video-iframe-container { display: none; }#SE6slbf29GQCB1TOhnlJvEmHkvGpHLxB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SE6slbf29GQCB1TOhnlJvEmHkvGpHLxB > .row > .video-iframe-container { display: none; }#SE6slbf29GQCB1TOhnlJvEmHkvGpHLxB > .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); }#SE6slbf29GQCB1TOhnlJvEmHkvGpHLxB { border-width: 0; border-radius: 0; }#SE6slbf29GQCB1TOhnlJvEmHkvGpHLxB > .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:44.25rem;width:75rem;position:relative;display:block; }#MLh8JD3o3hIzCxiHc8FrKwgB2TqLOqJn { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce00bb2d', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce00bb2d', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.25rem;height:39.4375rem;width:37.3125rem;top:1.9375rem;left:35.6875rem;display:block; }
#zsqE67gSqD7bymlMbCSKSVMvqQpywVaL { display:block;width:27.8125rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:4.40625rem;left:43.1875rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#iXEg1CII14iGiTcx3k2Vuzbzapz9APb1 { display:block;width:29.3125rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:300;z-index:100037;line-height:1.8;letter-spacing:0;top:16.4375rem;left:43.1875rem;height:25.98536875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kfa7vbdLPKzQ43TcTuBWgarunwrK00IC { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.125rem 0.125rem rgba(0,0,0,0.51) ;height:29.875rem;width:31.6875rem;top:8.15625rem;left:7.3125rem;display:block; }
#AwF3u4gwpSzDXA8oOE2MRroKhCE2ATfV { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:16.4375rem;left:40.4375rem;display:block; }
#TA9oZipXVrXF80wGqTpxdTPIEOnlKEyV { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:18.625rem;left:40.4375rem;display:block; }
#opVkkridRgdGZ4MXPuUlGdePgmXUtWo1 { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:21.1875rem;left:40.4375rem;display:block; }
#LNBoO0TflwMGT34uCu9amFsx73Qf8Nxo { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:23.375rem;left:40.4375rem;display:block; }
#kXwzTlTyteZ5U4w1r2VbsfXwWeUvNUfg { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:25.5625rem;left:40.4375rem;display:block; }
#HLAwVJtSWTmuvn74iCFCt8DBZ3CLBWLr { display:block;width:21.0625rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:300;z-index:100016;line-height:1.2;letter-spacing:0;top:11.98046875rem;left:43.1875rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#lzWyscbI5x7kSGJ8SaVEU8h5eLAaQ97o { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:28.375rem;left:40.4375rem;display:block; }
#ssmdRgTAtOzAmIvJoEcBPWvPp6hTg7cB { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100052;top:30.5625rem;left:40.4375rem;display:block; }
#DPWwEpzcpbO7CF9oRkWymfeOgdWP6ha3 { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:33.248046875rem;left:40.4375rem;display:block; }
#DdcWIQXXd0F8mZSdctZGaH7xfhT26sPA { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100054;top:35.435546875rem;left:40.4375rem;display:block; }
#Kn2ew7gtD2KcSAz7BBtAeC7XlfRWV4ax { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100055;top:38.03125rem;left:40.4375rem;display:block; }
#ARpxzUxAAQizouAOuGArb9nBxLrgvcT5 { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.1875rem;width:20.1875rem;top:13rem;left:13.0625rem;overflow:hidden;display:block; }
#wCQXlAh4eD78S4rIInVseIzqLndWu46V { position:relative;display:block; }#wCQXlAh4eD78S4rIInVseIzqLndWu46V { background-color: transparent; background-image: none; }#wCQXlAh4eD78S4rIInVseIzqLndWu46V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCQXlAh4eD78S4rIInVseIzqLndWu46V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCQXlAh4eD78S4rIInVseIzqLndWu46V > .row .container > .video-iframe-container { display: none; }#wCQXlAh4eD78S4rIInVseIzqLndWu46V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCQXlAh4eD78S4rIInVseIzqLndWu46V > .row > .video-iframe-container { display: none; }#wCQXlAh4eD78S4rIInVseIzqLndWu46V > .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); }#wCQXlAh4eD78S4rIInVseIzqLndWu46V { border-width: 0; border-radius: 0; }#wCQXlAh4eD78S4rIInVseIzqLndWu46V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:51.8125rem;width:75rem;position:relative;display:block; }#h7URq92H0QRWSgcZtIpSWcPMAhJ5Nd8K { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-image: -o-linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce00bb2d', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce00bb2d', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(0,187,45,0.81), #ffffff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;height:46rem;width:39.4375rem;top:1.125rem;left:2.3125rem;display:block; }
#MweW6zNR5ftdAiFqEhFBAUIvT2PoPVN8 { display:block;width:27.8125rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:3.7548828125rem;left:6.4375rem;height:3.675425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#pQCi1SN96fZHHRTqXGp3FacqMR1bHTE5 { display:block;width:28.125rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:300;z-index:100016;line-height:1.2;letter-spacing:0;top:7.4296875rem;left:6.28125rem;height:4.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#Ebwkdi4K4TW3fT6h4LyJ38XqTdWkhAUg { position:absolute;display:block;z-index:100038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.47) ;height:33.75rem;width:31.6875rem;top:7.1875rem;left:38.8125rem;display:block; }
#U78kG2rqJz911EFOJwNmrwIXuDoyd64S { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:14.625rem;left:3.625rem;display:block; }
#lXzVfFm3NWn5dyPv1QfqxDSL5hhLc7Xq { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:16.8125rem;left:3.625rem;display:block; }
#LPNf5DykZyl0ahDVCRVxy2UzDZ20hwOB { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:18.875rem;left:3.625rem;display:block; }
#BpfpbLpLWL8ZGkARhSUhs1wcdAx8IcuC { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:21.40625rem;left:3.625rem;display:block; }
#KgnOg74BCdo7WdVxOXxUPo7llgTAhGg8 { display:block;width:17.75rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:300;z-index:100037;line-height:1.8;letter-spacing:0;top:14.23046875rem;left:6.4375rem;height:16.53614375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SyCkTNknsToM6PtqeAOl9Pgqhwy08etq { display:block;width:13.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:300;z-index:100039;line-height:1.8;letter-spacing:0;top:30.765625rem;left:6.4375rem;height:16.53614375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VLxAMplgZveiXpE9CoeUT6LbP9f61met { position:absolute;display:block;z-index:100050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23rem;width:23rem;top:12.625rem;left:43.15625rem;overflow:hidden;display:block; }
#PS1Cxzq3qm3qA3TZQFDWtWlvgMgqGHXJ { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:23.59375rem;left:3.625rem;display:block; }
#JhQpXvQHEJ23MnPyLml5KAZoJomFg0lh { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:25.78125rem;left:3.625rem;display:block; }
#lVXOxO0iDccqvgaBR4vh5Sm1sLZ4GnB3 { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100052;top:28.640625rem;left:3.625rem;display:block; }
#Jwk9Ch0yUE2TyPkGQ2kooBSXsfmJbgJX { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100053;top:30.765625rem;left:3.625rem;display:block; }
#ibi4U51CEMhsKsinOkrueBQ75ssnT3ct { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100054;top:33.625rem;left:3.625rem;display:block; }
#EJ83gGdaA3Xt64ZQQWb4uT8xurwRKb4A { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100055;top:35.75rem;left:3.625rem;display:block; }
#pDw8UhLVKMDtlid7l4a3rpDp1T5vnLnS { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100056;top:37.939453125rem;left:3.625rem;display:block; }
#oDbKhtx2VpSvAKDxNKyfecDlxVdTsnAc { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100057;top:40.126953125rem;left:3.625rem;display:block; }
#MdVwpqlVPAQWVKo8Rt9SlJke5VfdFRoe { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:45rem;left:3.625rem;display:block; }
#ycogq0kOLAUeCrHECt1quohMBPkDKFr8 { box-sizing:content-box;color:#000000;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100059;top:42.314453125rem;left:3.625rem;display:block; }
#UWsu3AGlJydQTknDdioNPaUtVlNwpUzd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,187,45,0.1);background-image:none;position:relative;display:block; }#UWsu3AGlJydQTknDdioNPaUtVlNwpUzd > .row .container { background-color: transparent; background-image: none; }#UWsu3AGlJydQTknDdioNPaUtVlNwpUzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWsu3AGlJydQTknDdioNPaUtVlNwpUzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWsu3AGlJydQTknDdioNPaUtVlNwpUzd > .row .container > .video-iframe-container { display: none; }#UWsu3AGlJydQTknDdioNPaUtVlNwpUzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWsu3AGlJydQTknDdioNPaUtVlNwpUzd > .row > .video-iframe-container { display: none; }#UWsu3AGlJydQTknDdioNPaUtVlNwpUzd > .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); }#UWsu3AGlJydQTknDdioNPaUtVlNwpUzd > .row .container { border-width: 0; border-radius: 0; }#UWsu3AGlJydQTknDdioNPaUtVlNwpUzd > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#RVHU8K0qyoReoy2P0kwlTWTvkRyqepMN { display:block;width:51.25rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:400;z-index:100017;line-height:1.2;letter-spacing:0;top:4.7469816207886rem;left:11.874111175537rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#vNhZfnbSpumoQ6AmaXbDszgLmr3oEksO { display:block;width:15.3720625rem;position:absolute;font-family:"roboto condensed";font-size:4.1875rem;font-weight:400;z-index:100018;line-height:1.2;letter-spacing:0;top:9.875rem;left:28.1875rem;height:5.0244125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#00bb2d;display:block; }
#EqyO6zF0wiwMNnamrb1Rx8yA7te9nX3g { display:block;width:51.25rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:400;z-index:100018;line-height:1.2;letter-spacing:0;top:18.185368537903rem;left:11.873224258423rem;height:4.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#rzZdGgtCfLuXTTXGTrZdHoV9TR3Fs4bs { z-index:100001;top:22.434301376342rem;left:25.9375rem;background-color:#00bb2d;background-image:none;border-top:0.25rem solid #00bb2d;border-left:0.25rem solid #00bb2d;border-right:0.25rem solid #00bb2d;border-bottom:0.25rem solid #00bb2d;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"roboto condensed";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:23.001065rem;height:3.626065rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tvka5ng8hkMLfxzCSXQTMSi4sK7yWhF5 { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#PvUE4BSn0wOc75xC36kyQgAylzkcGS0g { display:block;width:51.25rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:400;z-index:100017;line-height:1.2;letter-spacing:0;top:3.8742885589599rem;left:11.874111175537rem;height:2.47425625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:none; }
#TbtkSXpVGGvtkHzNJp8A7CKOd3cCkTOD { display:block;width:51.25rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:400;z-index:100018;line-height:1.2;letter-spacing:0;top:0.888671875rem;left:11.874111175537rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#GRr4F32Q171D3i7eWkLJdTWN9SgcW2Qo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;top:9.875rem;left:37.8125rem; }
#t5o4iTn449MTB9lUWrcc26k38LVIicaw { display:block;width:15.371125rem;position:absolute;font-family:"roboto condensed";font-size:1.8125rem;font-weight:400;z-index:100019;line-height:1.2;letter-spacing:0;top:11.8125rem;left:31.4697265625rem;height:2.17480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#00bb2d;display:block; }
#TxiapkLQdlTtGndwlPxgy7cN9Lm2N1Vc { position:relative;display:block; }#TxiapkLQdlTtGndwlPxgy7cN9Lm2N1Vc { background-color: transparent; background-image: none; }#TxiapkLQdlTtGndwlPxgy7cN9Lm2N1Vc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxiapkLQdlTtGndwlPxgy7cN9Lm2N1Vc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxiapkLQdlTtGndwlPxgy7cN9Lm2N1Vc > .row .container > .video-iframe-container { display: none; }#TxiapkLQdlTtGndwlPxgy7cN9Lm2N1Vc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxiapkLQdlTtGndwlPxgy7cN9Lm2N1Vc > .row > .video-iframe-container { display: none; }#TxiapkLQdlTtGndwlPxgy7cN9Lm2N1Vc > .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); }#TxiapkLQdlTtGndwlPxgy7cN9Lm2N1Vc { border-width: 0; border-radius: 0; }#TxiapkLQdlTtGndwlPxgy7cN9Lm2N1Vc > .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:24.9375rem;width:75rem;position:relative;display:block; }#SFN6uXse16Iu7N0LlK3VTOCdmQdxwAJf { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.6230625rem;width:35.8105625rem;top:13.90625rem;left:0rem;overflow:hidden;display:block; }
#Rdx7V7hrKST96N8kTxA8PElStqzN7FsO { display:block;width:27.8125rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:100017;line-height:1.2;letter-spacing:0;top:2.375rem;left:2.1875rem;height:3.675425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#l7wTqcTnbvuT00a2B8dN0Ut0MreoOKKL { display:block;width:33.125rem;position:absolute;font-family:"roboto condensed";font-size:2.0625rem;font-weight:300;z-index:100018;line-height:1.2;letter-spacing:0;top:6.0625rem;left:2.1875rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#DSrZdk6UZ7U4JGiznEa0kWa0baZKPAm0 { display:block;width:21.25rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:300;z-index:100045;line-height:1.8;letter-spacing:0;top:14.0625rem;left:52.375rem;height:9.449225rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qZQ4FGI3ESHrZ0eqcoIf4D6cV8qVvzWX { box-sizing:content-box;color:#00bb2d;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100047;top:16.5rem;left:50.1875rem;display:block; }
#P4BQ0z0ZF9l8TKRv39au1slA9XpAXP2o { box-sizing:content-box;color:#00bb2d;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100048;top:18.8125rem;left:50.1875rem;display:block; }
#ol9Ae7hEz7ZToITcQqpKtd1G4qaUlC7z { box-sizing:content-box;color:#00bb2d;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100046;top:14.0625rem;left:50.25rem;display:block; }
#N6UkBPiRRxcTDfCIgPgy9zEvTJ8Udtmt { box-sizing:content-box;color:#00bb2d;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:21.375rem;left:50.25rem;display:block; }
#Ivl54pFrRhQy5eDGwUAQrXVoxfvOpPJx { position:absolute;display:block;z-index:100050;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:0;width:0;top:7.34375rem;left:35.8125rem;display:block; }
#DAKQOM8A3utnyte2b9WzarSVe1tbx5Py { position:absolute;display:block;z-index:100009;background-color:#00bb2d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.25rem;border-top-right-radius:7.25rem;border-bottom-left-radius:7.25rem;border-bottom-right-radius:7.25rem;height:8.875rem;width:8.875rem;top:13.1875rem;left:40.125rem;display:block; }
#gaFURMIZQ5asguieRt57In84FAfwJTMc { display:block;width:6.9375rem;position:absolute;font-family:"roboto condensed";font-size:2rem;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:16.3125rem;left:40.75rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(255,255,255,0.5);display:block; }
#KvUzFnLnH40B27usZH23qxs7bw7cN6pH { position:relative;display:block; }#KvUzFnLnH40B27usZH23qxs7bw7cN6pH { background-color: transparent; background-image: none; }#KvUzFnLnH40B27usZH23qxs7bw7cN6pH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvUzFnLnH40B27usZH23qxs7bw7cN6pH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvUzFnLnH40B27usZH23qxs7bw7cN6pH > .row .container > .video-iframe-container { display: none; }#KvUzFnLnH40B27usZH23qxs7bw7cN6pH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvUzFnLnH40B27usZH23qxs7bw7cN6pH > .row > .video-iframe-container { display: none; }#KvUzFnLnH40B27usZH23qxs7bw7cN6pH > .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); }#KvUzFnLnH40B27usZH23qxs7bw7cN6pH { border-width: 0; border-radius: 0; }#KvUzFnLnH40B27usZH23qxs7bw7cN6pH > .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.0625rem;width:75rem;position:relative;display:block; }#Zeyy9Vm7ZEqq7CJXz1bVTnCciOX8IDwc { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.1875rem;width:14.1875rem;top:1.8125rem;left:2.28125rem;overflow:hidden;display:block; }
#GFCADRP5t9taXtqFxzy9ilkuFAPId4zF { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.125rem;width:13.125rem;top:2.8125rem;left:21.5625rem;overflow:hidden;display:block; }
#HTV3MK2knFGsIAqpQCbMrLnUbi4vEhNZ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:12.6875rem;top:1.75rem;left:40.53125rem;overflow:hidden;display:block; }
#WfWZiwpPa1t22hhWoZe8CybDSRwW99I7 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.5rem;width:13.5rem;top:1.34375rem;left:58.875rem;overflow:hidden;display:block; }
#ETvnBn2g5nIXVVxFqtkGUxhDUoQQHDHw { position:relative;display:block; }#ETvnBn2g5nIXVVxFqtkGUxhDUoQQHDHw { background-color: transparent; background-image: none; }#ETvnBn2g5nIXVVxFqtkGUxhDUoQQHDHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETvnBn2g5nIXVVxFqtkGUxhDUoQQHDHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETvnBn2g5nIXVVxFqtkGUxhDUoQQHDHw > .row .container > .video-iframe-container { display: none; }#ETvnBn2g5nIXVVxFqtkGUxhDUoQQHDHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETvnBn2g5nIXVVxFqtkGUxhDUoQQHDHw > .row > .video-iframe-container { display: none; }#ETvnBn2g5nIXVVxFqtkGUxhDUoQQHDHw > .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); }#ETvnBn2g5nIXVVxFqtkGUxhDUoQQHDHw { border-width: 0; border-radius: 0; }#ETvnBn2g5nIXVVxFqtkGUxhDUoQQHDHw > .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.4375rem;width:75rem;position:relative;display:block; }#XrBpMH3pcrJsit9NDSJDTbcXAupsnTAw { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.125rem;width:15.125rem;top:1rem;left:1.8125rem;overflow:hidden;display:block; }
#yn48D1k063sL34f2qlyXc9w0fqkZpiXX { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5625rem;width:15.5625rem;top:0.78125rem;left:20.34375rem;overflow:hidden;display:block; }
#HLlvRLtaLgLl1SG1HOzP47u4lNEF0NIx { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.0625rem;width:15.0625rem;top:1.03125rem;left:39.34375rem;overflow:hidden;display:block; }
#nElf5x1h6Rm79PmCWSKxoa18ZK0rFqs5 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.25rem;width:15.25rem;top:0.9375rem;left:58rem;overflow:hidden;display:block; }
#RmdvoNTIaCPN0MR7T8UqJMH17gq4LfSv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#RmdvoNTIaCPN0MR7T8UqJMH17gq4LfSv > .row .container { background-color: transparent; background-image: none; }#RmdvoNTIaCPN0MR7T8UqJMH17gq4LfSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmdvoNTIaCPN0MR7T8UqJMH17gq4LfSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmdvoNTIaCPN0MR7T8UqJMH17gq4LfSv > .row .container > .video-iframe-container { display: none; }#RmdvoNTIaCPN0MR7T8UqJMH17gq4LfSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RmdvoNTIaCPN0MR7T8UqJMH17gq4LfSv > .row > .video-iframe-container { display: none; }#RmdvoNTIaCPN0MR7T8UqJMH17gq4LfSv > .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); }#RmdvoNTIaCPN0MR7T8UqJMH17gq4LfSv > .row .container { border-width: 0; border-radius: 0; }#RmdvoNTIaCPN0MR7T8UqJMH17gq4LfSv > .row .container { font-size:0.875rem;font-family:arial;height:14.5625rem;width:75rem;position:relative;display:block; }#nReSa56CioAJz3QpwxIdhNkn5RsPKFDy { position:absolute;display:block;z-index:100011;background-color:#00bb2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:0.12429rem;width:2.5rem;top:13.8125rem;left:36.25rem;display:block; }
#DX9svgxuTykIudly0qGHeRTuWZ5aWMpu { display:block;width:42.9989375rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:100016;line-height:1.2;letter-spacing:0;top:6.1875rem;left:15.9375rem;height:7.349625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#oAfpNyUkPFqxlmiefIGlR1cHpZwOKiy4 { box-sizing:content-box;color:#00bb2d;font-size:1.75rem;font-weight:400;line-height:1;height:2.56214375rem;width:2.6242875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:9.875rem;left:32.5625rem;display:block; }
#AoBzW2R5ILCkPNdfG70GCF6AU8CoETQH { box-sizing:content-box;color:#00bb2d;font-size:1.75rem;font-weight:400;line-height:1;height:2.56125625rem;width:2.6234rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:9.875rem;left:34.3125rem;display:block; }
#ST9w1DdbWpT5CWs34zmxfB7UrsP3X1TW { box-sizing:content-box;color:#00bb2d;font-size:1.75rem;font-weight:400;line-height:1;height:2.56125625rem;width:2.6234rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:9.875rem;left:36.125rem;display:block; }
#Zvt6PNBmwDZEkyFvK5l0EtfEo9Ee1z5y { box-sizing:content-box;color:#00bb2d;font-size:1.75rem;font-weight:400;line-height:1;height:2.56125625rem;width:2.6234rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:9.875rem;left:39.8125rem;display:block; }
#mJtAUuWOk7vk8D9aOFZtJkFNBHd0wJNV { box-sizing:content-box;color:#00bb2d;font-size:1.75rem;font-weight:400;line-height:1;height:2.56125625rem;width:2.6234rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:9.875rem;left:38rem;display:block; }
#v1fTIoHOeIQ4uH04Pw3fmhdvyivFbfq7 { position:relative;display:block; }#v1fTIoHOeIQ4uH04Pw3fmhdvyivFbfq7 { background-color: transparent; background-image: none; }#v1fTIoHOeIQ4uH04Pw3fmhdvyivFbfq7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1fTIoHOeIQ4uH04Pw3fmhdvyivFbfq7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1fTIoHOeIQ4uH04Pw3fmhdvyivFbfq7 > .row .container > .video-iframe-container { display: none; }#v1fTIoHOeIQ4uH04Pw3fmhdvyivFbfq7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1fTIoHOeIQ4uH04Pw3fmhdvyivFbfq7 > .row > .video-iframe-container { display: none; }#v1fTIoHOeIQ4uH04Pw3fmhdvyivFbfq7 > .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); }#v1fTIoHOeIQ4uH04Pw3fmhdvyivFbfq7 { border-width: 0; border-radius: 0; }#v1fTIoHOeIQ4uH04Pw3fmhdvyivFbfq7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#l6TvixInH7UQScTpyh3sCmNltk5v34ty { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:24.5625rem;top:2.5rem;left:0.21875rem;display:block; }
#X9ruzCcpyTrL6Px5w4UCTm05TzyTQRdU { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:24.5625rem;top:2.5rem;left:50.21875rem;display:block; }
#wMheK9EupLa0TiZCQBuDFbblZng2QS2i { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:24.5625rem;top:2.5rem;left:25.21875rem;display:block; }
#P9er2IJrSZx059kbeFkPKSqrXo5z1L5e { position:relative;display:block; }#P9er2IJrSZx059kbeFkPKSqrXo5z1L5e { background-color: transparent; background-image: none; }#P9er2IJrSZx059kbeFkPKSqrXo5z1L5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9er2IJrSZx059kbeFkPKSqrXo5z1L5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9er2IJrSZx059kbeFkPKSqrXo5z1L5e > .row .container > .video-iframe-container { display: none; }#P9er2IJrSZx059kbeFkPKSqrXo5z1L5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9er2IJrSZx059kbeFkPKSqrXo5z1L5e > .row > .video-iframe-container { display: none; }#P9er2IJrSZx059kbeFkPKSqrXo5z1L5e > .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); }#P9er2IJrSZx059kbeFkPKSqrXo5z1L5e { border-width: 0; border-radius: 0; }#P9er2IJrSZx059kbeFkPKSqrXo5z1L5e > .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:23.875rem;width:75rem;position:relative;display:block; }#SbGPDR0loRty7kV8VhkvEP7uMn9QlSGI { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.4375rem;width:33.3125rem;top:0rem;left:0.21875rem;display:block; }
#Kw2FFBtTZvQ1hoUctd22AimCeRlyCg19 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.5rem;width:33.3125rem;top:-0.0625rem;left:41.234403669725rem;display:block; }
#KLNK80mgs68PLZ01ipKf2zST7MHKi1T6 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.375rem;width:33.1875rem;top:0rem;left:20.90625rem;display:block; }
#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { background-color: transparent; background-image: none; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container > .video-iframe-container { display: none; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row > .video-iframe-container { display: none; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .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); }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { border-width: 0; border-radius: 0; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:block; }#qiDw2n5UF4cvy3Iu8ol16SHLHRDT7UOZ { display:block;width:75rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:100014;line-height:1.2;letter-spacing:0;top:4.3741130828858rem;left:0rem;height:3.675425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#25231b;display:block; }
#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { background-color: transparent; background-image: none; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container > .video-iframe-container { display: none; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row > .video-iframe-container { display: none; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .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); }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { border-width: 0; border-radius: 0; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#CII7gUplLw4AtLyVE4s80xO22Uotgoeq { display:block;width:17.0623125rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:11.8125rem;left:7.875rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ncSNgB9TsaB1cBZJa68Ro3HFfohFx7iN { display:block;width:17.874625rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:11.8125rem;left:28.5625rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PDJyOxBmpbM3iVV4xdpzqvngm1SCCVIq { display:block;width:16.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:11.8125rem;left:50.875rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gLT1uL1mGSeOPzWzGN3vfTZbTkzCVUVA { display:block;width:20.125rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:24.3125rem;left:15.9375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WncCURUTiCT07PlUhnXMoxHBRWzTzMRW { display:block;width:20.125rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:100024;line-height:1.3;letter-spacing:0;top:24.3125rem;left:38.9375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RrImHvH8xTTAMiEtczG6nkPv0drlLv4W { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#00bb2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:100025;top:4.75rem;left:13.4375rem;display:block; }
#WwkatcUD1uhxGwNEpyNCQxRrvCdfigZm { box-sizing:content-box;color:#ffffff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:5.6875rem;left:14.375rem;display:block; }
#r1UVi7o1lvk6PI1f6fEQhtXQa55zDVbb { box-sizing:content-box;color:#ffffff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:5.6875rem;left:35.4375rem;display:block; }
#dIT9coEKw0dgbpqUUn9E6AnKzPTM5kin { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#00bb2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:100027;top:4.75rem;left:34.5625rem;display:block; }
#KaCrSOiZM0LGPFEicurLCrbtxexJN36N { box-sizing:content-box;color:#ffffff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100030;top:5.8125rem;left:57.1875rem;display:block; }
#CsPAoSwxOTuMSLAtldBgSi8SGFx9LIif { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#00bb2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:100029;top:4.875rem;left:56.3125rem;display:block; }
#JRNz0RuJWwccXEHrezlfOULeP8bPfMNG { box-sizing:content-box;color:#ffffff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100032;top:18.375rem;left:24.0625rem;display:block; }
#ktpua1qcf0dU9MAwFuv7LuW9J1ru5v3I { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#00bb2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:100031;top:17.4375rem;left:23.0625rem;display:block; }
#nIJBbmBQUK46arTzIxHn6oEVBNlis1yp { box-sizing:content-box;color:#ffffff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100034;top:18.375rem;left:47rem;display:block; }
#gTWgLyQCxCBV68QDmWwgwOUPAHH7qmKs { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#00bb2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.9375rem;width:5.9375rem;position:absolute;display:block;z-index:100033;top:17.4375rem;left:46.0625rem;display:block; }
#abmyaglAECIeiZazyLxT2GllH7uleT1T { position:relative;display:block; }#abmyaglAECIeiZazyLxT2GllH7uleT1T { background-color: transparent; background-image: none; }#abmyaglAECIeiZazyLxT2GllH7uleT1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abmyaglAECIeiZazyLxT2GllH7uleT1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abmyaglAECIeiZazyLxT2GllH7uleT1T > .row .container > .video-iframe-container { display: none; }#abmyaglAECIeiZazyLxT2GllH7uleT1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abmyaglAECIeiZazyLxT2GllH7uleT1T > .row > .video-iframe-container { display: none; }#abmyaglAECIeiZazyLxT2GllH7uleT1T > .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); }#abmyaglAECIeiZazyLxT2GllH7uleT1T { border-width: 0; border-radius: 0; }#abmyaglAECIeiZazyLxT2GllH7uleT1T > .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:8rem;width:75rem;position:relative;display:block; }#d2u6uQsfq4R9QPfcKapweT76vOIZH39d { display:block;width:75rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:100016;line-height:1.2;letter-spacing:0;top:2rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#25231b;display:block; }
#BH1yIp9JTIpHCeb22Id9RlAn67ov5LCB { position:relative;display:block; }#BH1yIp9JTIpHCeb22Id9RlAn67ov5LCB { background-color: transparent; background-image: none; }#BH1yIp9JTIpHCeb22Id9RlAn67ov5LCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH1yIp9JTIpHCeb22Id9RlAn67ov5LCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH1yIp9JTIpHCeb22Id9RlAn67ov5LCB > .row .container > .video-iframe-container { display: none; }#BH1yIp9JTIpHCeb22Id9RlAn67ov5LCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH1yIp9JTIpHCeb22Id9RlAn67ov5LCB > .row > .video-iframe-container { display: none; }#BH1yIp9JTIpHCeb22Id9RlAn67ov5LCB > .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); }#BH1yIp9JTIpHCeb22Id9RlAn67ov5LCB { border-width: 0; border-radius: 0; }#BH1yIp9JTIpHCeb22Id9RlAn67ov5LCB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#aa5FeQAC9Ot6BvkspK9QcEnbNdSHTlQ7 { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:18.375rem;top:4.25rem;left:0.1875rem;display:block; }
#ANCMFTl1fLJ3dlLApkiA1SMtgDB24lvI { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:18.375rem;top:4.25rem;left:18.9375rem;display:block; }
#dAQ6LKxo9plSVwoTkCyqeT9MAww3FTFT { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:18.375rem;top:4.25rem;left:37.6875rem;display:block; }
#RTk5owAuQaXJ8MhvnNyvryFBT6NAyHMq { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:18.375rem;top:4.25rem;left:56.4375rem;display:block; }
#wqfp5FmosmLeDEHr19E21wpdA82K8CTn { position:relative;display:block; }#wqfp5FmosmLeDEHr19E21wpdA82K8CTn { background-color: transparent; background-image: none; }#wqfp5FmosmLeDEHr19E21wpdA82K8CTn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqfp5FmosmLeDEHr19E21wpdA82K8CTn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqfp5FmosmLeDEHr19E21wpdA82K8CTn > .row .container > .video-iframe-container { display: none; }#wqfp5FmosmLeDEHr19E21wpdA82K8CTn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqfp5FmosmLeDEHr19E21wpdA82K8CTn > .row > .video-iframe-container { display: none; }#wqfp5FmosmLeDEHr19E21wpdA82K8CTn > .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); }#wqfp5FmosmLeDEHr19E21wpdA82K8CTn { border-width: 0; border-radius: 0; }#wqfp5FmosmLeDEHr19E21wpdA82K8CTn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#o6nNTiDeFiTm9QnpC7sLTnU36sTbke3i { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:18.375rem;top:4.25rem;left:0.1875rem;display:block; }
#yWWXVp1VdUuklCFh53BAnqbTBEfcWOuo { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:18.375rem;top:4.25rem;left:18.9375rem;display:block; }
#Vrz6sVuvwW9Ewo0vJRcyoOLJ1TwrUARA { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:18.375rem;top:4.25rem;left:37.6875rem;display:block; }
#WTnVNNbTSF6Jc3K6Gumu7pSbHbrKe6aD { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:18.375rem;top:4.25rem;left:56.4375rem;display:block; }
#n6ZLK9mIhzqaWTzA0gLnr4WZKAWxsT3I { position:relative;display:block; }#n6ZLK9mIhzqaWTzA0gLnr4WZKAWxsT3I { background-color: transparent; background-image: none; }#n6ZLK9mIhzqaWTzA0gLnr4WZKAWxsT3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6ZLK9mIhzqaWTzA0gLnr4WZKAWxsT3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6ZLK9mIhzqaWTzA0gLnr4WZKAWxsT3I > .row .container > .video-iframe-container { display: none; }#n6ZLK9mIhzqaWTzA0gLnr4WZKAWxsT3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6ZLK9mIhzqaWTzA0gLnr4WZKAWxsT3I > .row > .video-iframe-container { display: none; }#n6ZLK9mIhzqaWTzA0gLnr4WZKAWxsT3I > .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); }#n6ZLK9mIhzqaWTzA0gLnr4WZKAWxsT3I { border-width: 0; border-radius: 0; }#n6ZLK9mIhzqaWTzA0gLnr4WZKAWxsT3I > .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:7.375rem;width:75rem;position:relative;display:block; }#IDEExSwm1k7Zm00F8Wd72ZsBfITnmcuN { display:block;width:75rem;position:absolute;font-family:"roboto condensed";font-size:3.0625rem;font-weight:700;z-index:100015;line-height:1.2;letter-spacing:0;top:2rem;left:0rem;height:3.67480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#25231b;display:block; }
#mAL0NKWWLbXT9RS6klpSWew32Gwh7rip { position:relative;display:block; }#mAL0NKWWLbXT9RS6klpSWew32Gwh7rip { background-color: transparent; background-image: none; }#mAL0NKWWLbXT9RS6klpSWew32Gwh7rip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAL0NKWWLbXT9RS6klpSWew32Gwh7rip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAL0NKWWLbXT9RS6klpSWew32Gwh7rip > .row .container > .video-iframe-container { display: none; }#mAL0NKWWLbXT9RS6klpSWew32Gwh7rip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAL0NKWWLbXT9RS6klpSWew32Gwh7rip > .row > .video-iframe-container { display: none; }#mAL0NKWWLbXT9RS6klpSWew32Gwh7rip > .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); }#mAL0NKWWLbXT9RS6klpSWew32Gwh7rip { border-width: 0; border-radius: 0; }#mAL0NKWWLbXT9RS6klpSWew32Gwh7rip > .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:4.6875rem;width:75rem;position:relative;display:block; }#fZUFtdSUgCd74GCVuS3A7UwZGSAwAToQ { display:block;width:35.8115rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:1.5rem;left:5.25rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#ee6MedUEPux1BzfzoWddAEmxwbLOxm1B { box-sizing:content-box;color:rgba(0,187,45,0.66);font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:0.4375rem;left:0.8125rem;display:block; }
#bOzQdQzA9Hy9thlk7PMTKd3fyPGQQlMM { position:relative;display:block; }#bOzQdQzA9Hy9thlk7PMTKd3fyPGQQlMM { background-color: transparent; background-image: none; }#bOzQdQzA9Hy9thlk7PMTKd3fyPGQQlMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOzQdQzA9Hy9thlk7PMTKd3fyPGQQlMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOzQdQzA9Hy9thlk7PMTKd3fyPGQQlMM > .row .container > .video-iframe-container { display: none; }#bOzQdQzA9Hy9thlk7PMTKd3fyPGQQlMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bOzQdQzA9Hy9thlk7PMTKd3fyPGQQlMM > .row > .video-iframe-container { display: none; }#bOzQdQzA9Hy9thlk7PMTKd3fyPGQQlMM > .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); }#bOzQdQzA9Hy9thlk7PMTKd3fyPGQQlMM { border-width: 0; border-radius: 0; }#bOzQdQzA9Hy9thlk7PMTKd3fyPGQQlMM > .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:2.4375rem;width:75rem;position:relative;display:block; }#ycZfLhdAXSG3Cy5I7A3u8g5wdROCqLHt { display:block;width:40.5rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:0rem;left:5rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#tpfQ3xLzbK38XMrzx8TJHJNA1ufucmLn { position:relative;display:block; }#tpfQ3xLzbK38XMrzx8TJHJNA1ufucmLn { background-color: transparent; background-image: none; }#tpfQ3xLzbK38XMrzx8TJHJNA1ufucmLn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpfQ3xLzbK38XMrzx8TJHJNA1ufucmLn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpfQ3xLzbK38XMrzx8TJHJNA1ufucmLn > .row .container > .video-iframe-container { display: none; }#tpfQ3xLzbK38XMrzx8TJHJNA1ufucmLn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpfQ3xLzbK38XMrzx8TJHJNA1ufucmLn > .row > .video-iframe-container { display: none; }#tpfQ3xLzbK38XMrzx8TJHJNA1ufucmLn > .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); }#tpfQ3xLzbK38XMrzx8TJHJNA1ufucmLn { border-width: 0; border-radius: 0; }#tpfQ3xLzbK38XMrzx8TJHJNA1ufucmLn > .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:4.6875rem;width:75rem;position:relative;display:block; }#XUodal8NkheRFer9RePsr1OvUs9boWJp { display:block;width:48.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:1.5rem;left:5.25rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#shkJpF3y6JwxuA45KwOWBT4cyfhpet1I { box-sizing:content-box;color:rgba(0,187,45,0.66);font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:0.4375rem;left:0.8125rem;display:block; }
#zKN90VubwGiXpIa0EArdOiwDqQoNSG2P { position:relative;display:block; }#zKN90VubwGiXpIa0EArdOiwDqQoNSG2P { background-color: transparent; background-image: none; }#zKN90VubwGiXpIa0EArdOiwDqQoNSG2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKN90VubwGiXpIa0EArdOiwDqQoNSG2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKN90VubwGiXpIa0EArdOiwDqQoNSG2P > .row .container > .video-iframe-container { display: none; }#zKN90VubwGiXpIa0EArdOiwDqQoNSG2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKN90VubwGiXpIa0EArdOiwDqQoNSG2P > .row > .video-iframe-container { display: none; }#zKN90VubwGiXpIa0EArdOiwDqQoNSG2P > .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); }#zKN90VubwGiXpIa0EArdOiwDqQoNSG2P { border-width: 0; border-radius: 0; }#zKN90VubwGiXpIa0EArdOiwDqQoNSG2P > .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:2.4375rem;width:75rem;position:relative;display:block; }#pIg5fCmTrF9n2nUB5lm6wvpc8E9oMOvg { display:block;width:60.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:0rem;left:5rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#Cd5oTT7C9W1a3LKSNnMoHR89c31kC6DU { position:relative;display:block; }#Cd5oTT7C9W1a3LKSNnMoHR89c31kC6DU { background-color: transparent; background-image: none; }#Cd5oTT7C9W1a3LKSNnMoHR89c31kC6DU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cd5oTT7C9W1a3LKSNnMoHR89c31kC6DU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cd5oTT7C9W1a3LKSNnMoHR89c31kC6DU > .row .container > .video-iframe-container { display: none; }#Cd5oTT7C9W1a3LKSNnMoHR89c31kC6DU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cd5oTT7C9W1a3LKSNnMoHR89c31kC6DU > .row > .video-iframe-container { display: none; }#Cd5oTT7C9W1a3LKSNnMoHR89c31kC6DU > .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); }#Cd5oTT7C9W1a3LKSNnMoHR89c31kC6DU { border-width: 0; border-radius: 0; }#Cd5oTT7C9W1a3LKSNnMoHR89c31kC6DU > .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:4.6875rem;width:75rem;position:relative;display:block; }#UOla98h9ySaGmGIe9bRZDn9W5asXgZW8 { display:block;width:48.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:1.5rem;left:5.25rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#ldWHAo3zpuIfy8UduZ8pf50hXl4Q44rS { box-sizing:content-box;color:rgba(0,187,45,0.66);font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:0.4375rem;left:0.8125rem;display:block; }
#uR0c7B7P2RODHe282WBOHdu8eGXLinWM { position:relative;display:block; }#uR0c7B7P2RODHe282WBOHdu8eGXLinWM { background-color: transparent; background-image: none; }#uR0c7B7P2RODHe282WBOHdu8eGXLinWM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR0c7B7P2RODHe282WBOHdu8eGXLinWM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR0c7B7P2RODHe282WBOHdu8eGXLinWM > .row .container > .video-iframe-container { display: none; }#uR0c7B7P2RODHe282WBOHdu8eGXLinWM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uR0c7B7P2RODHe282WBOHdu8eGXLinWM > .row > .video-iframe-container { display: none; }#uR0c7B7P2RODHe282WBOHdu8eGXLinWM > .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); }#uR0c7B7P2RODHe282WBOHdu8eGXLinWM { border-width: 0; border-radius: 0; }#uR0c7B7P2RODHe282WBOHdu8eGXLinWM > .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:2.4375rem;width:75rem;position:relative;display:block; }#drutHVLko6PgSlnAiCHeoOfKwApA4ygW { display:block;width:60.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:0rem;left:5rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#XDEsNu7TcMBxMtXfR7CHRP8NOzgXl4Nd { position:relative;display:block; }#XDEsNu7TcMBxMtXfR7CHRP8NOzgXl4Nd { background-color: transparent; background-image: none; }#XDEsNu7TcMBxMtXfR7CHRP8NOzgXl4Nd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDEsNu7TcMBxMtXfR7CHRP8NOzgXl4Nd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDEsNu7TcMBxMtXfR7CHRP8NOzgXl4Nd > .row .container > .video-iframe-container { display: none; }#XDEsNu7TcMBxMtXfR7CHRP8NOzgXl4Nd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XDEsNu7TcMBxMtXfR7CHRP8NOzgXl4Nd > .row > .video-iframe-container { display: none; }#XDEsNu7TcMBxMtXfR7CHRP8NOzgXl4Nd > .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); }#XDEsNu7TcMBxMtXfR7CHRP8NOzgXl4Nd { border-width: 0; border-radius: 0; }#XDEsNu7TcMBxMtXfR7CHRP8NOzgXl4Nd > .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:4.6875rem;width:75rem;position:relative;display:block; }#kWAEuXUEsoZPNclD4iufwSvTLKqLWw0o { display:block;width:48.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:1.5rem;left:5.25rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#bhuEFbQ0tdFXZr55ZTTHQ2kFkC0EXDgK { box-sizing:content-box;color:rgba(0,187,45,0.66);font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:0.4375rem;left:0.8125rem;display:block; }
#LDNAgx4Nx67nuWVJ8ssyI0byqPuBFzhN { position:relative;display:block; }#LDNAgx4Nx67nuWVJ8ssyI0byqPuBFzhN { background-color: transparent; background-image: none; }#LDNAgx4Nx67nuWVJ8ssyI0byqPuBFzhN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDNAgx4Nx67nuWVJ8ssyI0byqPuBFzhN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDNAgx4Nx67nuWVJ8ssyI0byqPuBFzhN > .row .container > .video-iframe-container { display: none; }#LDNAgx4Nx67nuWVJ8ssyI0byqPuBFzhN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDNAgx4Nx67nuWVJ8ssyI0byqPuBFzhN > .row > .video-iframe-container { display: none; }#LDNAgx4Nx67nuWVJ8ssyI0byqPuBFzhN > .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); }#LDNAgx4Nx67nuWVJ8ssyI0byqPuBFzhN { border-width: 0; border-radius: 0; }#LDNAgx4Nx67nuWVJ8ssyI0byqPuBFzhN > .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:2.4375rem;width:75rem;position:relative;display:block; }#ismzwkCwNWLE1fCeifE1F8T27rGASr5r { display:block;width:60.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:0rem;left:5rem;height:3.736325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#enruIg1yZReTCMU5rBRrgFfGIqX80gSu { position:relative;display:block; }#enruIg1yZReTCMU5rBRrgFfGIqX80gSu { background-color: transparent; background-image: none; }#enruIg1yZReTCMU5rBRrgFfGIqX80gSu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enruIg1yZReTCMU5rBRrgFfGIqX80gSu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enruIg1yZReTCMU5rBRrgFfGIqX80gSu > .row .container > .video-iframe-container { display: none; }#enruIg1yZReTCMU5rBRrgFfGIqX80gSu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enruIg1yZReTCMU5rBRrgFfGIqX80gSu > .row > .video-iframe-container { display: none; }#enruIg1yZReTCMU5rBRrgFfGIqX80gSu > .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); }#enruIg1yZReTCMU5rBRrgFfGIqX80gSu { border-width: 0; border-radius: 0; }#enruIg1yZReTCMU5rBRrgFfGIqX80gSu > .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:4.6875rem;width:75rem;position:relative;display:block; }#JzZlOp2zRrMbKptHo4sZEhdTesPAUZuh { display:block;width:69.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:1.5rem;left:5.25rem;height:3.736325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#QTleC0xnKktwL53CzfP232kkFk7AWQzG { box-sizing:content-box;color:rgba(0,187,45,0.66);font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:0.4375rem;left:0.8125rem;display:block; }
#ECErvhS6z0OPZnQqTwa7qmHAZ7Dygynt { position:relative;display:block; }#ECErvhS6z0OPZnQqTwa7qmHAZ7Dygynt { background-color: transparent; background-image: none; }#ECErvhS6z0OPZnQqTwa7qmHAZ7Dygynt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECErvhS6z0OPZnQqTwa7qmHAZ7Dygynt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECErvhS6z0OPZnQqTwa7qmHAZ7Dygynt > .row .container > .video-iframe-container { display: none; }#ECErvhS6z0OPZnQqTwa7qmHAZ7Dygynt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECErvhS6z0OPZnQqTwa7qmHAZ7Dygynt > .row > .video-iframe-container { display: none; }#ECErvhS6z0OPZnQqTwa7qmHAZ7Dygynt > .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); }#ECErvhS6z0OPZnQqTwa7qmHAZ7Dygynt { border-width: 0; border-radius: 0; }#ECErvhS6z0OPZnQqTwa7qmHAZ7Dygynt > .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:4.3125rem;width:75rem;position:relative;display:block; }#SJ0MnN0IC68ZmltRVMHmAy69Fzz7JTHv { display:block;width:69.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:0rem;left:5rem;height:3.736325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#eTLhfb4KHgdduxudPlTkctHKhmJwpwxU { position:relative;display:block; }#eTLhfb4KHgdduxudPlTkctHKhmJwpwxU { background-color: transparent; background-image: none; }#eTLhfb4KHgdduxudPlTkctHKhmJwpwxU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTLhfb4KHgdduxudPlTkctHKhmJwpwxU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTLhfb4KHgdduxudPlTkctHKhmJwpwxU > .row .container > .video-iframe-container { display: none; }#eTLhfb4KHgdduxudPlTkctHKhmJwpwxU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTLhfb4KHgdduxudPlTkctHKhmJwpwxU > .row > .video-iframe-container { display: none; }#eTLhfb4KHgdduxudPlTkctHKhmJwpwxU > .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); }#eTLhfb4KHgdduxudPlTkctHKhmJwpwxU { border-width: 0; border-radius: 0; }#eTLhfb4KHgdduxudPlTkctHKhmJwpwxU > .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:4.6875rem;width:75rem;position:relative;display:block; }#I8aZNOFnCOevJQeT2sQTEnvimgOlVMQ8 { display:block;width:69.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:1.5rem;left:5.25rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#ZC95kcNtpiKLTtX2W9UwOOl6IRR4KnZ9 { box-sizing:content-box;color:rgba(0,187,45,0.66);font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:0.4375rem;left:0.8125rem;display:block; }
#XVC9Ck6PEqpT0Tniuw6cgh4CtTNCVhLE { position:relative;display:block; }#XVC9Ck6PEqpT0Tniuw6cgh4CtTNCVhLE { background-color: transparent; background-image: none; }#XVC9Ck6PEqpT0Tniuw6cgh4CtTNCVhLE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVC9Ck6PEqpT0Tniuw6cgh4CtTNCVhLE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVC9Ck6PEqpT0Tniuw6cgh4CtTNCVhLE > .row .container > .video-iframe-container { display: none; }#XVC9Ck6PEqpT0Tniuw6cgh4CtTNCVhLE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVC9Ck6PEqpT0Tniuw6cgh4CtTNCVhLE > .row > .video-iframe-container { display: none; }#XVC9Ck6PEqpT0Tniuw6cgh4CtTNCVhLE > .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); }#XVC9Ck6PEqpT0Tniuw6cgh4CtTNCVhLE { border-width: 0; border-radius: 0; }#XVC9Ck6PEqpT0Tniuw6cgh4CtTNCVhLE > .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:4.3125rem;width:75rem;position:relative;display:block; }#SlZo0ORE8h2wsMtkaaDoC8790iZuHHZA { display:block;width:69.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:0rem;left:5rem;height:3.736325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#HGvUAeS2nWN14fW5kOVG2OCbJLqG1AT7 { position:relative;display:block; }#HGvUAeS2nWN14fW5kOVG2OCbJLqG1AT7 { background-color: transparent; background-image: none; }#HGvUAeS2nWN14fW5kOVG2OCbJLqG1AT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGvUAeS2nWN14fW5kOVG2OCbJLqG1AT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGvUAeS2nWN14fW5kOVG2OCbJLqG1AT7 > .row .container > .video-iframe-container { display: none; }#HGvUAeS2nWN14fW5kOVG2OCbJLqG1AT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGvUAeS2nWN14fW5kOVG2OCbJLqG1AT7 > .row > .video-iframe-container { display: none; }#HGvUAeS2nWN14fW5kOVG2OCbJLqG1AT7 > .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); }#HGvUAeS2nWN14fW5kOVG2OCbJLqG1AT7 { border-width: 0; border-radius: 0; }#HGvUAeS2nWN14fW5kOVG2OCbJLqG1AT7 > .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:4.6875rem;width:75rem;position:relative;display:block; }#Vs7eT7hyZNvm9fTSSflymTZBCWbpRlFf { display:block;width:69.5625rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:1.5rem;left:5.25rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#gOBVKyIDCtABtJUlfc85wBICVCWPzy0L { box-sizing:content-box;color:rgba(0,187,45,0.66);font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:0.4375rem;left:0.8125rem;display:block; }
#lwhraDdpA30g6dMbhgUMLUbUQizNkhRz { position:relative;display:block; }#lwhraDdpA30g6dMbhgUMLUbUQizNkhRz { background-color: transparent; background-image: none; }#lwhraDdpA30g6dMbhgUMLUbUQizNkhRz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwhraDdpA30g6dMbhgUMLUbUQizNkhRz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwhraDdpA30g6dMbhgUMLUbUQizNkhRz > .row .container > .video-iframe-container { display: none; }#lwhraDdpA30g6dMbhgUMLUbUQizNkhRz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwhraDdpA30g6dMbhgUMLUbUQizNkhRz > .row > .video-iframe-container { display: none; }#lwhraDdpA30g6dMbhgUMLUbUQizNkhRz > .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); }#lwhraDdpA30g6dMbhgUMLUbUQizNkhRz { border-width: 0; border-radius: 0; }#lwhraDdpA30g6dMbhgUMLUbUQizNkhRz > .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:4.8125rem;width:75rem;position:relative;display:block; }#qu27Xlht6RHHFOL31X3goImzsqwtSV1i { display:block;width:69.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:0rem;left:5rem;height:3.736325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:#25231b;display:block; }
#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8O2ecc2n/bg_05.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND.adaptive-delivery-prevent-bg, #Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND.lazyload, #Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND.lazyloading { background-image: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { background-color: transparent; background-image: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .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); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { border-width: 0; border-radius: 0; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#gLfIlaJ2EoFTnlECgSBL0J1KKOQWWtmZ { display:block;width:33.4375rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:5.375rem;left:34.0625rem;height:6.8235rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;color:#25231b;display:block; }
#Rw9lL4ZpdXiyvtfSxbNq5dDxmXXlGi4w { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.3125rem;width:30.375rem;top:3.623046875rem;left:2.4365234375rem;overflow:hidden;display:block; }
#CBvTNRvipiE12ifW2rETUzOLlr28mf18 { z-index:100002;top:15.265446662903rem;left:53.870735168457rem;background-color:#00bb2d;background-image:none;border-top:0.25rem solid #00bb2d;border-left:0.25rem solid #00bb2d;border-right:0.25rem solid #00bb2d;border-bottom:0.25rem solid #00bb2d;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"roboto condensed";font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:13.564815rem;height:3.68998375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UV3xgqR8h99KBZUpsOwAFgr5AnxrVaGT { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#lMs7dECL32nQHaXEJDJlqzEIN29dGXNa { display:block;width:20.1243125rem;position:absolute;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:21.3125rem;left:47.5rem;height:1.7871125rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kQBrXr4TLFHXmzRXhN8RQvaZbVyWviud { z-index:100005;top:23.1875rem;left:51.6875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.375rem;font-weight:300;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:15.8744375rem;height:2.9367875rem;text-decoration:none;text-align:right;text-align-last:right;display:block; }
#fr6FXIFmxROrsL7UVsIDCGECWqTqmfml { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#ycUAogFSO3TtClMd6kTAvRBGoKuroUsV { box-sizing:content-box;color:#00bb2d;font-size:1.6875rem;font-weight:400;line-height:1;height:2.43696875rem;width:2.43696875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100028;top:23.447619438171rem;left:55.499290466309rem;display:block; }
#oxgf1sm03JyKhCRoC3aDXzTkVFVDW4DD { position:relative;display:block; }#oxgf1sm03JyKhCRoC3aDXzTkVFVDW4DD { background-color: transparent; background-image: none; }#oxgf1sm03JyKhCRoC3aDXzTkVFVDW4DD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxgf1sm03JyKhCRoC3aDXzTkVFVDW4DD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxgf1sm03JyKhCRoC3aDXzTkVFVDW4DD > .row .container > .video-iframe-container { display: none; }#oxgf1sm03JyKhCRoC3aDXzTkVFVDW4DD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxgf1sm03JyKhCRoC3aDXzTkVFVDW4DD > .row > .video-iframe-container { display: none; }#oxgf1sm03JyKhCRoC3aDXzTkVFVDW4DD > .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); }#oxgf1sm03JyKhCRoC3aDXzTkVFVDW4DD { border-width: 0; border-radius: 0; }#oxgf1sm03JyKhCRoC3aDXzTkVFVDW4DD > .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:1.75rem;width:75rem;position:relative;display:block; }#lJJWxcCw2Eh2MaaK62f5Hfnlh0toMDLN { display:block;width:75rem;position:absolute;font-family:"roboto condensed";font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;color:#25231b;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZNqt6ERpHHl0OQwstmTAmocnQiFA6o9I { display:block; }#ZNqt6ERpHHl0OQwstmTAmocnQiFA6o9I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUaLkcWsA2C240RoBwRBW48Rwd6TTNxx { top:0rem;left:0rem;width:9.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHkclRX7neOFPrKfIA1UZvtz0OoyefMd { display:block; }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnqSKotoI0N1T1ocTeREgbba5DLr5Feb { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw4iF6A4ZmTeDEIuieW8f6vwmM6kTI6k { top:31.1875rem;left:35.4375rem;width:11.5625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNeM2G8hAgeA3rwrOMJAVv5e0DlQLmmG { display:block; }
 }@media only screen and (max-width: 763px) { #mgryHHof3fPuz0mvKaJVytsMVZGC97Nm { top:7.25rem;left:16rem;width:31.75rem;height:17.839444854848rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzL2N5UPzVhl7gZix6eSpChU4htokBTJ { top:31.1875rem;left:35.4375rem;width:11.5625rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7Ky5Cm68lHU7EXiVJw9gN2HoMfxg78l { display:block; }
 }@media only screen and (max-width: 763px) { #um7vL3UEivOdGGUBA296S3GRFSSzOsTH { top:42.1875rem;left:14.25rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJUcrq6WlDqsQJBKsJ8hNQUMqDSxs9Ju { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3fqrZaroKkuyd7NbrnOQ88Klb157vqL { display:block; }#d3fqrZaroKkuyd7NbrnOQ88Klb157vqL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boIltT1EQCfMn8F9ZXMLVxvddXoOCxx6 { top:0rem;left:1.9680404663086rem;width:43.75rem;height:4.0568204513681rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMxThuulB73xGkJGNKAWW9NAUP9Lno1o { display:block; }#fMxThuulB73xGkJGNKAWW9NAUP9Lno1o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4y9BWRFM8uDarVA8alhMbB7FVJfDMNg { width:12.5rem;height:3.625rem;top:0.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyN7o2GW5yuTntZ2IITA30IJW9PSqyup { width:14.125rem;height:3.125rem;top:4.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lekeaU3H1fonfuzDX4eVATMvkgdGrTho { width:16rem;height:3.625rem;top:0.875rem;left:7.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V28B3zyvnH48yNNywpTurQm9HKy38K0J { width:13.125rem;height:3.125rem;top:4.5625rem;left:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdRao8d1llEHH6DZae0eWt07BJlV7I9y { width:12.5rem;height:3.625rem;top:0.9375rem;left:23.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBlPkd9FGuTlpN6SJ69Tvme3pWZdAPPc { width:14.125rem;height:3.125rem;top:4.625rem;left:21.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6vszAMAS7yZKMaJxRLOSdT4HaV7cJg9 { width:13.5625rem;height:3.625rem;top:0.875rem;left:34.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qzo4NbNpsNVUANy1rikKWSIkc3QDnwgl { width:12.6875rem;height:3.125rem;top:4.625rem;left:35.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdZU18d79gOtKNchJgPPrkBG9WKE6v14 { display:block; }#QdZU18d79gOtKNchJgPPrkBG9WKE6v14 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXw1KqQ9aIQiDaGbmC7ozBaML8a84HcX { width:12.5rem;height:3.625rem;top:0.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3XuWtgUJUOW93UcnN3xhV9lWdIlHupI { width:14.125rem;height:3.125rem;top:4.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzfksapUIMSCDCVRe2CA4fi5Krfq91GU { width:16rem;height:3.625rem;top:0.875rem;left:7.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqfF9EBGl6aK3Do4Ds5f63vgkfaz0xGo { width:13.125rem;height:3.125rem;top:4.5625rem;left:10.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiykPeuSaTF5qBP9esFMpyiSuSwzxp8w { width:14.375rem;height:3.625rem;top:0.9375rem;left:21.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm71VKtn6QRHERAzTTVBGNxpFEZhVyTF { width:14.125rem;height:3.125rem;top:4.625rem;left:21.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqalAg4ECnILCZMfOAPM7NiRtau9wiln { width:13.9375rem;height:3.625rem;top:0.875rem;left:33.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT9TGLSb8hpnKukDdpPTQeTMLqrs1Mth { width:12.6875rem;height:3.125rem;top:4.625rem;left:35.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7dzTICQATSLnk8eSyPVlTdDsfMG7E3e { display:block; }#Q7dzTICQATSLnk8eSyPVlTdDsfMG7E3e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2W8CxQIL7ROPq0OcWEwmQp7lcP21dnP { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2bw4tLDTf4ykI0PIqML5RxWLHT4hw40 { display:block; }#p2bw4tLDTf4ykI0PIqML5RxWLHT4hw40 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRRzEREbOEJvn4PmAvJk5xBLMgThZwwE { width:19rem;height:26.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEHVQl6cxfTVgCC9Sp755d6yGO0vHCJF { top:6.6875rem;left:0rem;width:9.8125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehqUzJxfqAJv8qrx5EtyZtkQPTZNQL62 { width:13.875rem;height:2rem;top:20.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJaIwxevzwBv7l2HbukkET5N8e5QPlUu { width:15.75rem;height:6.125rem;top:24.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwTO2keNThprMb7ui83mpEr0WcASm87F { width:13rem;height:0.0625rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZy6w0wwxIMWTGv2zfiQJRpUBoHwpMJR { top:15.625rem;left:0rem;width:1.8125rem;height:8.125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5cdIUfm4kZOOdJDaodzL2GBEM9M7op4 { width:19rem;height:12.0625rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfTmnCzkAE5oS2JE3FbT4sVUlhuulhdI { width:19rem;height:26.8125rem;top:4.9375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzUnqL9so9SLylTJKPndColovooQ6ywG { width:13rem;height:0.0625rem;top:23.6875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzTLeTPWzlkUWsTap3zypg2VQcRv33tK { top:15.625rem;left:15.625rem;width:1.8125rem;height:8.125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCPUITV6yyE3nsDrFKqEDCKCyMdnsDb9 { width:19rem;height:12.0625rem;top:19.75rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLSAOFv2mqcUaHNsXFVRCsEugauNqpc7 { width:17.5rem;height:4.625rem;top:25.125rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdh8eJElZFLPZu9Zl06MtBtPiiNocpDT { width:19.125rem;height:2rem;top:20.625rem;left:14.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVnWtQrFdT8BkIHbotPv6XJAl5aF4BEO { top:7rem;left:18.625rem;width:9.375rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQnruMRWTUNQa9iWXT81CXacMGJLortp { width:19rem;height:26.8125rem;top:5rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfTat9bFcDJMJqct2vrcPiF5JhmNvnuu { width:13rem;height:0.0625rem;top:23.6875rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7pe1XwrSG8ixzWczVG2yqBOP8VThx2U { width:19rem;height:12.0625rem;top:19.8125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR3olW6Glix8UT72K1xg9PcBc2Dm21E7 { top:15.625rem;left:36.25rem;width:1.8125rem;height:8.125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7FA3nWbkg44QuaOFJlSQ9kodS59U9nv { width:19.125rem;height:2rem;top:20.75rem;left:28.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEEsz9T5zTfdbrL4wDH5kpSqDLB4q10n { width:19.0625rem;height:4.625rem;top:25.125rem;left:28.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwTqosm90l9NDarCAa9rHHuXePKJecp4 { top:6.875rem;left:38.1875rem;width:9.5625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmDgAVhoTrT4XT2Gcxv7EqxEJUVedeC6 { width:19rem;height:26.8125rem;top:35.25rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOFWQwTz9nCyfddn6SR0u60SBnuG7ZCq { width:13rem;height:0.0625rem;top:53.9375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWeJ5Tqwm9frpFmx2vlmfpL0G2SFkF7m { width:19rem;height:12.0625rem;top:50.0625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPta5crW5lngNRsW7gTm08Z03L0e4Gbn { width:18.0625rem;height:3.0625rem;top:55.9375rem;left:26.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gleo1eLth17K7gnKudQWXfUHy2PXQtGN { width:19.125rem;height:2rem;top:51rem;left:25.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vshZIa6leFGU5t7PK6UIlQn4vzrZhCsd { top:45.9375rem;left:27.8125rem;width:1.8125rem;height:8.125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfqK8qnS4CCW3et8M47ZwgoGXXXBRrxc { top:38.0625rem;left:30.75rem;width:8.6875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJm8SltTBbGxlwTVnfQhnnGvw3mIVeVv { width:19rem;height:26.8125rem;top:35.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrVmtueZe7xUqmxVbETdpO2CrrXzZIad { width:19rem;height:12.0625rem;top:50rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um1dg6UrnAiKdmCrRQ96J9zygWR3vQFK { width:13rem;height:0.0625rem;top:53.9375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwfex9dTRTW2FStZTb9TWgrXExgHIgwu { top:45.875rem;left:4.5rem;width:1.8125rem;height:8.125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLxnJTXveel1yrI10qhwgbFNrDOW6Llt { width:12.5rem;height:3.125rem;top:50.875rem;left:6.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q80VLkO8HIaOu4Vrw0GGUMXLfIpGH8nv { width:17.3125rem;height:4.625rem;top:55.9375rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEGq10t6zIw6ByFpiokyENwrN4aiNxct { top:37.8125rem;left:7.125rem;width:9.0625rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJszzGoW4EsFkp4ZWuVJXPh4mITwGtom { display:block; }#bJszzGoW4EsFkp4ZWuVJXPh4mITwGtom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUWrUmV05yIM2zcg2bRZ6Zbw4yrJiXL1 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpFBHJkemSHNWGPNtQgiXEgcpgctkta6 { display:block; }#vpFBHJkemSHNWGPNtQgiXEgcpgctkta6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX2odu5c3GngavkaS89ICbo4fRLKbohe { top:1.125rem;left:0rem;width:39.4375rem;height:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWQ5EMTEpX9NsKT8gsxolHSOme7tCTPa { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1r4BVlhKpfCXTK0iXi6BTa27gzS3d7J { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTt2wh3ADlLLseIqGTC4g0EnON4enszS { width:15.9375rem;height:3.4375rem;top:8.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxzUX45uaHQZ2hUAxCgTmNlTvCQqKe3p { top:4.6875rem;left:16.0625rem;width:31.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmTJ6eHrF3khfykTgwyQimTfLSd9tUrE { top:9rem;left:25.9375rem;width:21.8125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJD26tddUAQTMrMzlEE9FDpXyXDFB6vi { top:9.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgkMxROO8TGe1pq8AS6haEzVtnzf7Xt4 { top:11.625rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz9v6Zznk3d1mTpqcaCrBVQwUkzbUmtG { top:14.625rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvIn168NGqObXQAJC9oDk02dWJ3LSWEc { top:16.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1ToGTPxJucaqqISAROAJsdCxQPITWps { top:18.875rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6dR1m3v8yIokAwT466x4dzWZqewMZFJ { top:21.375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx2XOxwCGamlEN92lmtQagzk9m4e5ni4 { top:23.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWGAKkasSZR6hUckcsDbAWIsSZa9Kzsv { top:25.75rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxMZQ5LH1rNoz8UCxcB96UQ4D7mDK4AW { top:28.5rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip5NZBGMDtgthRBHlaxKJKbyBfoLlSFe { top:30.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr4SDQkrwggfaDTnFXJ0OcQdAx9O6mU1 { top:33.125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wATOmBbZpEh5dIcABNGTLGqIblJRP6ZJ { top:35.625rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpLPvrpc1OJszGA7GTQGcrueM9QTELI2 { display:block; }#kpLPvrpc1OJszGA7GTQGcrueM9QTELI2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mB4R4rwLrsO0XebkgO8LsqVvZzGgPU58 { top:1.9375rem;left:10.4375rem;width:37.3125rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMygIptbCWmD7HTmF9zSIKsFAvh6XoUc { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpqisCgdgf7LgCEBGcAMTSFskKTCdvuH { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlmk2wKZWDKA2LxSRZks7qISskBqwUd0 { width:15.9375rem;height:3.4375rem;top:8.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFHOdUO5RZ1Wm3wsI5TciwCsd48sKpRO { top:4.0625rem;left:0rem;width:31.6875rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szRQFbPfk4g1azgFSrEaruASkk4mJVeF { top:11.75rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHd0mkMRUBMehJr2m0BFVRL5QiENigLB { top:13.9375rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgUq4ul3FyM2okF2tODR1WX1D3pzE2O3 { top:16.4375rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRo4MfC3shZQeBa1bCdhIHJWucZxx0MA { top:18.625rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZW9ODgXsw71rbIVsVgu0HAbwmhWBbeT { top:21.1875rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLHNGRd8ZlKf12PyncVDFTEJtZQKbrF6 { top:23.5rem;left:26.811786651611rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDXaPuRbyCt6o7KTsyAra1Ossm4TxT0K { top:25.875rem;left:26.811786651611rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR0fArMT4EKtZv48IP8IMr3650AZc1hJ { top:6.4375rem;left:0rem;width:22.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpTATSVwhMqS8BsVXxCg5WdeATc3RXpd { display:block; }#qpTATSVwhMqS8BsVXxCg5WdeATc3RXpd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqzVF9aCT8qb7wDcvVKo5MyO4mTBrVJ1 { top:1.75rem;left:0rem;width:39.4375rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGBFwApM1PrdEgNI3di6KBXkdA5bZkvc { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIMVaploiohXxHNvyEc055nk5ruTQPCa { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVwTpFaAx0loOhNulO6NWtEotkJQE9zB { width:15.9375rem;height:3.4375rem;top:8.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXaSRnJzLRbMwEdVKe8bLwTNW8ERC0o4 { top:4.375rem;left:16.0625rem;width:31.6875rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZQNsAuHpTNDyxOFQhRIWPSRt3kD5i74 { top:16.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuhkXn1ph3KhByLMy28M1nvptSFG32Gx { top:18.75rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwO3NX8ecFW6X0IZUDGRC0y5QO2VsTZG { top:20.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxBVB1vh4hPVgUmpVofUxW6FNimddg8H { top:23.375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8pGkCKbSoTBZkOSGJdCNhPcM6NcnT1k { top:9.5rem;left:27.0625rem;width:20.6875rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE6slbf29GQCB1TOhnlJvEmHkvGpHLxB { display:block; }#SE6slbf29GQCB1TOhnlJvEmHkvGpHLxB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLh8JD3o3hIzCxiHc8FrKwgB2TqLOqJn { top:1.9375rem;left:10.4375rem;width:37.3125rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsqE67gSqD7bymlMbCSKSVMvqQpywVaL { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXEg1CII14iGiTcx3k2Vuzbzapz9APb1 { width:15.9375rem;height:3.4375rem;top:8.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kfa7vbdLPKzQ43TcTuBWgarunwrK00IC { top:8.125rem;left:0rem;width:31.6875rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwF3u4gwpSzDXA8oOE2MRroKhCE2ATfV { top:16.4375rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA9oZipXVrXF80wGqTpxdTPIEOnlKEyV { top:18.625rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #opVkkridRgdGZ4MXPuUlGdePgmXUtWo1 { top:21.1875rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNBoO0TflwMGT34uCu9amFsx73Qf8Nxo { top:23.375rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXwzTlTyteZ5U4w1r2VbsfXwWeUvNUfg { top:25.5625rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLAwVJtSWTmuvn74iCFCt8DBZ3CLBWLr { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzWyscbI5x7kSGJ8SaVEU8h5eLAaQ97o { top:28.375rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssmdRgTAtOzAmIvJoEcBPWvPp6hTg7cB { top:30.5625rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPWwEpzcpbO7CF9oRkWymfeOgdWP6ha3 { top:33.1875rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdcWIQXXd0F8mZSdctZGaH7xfhT26sPA { top:35.375rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn2ew7gtD2KcSAz7BBtAeC7XlfRWV4ax { top:38rem;left:26.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARpxzUxAAQizouAOuGArb9nBxLrgvcT5 { top:13rem;left:0rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCQXlAh4eD78S4rIInVseIzqLndWu46V { display:block; }#wCQXlAh4eD78S4rIInVseIzqLndWu46V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7URq92H0QRWSgcZtIpSWcPMAhJ5Nd8K { top:1.125rem;left:0rem;width:39.4375rem;height:46rem;display:block; }
 }@media only screen and (max-width: 763px) { #MweW6zNR5ftdAiFqEhFBAUIvT2PoPVN8 { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQCi1SN96fZHHRTqXGp3FacqMR1bHTE5 { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebwkdi4K4TW3fT6h4LyJ38XqTdWkhAUg { top:7.1875rem;left:16.0625rem;width:31.6875rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U78kG2rqJz911EFOJwNmrwIXuDoyd64S { top:14.625rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXzVfFm3NWn5dyPv1QfqxDSL5hhLc7Xq { top:16.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPNf5DykZyl0ahDVCRVxy2UzDZ20hwOB { top:18.875rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpfpbLpLWL8ZGkARhSUhs1wcdAx8IcuC { top:21.375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgnOg74BCdo7WdVxOXxUPo7llgTAhGg8 { width:15.9375rem;height:3.4375rem;top:8.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyCkTNknsToM6PtqeAOl9Pgqhwy08etq { width:15.9375rem;height:3.4375rem;top:8.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLxAMplgZveiXpE9CoeUT6LbP9f61met { top:12.625rem;left:24.75rem;width:23rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS1Cxzq3qm3qA3TZQFDWtWlvgMgqGHXJ { top:23.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhQpXvQHEJ23MnPyLml5KAZoJomFg0lh { top:25.75rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVXOxO0iDccqvgaBR4vh5Sm1sLZ4GnB3 { top:28.625rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwk9Ch0yUE2TyPkGQ2kooBSXsfmJbgJX { top:30.75rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibi4U51CEMhsKsinOkrueBQ75ssnT3ct { top:33.625rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ83gGdaA3Xt64ZQQWb4uT8xurwRKb4A { top:35.75rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDw8UhLVKMDtlid7l4a3rpDp1T5vnLnS { top:37.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDbKhtx2VpSvAKDxNKyfecDlxVdTsnAc { top:40.125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdVwpqlVPAQWVKo8Rt9SlJke5VfdFRoe { top:45rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycogq0kOLAUeCrHECt1quohMBPkDKFr8 { top:42.3125rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWsu3AGlJydQTknDdioNPaUtVlNwpUzd { display:block; }#UWsu3AGlJydQTknDdioNPaUtVlNwpUzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVHU8K0qyoReoy2P0kwlTWTvkRyqepMN { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNhZfnbSpumoQ6AmaXbDszgLmr3oEksO { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqyO6zF0wiwMNnamrb1Rx8yA7te9nX3g { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzZdGgtCfLuXTTXGTrZdHoV9TR3Fs4bs { top:31.1875rem;left:35.4375rem;width:11.5625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvka5ng8hkMLfxzCSXQTMSi4sK7yWhF5 { display:block; }
 }@media only screen and (max-width: 763px) { #PvUE4BSn0wOc75xC36kyQgAylzkcGS0g { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbtkSXpVGGvtkHzNJp8A7CKOd3cCkTOD { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRr4F32Q171D3i7eWkLJdTWN9SgcW2Qo { top:9.875rem;left:24.1875rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5o4iTn449MTB9lUWrcc26k38LVIicaw { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxiapkLQdlTtGndwlPxgy7cN9Lm2N1Vc { display:block; }#TxiapkLQdlTtGndwlPxgy7cN9Lm2N1Vc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFN6uXse16Iu7N0LlK3VTOCdmQdxwAJf { top:13.875rem;left:0rem;width:35.75rem;height:9.6067880635776rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdx7V7hrKST96N8kTxA8PElStqzN7FsO { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7wTqcTnbvuT00a2B8dN0Ut0MreoOKKL { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSrZdk6UZ7U4JGiznEa0kWa0baZKPAm0 { width:15.9375rem;height:3.4375rem;top:8.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZQ4FGI3ESHrZ0eqcoIf4D6cV8qVvzWX { top:16.5rem;left:29.75rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4BQ0z0ZF9l8TKRv39au1slA9XpAXP2o { top:18.8125rem;left:29.75rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol9Ae7hEz7ZToITcQqpKtd1G4qaUlC7z { top:14.0625rem;left:29.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6UkBPiRRxcTDfCIgPgy9zEvTJ8Udtmt { top:21.375rem;left:29.8125rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivl54pFrRhQy5eDGwUAQrXVoxfvOpPJx { top:7.3125rem;left:14.375rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #DAKQOM8A3utnyte2b9WzarSVe1tbx5Py { top:13.1875rem;left:23.875rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaFURMIZQ5asguieRt57In84FAfwJTMc { width:15.9375rem;height:3.4375rem;top:19.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvUzFnLnH40B27usZH23qxs7bw7cN6pH { display:block; }#KvUzFnLnH40B27usZH23qxs7bw7cN6pH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zeyy9Vm7ZEqq7CJXz1bVTnCciOX8IDwc { top:1.8125rem;left:0rem;width:14.1875rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFCADRP5t9taXtqFxzy9ilkuFAPId4zF { top:2.8125rem;left:10.75rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTV3MK2knFGsIAqpQCbMrLnUbi4vEhNZ { top:1.75rem;left:23.125rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfWZiwpPa1t22hhWoZe8CybDSRwW99I7 { top:1.3125rem;left:34.25rem;width:13.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETvnBn2g5nIXVVxFqtkGUxhDUoQQHDHw { display:block; }#ETvnBn2g5nIXVVxFqtkGUxhDUoQQHDHw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrBpMH3pcrJsit9NDSJDTbcXAupsnTAw { top:1rem;left:0rem;width:15.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn48D1k063sL34f2qlyXc9w0fqkZpiXX { top:0.75rem;left:8.3125rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLlvRLtaLgLl1SG1HOzP47u4lNEF0NIx { top:1rem;left:20.75rem;width:15.0625rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nElf5x1h6Rm79PmCWSKxoa18ZK0rFqs5 { top:0.9375rem;left:32.5rem;width:15.25rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmdvoNTIaCPN0MR7T8UqJMH17gq4LfSv { display:block; }#RmdvoNTIaCPN0MR7T8UqJMH17gq4LfSv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nReSa56CioAJz3QpwxIdhNkn5RsPKFDy { width:2.5rem;height:0.0625rem;top:13.8125rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX9svgxuTykIudly0qGHeRTuWZ5aWMpu { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAfpNyUkPFqxlmiefIGlR1cHpZwOKiy4 { top:9.875rem;left:18.9375rem;width:2.5625rem;height:2.5019414949362rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoBzW2R5ILCkPNdfG70GCF6AU8CoETQH { top:9.875rem;left:20.6875rem;width:2.5625rem;height:2.5019189850556rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST9w1DdbWpT5CWs34zmxfB7UrsP3X1TW { top:9.875rem;left:22.5rem;width:2.5625rem;height:2.5019189850556rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvt6PNBmwDZEkyFvK5l0EtfEo9Ee1z5y { top:9.875rem;left:26.1875rem;width:2.5625rem;height:2.5019189850556rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJtAUuWOk7vk8D9aOFZtJkFNBHd0wJNV { top:9.875rem;left:24.375rem;width:2.5625rem;height:2.5019189850556rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1fTIoHOeIQ4uH04Pw3fmhdvyivFbfq7 { display:block; }#v1fTIoHOeIQ4uH04Pw3fmhdvyivFbfq7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6TvixInH7UQScTpyh3sCmNltk5v34ty { top:2.5rem;left:0rem;width:24.5625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9ruzCcpyTrL6Px5w4UCTm05TzyTQRdU { top:2.5rem;left:23.0625rem;width:24.5625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMheK9EupLa0TiZCQBuDFbblZng2QS2i { top:2.5rem;left:7.1875rem;width:24.5625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9er2IJrSZx059kbeFkPKSqrXo5z1L5e { display:block; }#P9er2IJrSZx059kbeFkPKSqrXo5z1L5e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SbGPDR0loRty7kV8VhkvEP7uMn9QlSGI { top:0rem;left:0rem;width:33.3125rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw2FFBtTZvQ1hoUctd22AimCeRlyCg19 { top:-0.0625rem;left:2.9375rem;width:33.3125rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLNK80mgs68PLZ01ipKf2zST7MHKi1T6 { top:0rem;left:0rem;width:33.1875rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb { display:block; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qiDw2n5UF4cvy3Iu8ol16SHLHRDT7UOZ { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq { display:block; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { width:47.75rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CII7gUplLw4AtLyVE4s80xO22Uotgoeq { width:15.9375rem;height:3.4375rem;top:8.375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncSNgB9TsaB1cBZJa68Ro3HFfohFx7iN { width:15.9375rem;height:1.75rem;top:8.375rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDJyOxBmpbM3iVV4xdpzqvngm1SCCVIq { width:15.9375rem;height:3.4375rem;top:8.375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLT1uL1mGSeOPzWzGN3vfTZbTkzCVUVA { width:15.9375rem;height:3.4375rem;top:19.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WncCURUTiCT07PlUhnXMoxHBRWzTzMRW { width:15.9375rem;height:3.4375rem;top:19.6875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrImHvH8xTTAMiEtczG6nkPv0drlLv4W { width:5.9375rem;height:5.9375rem;top:1.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwkatcUD1uhxGwNEpyNCQxRrvCdfigZm { width:4.0625rem;height:4.0625rem;top:2.8125rem;left:6.1875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1UVi7o1lvk6PI1f6fEQhtXQa55zDVbb { width:4.0625rem;height:4.0625rem;top:2.8125rem;left:22.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIT9coEKw0dgbpqUUn9E6AnKzPTM5kin { width:5.9375rem;height:5.9375rem;top:1.875rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaCrSOiZM0LGPFEicurLCrbtxexJN36N { width:4.0625rem;height:4.0625rem;top:2.8125rem;left:37.4375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsPAoSwxOTuMSLAtldBgSi8SGFx9LIif { width:5.9375rem;height:5.9375rem;top:1.875rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRNz0RuJWwccXEHrezlfOULeP8bPfMNG { width:4.0625rem;height:4.0625rem;top:14.0625rem;left:14.25rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktpua1qcf0dU9MAwFuv7LuW9J1ru5v3I { width:5.9375rem;height:5.9375rem;top:13.125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIJBbmBQUK46arTzIxHn6oEVBNlis1yp { width:4.0625rem;height:4.0625rem;top:14.0625rem;left:30.125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTWgLyQCxCBV68QDmWwgwOUPAHH7qmKs { width:5.9375rem;height:5.9375rem;top:13.125rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abmyaglAECIeiZazyLxT2GllH7uleT1T { display:block; }#abmyaglAECIeiZazyLxT2GllH7uleT1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2u6uQsfq4R9QPfcKapweT76vOIZH39d { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH1yIp9JTIpHCeb22Id9RlAn67ov5LCB { display:block; }#BH1yIp9JTIpHCeb22Id9RlAn67ov5LCB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aa5FeQAC9Ot6BvkspK9QcEnbNdSHTlQ7 { top:4.25rem;left:0rem;width:18.375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANCMFTl1fLJ3dlLApkiA1SMtgDB24lvI { top:4.25rem;left:5.5rem;width:18.375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAQ6LKxo9plSVwoTkCyqeT9MAww3FTFT { top:4.25rem;left:17.4375rem;width:18.375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTk5owAuQaXJ8MhvnNyvryFBT6NAyHMq { top:4.25rem;left:29.375rem;width:18.375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqfp5FmosmLeDEHr19E21wpdA82K8CTn { display:block; }#wqfp5FmosmLeDEHr19E21wpdA82K8CTn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6nNTiDeFiTm9QnpC7sLTnU36sTbke3i { top:4.25rem;left:0rem;width:18.375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWWXVp1VdUuklCFh53BAnqbTBEfcWOuo { top:4.25rem;left:5.5rem;width:18.375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vrz6sVuvwW9Ewo0vJRcyoOLJ1TwrUARA { top:4.25rem;left:17.4375rem;width:18.375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTnVNNbTSF6Jc3K6Gumu7pSbHbrKe6aD { top:4.25rem;left:29.375rem;width:18.375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6ZLK9mIhzqaWTzA0gLnr4WZKAWxsT3I { display:block; }#n6ZLK9mIhzqaWTzA0gLnr4WZKAWxsT3I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDEExSwm1k7Zm00F8Wd72ZsBfITnmcuN { width:46.1875rem;height:2.8125rem;top:2.9375rem;left:0.9375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAL0NKWWLbXT9RS6klpSWew32Gwh7rip { display:block; }#mAL0NKWWLbXT9RS6klpSWew32Gwh7rip > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZUFtdSUgCd74GCVuS3A7UwZGSAwAToQ { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee6MedUEPux1BzfzoWddAEmxwbLOxm1B { top:0.4375rem;left:0rem;width:4.1875rem;height:4.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOzQdQzA9Hy9thlk7PMTKd3fyPGQQlMM { display:block; }#bOzQdQzA9Hy9thlk7PMTKd3fyPGQQlMM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycZfLhdAXSG3Cy5I7A3u8g5wdROCqLHt { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpfQ3xLzbK38XMrzx8TJHJNA1ufucmLn { display:block; }#tpfQ3xLzbK38XMrzx8TJHJNA1ufucmLn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUodal8NkheRFer9RePsr1OvUs9boWJp { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #shkJpF3y6JwxuA45KwOWBT4cyfhpet1I { top:0.4375rem;left:0rem;width:4.1875rem;height:4.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKN90VubwGiXpIa0EArdOiwDqQoNSG2P { display:block; }#zKN90VubwGiXpIa0EArdOiwDqQoNSG2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIg5fCmTrF9n2nUB5lm6wvpc8E9oMOvg { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd5oTT7C9W1a3LKSNnMoHR89c31kC6DU { display:block; }#Cd5oTT7C9W1a3LKSNnMoHR89c31kC6DU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOla98h9ySaGmGIe9bRZDn9W5asXgZW8 { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldWHAo3zpuIfy8UduZ8pf50hXl4Q44rS { top:0.4375rem;left:0rem;width:4.1875rem;height:4.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR0c7B7P2RODHe282WBOHdu8eGXLinWM { display:block; }#uR0c7B7P2RODHe282WBOHdu8eGXLinWM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drutHVLko6PgSlnAiCHeoOfKwApA4ygW { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDEsNu7TcMBxMtXfR7CHRP8NOzgXl4Nd { display:block; }#XDEsNu7TcMBxMtXfR7CHRP8NOzgXl4Nd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWAEuXUEsoZPNclD4iufwSvTLKqLWw0o { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhuEFbQ0tdFXZr55ZTTHQ2kFkC0EXDgK { top:0.4375rem;left:0rem;width:4.1875rem;height:4.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDNAgx4Nx67nuWVJ8ssyI0byqPuBFzhN { display:block; }#LDNAgx4Nx67nuWVJ8ssyI0byqPuBFzhN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ismzwkCwNWLE1fCeifE1F8T27rGASr5r { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #enruIg1yZReTCMU5rBRrgFfGIqX80gSu { display:block; }#enruIg1yZReTCMU5rBRrgFfGIqX80gSu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzZlOp2zRrMbKptHo4sZEhdTesPAUZuh { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTleC0xnKktwL53CzfP232kkFk7AWQzG { top:0.4375rem;left:0rem;width:4.1875rem;height:4.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECErvhS6z0OPZnQqTwa7qmHAZ7Dygynt { display:block; }#ECErvhS6z0OPZnQqTwa7qmHAZ7Dygynt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJ0MnN0IC68ZmltRVMHmAy69Fzz7JTHv { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTLhfb4KHgdduxudPlTkctHKhmJwpwxU { display:block; }#eTLhfb4KHgdduxudPlTkctHKhmJwpwxU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8aZNOFnCOevJQeT2sQTEnvimgOlVMQ8 { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC95kcNtpiKLTtX2W9UwOOl6IRR4KnZ9 { top:0.4375rem;left:0rem;width:4.1875rem;height:4.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVC9Ck6PEqpT0Tniuw6cgh4CtTNCVhLE { display:block; }#XVC9Ck6PEqpT0Tniuw6cgh4CtTNCVhLE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlZo0ORE8h2wsMtkaaDoC8790iZuHHZA { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGvUAeS2nWN14fW5kOVG2OCbJLqG1AT7 { display:block; }#HGvUAeS2nWN14fW5kOVG2OCbJLqG1AT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vs7eT7hyZNvm9fTSSflymTZBCWbpRlFf { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOBVKyIDCtABtJUlfc85wBICVCWPzy0L { top:0.4375rem;left:0rem;width:4.1875rem;height:4.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwhraDdpA30g6dMbhgUMLUbUQizNkhRz { display:block; }#lwhraDdpA30g6dMbhgUMLUbUQizNkhRz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qu27Xlht6RHHFOL31X3goImzsqwtSV1i { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND { background-color:#ffffff;background-image:none;display:block; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { background-color: transparent; background-image: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row > .video-iframe-container { display: none; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .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); }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { width:47.75rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLfIlaJ2EoFTnlECgSBL0J1KKOQWWtmZ { width:23.875rem;height:9.0625rem;top:5.125rem;left:23.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw9lL4ZpdXiyvtfSxbNq5dDxmXXlGi4w { top:3.5625rem;left:0rem;width:30.375rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBvTNRvipiE12ifW2rETUzOLlr28mf18 { top:31.1875rem;left:35.4375rem;width:11.5625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV3xgqR8h99KBZUpsOwAFgr5AnxrVaGT { display:block; }
 }@media only screen and (max-width: 763px) { #lMs7dECL32nQHaXEJDJlqzEIN29dGXNa { width:15.9375rem;height:3.4375rem;top:19.6875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQBrXr4TLFHXmzRXhN8RQvaZbVyWviud { top:31.1875rem;left:35.4375rem;width:11.5625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr6FXIFmxROrsL7UVsIDCGECWqTqmfml { display:block; }
 }@media only screen and (max-width: 763px) { #ycUAogFSO3TtClMd6kTAvRBGoKuroUsV { top:23.4375rem;left:41.874290466309rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxgf1sm03JyKhCRoC3aDXzTkVFVDW4DD { display:block; }#oxgf1sm03JyKhCRoC3aDXzTkVFVDW4DD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJJWxcCw2Eh2MaaK62f5Hfnlh0toMDLN { width:23.875rem;height:9.0625rem;top:5.125rem;left:23.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZNqt6ERpHHl0OQwstmTAmocnQiFA6o9I { display:block; }#ZNqt6ERpHHl0OQwstmTAmocnQiFA6o9I > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUaLkcWsA2C240RoBwRBW48Rwd6TTNxx { width:5.5625rem;height:3.3125rem;top:0rem;left:7.34326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHkclRX7neOFPrKfIA1UZvtz0OoyefMd { background-color:#ffffff;background-image:none;display:block; }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd > .row .container { background-color: transparent; background-image: none; }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd > .row .container > .video-iframe-container { display: none; }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd > .row > .video-iframe-container { display: none; }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd > .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); }#dHkclRX7neOFPrKfIA1UZvtz0OoyefMd > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnqSKotoI0N1T1ocTeREgbba5DLr5Feb { width:20rem;height:7.796875rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Rw4iF6A4ZmTeDEIuieW8f6vwmM6kTI6k { top:31.9375rem;left:3.4375rem;width:13.0619375rem;height:3.2492875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNeM2G8hAgeA3rwrOMJAVv5e0DlQLmmG { display:block; }
 }@media only screen and (max-width: 763px) { #mgryHHof3fPuz0mvKaJVytsMVZGC97Nm { height:11.237683966907rem;width:20rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzL2N5UPzVhl7gZix6eSpChU4htokBTJ { top:4.1875rem;left:2.4829545617104rem;width:19rem;height:4.0625rem;font-size:1.375rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #g7Ky5Cm68lHU7EXiVJw9gN2HoMfxg78l { display:block; }
 }@media only screen and (max-width: 763px) { #um7vL3UEivOdGGUBA296S3GRFSSzOsTH { width:2.375rem;height:2.375rem;top:5.0007095336914rem;left:11.232950747013rem;font-size:1.625rem;z-index:100026;display:none; }
 }@media only screen and (max-width: 763px) { #GJUcrq6WlDqsQJBKsJ8hNQUMqDSxs9Ju { width:20rem;height:4.142575rem;top:36.436525rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3fqrZaroKkuyd7NbrnOQ88Klb157vqL { display:block; }#d3fqrZaroKkuyd7NbrnOQ88Klb157vqL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #boIltT1EQCfMn8F9ZXMLVxvddXoOCxx6 { width:20rem;height:1.97620625rem;top:0.56019401550293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMxThuulB73xGkJGNKAWW9NAUP9Lno1o { display:none; }#fMxThuulB73xGkJGNKAWW9NAUP9Lno1o > .row .container { width:20rem;height:40.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i4y9BWRFM8uDarVA8alhMbB7FVJfDMNg { width:12.5rem;height:3.8183625rem;top:1.4976921081543rem;left:3.7500000596046rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JyN7o2GW5yuTntZ2IITA30IJW9PSqyup { width:15.1243125rem;height:3.37358125rem;top:6.2482242584229rem;left:2.4050069451332rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lekeaU3H1fonfuzDX4eVATMvkgdGrTho { width:12.5rem;height:3.8183625rem;top:11.5625rem;left:3.75rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V28B3zyvnH48yNNywpTurQm9HKy38K0J { width:14.5623125rem;height:3.37358125rem;top:15.999644041061rem;left:2.7175069451332rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdRao8d1llEHH6DZae0eWt07BJlV7I9y { width:12.5rem;height:3.8183625rem;top:20.5rem;left:3.75rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oBlPkd9FGuTlpN6SJ69Tvme3pWZdAPPc { width:13.499625rem;height:3.37358125rem;top:24.318223953247rem;left:3.2492895722389rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6vszAMAS7yZKMaJxRLOSdT4HaV7cJg9 { width:12.5rem;height:3.8183625rem;top:29.75rem;left:3.75rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qzo4NbNpsNVUANy1rikKWSIkc3QDnwgl { width:13.187125rem;height:3.37358125rem;top:33.998578071594rem;left:3.4055395722389rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdZU18d79gOtKNchJgPPrkBG9WKE6v14 { display:block; }#QdZU18d79gOtKNchJgPPrkBG9WKE6v14 > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXw1KqQ9aIQiDaGbmC7ozBaML8a84HcX { width:12.5rem;height:3.8183625rem;top:1.4976921081543rem;left:3.7500000596046rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i3XuWtgUJUOW93UcnN3xhV9lWdIlHupI { width:15.1243125rem;height:3.375rem;top:6.2482242584229rem;left:2.4050069451332rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzfksapUIMSCDCVRe2CA4fi5Krfq91GU { width:12.5rem;height:3.8183625rem;top:11.5625rem;left:3.75rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uqfF9EBGl6aK3Do4Ds5f63vgkfaz0xGo { width:14.5623125rem;height:3.375rem;top:15.999644041061rem;left:2.7175069451332rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DiykPeuSaTF5qBP9esFMpyiSuSwzxp8w { width:12.5rem;height:3.8183625rem;top:21.3125rem;left:3.8125rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rm71VKtn6QRHERAzTTVBGNxpFEZhVyTF { width:13.499625rem;height:3.375rem;top:25.125rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqalAg4ECnILCZMfOAPM7NiRtau9wiln { width:12.5rem;height:3.8183625rem;top:30.8125rem;left:3.8125rem;font-size:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IT9TGLSb8hpnKukDdpPTQeTMLqrs1Mth { width:13.187125rem;height:3.375rem;top:35.0625rem;left:3.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7dzTICQATSLnk8eSyPVlTdDsfMG7E3e { display:block; }#Q7dzTICQATSLnk8eSyPVlTdDsfMG7E3e > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2W8CxQIL7ROPq0OcWEwmQp7lcP21dnP { width:20rem;height:2.0996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2bw4tLDTf4ykI0PIqML5RxWLHT4hw40 { display:none; }#p2bw4tLDTf4ykI0PIqML5RxWLHT4hw40 > .row .container { width:20rem;height:145.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HRRzEREbOEJvn4PmAvJk5xBLMgThZwwE { width:19.0625rem;height:26rem;top:5.4365234375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEHVQl6cxfTVgCC9Sp755d6yGO0vHCJF { width:10.3125rem;height:12.5rem;top:6.2607421875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehqUzJxfqAJv8qrx5EtyZtkQPTZNQL62 { width:13.875rem;height:2.03125rem;top:20.375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJaIwxevzwBv7l2HbukkET5N8e5QPlUu { width:15.75rem;height:5.19921875rem;top:24rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwTO2keNThprMb7ui83mpEr0WcASm87F { width:13rem;height:0.0625rem;top:23.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZy6w0wwxIMWTGv2zfiQJRpUBoHwpMJR { width:1.8125rem;height:2.5996125rem;top:99.37109375rem;left:9.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5cdIUfm4kZOOdJDaodzL2GBEM9M7op4 { width:19rem;height:12.0625rem;top:19.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfTmnCzkAE5oS2JE3FbT4sVUlhuulhdI { width:19rem;height:26.8125rem;top:32.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzUnqL9so9SLylTJKPndColovooQ6ywG { width:13rem;height:0.0625rem;top:51.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzTLeTPWzlkUWsTap3zypg2VQcRv33tK { width:1.8125rem;height:2.5996125rem;top:113.90820625rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCPUITV6yyE3nsDrFKqEDCKCyMdnsDb9 { width:19rem;height:12.0625rem;top:47.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLSAOFv2mqcUaHNsXFVRCsEugauNqpc7 { width:17.5rem;height:3.8994125rem;top:52.5rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdh8eJElZFLPZu9Zl06MtBtPiiNocpDT { width:19.125rem;height:2.03125rem;top:48rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVnWtQrFdT8BkIHbotPv6XJAl5aF4BEO { width:9.375rem;height:11.375rem;top:34.375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQnruMRWTUNQa9iWXT81CXacMGJLortp { width:19rem;height:26.8125rem;top:60.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfTat9bFcDJMJqct2vrcPiF5JhmNvnuu { width:13rem;height:0.0625rem;top:79.1875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7pe1XwrSG8ixzWczVG2yqBOP8VThx2U { width:19rem;height:12.0625rem;top:75.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR3olW6Glix8UT72K1xg9PcBc2Dm21E7 { width:1.8125rem;height:2.5996125rem;top:126.431640625rem;left:2.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7FA3nWbkg44QuaOFJlSQ9kodS59U9nv { width:19.125rem;height:2.03125rem;top:76.25rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEEsz9T5zTfdbrL4wDH5kpSqDLB4q10n { width:19.0625rem;height:3.8994125rem;top:80.3125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwTqosm90l9NDarCAa9rHHuXePKJecp4 { width:9.5625rem;height:11.625rem;top:62.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmDgAVhoTrT4XT2Gcxv7EqxEJUVedeC6 { width:19rem;height:26.8125rem;top:116.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOFWQwTz9nCyfddn6SR0u60SBnuG7ZCq { width:13rem;height:0.0625rem;top:135.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWeJ5Tqwm9frpFmx2vlmfpL0G2SFkF7m { width:19rem;height:12.0625rem;top:131.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPta5crW5lngNRsW7gTm08Z03L0e4Gbn { width:18.0625rem;height:2.5996125rem;top:137.1875rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gleo1eLth17K7gnKudQWXfUHy2PXQtGN { width:19.125rem;height:2.03125rem;top:132.1875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vshZIa6leFGU5t7PK6UIlQn4vzrZhCsd { width:1.8125rem;height:2.5996125rem;top:143.3125rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfqK8qnS4CCW3et8M47ZwgoGXXXBRrxc { width:8.6875rem;height:10.5625rem;top:119.3125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJm8SltTBbGxlwTVnfQhnnGvw3mIVeVv { width:19rem;height:26.8125rem;top:88.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrVmtueZe7xUqmxVbETdpO2CrrXzZIad { width:19rem;height:12.0625rem;top:103.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um1dg6UrnAiKdmCrRQ96J9zygWR3vQFK { width:13rem;height:0.0625rem;top:107.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwfex9dTRTW2FStZTb9TWgrXExgHIgwu { width:1.8125rem;height:2.5996125rem;top:116.775390625rem;left:0.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLxnJTXveel1yrI10qhwgbFNrDOW6Llt { width:12.5rem;height:3.125rem;top:104.25rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q80VLkO8HIaOu4Vrw0GGUMXLfIpGH8nv { width:17.3125rem;height:3.8994125rem;top:109.3125rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEGq10t6zIw6ByFpiokyENwrN4aiNxct { width:9.0625rem;height:11.0625rem;top:91.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJszzGoW4EsFkp4ZWuVJXPh4mITwGtom { display:block; }#bJszzGoW4EsFkp4ZWuVJXPh4mITwGtom > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUWrUmV05yIM2zcg2bRZ6Zbw4yrJiXL1 { top:1.25rem;left:0rem;width:20rem;height:20rem;z-index:100000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vpFBHJkemSHNWGPNtQgiXEgcpgctkta6 { display:block; }#vpFBHJkemSHNWGPNtQgiXEgcpgctkta6 > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UX2odu5c3GngavkaS89ICbo4fRLKbohe { width:20rem;height:37.56125rem;top:18.875rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #BWQ5EMTEpX9NsKT8gsxolHSOme7tCTPa { width:20rem;height:2.4746125rem;top:20.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1r4BVlhKpfCXTK0iXi6BTa27gzS3d7J { width:17.3118125rem;height:1.7246125rem;top:22.75rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTt2wh3ADlLLseIqGTC4g0EnON4enszS { width:17.0625rem;height:35.43459375rem;top:27.375rem;left:2.2490234375rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxzUX45uaHQZ2hUAxCgTmNlTvCQqKe3p { width:20rem;height:39.1875rem;top:25.6875rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #cmTJ6eHrF3khfykTgwyQimTfLSd9tUrE { width:17rem;height:17rem;top:0rem;left:2.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJD26tddUAQTMrMzlEE9FDpXyXDFB6vi { width:2.1875rem;height:2.1875rem;top:27.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgkMxROO8TGe1pq8AS6haEzVtnzf7Xt4 { width:2.1875rem;height:2.1875rem;top:29.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz9v6Zznk3d1mTpqcaCrBVQwUkzbUmtG { width:2.1875rem;height:2.1875rem;top:34.59375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvIn168NGqObXQAJC9oDk02dWJ3LSWEc { width:2.1875rem;height:2.1875rem;top:36.78125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1ToGTPxJucaqqISAROAJsdCxQPITWps { width:2.1875rem;height:2.1875rem;top:38.96875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6dR1m3v8yIokAwT466x4dzWZqewMZFJ { width:2.1875rem;height:2.1875rem;top:41.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx2XOxwCGamlEN92lmtQagzk9m4e5ni4 { width:2.1875rem;height:2.1875rem;top:43.998046875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWGAKkasSZR6hUckcsDbAWIsSZa9Kzsv { width:2.1875rem;height:2.1875rem;top:46.185546875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxMZQ5LH1rNoz8UCxcB96UQ4D7mDK4AW { width:2.1875rem;height:2.1875rem;top:48.935546875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip5NZBGMDtgthRBHlaxKJKbyBfoLlSFe { width:2.1875rem;height:2.1875rem;top:57.873046875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kr4SDQkrwggfaDTnFXJ0OcQdAx9O6mU1 { width:2.1875rem;height:2.1875rem;top:53.498046875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wATOmBbZpEh5dIcABNGTLGqIblJRP6ZJ { width:2.1875rem;height:2.1875rem;top:55.685546875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpLPvrpc1OJszGA7GTQGcrueM9QTELI2 { display:block; }#kpLPvrpc1OJszGA7GTQGcrueM9QTELI2 > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mB4R4rwLrsO0XebkgO8LsqVvZzGgPU58 { width:20rem;height:30.6875rem;top:19.5rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #sMygIptbCWmD7HTmF9zSIKsFAvh6XoUc { width:20rem;height:2.4746125rem;top:20.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpqisCgdgf7LgCEBGcAMTSFskKTCdvuH { width:17.3118125rem;height:1.7246125rem;top:22.625rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlmk2wKZWDKA2LxSRZks7qISskBqwUd0 { width:16.4355625rem;height:18.89845rem;top:27.25rem;left:2.625rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFHOdUO5RZ1Wm3wsI5TciwCsd48sKpRO { width:20rem;height:24.5623125rem;top:25.625rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #szRQFbPfk4g1azgFSrEaruASkk4mJVeF { width:2.1875rem;height:2.1875rem;top:27.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHd0mkMRUBMehJr2m0BFVRL5QiENigLB { width:2.1875rem;height:2.1875rem;top:29.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgUq4ul3FyM2okF2tODR1WX1D3pzE2O3 { width:2.1875rem;height:2.1875rem;top:32rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRo4MfC3shZQeBa1bCdhIHJWucZxx0MA { width:2.1875rem;height:2.1875rem;top:34.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZW9ODgXsw71rbIVsVgu0HAbwmhWBbeT { width:2.1875rem;height:2.1875rem;top:36.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLHNGRd8ZlKf12PyncVDFTEJtZQKbrF6 { width:2.1875rem;height:2.1875rem;top:39.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDXaPuRbyCt6o7KTsyAra1Ossm4TxT0K { width:2.1875rem;height:2.1875rem;top:41.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR0fArMT4EKtZv48IP8IMr3650AZc1hJ { width:16.75rem;height:16.75rem;top:0.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpTATSVwhMqS8BsVXxCg5WdeATc3RXpd { display:block; }#qpTATSVwhMqS8BsVXxCg5WdeATc3RXpd > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqzVF9aCT8qb7wDcvVKo5MyO4mTBrVJ1 { width:20rem;height:26.5625rem;top:20rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #iGBFwApM1PrdEgNI3di6KBXkdA5bZkvc { width:20rem;height:2.4746125rem;top:20.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIMVaploiohXxHNvyEc055nk5ruTQPCa { width:17.3118125rem;height:6.2988125rem;top:31.3125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVwTpFaAx0loOhNulO6NWtEotkJQE9zB { width:16.4355625rem;height:16.53614375rem;top:29.0625rem;left:2.25rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXaSRnJzLRbMwEdVKe8bLwTNW8ERC0o4 { width:20rem;height:21.1875rem;top:25.5625rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #TZQNsAuHpTNDyxOFQhRIWPSRt3kD5i74 { width:2.1875rem;height:2.1875rem;top:29.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuhkXn1ph3KhByLMy28M1nvptSFG32Gx { width:2.1875rem;height:2.1875rem;top:33.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwO3NX8ecFW6X0IZUDGRC0y5QO2VsTZG { width:2.1875rem;height:2.1875rem;top:40.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxBVB1vh4hPVgUmpVofUxW6FNimddg8H { width:2.1875rem;height:2.1875rem;top:38.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8pGkCKbSoTBZkOSGJdCNhPcM6NcnT1k { width:17.375rem;height:17.375rem;top:0rem;left:1.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE6slbf29GQCB1TOhnlJvEmHkvGpHLxB { display:block; }#SE6slbf29GQCB1TOhnlJvEmHkvGpHLxB > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLh8JD3o3hIzCxiHc8FrKwgB2TqLOqJn { width:20rem;height:37.1875rem;top:16.8330078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsqE67gSqD7bymlMbCSKSVMvqQpywVaL { width:20rem;height:2.25rem;top:18.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXEg1CII14iGiTcx3k2Vuzbzapz9APb1 { width:16.5rem;height:30.70998125rem;top:24.6875rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.3125rem;z-index:100056;display:block; }
 }@media only screen and (max-width: 763px) { #Kfa7vbdLPKzQ43TcTuBWgarunwrK00IC { width:20rem;height:30.75rem;top:22.9892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwF3u4gwpSzDXA8oOE2MRroKhCE2ATfV { width:2.1875rem;height:2.1875rem;top:24.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA9oZipXVrXF80wGqTpxdTPIEOnlKEyV { width:2.1875rem;height:2.1875rem;top:26.71875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #opVkkridRgdGZ4MXPuUlGdePgmXUtWo1 { width:2.1875rem;height:2.1875rem;top:29.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNBoO0TflwMGT34uCu9amFsx73Qf8Nxo { width:2.1875rem;height:2.1875rem;top:31.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXwzTlTyteZ5U4w1r2VbsfXwWeUvNUfg { width:2.1875rem;height:2.1875rem;top:34.3330078125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLAwVJtSWTmuvn74iCFCt8DBZ3CLBWLr { width:17.3118125rem;height:2.0996125rem;top:4.6875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzWyscbI5x7kSGJ8SaVEU8h5eLAaQ97o { width:2.1875rem;height:2.1875rem;top:36.5205078125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssmdRgTAtOzAmIvJoEcBPWvPp6hTg7cB { width:2.1875rem;height:2.1875rem;top:50.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPWwEpzcpbO7CF9oRkWymfeOgdWP6ha3 { width:2.1875rem;height:2.1875rem;top:40.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdcWIQXXd0F8mZSdctZGaH7xfhT26sPA { width:2.1875rem;height:2.1875rem;top:43.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn2ew7gtD2KcSAz7BBtAeC7XlfRWV4ax { width:2.1875rem;height:2.1875rem;top:48.499450683594rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARpxzUxAAQizouAOuGArb9nBxLrgvcT5 { width:15.5625rem;height:15.5625rem;top:0rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCQXlAh4eD78S4rIInVseIzqLndWu46V { display:block; }#wCQXlAh4eD78S4rIInVseIzqLndWu46V > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7URq92H0QRWSgcZtIpSWcPMAhJ5Nd8K { width:20rem;height:40.625rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MweW6zNR5ftdAiFqEhFBAUIvT2PoPVN8 { width:20rem;height:2.25rem;top:16.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQCi1SN96fZHHRTqXGp3FacqMR1bHTE5 { width:17.3118125rem;height:4.19921875rem;top:4.6875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ebwkdi4K4TW3fT6h4LyJ38XqTdWkhAUg { width:20rem;height:36.25rem;top:19.908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U78kG2rqJz911EFOJwNmrwIXuDoyd64S { width:2.1875rem;height:2.1875rem;top:21.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXzVfFm3NWn5dyPv1QfqxDSL5hhLc7Xq { width:2.1875rem;height:2.1875rem;top:24.061981201172rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPNf5DykZyl0ahDVCRVxy2UzDZ20hwOB { width:2.1875rem;height:2.1875rem;top:26.436981201172rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpfpbLpLWL8ZGkARhSUhs1wcdAx8IcuC { width:2.1875rem;height:2.1875rem;top:28.686981201172rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgnOg74BCdo7WdVxOXxUPo7llgTAhGg8 { width:17.0625rem;height:16.53614375rem;top:21.561981201172rem;left:2.1874998211861rem;text-align:left;text-align-last:left;font-size:1.3125rem;z-index:100060;display:block; }
 }@media only screen and (max-width: 763px) { #SyCkTNknsToM6PtqeAOl9Pgqhwy08etq { width:13.4375rem;height:16.53614375rem;top:38.034454345703rem;left:2.1874998211861rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLxAMplgZveiXpE9CoeUT6LbP9f61met { width:14.8125rem;height:14.8125rem;top:0rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS1Cxzq3qm3qA3TZQFDWtWlvgMgqGHXJ { width:2.1875rem;height:2.1875rem;top:31.124847412109rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhQpXvQHEJ23MnPyLml5KAZoJomFg0lh { width:2.1875rem;height:2.1875rem;top:33.374847412109rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVXOxO0iDccqvgaBR4vh5Sm1sLZ4GnB3 { width:2.1875rem;height:2.1875rem;top:35.624847412109rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwk9Ch0yUE2TyPkGQ2kooBSXsfmJbgJX { width:2.1875rem;height:2.1875rem;top:38.28515625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibi4U51CEMhsKsinOkrueBQ75ssnT3ct { width:2.1875rem;height:2.1875rem;top:40.47265625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ83gGdaA3Xt64ZQQWb4uT8xurwRKb4A { width:2.1875rem;height:2.1875rem;top:42.66015625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDw8UhLVKMDtlid7l4a3rpDp1T5vnLnS { width:2.1875rem;height:2.1875rem;top:45.271484375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDbKhtx2VpSvAKDxNKyfecDlxVdTsnAc { width:2.1875rem;height:2.1875rem;top:47.646484375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdVwpqlVPAQWVKo8Rt9SlJke5VfdFRoe { width:2.1875rem;height:2.1875rem;top:52.208984375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycogq0kOLAUeCrHECt1quohMBPkDKFr8 { width:2.1875rem;height:2.1875rem;top:49.833984375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWsu3AGlJydQTknDdioNPaUtVlNwpUzd { display:block; }#UWsu3AGlJydQTknDdioNPaUtVlNwpUzd > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVHU8K0qyoReoy2P0kwlTWTvkRyqepMN { width:20rem;height:0;top:2.43341588974rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNhZfnbSpumoQ6AmaXbDszgLmr3oEksO { width:15.3125rem;height:5.0996125rem;top:12.91015625rem;left:0rem;text-align:center;text-align-last:center;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqyO6zF0wiwMNnamrb1Rx8yA7te9nX3g { width:20rem;height:6.2988125rem;top:19.746981143951rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rzZdGgtCfLuXTTXGTrZdHoV9TR3Fs4bs { top:26.999288320541rem;left:1.7489345669746rem;width:16.3755025rem;height:3.37570875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvka5ng8hkMLfxzCSXQTMSi4sK7yWhF5 { display:block; }
 }@media only screen and (max-width: 763px) { #PvUE4BSn0wOc75xC36kyQgAylzkcGS0g { width:20rem;height:6.8232375rem;top:6.0888671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:100018;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TbtkSXpVGGvtkHzNJp8A7CKOd3cCkTOD { width:20rem;height:1.875rem;top:1.373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRr4F32Q171D3i7eWkLJdTWN9SgcW2Qo { width:3.125rem;height:3.125rem;top:12.91015625rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5o4iTn449MTB9lUWrcc26k38LVIicaw { width:15.3125rem;height:2.17480625rem;top:15.3837890625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxiapkLQdlTtGndwlPxgy7cN9Lm2N1Vc { display:block; }#TxiapkLQdlTtGndwlPxgy7cN9Lm2N1Vc > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SFN6uXse16Iu7N0LlK3VTOCdmQdxwAJf { width:20rem;height:5.374025rem;top:10.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdx7V7hrKST96N8kTxA8PElStqzN7FsO { width:20rem;height:2.32470625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7wTqcTnbvuT00a2B8dN0Ut0MreoOKKL { width:20rem;height:4.19921875rem;top:3.5724472999573rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSrZdk6UZ7U4JGiznEa0kWa0baZKPAm0 { width:16.0618125rem;height:11.81153125rem;top:19.25rem;left:3rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZQ4FGI3ESHrZ0eqcoIf4D6cV8qVvzWX { width:2.1875rem;height:2.1875rem;top:21.6875rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4BQ0z0ZF9l8TKRv39au1slA9XpAXP2o { width:2.1875rem;height:2.1875rem;top:26.5rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol9Ae7hEz7ZToITcQqpKtd1G4qaUlC7z { width:2.1875rem;height:2.1875rem;top:19.25rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6UkBPiRRxcTDfCIgPgy9zEvTJ8Udtmt { width:2.1875rem;height:2.1875rem;top:28.75rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivl54pFrRhQy5eDGwUAQrXVoxfvOpPJx { width:0;height:0;top:28.75290625rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAKQOM8A3utnyte2b9WzarSVe1tbx5Py { width:4.8125rem;height:4.8125rem;top:8.208984375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaFURMIZQ5asguieRt57In84FAfwJTMc { width:4.6875rem;height:1.625rem;top:9.802734375rem;left:1rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvUzFnLnH40B27usZH23qxs7bw7cN6pH { display:block; }#KvUzFnLnH40B27usZH23qxs7bw7cN6pH > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zeyy9Vm7ZEqq7CJXz1bVTnCciOX8IDwc { width:9.1875rem;height:9.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFCADRP5t9taXtqFxzy9ilkuFAPId4zF { width:8.875rem;height:8.875rem;top:0rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTV3MK2knFGsIAqpQCbMrLnUbi4vEhNZ { width:8.25rem;height:8.25rem;top:9.1875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfWZiwpPa1t22hhWoZe8CybDSRwW99I7 { width:7.25rem;height:7.25rem;top:10.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETvnBn2g5nIXVVxFqtkGUxhDUoQQHDHw { display:block; }#ETvnBn2g5nIXVVxFqtkGUxhDUoQQHDHw > .row .container { width:20rem;height:18.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrBpMH3pcrJsit9NDSJDTbcXAupsnTAw { width:8.0625rem;height:8.0625rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yn48D1k063sL34f2qlyXc9w0fqkZpiXX { width:8.0625rem;height:8.0625rem;top:0rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLlvRLtaLgLl1SG1HOzP47u4lNEF0NIx { width:7.0625rem;height:7.0625rem;top:9.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nElf5x1h6Rm79PmCWSKxoa18ZK0rFqs5 { width:8.1875rem;height:8.1875rem;top:9.25rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmdvoNTIaCPN0MR7T8UqJMH17gq4LfSv { display:block; }#RmdvoNTIaCPN0MR7T8UqJMH17gq4LfSv > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nReSa56CioAJz3QpwxIdhNkn5RsPKFDy { width:2.5rem;height:0.12429rem;top:9.9365234375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX9svgxuTykIudly0qGHeRTuWZ5aWMpu { width:20rem;height:4.19921875rem;top:2.17333984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAfpNyUkPFqxlmiefIGlR1cHpZwOKiy4 { width:2.5625rem;height:2.5018193926447rem;top:6.3125rem;left:6.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoBzW2R5ILCkPNdfG70GCF6AU8CoETQH { width:2.5625rem;height:2.5017988643078rem;top:6.3125rem;left:10.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST9w1DdbWpT5CWs34zmxfB7UrsP3X1TW { width:2.5625rem;height:2.5017988643078rem;top:6.3125rem;left:12.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvt6PNBmwDZEkyFvK5l0EtfEo9Ee1z5y { width:2.5625rem;height:2.5017988643078rem;top:6.3125rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJtAUuWOk7vk8D9aOFZtJkFNBHd0wJNV { width:2.5625rem;height:2.5017988643078rem;top:6.3125rem;left:5.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1fTIoHOeIQ4uH04Pw3fmhdvyivFbfq7 { display:block; }#v1fTIoHOeIQ4uH04Pw3fmhdvyivFbfq7 > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6TvixInH7UQScTpyh3sCmNltk5v34ty { height:11.195928753181rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9ruzCcpyTrL6Px5w4UCTm05TzyTQRdU { height:11.195928753181rem;width:20rem;top:26.204125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMheK9EupLa0TiZCQBuDFbblZng2QS2i { height:11.195928753181rem;width:20rem;top:13.6958125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9er2IJrSZx059kbeFkPKSqrXo5z1L5e { display:none; }#P9er2IJrSZx059kbeFkPKSqrXo5z1L5e > .row .container { width:20rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SbGPDR0loRty7kV8VhkvEP7uMn9QlSGI { height:11.195928753181rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw2FFBtTZvQ1hoUctd22AimCeRlyCg19 { height:11.195928753181rem;width:20rem;top:26.204125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLNK80mgs68PLZ01ipKf2zST7MHKi1T6 { height:11.195928753181rem;width:20rem;top:13.6958125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb { display:block; }#BNcUu2C857oTsbV9f4IbKTSDbIQCOtfb > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qiDw2n5UF4cvy3Iu8ol16SHLHRDT7UOZ { width:19.3119375rem;height:4.5rem;top:4.1867885589599rem;left:0.34268468618393rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq { display:block; }#fKL98KU4NMKfVeNmAc9REQOus1TcQ6Aq > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CII7gUplLw4AtLyVE4s80xO22Uotgoeq { width:15.9375rem;height:3.25rem;top:7.4375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncSNgB9TsaB1cBZJa68Ro3HFfohFx7iN { width:15.9375rem;height:3.25rem;top:19.25rem;left:2rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDJyOxBmpbM3iVV4xdpzqvngm1SCCVIq { width:15.9375rem;height:3.25rem;top:30.375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLT1uL1mGSeOPzWzGN3vfTZbTkzCVUVA { width:15.9375rem;height:3.25rem;top:42.625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WncCURUTiCT07PlUhnXMoxHBRWzTzMRW { width:15.9375rem;height:3.25rem;top:54rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrImHvH8xTTAMiEtczG6nkPv0drlLv4W { width:5.9375rem;height:5.9375rem;top:1rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwkatcUD1uhxGwNEpyNCQxRrvCdfigZm { width:4.0625rem;height:4.0625rem;top:1.9375rem;left:7.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1UVi7o1lvk6PI1f6fEQhtXQa55zDVbb { width:4.0625rem;height:4.0625rem;top:13.6875rem;left:7.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIT9coEKw0dgbpqUUn9E6AnKzPTM5kin { width:5.9375rem;height:5.9375rem;top:12.75rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaCrSOiZM0LGPFEicurLCrbtxexJN36N { width:4.0625rem;height:4.0625rem;top:24.8125rem;left:8rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsPAoSwxOTuMSLAtldBgSi8SGFx9LIif { width:5.9375rem;height:5.9375rem;top:23.875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRNz0RuJWwccXEHrezlfOULeP8bPfMNG { width:4.0625rem;height:4.0625rem;top:37.125rem;left:8rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktpua1qcf0dU9MAwFuv7LuW9J1ru5v3I { width:5.9375rem;height:5.9375rem;top:36.1875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIJBbmBQUK46arTzIxHn6oEVBNlis1yp { width:4.0625rem;height:4.0625rem;top:48.5625rem;left:8rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTWgLyQCxCBV68QDmWwgwOUPAHH7qmKs { width:5.9375rem;height:5.9375rem;top:47.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abmyaglAECIeiZazyLxT2GllH7uleT1T { display:block; }#abmyaglAECIeiZazyLxT2GllH7uleT1T > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d2u6uQsfq4R9QPfcKapweT76vOIZH39d { width:20rem;height:4.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH1yIp9JTIpHCeb22Id9RlAn67ov5LCB { display:block; }#BH1yIp9JTIpHCeb22Id9RlAn67ov5LCB > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aa5FeQAC9Ot6BvkspK9QcEnbNdSHTlQ7 { height:10.25rem;width:18.375rem;top:1.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANCMFTl1fLJ3dlLApkiA1SMtgDB24lvI { height:10.25rem;width:18.375rem;top:12.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAQ6LKxo9plSVwoTkCyqeT9MAww3FTFT { height:10.25rem;width:18.375rem;top:24.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTk5owAuQaXJ8MhvnNyvryFBT6NAyHMq { height:10.25rem;width:18.375rem;top:35.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqfp5FmosmLeDEHr19E21wpdA82K8CTn { display:none; }#wqfp5FmosmLeDEHr19E21wpdA82K8CTn > .row .container { width:20rem;height:47.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o6nNTiDeFiTm9QnpC7sLTnU36sTbke3i { height:10.25rem;width:18.375rem;top:1.25rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yWWXVp1VdUuklCFh53BAnqbTBEfcWOuo { height:10.25rem;width:18.375rem;top:12.75rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vrz6sVuvwW9Ewo0vJRcyoOLJ1TwrUARA { height:10.25rem;width:18.375rem;top:24.25rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTnVNNbTSF6Jc3K6Gumu7pSbHbrKe6aD { height:10.25rem;width:18.375rem;top:35.75rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6ZLK9mIhzqaWTzA0gLnr4WZKAWxsT3I { display:block; }#n6ZLK9mIhzqaWTzA0gLnr4WZKAWxsT3I > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDEExSwm1k7Zm00F8Wd72ZsBfITnmcuN { width:20rem;height:2.25rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAL0NKWWLbXT9RS6klpSWew32Gwh7rip { display:block; }#mAL0NKWWLbXT9RS6klpSWew32Gwh7rip > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZUFtdSUgCd74GCVuS3A7UwZGSAwAToQ { width:19.75rem;height:3.25rem;top:1.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee6MedUEPux1BzfzoWddAEmxwbLOxm1B { width:3.1875rem;height:3.1875rem;top:4.34375rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOzQdQzA9Hy9thlk7PMTKd3fyPGQQlMM { display:block; }#bOzQdQzA9Hy9thlk7PMTKd3fyPGQQlMM > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycZfLhdAXSG3Cy5I7A3u8g5wdROCqLHt { width:20rem;height:3.25rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpfQ3xLzbK38XMrzx8TJHJNA1ufucmLn { display:block; }#tpfQ3xLzbK38XMrzx8TJHJNA1ufucmLn > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUodal8NkheRFer9RePsr1OvUs9boWJp { width:19.75rem;height:3.25rem;top:1.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #shkJpF3y6JwxuA45KwOWBT4cyfhpet1I { width:3.1875rem;height:3.1875rem;top:4.34375rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKN90VubwGiXpIa0EArdOiwDqQoNSG2P { display:block; }#zKN90VubwGiXpIa0EArdOiwDqQoNSG2P > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIg5fCmTrF9n2nUB5lm6wvpc8E9oMOvg { width:20rem;height:4.875rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd5oTT7C9W1a3LKSNnMoHR89c31kC6DU { display:block; }#Cd5oTT7C9W1a3LKSNnMoHR89c31kC6DU > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOla98h9ySaGmGIe9bRZDn9W5asXgZW8 { width:19.75rem;height:3.25rem;top:1.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldWHAo3zpuIfy8UduZ8pf50hXl4Q44rS { width:3.1875rem;height:3.1875rem;top:4.34375rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR0c7B7P2RODHe282WBOHdu8eGXLinWM { display:block; }#uR0c7B7P2RODHe282WBOHdu8eGXLinWM > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drutHVLko6PgSlnAiCHeoOfKwApA4ygW { width:20rem;height:3.25rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDEsNu7TcMBxMtXfR7CHRP8NOzgXl4Nd { display:block; }#XDEsNu7TcMBxMtXfR7CHRP8NOzgXl4Nd > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWAEuXUEsoZPNclD4iufwSvTLKqLWw0o { width:19.75rem;height:3.25rem;top:1.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhuEFbQ0tdFXZr55ZTTHQ2kFkC0EXDgK { width:3.1875rem;height:3.1875rem;top:4.34375rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDNAgx4Nx67nuWVJ8ssyI0byqPuBFzhN { display:block; }#LDNAgx4Nx67nuWVJ8ssyI0byqPuBFzhN > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ismzwkCwNWLE1fCeifE1F8T27rGASr5r { width:20rem;height:4.875rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #enruIg1yZReTCMU5rBRrgFfGIqX80gSu { display:block; }#enruIg1yZReTCMU5rBRrgFfGIqX80gSu > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzZlOp2zRrMbKptHo4sZEhdTesPAUZuh { width:19.75rem;height:6.5rem;top:1.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTleC0xnKktwL53CzfP232kkFk7AWQzG { width:3.1875rem;height:3.1875rem;top:7.59375rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECErvhS6z0OPZnQqTwa7qmHAZ7Dygynt { display:block; }#ECErvhS6z0OPZnQqTwa7qmHAZ7Dygynt > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SJ0MnN0IC68ZmltRVMHmAy69Fzz7JTHv { width:20rem;height:6.5rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTLhfb4KHgdduxudPlTkctHKhmJwpwxU { display:block; }#eTLhfb4KHgdduxudPlTkctHKhmJwpwxU > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I8aZNOFnCOevJQeT2sQTEnvimgOlVMQ8 { width:19.75rem;height:3.25rem;top:1.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC95kcNtpiKLTtX2W9UwOOl6IRR4KnZ9 { width:3.1875rem;height:3.1875rem;top:4.34375rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVC9Ck6PEqpT0Tniuw6cgh4CtTNCVhLE { display:block; }#XVC9Ck6PEqpT0Tniuw6cgh4CtTNCVhLE > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SlZo0ORE8h2wsMtkaaDoC8790iZuHHZA { width:20rem;height:8.125rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGvUAeS2nWN14fW5kOVG2OCbJLqG1AT7 { display:block; }#HGvUAeS2nWN14fW5kOVG2OCbJLqG1AT7 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vs7eT7hyZNvm9fTSSflymTZBCWbpRlFf { width:19.75rem;height:1.625rem;top:1.09375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOBVKyIDCtABtJUlfc85wBICVCWPzy0L { width:3.1875rem;height:3.1875rem;top:3.28125rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwhraDdpA30g6dMbhgUMLUbUQizNkhRz { display:block; }#lwhraDdpA30g6dMbhgUMLUbUQizNkhRz > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qu27Xlht6RHHFOL31X3goImzsqwtSV1i { width:20rem;height:8.125rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND { display:block; }#Rn7ZabQ2FaVr22BETkvhKeTfTHXkoqND > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLfIlaJ2EoFTnlECgSBL0J1KKOQWWtmZ { width:18.9994375rem;height:6.5rem;top:2.6873188018799rem;left:0.49893468618393rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw9lL4ZpdXiyvtfSxbNq5dDxmXXlGi4w { width:20rem;height:14.0625rem;top:10.672978401184rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBvTNRvipiE12ifW2rETUzOLlr28mf18 { top:32.269174575806rem;left:3.2182171940804rem;width:13.4378775rem;height:3.56303375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV3xgqR8h99KBZUpsOwAFgr5AnxrVaGT { display:block; }
 }@media only screen and (max-width: 763px) { #lMs7dECL32nQHaXEJDJlqzEIN29dGXNa { width:20rem;height:1.625rem;top:39.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQBrXr4TLFHXmzRXhN8RQvaZbVyWviud { top:41.375rem;left:6.25rem;width:9.3125rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr6FXIFmxROrsL7UVsIDCGECWqTqmfml { display:block; }
 }@media only screen and (max-width: 763px) { #ycUAogFSO3TtClMd6kTAvRBGoKuroUsV { width:2.375rem;height:2.375rem;top:41.625rem;left:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxgf1sm03JyKhCRoC3aDXzTkVFVDW4DD { display:block; }#oxgf1sm03JyKhCRoC3aDXzTkVFVDW4DD > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJJWxcCw2Eh2MaaK62f5Hfnlh0toMDLN { width:20rem;height:2.76171875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }