.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5eab4533-48a4-4283-a784-484cb4b139fd/AdobeStock_298876535.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF.adaptive-delivery-prevent-bg, #MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF.lazyload, #MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF.lazyloading { background-image: none; }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF > .row .container { background-color: transparent; background-image: none; }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF > .row .container > .video-iframe-container { display: none; }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF > .row > .video-iframe-container { display: none; }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF > .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); }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF > .row .container { border-width: 0; border-radius: 0; }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#oWxFzxUhdJveyib6iQxMdI8qTrmIOsxd { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5625rem;width:40.375rem;top:0rem;left:17.3125rem;overflow:hidden;display:block; }
#EWGIu3gpvrk3n73TkTt7NChnd6XHr4yb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(180deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(180deg, #cccccc, #ffffff);background-image: -o-linear-gradient(180deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #cccccc, #ffffff);background-size:cover !important;position:relative;display:block; }#EWGIu3gpvrk3n73TkTt7NChnd6XHr4yb > .row .container { background-color: transparent; background-image: none; }#EWGIu3gpvrk3n73TkTt7NChnd6XHr4yb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWGIu3gpvrk3n73TkTt7NChnd6XHr4yb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWGIu3gpvrk3n73TkTt7NChnd6XHr4yb > .row .container > .video-iframe-container { display: none; }#EWGIu3gpvrk3n73TkTt7NChnd6XHr4yb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWGIu3gpvrk3n73TkTt7NChnd6XHr4yb > .row > .video-iframe-container { display: none; }#EWGIu3gpvrk3n73TkTt7NChnd6XHr4yb > .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); }#EWGIu3gpvrk3n73TkTt7NChnd6XHr4yb > .row .container { border-width: 0; border-radius: 0; }#EWGIu3gpvrk3n73TkTt7NChnd6XHr4yb > .row .container { font-size:0.875rem;font-family:arial;height:77.125rem;width:75rem;position:relative;display:block; }#iCxHFyqRCvAb61BRvFrtWlEyG34yZx18 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:54.125rem;left:4.1875rem;display:block; }
#P4XFgseXFlwdz1HqfmriTOx4DZMqAP8i { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:64.8125rem;left:6.25rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#J8zTTlGTTvRaIvZpJEEOaTtS2dvBLaGb { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:67.8125rem;left:4.1875rem;height:5.68685rem;text-align:justify;text-align-last:initial;display:block; }
#MwtryuTRbfzI35OhzCdm0HWV87LdVBmo { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:52.375rem;left:2.875rem;overflow:hidden;display:block; }
#v48AKaEySd1gMnNP29LJuh6KyQsOMIEq { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:27.875rem;overflow:hidden;display:block; }
#nHK2TvOIlslbu0gCAXMqbX7X4WaQM6en { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:29.1875rem;display:block; }
#AKCHmmfVteZTpCb0n4vM4Nq00UFGbsLQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:12.830730438233rem;left:31.250003814698rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#E3etl0gvs2KwPhO5G4fgUA3gQzuHFuw7 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:16.5625rem;left:29.1875rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#eiRkGZTetLdVav3QrZrKS4SaoRWm2PRO { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:52.875rem;overflow:hidden;display:block; }
#AsOUmxdc8Qnv8vvfnWJbBTfS0fdCULtD { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:16.5625rem;left:54.187503814698rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#uv1uulTvtAkSEcLQIDTkXhycFeyTPCpy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:13.561851501465rem;left:56.250003814698rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#ONHXVEkfV5nW4SiZf30gCDdDIz5HrpUa { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:54.1875rem;display:block; }
#HVw9kCqpw2ntBhzskBThL8VOdlV9J0VK { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:26.8125rem;left:2.875rem;overflow:hidden;display:block; }
#cTs8zpiCivT4CpKR64ARO7pbuN5yAXGX { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:28.5625rem;left:4.1875rem;display:block; }
#EbSAyNLIheTlzHrvPQBpBfTZFGeTdQbQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:39.25rem;left:6.25rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#S7B8f1LaZxJvLxpOM7vov9k0T9Rm7HVt { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:42.25rem;left:4.1875rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#AmIN8OFDaoqDCzbnfyhMS6EylXxDSLth { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:26.8125rem;left:52.875rem;overflow:hidden;display:block; }
#iEIi5RMP72U7fuFLeZ2nQAVm1gWAIGqf { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:28.5625rem;left:54.1875rem;display:block; }
#J8PSreqgvzJklW1mcRPTFo75vtGOk9Dz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:39.25rem;left:56.25rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#bpg5puTeirhoXbaEFFu8c1TN5HIUvevN { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:41.1875rem;left:54.1875rem;height:9.0989375rem;text-align:justify;text-align-last:initial;display:block; }
#ZlBuOIB8w48KrA3JHbwpXkqxr95vNmNg { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:2.875rem;overflow:hidden;display:block; }
#toc9cF6noulhwSA5pKLet5tuJUiHMGDQ { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:4.1875rem;display:block; }
#VANzT0dNb67AEJfxxKLnipKUpLpiPVgD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:12.830729803071rem;left:6.25rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#q9z1LWBJNwnklrChT0bO4KZSkicmFmsA { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:16.6875rem;left:4.1875rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#MtPFEwhVnAifm2olREfNwTvRQEBBJWoV { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:52.375rem;left:27.875rem;overflow:hidden;display:block; }
#kFmrhxklmT7BKtyKHKQ9wJEHhD4lJ8Jy { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:54.125rem;left:29.1875rem;display:block; }
#tOEVDEDMFE3ICQIuwoL4ir2FDTAB38c5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:64.0625rem;left:31.25rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#FyUDwV4X4BrTuBJ801dZUU2De0EghwVO { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:67.9375rem;left:29.1875rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#GJNl2bUipRa07Z3NVuvv1k6kC05lAkTp { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:26.8125rem;left:27.875rem;overflow:hidden;display:block; }
#f5TbKGbgRzhmeCQS4xODhHsL5PH6Cx2E { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:28.5625rem;left:29.1875rem;display:block; }
#ATwxt7uhL88vEocIIV1XHiWENx04sOyU { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:39.25rem;left:31.25rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#ET9TA8bGZO6U21at7cPAkLWd4Q5zBFtR { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:41.000001907349rem;left:29.187503814698rem;height:7.9615625rem;text-align:justify;text-align-last:initial;display:block; }
#qTABnGwgwCwUWPigghOILVy1s8kNDbAD { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:52.375rem;left:52.875rem;overflow:hidden;display:block; }
#TXV21EC3wHnX2fwvzm2lGl2d2kuIgKlb { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:54.125rem;left:54.1875rem;display:block; }
#QfQOnpz3dGEyh19kx4Fv3xvaBGyFkxl0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:64.0625rem;left:56.25rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#Ac3p0DMbw85OMOk4qgKmeTupvvr7C8Ut { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:67.9375rem;left:54.1875rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#Sbgy3Ui61qiCpAuBExZ1gsPJpm8QTe1l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(360deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(360deg, #cccccc, #ffffff);background-image: -o-linear-gradient(360deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #cccccc, #ffffff);background-size:cover !important;position:relative;display:block; }#Sbgy3Ui61qiCpAuBExZ1gsPJpm8QTe1l > .row .container { background-color: transparent; background-image: none; }#Sbgy3Ui61qiCpAuBExZ1gsPJpm8QTe1l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sbgy3Ui61qiCpAuBExZ1gsPJpm8QTe1l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sbgy3Ui61qiCpAuBExZ1gsPJpm8QTe1l > .row .container > .video-iframe-container { display: none; }#Sbgy3Ui61qiCpAuBExZ1gsPJpm8QTe1l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sbgy3Ui61qiCpAuBExZ1gsPJpm8QTe1l > .row > .video-iframe-container { display: none; }#Sbgy3Ui61qiCpAuBExZ1gsPJpm8QTe1l > .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); }#Sbgy3Ui61qiCpAuBExZ1gsPJpm8QTe1l > .row .container { border-width: 0; border-radius: 0; }#Sbgy3Ui61qiCpAuBExZ1gsPJpm8QTe1l > .row .container { font-size:0.875rem;font-family:arial;height:76.8125rem;width:75rem;position:relative;display:block; }#trMUZiUxMKVmnkZVnJHS4PZ6Gr1ngSDp { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:4.15625rem;display:block; }
#vnJPbmGXoCCSstKmfGTzNSsq2s9o9mr3 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:13.5625rem;left:6.25rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#I1CzFf9WZhnEATKrfOFiaM0GP4NdXEaH { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:15.375rem;left:4.1875rem;height:9.0989375rem;text-align:justify;text-align-last:initial;display:block; }
#NfFhRfTpfi6v2QsXkFpkwtKReZrw3TyW { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:2.875rem;overflow:hidden;display:block; }
#B9osu8Pweygdsb3Ol2aIITwQzsO7xJxw { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:27.875rem;overflow:hidden;display:block; }
#DhzN2HDKcgW9LppXcW0g8W6Twk8BgvGf { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:29.1875rem;display:block; }
#VRcBV9cQiRIoz15EZRoTxkTut2ryMFUM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:13.561849594116rem;left:31.250003814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#W1z4hTIqzpc4Ttrn5dUxnXtMELmalq5E { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:16.5625rem;left:29.1875rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#S0UpOBVT1k719rrZkEi9NIFTTJxHJa14 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:52.875rem;overflow:hidden;display:block; }
#pShCyExHRhx0wkaUwhvRMwHU8uLP9vXn { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:16.5625rem;left:54.187503814698rem;height:5.68685rem;text-align:justify;text-align-last:initial;display:block; }
#SvdPJh2FmHz28HmnRySy8z57Cg8spurr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:13.561849594116rem;left:56.250003814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#tpQgIiUFmauDxUDNAaW16vsEevz9zWKw { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:54.1875rem;display:block; }
#I4wyhrlg5CSXELDtGuemJBo7H2JAc1Kz { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:26.8125rem;left:2.875rem;overflow:hidden;display:block; }
#mmBk9ApurZA0xsgdhPlMPJTTghMHx3cI { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:28.5625rem;left:4.1875rem;display:block; }
#XECweu5xmrxxgkG11OxeRQ5QbE05seGA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:39.25rem;left:6.25rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#hXBbBRkmS55hpCt2KKmS57bk2yTKWyo2 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:42.25rem;left:4.1875rem;height:5.68685rem;text-align:justify;text-align-last:initial;display:block; }
#Wq22EeDo4tJIXXogq2bHW3zFTytFVhvh { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:26.8125rem;left:52.875rem;overflow:hidden;display:block; }
#xcDrBrPMTXJb6ATPT9Xuf9bN9g1ZhiVD { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:28.5625rem;left:54.1875rem;display:block; }
#Hmy1l6gZK0udwQeRZJ1gPGHixQNVJPEt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:39.111980438233rem;left:56.250003814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#XvBetnVTohLcccytTRzzbCURRDKN6Wnp { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:41.1875rem;left:54.1875rem;height:9.0989375rem;text-align:justify;text-align-last:initial;display:block; }
#WiCQuXbTlU5BVPeaMXDw8UWhFsmC1knQ { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:52.375rem;left:2.875rem;overflow:hidden;display:block; }
#glNEa0ldrLTtex237kU95EU5bXNF0pMM { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:54.125rem;left:4.1875rem;display:block; }
#DKklHH9k07J2uxBGXEsufKytaiP5uOED { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:64.0625rem;left:6.25rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#tzkO6MSoBOwnbDpdsu7faFRiyRe5fGu8 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:67.9375rem;left:4.1875rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#ZJgI4ed8okFZrXuXyFTtLuDK6SdaA2mM { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:52.375rem;left:27.875rem;overflow:hidden;display:block; }
#rlH6JNIoI4yckVI0y2oZpuO28044S8dZ { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:54.125rem;left:29.1875rem;display:block; }
#Py3xICZJQWNSPNXz64dreQzKVoLRNIX1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:64.0625rem;left:31.25rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#boKkt1WSh3ePDBFQTGJatlEIVfBEaeNv { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:67.5625rem;left:29.1875rem;height:5.68685rem;text-align:justify;text-align-last:initial;display:block; }
#EoO0R45Q6ooxVDMllIs3vv6CnBdIk9a9 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:26.8125rem;left:27.875rem;overflow:hidden;display:block; }
#CT9Wsn1bUnuPGkBiHJ8kNgId8T6Kpry8 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:28.5625rem;left:29.1875rem;display:block; }
#nL11ys85kK1iTpIrk8Gadt9HEO5d4R5y { color:#000000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:39.111328125rem;left:30.062503814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#ZLcK8ekxtUFBU1QraozQlUevbHwButX4 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:40.875rem;left:29.187503814698rem;height:9.0989375rem;text-align:justify;text-align-last:initial;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; }
#FWbRhqSvN8hVSeACwJZIqSDd7T4Df0b9 { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:52.375rem;left:52.875rem;overflow:hidden;display:block; }
#umJTlDumvE1q38aQLFhhsZCJ3nlvssZS { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:54.125rem;left:54.1875rem;display:block; }
#damoOtt0dsWxiEzlT018mU10GaDP4lKo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:64.0625rem;left:56.25rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#C6zRSDQfBsLAIpzGvAh9Cz9w0q6yeCHT { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:67.25rem;left:54.1875rem;height:7.9615625rem;text-align:justify;text-align-last:initial;display:block; }
#nhWc6e8lxvBX1VVtXZitQFfbd0JyWKVL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(180deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(180deg, #cccccc, #ffffff);background-image: -o-linear-gradient(180deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #cccccc, #ffffff);background-size:cover !important;position:relative;display:block; }#nhWc6e8lxvBX1VVtXZitQFfbd0JyWKVL > .row .container { background-color: transparent; background-image: none; }#nhWc6e8lxvBX1VVtXZitQFfbd0JyWKVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhWc6e8lxvBX1VVtXZitQFfbd0JyWKVL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhWc6e8lxvBX1VVtXZitQFfbd0JyWKVL > .row .container > .video-iframe-container { display: none; }#nhWc6e8lxvBX1VVtXZitQFfbd0JyWKVL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhWc6e8lxvBX1VVtXZitQFfbd0JyWKVL > .row > .video-iframe-container { display: none; }#nhWc6e8lxvBX1VVtXZitQFfbd0JyWKVL > .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); }#nhWc6e8lxvBX1VVtXZitQFfbd0JyWKVL > .row .container { border-width: 0; border-radius: 0; }#nhWc6e8lxvBX1VVtXZitQFfbd0JyWKVL > .row .container { font-size:0.875rem;font-family:arial;height:77.6875rem;width:75rem;position:relative;display:block; }#SmcTtLSz6TufphlcC9a47SVToTyG4FHo { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:4.15625rem;display:block; }
#zUw0a9ndieLgS3IO5qcVaSb1D9c95JTu { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:13.25rem;left:6.25rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#BT21832LMn0LURAlhqN0QBDZFpFTl1Kg { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:16.75rem;left:4.1875rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#HUNIpAAhnQdXFeyaCByNlaQhAyC5xNHy { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:2.875rem;overflow:hidden;display:block; }
#yrTTsBpLZ3fQWcPLEs2Wepci3IrHJ2Iq { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:27.875rem;overflow:hidden;display:block; }
#JvrFsbHmJqc7or26dpEJDtDNypwooc1B { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:29.1875rem;display:block; }
#q7DFu2VDNC78twiWHwtRBDaTz7mTO423 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:13.250000953674rem;left:31.250003814698rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#hU8MSh9Zw4lTe8DVKyrKJZ5e6PGR3rxc { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:16.3125rem;left:29.187503814698rem;height:7.9615625rem;text-align:justify;text-align-last:initial;display:block; }
#LNH2W0DAcRNhn9c9nxLbwWmyu8nGVdxO { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:52.875rem;overflow:hidden;display:block; }
#Q86SJi3y7qQvq3xTQ72qVbxGrcZgQ3xn { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:16.5625rem;left:54.187503814698rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#tocItQZS6CS8o9exPhvpNApVSTw5t8qr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:13.561849594116rem;left:56.250003814698rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#GH1zeRpnGXD7wqug3dSFARLJVS6Izbir { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:54.1875rem;display:block; }
#zxFGp9DUiby5GKRBovrb4S51H9VCMX4F { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:26.8125rem;left:2.875rem;overflow:hidden;display:block; }
#L3DQP9aZrLJrpcBWynKfAgiBNrqz1Tv5 { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:28.5625rem;left:4.1875rem;display:block; }
#BCiC9AB1TcbaWTeQZsf0Q53TLJtUiddT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:39.25rem;left:6.25rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#FybwHR5izaQ6ioyIPDqDalO68hRSNSL3 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:42.25rem;left:4.1875rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#VwvgZGQSSFxKAc4SCkZ6FInTh5AayxTb { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:26.8125rem;left:52.875rem;overflow:hidden;display:block; }
#THQExmQgTPONaZ8pJsJLSaeRslerEffl { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:28.5625rem;left:54.1875rem;display:block; }
#RC1fTK1tlt65zrT06mcqm7mRlsrAVI1w { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:39.111980438233rem;left:56.250003814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#JDPJCiAthW7MV1Z8Kt5zT3zICItztXc2 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:41.68098449707rem;left:54.187503814698rem;height:5.68685rem;text-align:justify;text-align-last:initial;display:block; }
#beFHCWOehzMoJz920H6v4MXDKc1taXrv { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:52.375rem;left:2.875rem;overflow:hidden;display:block; }
#WKXm1XDTphCBUTVAS5DRw07Tmcvxge5O { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:54.125rem;left:4.1875rem;display:block; }
#mh6tTIHVJDRgC2gf86SR2S58qxENllav { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:64.0625rem;left:6.25rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#kGVAtOE5T1ABLdoukMXDvDAl8dXvT7d1 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:67.9375rem;left:4.1875rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#JArXkzEwoA0s9s3opG7io1FtaKhTXtAB { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:52.375rem;left:27.875rem;overflow:hidden;display:block; }
#ggW2PWi1HE3OZcI3shS2md10d2UJKIyB { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:54.125rem;left:29.1875rem;display:block; }
#o9WlaBbnmrNWebGNV0cqosVmsqnVMoWe { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:64.0625rem;left:31.25rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#Sa5sRowHJPMEGhJCOM7xTFZ0MycLpvli { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:67.375rem;left:29.1875rem;height:7.9615625rem;text-align:justify;text-align-last:initial;display:block; }
#M0ZOBxiJ3bMsfxVIixctkSx2EAXyOGTF { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:26.8125rem;left:27.875rem;overflow:hidden;display:block; }
#kvQsTv8EWy1GHuFXzbhF6KGyLE8y9ulR { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:28.5625rem;left:29.1875rem;display:block; }
#HPshsb3unG9Nb7U67uPUhzAbRrc6kisA { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:39.111980438233rem;left:30.218753814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#ElNTmcxoWc1dkHDWkxXebywLsmP3DHGz { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:41.681636810302rem;left:29.187503814698rem;height:7.9615625rem;text-align:justify;text-align-last:initial;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; }
#rNisl2JSdtiZTJ5QkMEaQtDPzSVNpvTl { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:52.375rem;left:52.875rem;overflow:hidden;display:block; }
#Xa1cmCZozu8C4gTFGCfo1NL6lK3BrtAy { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:54.125rem;left:54.1875rem;display:block; }
#JVoDl3Pr49zT6IR3wUxS9TAKO0iGFmhu { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:64.0625rem;left:55.281253814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#oKFrNJq30BAcinG0iBdhNROIniQcd5Sx { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:66.3125rem;left:54.1875rem;height:9.0989375rem;text-align:justify;text-align-last:initial;display:block; }
#D6fPGNQAFlPMB1gAXGW7GbDJw6nsFgXd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(360deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(360deg, #cccccc, #ffffff);background-image: -o-linear-gradient(360deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #cccccc, #ffffff);background-size:cover !important;position:relative;display:block; }#D6fPGNQAFlPMB1gAXGW7GbDJw6nsFgXd > .row .container { background-color: transparent; background-image: none; }#D6fPGNQAFlPMB1gAXGW7GbDJw6nsFgXd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6fPGNQAFlPMB1gAXGW7GbDJw6nsFgXd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6fPGNQAFlPMB1gAXGW7GbDJw6nsFgXd > .row .container > .video-iframe-container { display: none; }#D6fPGNQAFlPMB1gAXGW7GbDJw6nsFgXd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6fPGNQAFlPMB1gAXGW7GbDJw6nsFgXd > .row > .video-iframe-container { display: none; }#D6fPGNQAFlPMB1gAXGW7GbDJw6nsFgXd > .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); }#D6fPGNQAFlPMB1gAXGW7GbDJw6nsFgXd > .row .container { border-width: 0; border-radius: 0; }#D6fPGNQAFlPMB1gAXGW7GbDJw6nsFgXd > .row .container { font-size:0.875rem;font-family:arial;height:77.6875rem;width:75rem;position:relative;display:block; }#BHyDDPS9wfgcFHNoOEsncllGvufM892h { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:4.15625rem;display:block; }
#TrI1k6fN9oqFPadsJ9vvlUI26tPWNXNg { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:13.25rem;left:6.25rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#rE6GmxLuJ4bNC9vxwgg4sGZ2oaq1FPyD { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:16.75rem;left:4.1875rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#lhwn9D9Alsnpc22Zn1nudlcWxPDIpqOk { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:2.875rem;overflow:hidden;display:block; }
#GVkmwOurwrdW5Rk8HArhwurxPT4oF69u { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:27.875rem;overflow:hidden;display:block; }
#uixvdDFT7hbF9fmT4UVbl9bIcRkxOl7p { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:29.1875rem;display:block; }
#bTNLEkrZHzk3Wz6rqV76ZJedTzCIyLZn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:13.250000953674rem;left:31.250003814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#E5tFyhmMa95J08eaG07rALcBfN2uMbzc { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:16.75rem;left:29.187503814698rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#IJJRbUhxX4KKuDzlWpLPmS3NwH9evsaT { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:52.875rem;overflow:hidden;display:block; }
#eD2KgMczC231gaKu6fsX0I1kJroKme67 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:16.181641578674rem;left:54.187503814698rem;height:7.9615625rem;text-align:justify;text-align-last:initial;display:block; }
#GO9lXDSmCob5Z8EK0ilTAs9ISL0D1hIa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:13.561849594116rem;left:56.250003814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#WnDz7Fiu84PUOyVZzv18zrPgENpck02h { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:54.1875rem;display:block; }
#NgwaQReRtz494fSEVeGbiDFrd2K7kUQM { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:26.8125rem;left:2.875rem;overflow:hidden;display:block; }
#H3MZlwgyRmaOuDTtk1N8MmSfqT0q9tnt { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:28.5625rem;left:4.1875rem;display:block; }
#NP0NL8En0kT4x05yAeO5GVeELsIJZHWp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:39.25rem;left:6.25rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#WgmAcpzKqXacHR0BN4GkOLdWXkifcvT5 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:42.25rem;left:4.1875rem;height:5.68685rem;text-align:justify;text-align-last:initial;display:block; }
#NETG23mrEZ5TgoTkqqRDaSrOOpxd4bnt { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:26.8125rem;left:52.875rem;overflow:hidden;display:block; }
#i1RqvtdE3fmu9enM9SUg7CtItiTQ2vVm { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:28.5625rem;left:54.1875rem;display:block; }
#zaQvTnnWGgPV90AuzI7Jdb33wvDZqmXM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:39.111980438233rem;left:56.250003814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#R3EK6dM0nCC3hhUo2pXAIOiO5GPtS2XM { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:41.68098449707rem;left:54.187503814698rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#oTyTXid83ly37H6L16BMlChoKHiALKTC { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:52.375rem;left:2.875rem;overflow:hidden;display:block; }
#TGC5r2zAIuvUPXiKA9iexe6gpxTDpK0Q { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:54.125rem;left:4.1875rem;display:block; }
#BLHNZEtExTpXkdoCveIVBrXOFL56LGBV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:64.91342663765rem;left:6.25rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#fBdhSdOOE4cuqZBcymdzzqhecS169gW9 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:67.9375rem;left:4.1875rem;height:5.68685rem;text-align:justify;text-align-last:initial;display:block; }
#mUx7TTQLBIly4BZ1msNARwLL2D3QdNDz { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:52.375rem;left:27.875rem;overflow:hidden;display:block; }
#uQ6fz9UM2WyFO4PeGNKbsnAGfeyRX7IJ { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:54.125rem;left:29.1875rem;display:block; }
#S4OnimE7vbPCXhaC9kI8C5u0WlMLx2LE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:64.912778139113rem;left:31.250003814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#yL5tfTBuMpH1K36ewSWXkp15Lg6c7Lu2 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:67.375rem;left:29.1875rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#mSFkXxzZ8To05Rb0IfZWf5kVp9Fzyprx { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:26.8125rem;left:27.875rem;overflow:hidden;display:block; }
#iefc5NPVTcBTeBTaOREdW1yMCmCDI83l { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:28.5625rem;left:29.1875rem;display:block; }
#tfhJMXX3TShrwSlby9iIGDIBpZicVusI { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:39.111980438233rem;left:30.218753814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#wPdDqHxT6FW02I5Td5f3S7FnHLGZ7dV7 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:42.250001192093rem;left:29.187503814698rem;height:5.68685rem;text-align:justify;text-align-last:initial;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; }
#SvO4kiHLWyHkq7SKxVvhx6REvqF0SmWI { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:52.375rem;left:52.875rem;overflow:hidden;display:block; }
#SV27MOLfX97uhXQNyI840fHWkpsaAHWW { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:54.125rem;left:54.1875rem;display:block; }
#JbCL7ePJ7IznGtC9alIRdQvyT6d4ZCSH { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:64.912778139113rem;left:55.281253814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#P6qHG2mV63bkITV3aJB1wvGtavZLkTIM { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:66.80014538765rem;left:54.187503814698rem;height:7.9615625rem;text-align:justify;text-align-last:initial;display:block; }
#zX9FDiM3yiBe7tBk3Taml6Ll4E7NfbJf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(180deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(180deg, #cccccc, #ffffff);background-image: -o-linear-gradient(180deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #cccccc, #ffffff);background-size:cover !important;position:relative;display:block; }#zX9FDiM3yiBe7tBk3Taml6Ll4E7NfbJf > .row .container { background-color: transparent; background-image: none; }#zX9FDiM3yiBe7tBk3Taml6Ll4E7NfbJf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX9FDiM3yiBe7tBk3Taml6Ll4E7NfbJf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX9FDiM3yiBe7tBk3Taml6Ll4E7NfbJf > .row .container > .video-iframe-container { display: none; }#zX9FDiM3yiBe7tBk3Taml6Ll4E7NfbJf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zX9FDiM3yiBe7tBk3Taml6Ll4E7NfbJf > .row > .video-iframe-container { display: none; }#zX9FDiM3yiBe7tBk3Taml6Ll4E7NfbJf > .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); }#zX9FDiM3yiBe7tBk3Taml6Ll4E7NfbJf > .row .container { border-width: 0; border-radius: 0; }#zX9FDiM3yiBe7tBk3Taml6Ll4E7NfbJf > .row .container { font-size:0.875rem;font-family:arial;height:77.6875rem;width:75rem;position:relative;display:block; }#kyTqbEGwRQJTBU1IJEZpTD1u8x0zhfIi { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:4.15625rem;display:block; }
#chnUg0FanMvu7Elcau8X9lTdFQtBWw03 { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:13.25rem;left:4.25rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#BCQzFrXcK7ldzOd4Kn6J7beTKoo6Mg4u { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:14.9609375rem;left:4.1875rem;height:9.0989375rem;text-align:justify;text-align-last:initial;display:block; }
#olP5JXTi5zMAhhFTyHLf1LHHrwNxBOob { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:2.875rem;overflow:hidden;display:block; }
#COyV38xPRFTmFJxaIE7d1bCFyHA80Ohk { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:27.875rem;overflow:hidden;display:block; }
#Ux50iVwGClUACKzc8WgVABHFcXJiq6Jv { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:29.1875rem;display:block; }
#TWofbH8GbE0TRZr38dBrvkmMVwcHoUAi { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:13.249349594116rem;left:30.093753814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#A11m3zmxNJ1rLnOdReZgJfu3gTTZUaZu { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:15.529296875rem;left:29.187503814698rem;height:7.9615625rem;text-align:justify;text-align-last:initial;display:block; }
#ksGZhL4WcXDqMoffX2wJcq0N7ohILHns { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:52.875003814698rem;overflow:hidden;display:block; }
#B4TBubpXgFfbURreX3Aa4FORgsWwutXi { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:14.9609375rem;left:54.187503814698rem;height:9.0989375rem;text-align:justify;text-align-last:initial;display:block; }
#MhrKSXqDV064iyPqPwetREd5pctbBbJT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:13.249351501465rem;left:56.250003814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#CMmr38EcTpeU4I3hkWQaHk1MueGGpzOo { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:54.1875rem;display:block; }
#LtkDAKAPp9oNpv76IDFAdda4GIonGh6O { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:26.8125rem;left:2.875rem;overflow:hidden;display:block; }
#blGTICTJDtQ3Mydwyc3rGKo15bNSoc5Q { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:28.5625rem;left:4.1875rem;display:block; }
#Gt5yJxf57gG5crAM8fRODDZlL2ygzcC7 { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:39.111328125rem;left:5.84375rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#tsm55baTmm6GRdIQzSufAyCthVe1FiUt { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:41.549480438233rem;left:4.1875rem;height:7.9615625rem;text-align:justify;text-align-last:initial;display:block; }
#taXTHPWmwCXn1bwKHIeNPgph9NLfabfQ { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:26.8125rem;left:52.875rem;overflow:hidden;display:block; }
#fR71giGsStJdSKkAccni5RWWcNR917cd { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:28.5625rem;left:54.1875rem;display:block; }
#oyIP5IGZZ3qIxSLFOAPNxKhqDzo1g0Eu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:39.111980438233rem;left:56.250003814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#WiKJhrcMDKDIedUmc4XGHzLMZzmg7KlV { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:41.68098449707rem;left:54.187503814698rem;height:4.54948125rem;text-align:justify;text-align-last:initial;display:block; }
#W0EhL42SpelJVrVqhSRGM7kMvIT2tiiZ { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:52.375rem;left:2.875rem;overflow:hidden;display:block; }
#uoA8PiGuaWlXM1RTSovRN3E4zbukf2fC { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:54.125rem;left:4.1875rem;display:block; }
#r1dCLdxEFSL08l9KQsyQriw9ewTTrh8S { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:64.91342663765rem;left:6.25rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#tmJeFKHMkVyO6iRww0bmkS66xVqKlnbG { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:68.087890625rem;left:4.1875rem;height:5.68685rem;text-align:justify;text-align-last:initial;display:block; }
#DhBUTVXSb8EhZW6QBhxNOhdxdK8fyZVQ { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:52.375rem;left:27.875rem;overflow:hidden;display:block; }
#JmC3aqE0B6GwpVi5v6rMTIBfZIg9y0HH { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:54.125rem;left:29.1875rem;display:block; }
#wL4bGFz4fe2qfsLAKqLeeLbIE5zbRq9T { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:64.912778139113rem;left:31.250003814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#ovzvp3wz2fSvlnahSoEasnU82vSlOUi2 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:67.375rem;left:29.1875rem;height:7.9615625rem;text-align:justify;text-align-last:initial;display:block; }
#QgZsfWTDGaTFtZg5HOia7vk1LcqRP2Z5 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:26.8125rem;left:27.875rem;overflow:hidden;display:block; }
#RWaXTRIictTdMv3BImxS1mEv2ACH4snG { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:28.5625rem;left:29.1875rem;display:block; }
#A2eBOSkBFBCdoMKae4Rm5P29lfAnmAt8 { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:38.379558563233rem;left:30.218753814698rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#eIdCDf3b9Vgtq01xwFzJL5QZ1drHShFL { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:41.549480438233rem;left:29.187503814698rem;height:7.9615625rem;text-align:justify;text-align-last:initial;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; }
#PAxV19XnnalvToxyhyydHZd83NlxVTSA { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:52.375rem;left:52.875rem;overflow:hidden;display:block; }
#Al9lxLTLVf4HJnNPbmeHmIX3Szw2sRH6 { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:54.125rem;left:54.1875rem;display:block; }
#TBxZcf5782lRCSPgkL6IVR4xffqO1grl { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:64.912778139113rem;left:55.281253814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#IVz7zevp19b6aRPuPbSh4wTitSX3qmtv { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:66.80014538765rem;left:54.187503814698rem;height:5.68685rem;text-align:justify;text-align-last:initial;display:block; }
#HHT6tlvntTBFsoCim6IAiQGNWnyy3GtI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(360deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(360deg, #cccccc, #ffffff);background-image: -o-linear-gradient(360deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(360deg, #cccccc, #ffffff);background-size:cover !important;position:relative;display:block; }#HHT6tlvntTBFsoCim6IAiQGNWnyy3GtI > .row .container { background-color: transparent; background-image: none; }#HHT6tlvntTBFsoCim6IAiQGNWnyy3GtI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHT6tlvntTBFsoCim6IAiQGNWnyy3GtI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHT6tlvntTBFsoCim6IAiQGNWnyy3GtI > .row .container > .video-iframe-container { display: none; }#HHT6tlvntTBFsoCim6IAiQGNWnyy3GtI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHT6tlvntTBFsoCim6IAiQGNWnyy3GtI > .row > .video-iframe-container { display: none; }#HHT6tlvntTBFsoCim6IAiQGNWnyy3GtI > .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); }#HHT6tlvntTBFsoCim6IAiQGNWnyy3GtI > .row .container { border-width: 0; border-radius: 0; }#HHT6tlvntTBFsoCim6IAiQGNWnyy3GtI > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:75rem;position:relative;display:block; }#OAk8yGTycdPO25yXFdIopu3hRfw7OGqh { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:4.15625rem;display:block; }
#DOpP0fxhLtrwHN1BGz1MHGqZx18Rr6Rc { color:#000000;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:13.25rem;left:4.25rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#OfSc6L3K5B4FlJmVZuuXTq0tZ5TugObT { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:15.529308319092rem;left:4.1875rem;height:5.68685rem;text-align:justify;text-align-last:initial;display:block; }
#dWISWHJIMswHFEIwpoLukgpNzUFJzhcE { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:2.875rem;overflow:hidden;display:block; }
#mh1n5BCvTxAbendapKBVFWMw8UOd151X { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:27.875rem;overflow:hidden;display:block; }
#hQ7FQA7Z0TKtwHmCKmptwUFhtS9oGLyQ { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:29.1875rem;display:block; }
#OaT1VZU0WlzfrUsQ3ZUh0KQlVgTVG49y { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:13.249349594116rem;left:30.093753814698rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#PJ3szv6yFu1suhlkP1UXszav3ZvWZFAP { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:15.529296875rem;left:29.187503814698rem;height:7.9615625rem;text-align:justify;text-align-last:initial;display:block; }
#beizTcxCqBQi2SnHEqzU2rvpaiChs3mc { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.75rem;width:19.25rem;top:1.125rem;left:52.875rem;overflow:hidden;display:block; }
#wAXAVe6a7fpsLX4WLymwceWPqmvVBsWC { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:16.6875rem;top:2.875rem;left:54.1875rem;display:block; }
#qGSPdTAcxIO8FRkZvhnPVBOhWycdzeZl { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:13.4375rem;left:55.875rem;height:1.4622375rem;text-align:center;text-align-last:center;display:block; }
#LKXtudqoJwM7NT0nUDVm68XSalqmh1gX { color:#000000;display:block;width:16.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:15.875rem;left:54.1875rem;height:5.68685rem;text-align:justify;text-align-last:initial;display:block; }
#xSDuKeB4Tw5NeeM2Rho4Agz4LiIxPTdi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #ffffff);background-image: -moz-linear-gradient(180deg, #cccccc, #ffffff);background-image: -ms-linear-gradient(180deg, #cccccc, #ffffff);background-image: -o-linear-gradient(180deg, #cccccc, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #cccccc, #ffffff);background-size:auto !important;position:relative;display:block; }#xSDuKeB4Tw5NeeM2Rho4Agz4LiIxPTdi > .row .container { background-color: transparent; background-image: none; }#xSDuKeB4Tw5NeeM2Rho4Agz4LiIxPTdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSDuKeB4Tw5NeeM2Rho4Agz4LiIxPTdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSDuKeB4Tw5NeeM2Rho4Agz4LiIxPTdi > .row .container > .video-iframe-container { display: none; }#xSDuKeB4Tw5NeeM2Rho4Agz4LiIxPTdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSDuKeB4Tw5NeeM2Rho4Agz4LiIxPTdi > .row > .video-iframe-container { display: none; }#xSDuKeB4Tw5NeeM2Rho4Agz4LiIxPTdi > .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); }#xSDuKeB4Tw5NeeM2Rho4Agz4LiIxPTdi > .row .container { border-width: 0; border-radius: 0; }#xSDuKeB4Tw5NeeM2Rho4Agz4LiIxPTdi > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#HBP2EUvdguCbSLqQw3CpRT9qRdfckt2I { position:absolute;display:block;z-index:100000;height:21.75rem;width:38.75rem;top:3.28125rem;left:18.125rem;display:block; }
#DJrSuV4VCEv6QDPgTA2TxJtu5RrdikOe { position:absolute;display:block;z-index:100000;height:21.75rem;width:38.75rem;display:none; }
#QoJfS9v24riKIqTCmd5HSGJi3Za8Lako { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#QoJfS9v24riKIqTCmd5HSGJi3Za8Lako > .row .container { background-color: transparent; background-image: none; }#QoJfS9v24riKIqTCmd5HSGJi3Za8Lako::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoJfS9v24riKIqTCmd5HSGJi3Za8Lako > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoJfS9v24riKIqTCmd5HSGJi3Za8Lako > .row .container > .video-iframe-container { display: none; }#QoJfS9v24riKIqTCmd5HSGJi3Za8Lako > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QoJfS9v24riKIqTCmd5HSGJi3Za8Lako > .row > .video-iframe-container { display: none; }#QoJfS9v24riKIqTCmd5HSGJi3Za8Lako > .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); }#QoJfS9v24riKIqTCmd5HSGJi3Za8Lako > .row .container { border-width: 0; border-radius: 0; }#QoJfS9v24riKIqTCmd5HSGJi3Za8Lako > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF { display:block; }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWxFzxUhdJveyib6iQxMdI8qTrmIOsxd { width:40.375rem;height:22.5625rem;top:0rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWGIu3gpvrk3n73TkTt7NChnd6XHr4yb { display:block; }#EWGIu3gpvrk3n73TkTt7NChnd6XHr4yb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCxHFyqRCvAb61BRvFrtWlEyG34yZx18 { width:16.6875rem;height:9.3125rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4XFgseXFlwdz1HqfmriTOx4DZMqAP8i { width:12.5rem;height:1.4375rem;top:64.8125rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8zTTlGTTvRaIvZpJEEOaTtS2dvBLaGb { width:16.625rem;height:5.625rem;top:67.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwtryuTRbfzI35OhzCdm0HWV87LdVBmo { width:19.25rem;height:23.75rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v48AKaEySd1gMnNP29LJuh6KyQsOMIEq { width:19.25rem;height:23.75rem;top:1.125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHK2TvOIlslbu0gCAXMqbX7X4WaQM6en { width:16.6875rem;height:9.3125rem;top:2.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKCHmmfVteZTpCb0n4vM4Nq00UFGbsLQ { width:12.5rem;height:2.875rem;top:12.8125rem;left:17.562503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3etl0gvs2KwPhO5G4fgUA3gQzuHFuw7 { width:16.625rem;height:6.8125rem;top:16.5625rem;left:15.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiRkGZTetLdVav3QrZrKS4SaoRWm2PRO { width:19.25rem;height:23.75rem;top:1.125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsOUmxdc8Qnv8vvfnWJbBTfS0fdCULtD { width:16.625rem;height:6.8125rem;top:16.5625rem;left:31rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv1uulTvtAkSEcLQIDTkXhycFeyTPCpy { width:12.5rem;height:2.875rem;top:13.5rem;left:33.437503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONHXVEkfV5nW4SiZf30gCDdDIz5HrpUa { width:16.6875rem;height:9.3125rem;top:2.875rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVw9kCqpw2ntBhzskBThL8VOdlV9J0VK { width:19.25rem;height:23.75rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTs8zpiCivT4CpKR64ARO7pbuN5yAXGX { width:16.6875rem;height:9.3125rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbSAyNLIheTlzHrvPQBpBfTZFGeTdQbQ { width:12.5rem;height:1.4375rem;top:39.25rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7B8f1LaZxJvLxpOM7vov9k0T9Rm7HVt { width:16.625rem;height:5.625rem;top:42.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmIN8OFDaoqDCzbnfyhMS6EylXxDSLth { width:19.25rem;height:23.75rem;top:26.8125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEIi5RMP72U7fuFLeZ2nQAVm1gWAIGqf { width:16.6875rem;height:9.3125rem;top:28.5625rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8PSreqgvzJklW1mcRPTFo75vtGOk9Dz { width:12.5rem;height:1.4375rem;top:39.25rem;left:33.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpg5puTeirhoXbaEFFu8c1TN5HIUvevN { width:16.625rem;height:7.9375rem;top:41.1875rem;left:31rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlBuOIB8w48KrA3JHbwpXkqxr95vNmNg { width:19.25rem;height:23.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #toc9cF6noulhwSA5pKLet5tuJUiHMGDQ { width:16.6875rem;height:9.3125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VANzT0dNb67AEJfxxKLnipKUpLpiPVgD { width:12.5rem;height:2.875rem;top:12.8125rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9z1LWBJNwnklrChT0bO4KZSkicmFmsA { width:16.625rem;height:6.8125rem;top:16.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtPFEwhVnAifm2olREfNwTvRQEBBJWoV { width:19.25rem;height:23.75rem;top:52.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFmrhxklmT7BKtyKHKQ9wJEHhD4lJ8Jy { width:16.6875rem;height:9.3125rem;top:54.125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOEVDEDMFE3ICQIuwoL4ir2FDTAB38c5 { width:12.5rem;height:2.875rem;top:64.0625rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyUDwV4X4BrTuBJ801dZUU2De0EghwVO { width:16.625rem;height:6.8125rem;top:67.9375rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJNl2bUipRa07Z3NVuvv1k6kC05lAkTp { width:19.25rem;height:23.75rem;top:26.8125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5TbKGbgRzhmeCQS4xODhHsL5PH6Cx2E { width:16.6875rem;height:9.3125rem;top:28.5625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATwxt7uhL88vEocIIV1XHiWENx04sOyU { width:12.5rem;height:1.4375rem;top:39.25rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET9TA8bGZO6U21at7cPAkLWd4Q5zBFtR { width:16.625rem;height:7.9375rem;top:41rem;left:15.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTABnGwgwCwUWPigghOILVy1s8kNDbAD { width:19.25rem;height:23.75rem;top:52.375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXV21EC3wHnX2fwvzm2lGl2d2kuIgKlb { width:16.6875rem;height:9.3125rem;top:54.125rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQOnpz3dGEyh19kx4Fv3xvaBGyFkxl0 { width:12.5rem;height:2.875rem;top:64.0625rem;left:33.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac3p0DMbw85OMOk4qgKmeTupvvr7C8Ut { width:16.625rem;height:6.8125rem;top:67.9375rem;left:31rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbgy3Ui61qiCpAuBExZ1gsPJpm8QTe1l { display:block; }#Sbgy3Ui61qiCpAuBExZ1gsPJpm8QTe1l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trMUZiUxMKVmnkZVnJHS4PZ6Gr1ngSDp { width:16.6875rem;height:9.3125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnJPbmGXoCCSstKmfGTzNSsq2s9o9mr3 { width:12.5rem;height:1.4375rem;top:13.5625rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1CzFf9WZhnEATKrfOFiaM0GP4NdXEaH { width:16.625rem;height:9.0625rem;top:15.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfFhRfTpfi6v2QsXkFpkwtKReZrw3TyW { width:19.25rem;height:23.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9osu8Pweygdsb3Ol2aIITwQzsO7xJxw { width:19.25rem;height:23.75rem;top:1.125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhzN2HDKcgW9LppXcW0g8W6Twk8BgvGf { width:16.6875rem;height:9.3125rem;top:2.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRcBV9cQiRIoz15EZRoTxkTut2ryMFUM { width:12.5rem;height:1.4375rem;top:13.5rem;left:17.562503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1z4hTIqzpc4Ttrn5dUxnXtMELmalq5E { width:16.625rem;height:6.8125rem;top:16.5625rem;left:15.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0UpOBVT1k719rrZkEi9NIFTTJxHJa14 { width:19.25rem;height:23.75rem;top:1.125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pShCyExHRhx0wkaUwhvRMwHU8uLP9vXn { width:16.625rem;height:5.625rem;top:16.5625rem;left:31rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvdPJh2FmHz28HmnRySy8z57Cg8spurr { width:12.5rem;height:1.4375rem;top:13.5rem;left:33.437503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpQgIiUFmauDxUDNAaW16vsEevz9zWKw { width:16.6875rem;height:9.3125rem;top:2.875rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4wyhrlg5CSXELDtGuemJBo7H2JAc1Kz { width:19.25rem;height:23.75rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmBk9ApurZA0xsgdhPlMPJTTghMHx3cI { width:16.6875rem;height:9.3125rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XECweu5xmrxxgkG11OxeRQ5QbE05seGA { width:12.5rem;height:1.4375rem;top:39.25rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXBbBRkmS55hpCt2KKmS57bk2yTKWyo2 { width:16.625rem;height:5.625rem;top:42.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq22EeDo4tJIXXogq2bHW3zFTytFVhvh { width:19.25rem;height:23.75rem;top:26.8125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcDrBrPMTXJb6ATPT9Xuf9bN9g1ZhiVD { width:16.6875rem;height:9.3125rem;top:28.5625rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmy1l6gZK0udwQeRZJ1gPGHixQNVJPEt { width:12.5rem;height:1.4375rem;top:39.0625rem;left:33.437503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvBetnVTohLcccytTRzzbCURRDKN6Wnp { width:16.625rem;height:7.9375rem;top:41.1875rem;left:31rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiCQuXbTlU5BVPeaMXDw8UWhFsmC1knQ { width:19.25rem;height:23.75rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glNEa0ldrLTtex237kU95EU5bXNF0pMM { width:16.6875rem;height:9.3125rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKklHH9k07J2uxBGXEsufKytaiP5uOED { width:12.5rem;height:2.875rem;top:64.0625rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzkO6MSoBOwnbDpdsu7faFRiyRe5fGu8 { width:16.625rem;height:6.8125rem;top:67.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJgI4ed8okFZrXuXyFTtLuDK6SdaA2mM { width:19.25rem;height:23.75rem;top:52.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlH6JNIoI4yckVI0y2oZpuO28044S8dZ { width:16.6875rem;height:9.3125rem;top:54.125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py3xICZJQWNSPNXz64dreQzKVoLRNIX1 { width:12.5rem;height:1.4375rem;top:64.0625rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boKkt1WSh3ePDBFQTGJatlEIVfBEaeNv { width:16.625rem;height:5.625rem;top:67.5625rem;left:15.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoO0R45Q6ooxVDMllIs3vv6CnBdIk9a9 { width:19.25rem;height:23.75rem;top:26.8125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT9Wsn1bUnuPGkBiHJ8kNgId8T6Kpry8 { width:16.6875rem;height:9.3125rem;top:28.5625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL11ys85kK1iTpIrk8Gadt9HEO5d4R5y { width:14.875rem;height:1.4375rem;top:39.0625rem;left:16.375003814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLcK8ekxtUFBU1QraozQlUevbHwButX4 { width:16.625rem;height:9.0625rem;top:40.875rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWbRhqSvN8hVSeACwJZIqSDd7T4Df0b9 { width:19.25rem;height:23.75rem;top:52.375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umJTlDumvE1q38aQLFhhsZCJ3nlvssZS { width:16.6875rem;height:9.3125rem;top:54.125rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #damoOtt0dsWxiEzlT018mU10GaDP4lKo { width:12.5rem;height:2.875rem;top:64.0625rem;left:33.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6zRSDQfBsLAIpzGvAh9Cz9w0q6yeCHT { width:16.625rem;height:7.9375rem;top:67.25rem;left:31rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhWc6e8lxvBX1VVtXZitQFfbd0JyWKVL { display:block; }#nhWc6e8lxvBX1VVtXZitQFfbd0JyWKVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmcTtLSz6TufphlcC9a47SVToTyG4FHo { width:16.6875rem;height:9.3125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUw0a9ndieLgS3IO5qcVaSb1D9c95JTu { width:13.875rem;height:2.9375rem;top:13.25rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT21832LMn0LURAlhqN0QBDZFpFTl1Kg { width:16.625rem;height:6.8125rem;top:16.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUNIpAAhnQdXFeyaCByNlaQhAyC5xNHy { width:19.25rem;height:23.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrTTsBpLZ3fQWcPLEs2Wepci3IrHJ2Iq { width:19.25rem;height:23.75rem;top:1.125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvrFsbHmJqc7or26dpEJDtDNypwooc1B { width:16.6875rem;height:9.3125rem;top:2.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7DFu2VDNC78twiWHwtRBDaTz7mTO423 { width:12.5rem;height:2.875rem;top:13.25rem;left:17.562503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU8MSh9Zw4lTe8DVKyrKJZ5e6PGR3rxc { width:16.625rem;height:7.9375rem;top:16.3125rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNH2W0DAcRNhn9c9nxLbwWmyu8nGVdxO { width:19.25rem;height:23.75rem;top:1.125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q86SJi3y7qQvq3xTQ72qVbxGrcZgQ3xn { width:16.625rem;height:6.8125rem;top:16.5625rem;left:31rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tocItQZS6CS8o9exPhvpNApVSTw5t8qr { width:12.5rem;height:2.875rem;top:13.5rem;left:33.437503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH1zeRpnGXD7wqug3dSFARLJVS6Izbir { width:16.6875rem;height:9.3125rem;top:2.875rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxFGp9DUiby5GKRBovrb4S51H9VCMX4F { width:19.25rem;height:23.75rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3DQP9aZrLJrpcBWynKfAgiBNrqz1Tv5 { width:16.6875rem;height:9.3125rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCiC9AB1TcbaWTeQZsf0Q53TLJtUiddT { width:12.5rem;height:2.875rem;top:39.25rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FybwHR5izaQ6ioyIPDqDalO68hRSNSL3 { width:16.625rem;height:6.8125rem;top:42.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwvgZGQSSFxKAc4SCkZ6FInTh5AayxTb { width:19.25rem;height:23.75rem;top:26.8125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQExmQgTPONaZ8pJsJLSaeRslerEffl { width:16.6875rem;height:9.3125rem;top:28.5625rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC1fTK1tlt65zrT06mcqm7mRlsrAVI1w { width:12.5rem;height:1.4375rem;top:39.0625rem;left:33.437503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDPJCiAthW7MV1Z8Kt5zT3zICItztXc2 { width:16.625rem;height:5.625rem;top:41.625rem;left:31rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beFHCWOehzMoJz920H6v4MXDKc1taXrv { width:19.25rem;height:23.75rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKXm1XDTphCBUTVAS5DRw07Tmcvxge5O { width:16.6875rem;height:9.3125rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh6tTIHVJDRgC2gf86SR2S58qxENllav { width:12.5rem;height:2.875rem;top:64.0625rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGVAtOE5T1ABLdoukMXDvDAl8dXvT7d1 { width:16.625rem;height:6.8125rem;top:67.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JArXkzEwoA0s9s3opG7io1FtaKhTXtAB { width:19.25rem;height:23.75rem;top:52.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggW2PWi1HE3OZcI3shS2md10d2UJKIyB { width:16.6875rem;height:9.3125rem;top:54.125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9WlaBbnmrNWebGNV0cqosVmsqnVMoWe { width:12.5rem;height:2.875rem;top:64.0625rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa5sRowHJPMEGhJCOM7xTFZ0MycLpvli { width:16.625rem;height:7.9375rem;top:67.375rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0ZOBxiJ3bMsfxVIixctkSx2EAXyOGTF { width:19.25rem;height:23.75rem;top:26.8125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvQsTv8EWy1GHuFXzbhF6KGyLE8y9ulR { width:16.6875rem;height:9.3125rem;top:28.5625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPshsb3unG9Nb7U67uPUhzAbRrc6kisA { width:14.5625rem;height:1.4375rem;top:39.0625rem;left:16.531253814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElNTmcxoWc1dkHDWkxXebywLsmP3DHGz { width:16.625rem;height:7.9375rem;top:41.625rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNisl2JSdtiZTJ5QkMEaQtDPzSVNpvTl { width:19.25rem;height:23.75rem;top:52.375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa1cmCZozu8C4gTFGCfo1NL6lK3BrtAy { width:16.6875rem;height:9.3125rem;top:54.125rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVoDl3Pr49zT6IR3wUxS9TAKO0iGFmhu { width:14.4375rem;height:1.4375rem;top:64.0625rem;left:32.468753814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKFrNJq30BAcinG0iBdhNROIniQcd5Sx { width:16.625rem;height:9.0625rem;top:66.3125rem;left:31rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6fPGNQAFlPMB1gAXGW7GbDJw6nsFgXd { display:block; }#D6fPGNQAFlPMB1gAXGW7GbDJw6nsFgXd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHyDDPS9wfgcFHNoOEsncllGvufM892h { width:16.6875rem;height:9.3125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrI1k6fN9oqFPadsJ9vvlUI26tPWNXNg { width:13.875rem;height:1.4375rem;top:13.25rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE6GmxLuJ4bNC9vxwgg4sGZ2oaq1FPyD { width:16.625rem;height:6.8125rem;top:16.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhwn9D9Alsnpc22Zn1nudlcWxPDIpqOk { width:19.25rem;height:23.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVkmwOurwrdW5Rk8HArhwurxPT4oF69u { width:19.25rem;height:23.75rem;top:1.125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uixvdDFT7hbF9fmT4UVbl9bIcRkxOl7p { width:16.6875rem;height:9.3125rem;top:2.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTNLEkrZHzk3Wz6rqV76ZJedTzCIyLZn { width:12.5rem;height:2.875rem;top:13.25rem;left:17.562503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5tFyhmMa95J08eaG07rALcBfN2uMbzc { width:16.625rem;height:6.8125rem;top:16.75rem;left:15.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJJRbUhxX4KKuDzlWpLPmS3NwH9evsaT { width:19.25rem;height:23.75rem;top:1.125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD2KgMczC231gaKu6fsX0I1kJroKme67 { width:16.625rem;height:7.9375rem;top:16.125rem;left:31rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO9lXDSmCob5Z8EK0ilTAs9ISL0D1hIa { width:12.5rem;height:1.4375rem;top:13.5rem;left:33.437503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnDz7Fiu84PUOyVZzv18zrPgENpck02h { width:16.6875rem;height:9.3125rem;top:2.875rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgwaQReRtz494fSEVeGbiDFrd2K7kUQM { width:19.25rem;height:23.75rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3MZlwgyRmaOuDTtk1N8MmSfqT0q9tnt { width:16.6875rem;height:9.3125rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP0NL8En0kT4x05yAeO5GVeELsIJZHWp { width:12.5rem;height:1.4375rem;top:39.25rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgmAcpzKqXacHR0BN4GkOLdWXkifcvT5 { width:16.625rem;height:5.625rem;top:42.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NETG23mrEZ5TgoTkqqRDaSrOOpxd4bnt { width:19.25rem;height:23.75rem;top:26.8125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1RqvtdE3fmu9enM9SUg7CtItiTQ2vVm { width:16.6875rem;height:9.3125rem;top:28.5625rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaQvTnnWGgPV90AuzI7Jdb33wvDZqmXM { width:12.5rem;height:1.4375rem;top:39.0625rem;left:33.437503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3EK6dM0nCC3hhUo2pXAIOiO5GPtS2XM { width:16.625rem;height:6.8125rem;top:41.625rem;left:31rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTyTXid83ly37H6L16BMlChoKHiALKTC { width:19.25rem;height:23.75rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGC5r2zAIuvUPXiKA9iexe6gpxTDpK0Q { width:16.6875rem;height:9.3125rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLHNZEtExTpXkdoCveIVBrXOFL56LGBV { width:12.5rem;height:1.4375rem;top:64.875rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBdhSdOOE4cuqZBcymdzzqhecS169gW9 { width:16.625rem;height:5.625rem;top:67.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUx7TTQLBIly4BZ1msNARwLL2D3QdNDz { width:19.25rem;height:23.75rem;top:52.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ6fz9UM2WyFO4PeGNKbsnAGfeyRX7IJ { width:16.6875rem;height:9.3125rem;top:54.125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4OnimE7vbPCXhaC9kI8C5u0WlMLx2LE { width:12.5rem;height:1.4375rem;top:64.875rem;left:17.562503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL5tfTBuMpH1K36ewSWXkp15Lg6c7Lu2 { width:16.625rem;height:6.8125rem;top:67.375rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSFkXxzZ8To05Rb0IfZWf5kVp9Fzyprx { width:19.25rem;height:23.75rem;top:26.8125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iefc5NPVTcBTeBTaOREdW1yMCmCDI83l { width:16.6875rem;height:9.3125rem;top:28.5625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfhJMXX3TShrwSlby9iIGDIBpZicVusI { width:14.5625rem;height:1.4375rem;top:39.0625rem;left:16.531253814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPdDqHxT6FW02I5Td5f3S7FnHLGZ7dV7 { width:16.625rem;height:5.625rem;top:42.25rem;left:15.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvO4kiHLWyHkq7SKxVvhx6REvqF0SmWI { width:19.25rem;height:23.75rem;top:52.375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV27MOLfX97uhXQNyI840fHWkpsaAHWW { width:16.6875rem;height:9.3125rem;top:54.125rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbCL7ePJ7IznGtC9alIRdQvyT6d4ZCSH { width:14.4375rem;height:1.4375rem;top:64.875rem;left:32.468753814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6qHG2mV63bkITV3aJB1wvGtavZLkTIM { width:16.625rem;height:7.9375rem;top:66.75rem;left:31rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX9FDiM3yiBe7tBk3Taml6Ll4E7NfbJf { display:block; }#zX9FDiM3yiBe7tBk3Taml6Ll4E7NfbJf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyTqbEGwRQJTBU1IJEZpTD1u8x0zhfIi { width:16.6875rem;height:9.3125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chnUg0FanMvu7Elcau8X9lTdFQtBWw03 { width:16.3125rem;height:1.4375rem;top:13.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCQzFrXcK7ldzOd4Kn6J7beTKoo6Mg4u { width:16.625rem;height:9.0625rem;top:14.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #olP5JXTi5zMAhhFTyHLf1LHHrwNxBOob { width:19.25rem;height:23.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COyV38xPRFTmFJxaIE7d1bCFyHA80Ohk { width:19.25rem;height:23.75rem;top:1.125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux50iVwGClUACKzc8WgVABHFcXJiq6Jv { width:16.6875rem;height:9.3125rem;top:2.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWofbH8GbE0TRZr38dBrvkmMVwcHoUAi { width:14.8125rem;height:1.4375rem;top:13.1875rem;left:16.406253814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A11m3zmxNJ1rLnOdReZgJfu3gTTZUaZu { width:16.625rem;height:7.9375rem;top:15.5rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksGZhL4WcXDqMoffX2wJcq0N7ohILHns { width:19.25rem;height:23.75rem;top:1.125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4TBubpXgFfbURreX3Aa4FORgsWwutXi { width:16.625rem;height:9.0625rem;top:14.9375rem;left:31rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhrKSXqDV064iyPqPwetREd5pctbBbJT { width:12.5rem;height:1.4375rem;top:13.1875rem;left:33.437503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMmr38EcTpeU4I3hkWQaHk1MueGGpzOo { width:16.6875rem;height:9.3125rem;top:2.875rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtkDAKAPp9oNpv76IDFAdda4GIonGh6O { width:19.25rem;height:23.75rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blGTICTJDtQ3Mydwyc3rGKo15bNSoc5Q { width:16.6875rem;height:9.3125rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt5yJxf57gG5crAM8fRODDZlL2ygzcC7 { width:13.3125rem;height:1.4375rem;top:39.0625rem;left:1.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsm55baTmm6GRdIQzSufAyCthVe1FiUt { width:16.625rem;height:7.9375rem;top:41.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #taXTHPWmwCXn1bwKHIeNPgph9NLfabfQ { width:19.25rem;height:23.75rem;top:26.8125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR71giGsStJdSKkAccni5RWWcNR917cd { width:16.6875rem;height:9.3125rem;top:28.5625rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyIP5IGZZ3qIxSLFOAPNxKhqDzo1g0Eu { width:12.5rem;height:1.4375rem;top:39.0625rem;left:33.437503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiKJhrcMDKDIedUmc4XGHzLMZzmg7KlV { width:16.625rem;height:4.5rem;top:41.625rem;left:31rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0EhL42SpelJVrVqhSRGM7kMvIT2tiiZ { width:19.25rem;height:23.75rem;top:52.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoA8PiGuaWlXM1RTSovRN3E4zbukf2fC { width:16.6875rem;height:9.3125rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1dCLdxEFSL08l9KQsyQriw9ewTTrh8S { width:12.5rem;height:2.875rem;top:64.875rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmJeFKHMkVyO6iRww0bmkS66xVqKlnbG { width:16.625rem;height:5.625rem;top:68.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhBUTVXSb8EhZW6QBhxNOhdxdK8fyZVQ { width:19.25rem;height:23.75rem;top:52.375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmC3aqE0B6GwpVi5v6rMTIBfZIg9y0HH { width:16.6875rem;height:9.3125rem;top:54.125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL4bGFz4fe2qfsLAKqLeeLbIE5zbRq9T { width:12.5rem;height:1.4375rem;top:64.875rem;left:17.562503814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovzvp3wz2fSvlnahSoEasnU82vSlOUi2 { width:16.625rem;height:7.9375rem;top:67.375rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgZsfWTDGaTFtZg5HOia7vk1LcqRP2Z5 { width:19.25rem;height:23.75rem;top:26.8125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWaXTRIictTdMv3BImxS1mEv2ACH4snG { width:16.6875rem;height:9.3125rem;top:28.5625rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2eBOSkBFBCdoMKae4Rm5P29lfAnmAt8 { width:14.5625rem;height:2.875rem;top:38.375rem;left:16.531253814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIdCDf3b9Vgtq01xwFzJL5QZ1drHShFL { width:16.625rem;height:7.9375rem;top:41.5rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAxV19XnnalvToxyhyydHZd83NlxVTSA { width:19.25rem;height:23.75rem;top:52.375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al9lxLTLVf4HJnNPbmeHmIX3Szw2sRH6 { width:16.6875rem;height:9.3125rem;top:54.125rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBxZcf5782lRCSPgkL6IVR4xffqO1grl { width:14.4375rem;height:1.4375rem;top:64.875rem;left:32.468753814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVz7zevp19b6aRPuPbSh4wTitSX3qmtv { width:16.625rem;height:5.625rem;top:66.75rem;left:31rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHT6tlvntTBFsoCim6IAiQGNWnyy3GtI { display:block; }#HHT6tlvntTBFsoCim6IAiQGNWnyy3GtI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAk8yGTycdPO25yXFdIopu3hRfw7OGqh { width:16.6875rem;height:9.3125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOpP0fxhLtrwHN1BGz1MHGqZx18Rr6Rc { width:16.3125rem;height:1.4375rem;top:13.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfSc6L3K5B4FlJmVZuuXTq0tZ5TugObT { width:16.625rem;height:5.625rem;top:15.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWISWHJIMswHFEIwpoLukgpNzUFJzhcE { width:19.25rem;height:23.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh1n5BCvTxAbendapKBVFWMw8UOd151X { width:19.25rem;height:23.75rem;top:1.125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ7FQA7Z0TKtwHmCKmptwUFhtS9oGLyQ { width:16.6875rem;height:9.3125rem;top:2.875rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaT1VZU0WlzfrUsQ3ZUh0KQlVgTVG49y { width:14.8125rem;height:1.4375rem;top:13.1875rem;left:16.406253814698rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ3szv6yFu1suhlkP1UXszav3ZvWZFAP { width:16.625rem;height:7.9375rem;top:15.5rem;left:15.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #beizTcxCqBQi2SnHEqzU2rvpaiChs3mc { width:19.25rem;height:23.75rem;top:1.125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAXAVe6a7fpsLX4WLymwceWPqmvVBsWC { width:16.6875rem;height:9.3125rem;top:2.875rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGSPdTAcxIO8FRkZvhnPVBOhWycdzeZl { width:13.3125rem;height:1.4375rem;top:13.4375rem;left:33.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKXtudqoJwM7NT0nUDVm68XSalqmh1gX { width:16.625rem;height:5.625rem;top:15.875rem;left:31rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSDuKeB4Tw5NeeM2Rho4Agz4LiIxPTdi { display:block; }#xSDuKeB4Tw5NeeM2Rho4Agz4LiIxPTdi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBP2EUvdguCbSLqQw3CpRT9qRdfckt2I { width:38.75rem;height:21.75rem;top:3.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJrSuV4VCEv6QDPgTA2TxJtu5RrdikOe { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QoJfS9v24riKIqTCmd5HSGJi3Za8Lako { display:block; }#QoJfS9v24riKIqTCmd5HSGJi3Za8Lako > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5eab4533-48a4-4283-a784-484cb4b139fd/AdobeStock_298876535.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF.adaptive-delivery-prevent-bg, #MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF.lazyload, #MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF.lazyloading { background-image: none; }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF > .row .container { background-color: transparent; background-image: none; }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF > .row .container > .video-iframe-container { display: none; }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF > .row > .video-iframe-container { display: none; }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF > .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); }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF > .row .container { border-width: 0; border-radius: 0; }#MOMMfIvC4h2IrXlEohgzKwfEE7K8xwAF > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWxFzxUhdJveyib6iQxMdI8qTrmIOsxd { width:20rem;height:11.1764375rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWGIu3gpvrk3n73TkTt7NChnd6XHr4yb { display:block; }#EWGIu3gpvrk3n73TkTt7NChnd6XHr4yb > .row .container { width:20rem;height:198rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCxHFyqRCvAb61BRvFrtWlEyG34yZx18 { height:7.5rem;width:13.5rem;top:135.375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4XFgseXFlwdz1HqfmriTOx4DZMqAP8i { width:16.25rem;height:1.29948125rem;top:144.3125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8zTTlGTTvRaIvZpJEEOaTtS2dvBLaGb { width:13.5625rem;height:6.3359375rem;top:146.8125rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwtryuTRbfzI35OhzCdm0HWV87LdVBmo { width:16.4375rem;height:20.3125rem;top:134.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v48AKaEySd1gMnNP29LJuh6KyQsOMIEq { width:16.4375rem;height:20.3125rem;top:23.625rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHK2TvOIlslbu0gCAXMqbX7X4WaQM6en { height:7.5rem;width:13.5rem;top:25rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKCHmmfVteZTpCb0n4vM4Nq00UFGbsLQ { width:12.5rem;height:2.59895625rem;top:33rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3etl0gvs2KwPhO5G4fgUA3gQzuHFuw7 { width:13.5rem;height:7.3919375rem;top:36.107421875rem;left:3.2500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiRkGZTetLdVav3QrZrKS4SaoRWm2PRO { width:16.4375rem;height:20.3125rem;top:46.375rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsOUmxdc8Qnv8vvfnWJbBTfS0fdCULtD { width:13.875rem;height:6.3359375rem;top:58.723308563233rem;left:3.0625000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv1uulTvtAkSEcLQIDTkXhycFeyTPCpy { width:12.5rem;height:1.29948125rem;top:56.125rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONHXVEkfV5nW4SiZf30gCDdDIz5HrpUa { height:7.5rem;width:13.5rem;top:47.5625rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVw9kCqpw2ntBhzskBThL8VOdlV9J0VK { width:16.4375rem;height:20.3125rem;top:90.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTs8zpiCivT4CpKR64ARO7pbuN5yAXGX { height:7.5rem;width:13.5rem;top:92.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbSAyNLIheTlzHrvPQBpBfTZFGeTdQbQ { width:12.5rem;height:1.29948125rem;top:100.875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7B8f1LaZxJvLxpOM7vov9k0T9Rm7HVt { width:13.75rem;height:6.3359375rem;top:103rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmIN8OFDaoqDCzbnfyhMS6EylXxDSLth { width:16.4375rem;height:20.3125rem;top:112.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEIi5RMP72U7fuFLeZ2nQAVm1gWAIGqf { height:7.5rem;width:13.5rem;top:113.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8PSreqgvzJklW1mcRPTFo75vtGOk9Dz { width:12.5rem;height:1.29948125rem;top:121.9375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpg5puTeirhoXbaEFFu8c1TN5HIUvevN { width:13.3125rem;height:7.796875rem;top:123.875rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlBuOIB8w48KrA3JHbwpXkqxr95vNmNg { width:16.4375rem;height:20.3125rem;top:1.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #toc9cF6noulhwSA5pKLet5tuJUiHMGDQ { height:7.5rem;width:13.5rem;top:3.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VANzT0dNb67AEJfxxKLnipKUpLpiPVgD { width:12.5rem;height:2.59895625rem;top:11.375rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9z1LWBJNwnklrChT0bO4KZSkicmFmsA { width:13rem;height:7.3919375rem;top:13.97265625rem;left:3.5000002980233rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtPFEwhVnAifm2olREfNwTvRQEBBJWoV { width:16.4375rem;height:20.3125rem;top:155.625rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFmrhxklmT7BKtyKHKQ9wJEHhD4lJ8Jy { height:7.5rem;width:13.5rem;top:156.8125rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOEVDEDMFE3ICQIuwoL4ir2FDTAB38c5 { width:12.5rem;height:1.29948125rem;top:165.13151168823rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyUDwV4X4BrTuBJ801dZUU2De0EghwVO { width:13.5rem;height:6.82225rem;top:167.5rem;left:3.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJNl2bUipRa07Z3NVuvv1k6kC05lAkTp { width:16.4375rem;height:20.3125rem;top:69.1250038147rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5TbKGbgRzhmeCQS4xODhHsL5PH6Cx2E { height:7.4375rem;width:13.5rem;top:70.6875038147rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATwxt7uhL88vEocIIV1XHiWENx04sOyU { width:12.5rem;height:1.29948125rem;top:78.631513595581rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET9TA8bGZO6U21at7cPAkLWd4Q5zBFtR { width:13.3125rem;height:8.4479375rem;top:80.180992126462rem;left:3.3743489384651rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTABnGwgwCwUWPigghOILVy1s8kNDbAD { width:16.4375rem;height:20.3125rem;top:177.25rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXV21EC3wHnX2fwvzm2lGl2d2kuIgKlb { height:7.5rem;width:13.5rem;top:178.5625rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfQOnpz3dGEyh19kx4Fv3xvaBGyFkxl0 { width:12.5rem;height:2.59895625rem;top:186.8125rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac3p0DMbw85OMOk4qgKmeTupvvr7C8Ut { width:13.1875rem;height:5.84765625rem;top:190.28580856323rem;left:3.4062502980233rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbgy3Ui61qiCpAuBExZ1gsPJpm8QTe1l { display:block; }#Sbgy3Ui61qiCpAuBExZ1gsPJpm8QTe1l > .row .container { width:20rem;height:198.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trMUZiUxMKVmnkZVnJHS4PZ6Gr1ngSDp { height:7.5rem;width:13.5rem;top:2.3125rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnJPbmGXoCCSstKmfGTzNSsq2s9o9mr3 { width:16.25rem;height:1.29948125rem;top:11.224609375rem;left:1.8750002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1CzFf9WZhnEATKrfOFiaM0GP4NdXEaH { width:13.5625rem;height:7.796875rem;top:13rem;left:3.2187500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfFhRfTpfi6v2QsXkFpkwtKReZrw3TyW { width:16.4375rem;height:20.3125rem;top:1.0625rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9osu8Pweygdsb3Ol2aIITwQzsO7xJxw { width:16.4375rem;height:20.3125rem;top:23.625rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhzN2HDKcgW9LppXcW0g8W6Twk8BgvGf { height:7.5rem;width:13.5rem;top:25rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRcBV9cQiRIoz15EZRoTxkTut2ryMFUM { width:12.5rem;height:1.29948125rem;top:33.25rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1z4hTIqzpc4Ttrn5dUxnXtMELmalq5E { width:13.5rem;height:7.3919375rem;top:35.607421875rem;left:3.2500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0UpOBVT1k719rrZkEi9NIFTTJxHJa14 { width:16.4375rem;height:20.3125rem;top:46.375rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pShCyExHRhx0wkaUwhvRMwHU8uLP9vXn { width:13.875rem;height:6.82425rem;top:58.723308563233rem;left:3.0625000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvdPJh2FmHz28HmnRySy8z57Cg8spurr { width:12.5rem;height:1.29948125rem;top:56.125rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpQgIiUFmauDxUDNAaW16vsEevz9zWKw { height:7.5rem;width:13.5rem;top:47.5625rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4wyhrlg5CSXELDtGuemJBo7H2JAc1Kz { width:16.4375rem;height:20.3125rem;top:90.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmBk9ApurZA0xsgdhPlMPJTTghMHx3cI { height:7.5rem;width:13.5rem;top:92.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XECweu5xmrxxgkG11OxeRQ5QbE05seGA { width:12.5rem;height:1.29948125rem;top:100.875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXBbBRkmS55hpCt2KKmS57bk2yTKWyo2 { width:13.75rem;height:5.27995rem;top:103rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq22EeDo4tJIXXogq2bHW3zFTytFVhvh { width:16.4375rem;height:20.3125rem;top:112.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcDrBrPMTXJb6ATPT9Xuf9bN9g1ZhiVD { height:7.5rem;width:13.5rem;top:113.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmy1l6gZK0udwQeRZJ1gPGHixQNVJPEt { width:12.5rem;height:1.29948125rem;top:121.9375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvBetnVTohLcccytTRzzbCURRDKN6Wnp { width:13.3125rem;height:7.796875rem;top:123.875rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiCQuXbTlU5BVPeaMXDw8UWhFsmC1knQ { width:16.4375rem;height:20.3125rem;top:134.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #glNEa0ldrLTtex237kU95EU5bXNF0pMM { height:7.5rem;width:13.5rem;top:135.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKklHH9k07J2uxBGXEsufKytaiP5uOED { width:12.5rem;height:2.59895625rem;top:143.5625rem;left:3.6875002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzkO6MSoBOwnbDpdsu7faFRiyRe5fGu8 { width:13rem;height:7.3919375rem;top:146.5rem;left:3.4375002980233rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJgI4ed8okFZrXuXyFTtLuDK6SdaA2mM { width:16.4375rem;height:20.3125rem;top:155.625rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlH6JNIoI4yckVI0y2oZpuO28044S8dZ { height:7.5rem;width:13.5rem;top:156.8125rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py3xICZJQWNSPNXz64dreQzKVoLRNIX1 { width:12.5rem;height:1.29948125rem;top:165.13151168823rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boKkt1WSh3ePDBFQTGJatlEIVfBEaeNv { width:13.5rem;height:5.27995rem;top:167.5rem;left:3.1875000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoO0R45Q6ooxVDMllIs3vv6CnBdIk9a9 { width:16.4375rem;height:20.3125rem;top:69.1250038147rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT9Wsn1bUnuPGkBiHJ8kNgId8T6Kpry8 { height:7.4375rem;width:13.5rem;top:70.6875038147rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nL11ys85kK1iTpIrk8Gadt9HEO5d4R5y { width:13.25rem;height:1.29948125rem;top:78.631515502931rem;left:3.0000002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLcK8ekxtUFBU1QraozQlUevbHwButX4 { width:13.3125rem;height:7.796875rem;top:80.430999755863rem;left:3.3743489384651rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWbRhqSvN8hVSeACwJZIqSDd7T4Df0b9 { width:16.4375rem;height:20.3125rem;top:177.25rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #umJTlDumvE1q38aQLFhhsZCJ3nlvssZS { height:7.5rem;width:13.5rem;top:178.5625rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #damoOtt0dsWxiEzlT018mU10GaDP4lKo { width:12.5rem;height:1.29948125rem;top:186.8125rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6zRSDQfBsLAIpzGvAh9Cz9w0q6yeCHT { width:13.1875rem;height:7.796875rem;top:188.91082763672rem;left:3.4062502980233rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhWc6e8lxvBX1VVtXZitQFfbd0JyWKVL { display:block; }#nhWc6e8lxvBX1VVtXZitQFfbd0JyWKVL > .row .container { width:20rem;height:198.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SmcTtLSz6TufphlcC9a47SVToTyG4FHo { height:7.5rem;width:13.5rem;top:2.3125rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUw0a9ndieLgS3IO5qcVaSb1D9c95JTu { width:16.25rem;height:2.59895625rem;top:11.224609375rem;left:1.8750002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT21832LMn0LURAlhqN0QBDZFpFTl1Kg { width:13.5625rem;height:5.84765625rem;top:14.125015258789rem;left:3.2187500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUNIpAAhnQdXFeyaCByNlaQhAyC5xNHy { width:16.4375rem;height:20.3125rem;top:1.0625rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrTTsBpLZ3fQWcPLEs2Wepci3IrHJ2Iq { width:16.4375rem;height:20.3125rem;top:23.625rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvrFsbHmJqc7or26dpEJDtDNypwooc1B { height:7.5rem;width:13.5rem;top:25rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7DFu2VDNC78twiWHwtRBDaTz7mTO423 { width:12.5rem;height:2.59895625rem;top:33.25rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU8MSh9Zw4lTe8DVKyrKJZ5e6PGR3rxc { width:13.5rem;height:6.82225rem;top:36.044937133789rem;left:3.2500000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNH2W0DAcRNhn9c9nxLbwWmyu8nGVdxO { width:16.4375rem;height:20.3125rem;top:46.375rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q86SJi3y7qQvq3xTQ72qVbxGrcZgQ3xn { width:13.875rem;height:7.9615625rem;top:58.22331237793rem;left:3.0625000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tocItQZS6CS8o9exPhvpNApVSTw5t8qr { width:12.5rem;height:1.29948125rem;top:56.125rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH1zeRpnGXD7wqug3dSFARLJVS6Izbir { height:7.5rem;width:13.5rem;top:47.5625rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxFGp9DUiby5GKRBovrb4S51H9VCMX4F { width:16.4375rem;height:20.3125rem;top:90.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3DQP9aZrLJrpcBWynKfAgiBNrqz1Tv5 { height:7.5rem;width:13.5rem;top:92.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCiC9AB1TcbaWTeQZsf0Q53TLJtUiddT { width:12.5rem;height:1.29948125rem;top:100.875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FybwHR5izaQ6ioyIPDqDalO68hRSNSL3 { width:13.75rem;height:7.3919375rem;top:103rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwvgZGQSSFxKAc4SCkZ6FInTh5AayxTb { width:16.4375rem;height:20.3125rem;top:112.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQExmQgTPONaZ8pJsJLSaeRslerEffl { height:7.5rem;width:13.5rem;top:113.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC1fTK1tlt65zrT06mcqm7mRlsrAVI1w { width:12.5rem;height:1.29948125rem;top:121.9375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDPJCiAthW7MV1Z8Kt5zT3zICItztXc2 { width:13.3125rem;height:6.3359375rem;top:124.125rem;left:3.3125002980233rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beFHCWOehzMoJz920H6v4MXDKc1taXrv { width:16.4375rem;height:20.3125rem;top:134.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKXm1XDTphCBUTVAS5DRw07Tmcvxge5O { height:7.5rem;width:13.5rem;top:135.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh6tTIHVJDRgC2gf86SR2S58qxENllav { width:12.5rem;height:2.59895625rem;top:143.5625rem;left:3.6875002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGVAtOE5T1ABLdoukMXDvDAl8dXvT7d1 { width:13rem;height:7.3919375rem;top:146.5rem;left:3.4375002980233rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JArXkzEwoA0s9s3opG7io1FtaKhTXtAB { width:16.4375rem;height:20.3125rem;top:155.625rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggW2PWi1HE3OZcI3shS2md10d2UJKIyB { height:7.5rem;width:13.5rem;top:156.8125rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9WlaBbnmrNWebGNV0cqosVmsqnVMoWe { width:12.5rem;height:2.59895625rem;top:165.13151168823rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa5sRowHJPMEGhJCOM7xTFZ0MycLpvli { width:13.5rem;height:7.796875rem;top:167.75rem;left:3.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0ZOBxiJ3bMsfxVIixctkSx2EAXyOGTF { width:16.4375rem;height:20.3125rem;top:69.1250038147rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvQsTv8EWy1GHuFXzbhF6KGyLE8y9ulR { height:7.4375rem;width:13.5rem;top:70.6875038147rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPshsb3unG9Nb7U67uPUhzAbRrc6kisA { width:13.25rem;height:1.29948125rem;top:78.631515502931rem;left:3.0000002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElNTmcxoWc1dkHDWkxXebywLsmP3DHGz { width:13.3125rem;height:7.796875rem;top:80.430999755863rem;left:3.3743489384651rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNisl2JSdtiZTJ5QkMEaQtDPzSVNpvTl { width:16.4375rem;height:20.3125rem;top:177.25rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa1cmCZozu8C4gTFGCfo1NL6lK3BrtAy { height:7.5rem;width:13.5rem;top:178.5625rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVoDl3Pr49zT6IR3wUxS9TAKO0iGFmhu { width:12.5rem;height:1.29948125rem;top:186.8125rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKFrNJq30BAcinG0iBdhNROIniQcd5Sx { width:13.1875rem;height:7.796875rem;top:188.91082763672rem;left:3.4062502980233rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6fPGNQAFlPMB1gAXGW7GbDJw6nsFgXd { display:block; }#D6fPGNQAFlPMB1gAXGW7GbDJw6nsFgXd > .row .container { width:20rem;height:198.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHyDDPS9wfgcFHNoOEsncllGvufM892h { height:7.5rem;width:13.5rem;top:2.3125rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrI1k6fN9oqFPadsJ9vvlUI26tPWNXNg { width:16.25rem;height:1.29948125rem;top:11.224609375rem;left:1.8750002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE6GmxLuJ4bNC9vxwgg4sGZ2oaq1FPyD { width:13.5625rem;height:7.3919375rem;top:13.125rem;left:3.2187500596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhwn9D9Alsnpc22Zn1nudlcWxPDIpqOk { width:16.4375rem;height:20.3125rem;top:1.0625rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVkmwOurwrdW5Rk8HArhwurxPT4oF69u { width:16.4375rem;height:20.3125rem;top:23.625rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uixvdDFT7hbF9fmT4UVbl9bIcRkxOl7p { height:7.5rem;width:13.5rem;top:25rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTNLEkrZHzk3Wz6rqV76ZJedTzCIyLZn { width:12.5rem;height:1.29948125rem;top:33.25rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5tFyhmMa95J08eaG07rALcBfN2uMbzc { width:13.5rem;height:7.3919375rem;top:35.669921875rem;left:3.2500000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJJRbUhxX4KKuDzlWpLPmS3NwH9evsaT { width:16.4375rem;height:20.3125rem;top:46.375rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD2KgMczC231gaKu6fsX0I1kJroKme67 { width:13.875rem;height:7.3919375rem;top:58.22331237793rem;left:3.0625000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO9lXDSmCob5Z8EK0ilTAs9ISL0D1hIa { width:12.5rem;height:1.29948125rem;top:56.125rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnDz7Fiu84PUOyVZzv18zrPgENpck02h { height:7.5rem;width:13.5rem;top:47.5625rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgwaQReRtz494fSEVeGbiDFrd2K7kUQM { width:16.4375rem;height:20.3125rem;top:90.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3MZlwgyRmaOuDTtk1N8MmSfqT0q9tnt { height:7.5rem;width:13.5rem;top:92.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP0NL8En0kT4x05yAeO5GVeELsIJZHWp { width:12.5rem;height:1.29948125rem;top:100.875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgmAcpzKqXacHR0BN4GkOLdWXkifcvT5 { width:13.75rem;height:6.3359375rem;top:103rem;left:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NETG23mrEZ5TgoTkqqRDaSrOOpxd4bnt { width:16.4375rem;height:20.3125rem;top:112.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1RqvtdE3fmu9enM9SUg7CtItiTQ2vVm { height:7.5rem;width:13.5rem;top:113.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaQvTnnWGgPV90AuzI7Jdb33wvDZqmXM { width:12.5rem;height:1.29948125rem;top:121.9375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3EK6dM0nCC3hhUo2pXAIOiO5GPtS2XM { width:13.3125rem;height:7.3919375rem;top:124.125rem;left:3.3125002980233rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTyTXid83ly37H6L16BMlChoKHiALKTC { width:16.4375rem;height:20.3125rem;top:134.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGC5r2zAIuvUPXiKA9iexe6gpxTDpK0Q { height:7.5rem;width:13.5rem;top:135.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLHNZEtExTpXkdoCveIVBrXOFL56LGBV { width:12.5rem;height:1.29948125rem;top:143.5625rem;left:3.6875002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBdhSdOOE4cuqZBcymdzzqhecS169gW9 { width:13rem;height:6.3359375rem;top:146.5rem;left:3.4375002980233rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUx7TTQLBIly4BZ1msNARwLL2D3QdNDz { width:16.4375rem;height:20.3125rem;top:155.625rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ6fz9UM2WyFO4PeGNKbsnAGfeyRX7IJ { height:7.5rem;width:13.5rem;top:156.8125rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4OnimE7vbPCXhaC9kI8C5u0WlMLx2LE { width:12.5rem;height:1.29948125rem;top:165.13151168823rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL5tfTBuMpH1K36ewSWXkp15Lg6c7Lu2 { width:13.5rem;height:5.84765625rem;top:167.75rem;left:3.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSFkXxzZ8To05Rb0IfZWf5kVp9Fzyprx { width:16.4375rem;height:20.3125rem;top:69.1250038147rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iefc5NPVTcBTeBTaOREdW1yMCmCDI83l { height:7.4375rem;width:13.5rem;top:70.6875038147rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfhJMXX3TShrwSlby9iIGDIBpZicVusI { width:13.25rem;height:1.29948125rem;top:79.131500244137rem;left:3.0000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPdDqHxT6FW02I5Td5f3S7FnHLGZ7dV7 { width:13.3125rem;height:6.3359375rem;top:81.430969238281rem;left:3.3743489384651rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvO4kiHLWyHkq7SKxVvhx6REvqF0SmWI { width:16.4375rem;height:20.3125rem;top:177.25rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SV27MOLfX97uhXQNyI840fHWkpsaAHWW { height:7.5rem;width:13.5rem;top:178.5625rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbCL7ePJ7IznGtC9alIRdQvyT6d4ZCSH { width:12.5rem;height:1.29948125rem;top:186.8125rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6qHG2mV63bkITV3aJB1wvGtavZLkTIM { width:13.1875rem;height:7.796875rem;top:188.91082763672rem;left:3.4062502980233rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zX9FDiM3yiBe7tBk3Taml6Ll4E7NfbJf { display:block; }#zX9FDiM3yiBe7tBk3Taml6Ll4E7NfbJf > .row .container { width:20rem;height:198.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyTqbEGwRQJTBU1IJEZpTD1u8x0zhfIi { height:7.5rem;width:13.5rem;top:2.3125rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #chnUg0FanMvu7Elcau8X9lTdFQtBWw03 { width:16.25rem;height:1.29948125rem;top:10.974609375rem;left:1.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCQzFrXcK7ldzOd4Kn6J7beTKoo6Mg4u { width:13.5625rem;height:7.796875rem;top:12.8125rem;left:3.2187500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #olP5JXTi5zMAhhFTyHLf1LHHrwNxBOob { width:16.4375rem;height:20.3125rem;top:1.0625rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #COyV38xPRFTmFJxaIE7d1bCFyHA80Ohk { width:16.4375rem;height:20.3125rem;top:23.625rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ux50iVwGClUACKzc8WgVABHFcXJiq6Jv { height:7.5rem;width:13.5rem;top:25rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWofbH8GbE0TRZr38dBrvkmMVwcHoUAi { width:12.5rem;height:2.59895625rem;top:33rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A11m3zmxNJ1rLnOdReZgJfu3gTTZUaZu { width:13.5rem;height:7.796875rem;top:35.669921875rem;left:3.2500000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksGZhL4WcXDqMoffX2wJcq0N7ohILHns { width:16.4375rem;height:20.3125rem;top:46.375rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4TBubpXgFfbURreX3Aa4FORgsWwutXi { width:13.875rem;height:7.796875rem;top:58.22331237793rem;left:3.0625000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhrKSXqDV064iyPqPwetREd5pctbBbJT { width:12.5rem;height:1.29948125rem;top:56.125rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMmr38EcTpeU4I3hkWQaHk1MueGGpzOo { height:7.5rem;width:13.5rem;top:47.5625rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtkDAKAPp9oNpv76IDFAdda4GIonGh6O { width:16.4375rem;height:20.3125rem;top:90.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blGTICTJDtQ3Mydwyc3rGKo15bNSoc5Q { height:7.5rem;width:13.5rem;top:92.125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gt5yJxf57gG5crAM8fRODDZlL2ygzcC7 { width:12.5rem;height:1.29948125rem;top:100.875rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsm55baTmm6GRdIQzSufAyCthVe1FiUt { width:13.75rem;height:6.82225rem;top:103rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #taXTHPWmwCXn1bwKHIeNPgph9NLfabfQ { width:16.4375rem;height:20.3125rem;top:112.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR71giGsStJdSKkAccni5RWWcNR917cd { height:7.5rem;width:13.5rem;top:113.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyIP5IGZZ3qIxSLFOAPNxKhqDzo1g0Eu { width:12.5rem;height:1.29948125rem;top:121.9375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiKJhrcMDKDIedUmc4XGHzLMZzmg7KlV { width:13.3125rem;height:5.27995rem;top:124.125rem;left:3.3125002980233rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0EhL42SpelJVrVqhSRGM7kMvIT2tiiZ { width:16.4375rem;height:20.3125rem;top:134.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoA8PiGuaWlXM1RTSovRN3E4zbukf2fC { height:7.5rem;width:13.5rem;top:135.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1dCLdxEFSL08l9KQsyQriw9ewTTrh8S { width:12.5rem;height:1.29948125rem;top:143.5625rem;left:3.6875002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmJeFKHMkVyO6iRww0bmkS66xVqKlnbG { width:13rem;height:6.3359375rem;top:146.5rem;left:3.4375002980233rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhBUTVXSb8EhZW6QBhxNOhdxdK8fyZVQ { width:16.4375rem;height:20.3125rem;top:155.625rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmC3aqE0B6GwpVi5v6rMTIBfZIg9y0HH { height:7.5rem;width:13.5rem;top:156.8125rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL4bGFz4fe2qfsLAKqLeeLbIE5zbRq9T { width:12.5rem;height:1.29948125rem;top:165.13151168823rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovzvp3wz2fSvlnahSoEasnU82vSlOUi2 { width:13.5rem;height:6.82225rem;top:167.75rem;left:3.1875000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgZsfWTDGaTFtZg5HOia7vk1LcqRP2Z5 { width:16.4375rem;height:20.3125rem;top:69.1250038147rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWaXTRIictTdMv3BImxS1mEv2ACH4snG { height:7.4375rem;width:13.5rem;top:70.6875038147rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2eBOSkBFBCdoMKae4Rm5P29lfAnmAt8 { width:13.25rem;height:2.59895625rem;top:78.693359375rem;left:3.0000000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIdCDf3b9Vgtq01xwFzJL5QZ1drHShFL { width:13.3125rem;height:6.82225rem;top:81.555358886719rem;left:3.3743489384651rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAxV19XnnalvToxyhyydHZd83NlxVTSA { width:16.4375rem;height:20.3125rem;top:177.25rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al9lxLTLVf4HJnNPbmeHmIX3Szw2sRH6 { height:7.5rem;width:13.5rem;top:178.5625rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBxZcf5782lRCSPgkL6IVR4xffqO1grl { width:12.5rem;height:1.29948125rem;top:186.8125rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVz7zevp19b6aRPuPbSh4wTitSX3qmtv { width:13.1875rem;height:4.87305rem;top:188.91082763672rem;left:3.4062502980233rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHT6tlvntTBFsoCim6IAiQGNWnyy3GtI { display:block; }#HHT6tlvntTBFsoCim6IAiQGNWnyy3GtI > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAk8yGTycdPO25yXFdIopu3hRfw7OGqh { height:7.5rem;width:13.5rem;top:2.3125rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOpP0fxhLtrwHN1BGz1MHGqZx18Rr6Rc { width:16.25rem;height:1.29948125rem;top:10.974609375rem;left:1.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfSc6L3K5B4FlJmVZuuXTq0tZ5TugObT { width:13.5625rem;height:4.87305rem;top:12.8125rem;left:3.2187500596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWISWHJIMswHFEIwpoLukgpNzUFJzhcE { width:16.4375rem;height:20.3125rem;top:1.0625rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh1n5BCvTxAbendapKBVFWMw8UOd151X { width:16.4375rem;height:20.3125rem;top:23.625rem;left:1.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ7FQA7Z0TKtwHmCKmptwUFhtS9oGLyQ { height:7.5rem;width:13.5rem;top:25rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaT1VZU0WlzfrUsQ3ZUh0KQlVgTVG49y { width:12.5rem;height:1.29948125rem;top:33rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ3szv6yFu1suhlkP1UXszav3ZvWZFAP { width:13.5rem;height:6.82225rem;top:35.669921875rem;left:3.2500000596046rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #beizTcxCqBQi2SnHEqzU2rvpaiChs3mc { width:16.4375rem;height:20.3125rem;top:45.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAXAVe6a7fpsLX4WLymwceWPqmvVBsWC { height:7.5rem;width:13.5rem;top:46.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGSPdTAcxIO8FRkZvhnPVBOhWycdzeZl { width:12.5rem;height:1.29948125rem;top:55.4375rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKXtudqoJwM7NT0nUDVm68XSalqmh1gX { width:13.75rem;height:4.87305rem;top:57.5625rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSDuKeB4Tw5NeeM2Rho4Agz4LiIxPTdi { display:block; }#xSDuKeB4Tw5NeeM2Rho4Agz4LiIxPTdi > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBP2EUvdguCbSLqQw3CpRT9qRdfckt2I { width:20rem;height:21.75rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJrSuV4VCEv6QDPgTA2TxJtu5RrdikOe { top:1rem;left:0.62500005960463rem;width:18.75rem;height:10.5rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #QoJfS9v24riKIqTCmd5HSGJi3Za8Lako { display:block; }#QoJfS9v24riKIqTCmd5HSGJi3Za8Lako > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }