.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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#r0GopCpfHCTyZNsXGZP34VoDXLg0ur8A { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#525252;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:1.8125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.5rem;left:21.9375rem;display:block; }
#iIhDaTi159zgK2Isd9Ub39Cn81s0m6VQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o1RVDirsbUTDrU7QyJnanx4W0snEVuRv { position:absolute;display:block;z-index:15001;height:1.5rem;width:2.6875rem;top:0rem;left:0rem;display:block; }
#HsRGT31HS34SM1XBFkvls6K8gZLuh7Jt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#525252;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:1.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5rem;left:30.125rem;display:block; }
#Tt0BLEPOW4dpT9CGR2GEyyJ4UhkbmhA4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CfeK0PMlTN2SvZykfDDybnySKxOvEgLt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#525252;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:1.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5rem;left:43.125rem;display:block; }
#cqmOZwWZTwaFkSbOl1hoibXs1aTIV1kp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A3NvQgsg2ARzuAT5pfQLNy7aODi3tfCy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#525252;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:1.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5rem;left:49.875rem;display:block; }
#lCR6ek7JSWxU4ThkSh0f7XLGWcNICsmr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lzs5hbcmQ850QAZL49uc4xXHuaK3dSD7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#525252;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:1.8125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5rem;left:57.25rem;display:block; }
#OGJRi4hBSbnM4uz8smc6RmKk0buvfQaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NyyHxu2zCDVBtqNsSlEwG8uDBQCgGRmi { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#525252;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:1.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5rem;left:65.1875rem;display:block; }
#oXCoHkzcmAfZczuqQpdcL0E2MxmLL478 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fRoCE27H9Cby1EEJWlSyQhEJqPlbpWTk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.9375rem;width:13.0625rem;top:0.625rem;left:-0.5rem;overflow:hidden;display:block; }
#F7i8em3n1faQIwB3otyVNpkpsQDkPZzf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.6875rem;left:13.875rem;display:none; }
#pZPuNWZvqTKSdutdtORHXDgZwTcZbm3g { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.75rem;display:none; }
#KqtDuNAe34iUryp9SBdC54aDPTU0T7oK { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#AXo2XhuPeKTLgi2V1LWgMku8SP9uQSkP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WyEVoS9WUqdU9GG6GcAs8oLxO9qouoxC { position:relative;display:none; }#WyEVoS9WUqdU9GG6GcAs8oLxO9qouoxC { border-width: 0; border-radius: 0; }#WyEVoS9WUqdU9GG6GcAs8oLxO9qouoxC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:none; }#TThiUXzg4oyiPRikEv4Q6REbh5sEge5H { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.58437538146973rem;left:16.03125rem;height:0.89375rem;text-align:center;text-align-last:center;display:none; }
#D4HQVWBr3eSTXckNXgR6coEtvmHkfxBC { position:absolute;display:block;z-index:15004;background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 0rem rgba(255,255,255,0.19) ;height:0.0625rem;width:21.25rem;top:4.4375rem;left:26.5rem;display:none; }
#zIMHan26sgUCrw0vT2JTDoTAzttpohU9 { color:#ffffff;display:block;width:4.4375rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.625rem;left:33rem;height:0.89375rem;text-align:center;text-align-last:center;display:none; }
#dlndFoLPQ97LWz4uBuKuw57AqsMl95eA { position:absolute;display:block;z-index:15004;background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 0rem rgba(255,255,255,0.19) ;height:0.0625rem;width:12.5rem;top:4.5rem;left:39.1875rem;display:none; }
#afEzb7w12QatDBs2fUh3MLOk0pkmBk4z { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.58437538146973rem;left:16.03125rem;height:0.89375rem;text-align:center;text-align-last:center;display:none; }
#LV78QU8fUe9oknygG4VUvfFrPv3tlXmA { position:absolute;display:block;z-index:15004;background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 0rem rgba(255,255,255,0.19) ;height:0.0625rem;width:21.25rem;top:4.4375rem;left:26.5rem;display:none; }
#iSiyg9w3B208rX8bMLh7UfEul3PpQQqO { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.58437538146973rem;left:16.03125rem;height:0.89375rem;text-align:center;text-align-last:center;display:none; }
#DiGrEt9PT6VommeVenanqToWHymorN6I { position:absolute;display:block;z-index:15004;background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 0rem rgba(255,255,255,0.19) ;height:0.0625rem;width:21.25rem;top:4.4375rem;left:26.5rem;display:none; }
#OFbOzRhvXtB9CQFBlHE1Gcvx0EgWyRmR { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.58437538146973rem;left:16.03125rem;height:0.89375rem;text-align:center;text-align-last:center;display:none; }
#qBrDGh5sVlkd6HEgFS1e0iVVOkHM4SvV { position:absolute;display:block;z-index:15004;background-color:#101010;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 0rem rgba(255,255,255,0.19) ;height:0.0625rem;width:21.25rem;top:4.4375rem;left:26.5rem;display:none; }
#CJh9FIoEsimUoZ3K8T74WXUr54SPpGey { color:#ffffff;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.58437538146973rem;left:16.03125rem;height:0.89375rem;text-align:center;text-align-last:center;display:none; }
#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d549ca9f-09bb-40f5-b302-b7603555abfe/home_BG.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.adaptive-delivery-prevent-bg, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyload, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyloading { background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { background-color: transparent; background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .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); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { border-width: 0; border-radius: 0; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { font-size:0.875rem;font-family:arial;height:61.1875rem;width:75rem;position:relative;display:block; }#BGu7TZZtQpsqi1VOLAiS113DKgipNLJh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.6875rem;width:75rem;top:45.5rem;left:0rem;overflow:hidden;display:block; }
#IvyqnhTLSaBBkZoqsreNJ9LyfKtk4Gzo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#2c2c2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.75rem;height:2.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.9375rem;left:0rem;display:block; }
#ZbbrQ4Kyc0qUL0sea0kM0H619o3FD4JW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Isy39ElBecezV15L4TTTRdGFKX6GbvuW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#2c2c2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.5625rem;height:2.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.9375rem;left:8.0625rem;display:block; }
#lwJr7R9MLGMghCMkx8vLz3WAcSt9UuoW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#odf8PoKd3VxsdJ5ypEbZTtJx90XP4EoT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#2c2c2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.9375rem;left:18.5rem;display:block; }
#RQioOAWTfoTbMmN3inNiKG82OLMUzCC8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rgl5ae2OxGbP7ufU847bhP50BgiNDRsK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#2c2c2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.9375rem;left:29.875rem;display:block; }
#hfzhQDD7yXH5r2NOkxdI4sHMutFsESDk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VilA80uHEeF3AX5Po4PdydnDDQStwErD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#2c2c2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6875rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.9375rem;left:52.875rem;display:block; }
#eo1yXWXOHQJ4Ee7xPvEhkJzgkdBADo7J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0ZG0d2ESZzQdmFdns9hiDsdebNwr53c { color:#2c2c2c;display:block;width:22.875rem;position:absolute;font-family:ttchocolates;font-size:3.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:53.6826171875rem;left:26.0625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#UO3udSr23QCflnTeRvCJwkU4ofSghksT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.25rem;top:12.5rem;left:51.25rem;overflow:hidden;display:block; }
#sssTB4b4oUWPimRyWBCitNdMvp7OOvPr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:12.5625rem;top:45.3701171875rem;left:62.4375rem;overflow:hidden;display:block; }
#EsXMhPBSaJUX4b5zUuvTBLhSQQsC9CEx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.5rem;width:18.0625rem;top:11.875rem;left:0rem;overflow:hidden;display:none; }
#qsDT4BxlAeD8gfiSz13U6dEzf2cyq1VB { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.25rem;width:26.5rem;top:11.1875rem;left:0.3125rem;overflow:hidden;display:block; }
#SgGxTnZ0V0sBEtABNVqaDmQbOpxiNrRh { position:absolute;display:block;z-index:15023;height:1.125rem;width:20rem;top:47.557291984558rem;left:0rem;display:block; }
#tJVkuWVBUTETJoAW5KQWDuwhN9TnnR1W { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#2c2c2c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.9375rem;left:39.4375rem;display:block; }
#NkF9LRJD0i4xDwcTUlgeITfvWGnz4UND { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB { position:relative;display:none; }#Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB { border-width: 0; border-radius: 0; }#Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#v2vz9ZMxPIeTACzhnrvwAvnW2BqZVeoV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.25rem;top:12.5rem;left:51.25rem;overflow:hidden;display:none; }
#ssrDtCVu2VLtogbz7eiPIT73lpZDbA2H { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:12.5625rem;top:45.3701171875rem;left:62.4375rem;overflow:hidden;display:none; }
#WaAvxXUZ5IR0L4fnAT2zi35c6XkrR7Rb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WaAvxXUZ5IR0L4fnAT2zi35c6XkrR7Rb > .row .container { background-color: transparent; background-image: none; }#WaAvxXUZ5IR0L4fnAT2zi35c6XkrR7Rb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WaAvxXUZ5IR0L4fnAT2zi35c6XkrR7Rb > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WaAvxXUZ5IR0L4fnAT2zi35c6XkrR7Rb > .row .container > .video-iframe-container { display: none; }#WaAvxXUZ5IR0L4fnAT2zi35c6XkrR7Rb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WaAvxXUZ5IR0L4fnAT2zi35c6XkrR7Rb > .row > .video-iframe-container { display: none; }#WaAvxXUZ5IR0L4fnAT2zi35c6XkrR7Rb > .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); }#WaAvxXUZ5IR0L4fnAT2zi35c6XkrR7Rb > .row .container { border-width: 0; border-radius: 0; }#WaAvxXUZ5IR0L4fnAT2zi35c6XkrR7Rb > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#tgEvI1nvpT3NaocCatvTzuTTtBAN5ygv { color:#2c2c2c;display:block;width:53.75rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.0625rem;left:10.625rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#QSLoEiToyLDr5UFf3DwH0W7ZkAzPJWzm { color:#2c2c2c;display:block;width:22.875rem;position:absolute;font-family:ttchocolates;font-size:3.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:53.6826171875rem;left:26.0625rem;height:4.875rem;text-align:center;text-align-last:center;display:none; }
#KoFJyE6dRdfiwXnwftSd3qF8JnlvPusD { color:#2c2c2c;display:block;width:53.75rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.0625rem;left:10.625rem;height:8.125rem;text-align:center;text-align-last:center;display:none; }
#y8QloT9HairetLGhnkFLf4fg7V0lz3K3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#y8QloT9HairetLGhnkFLf4fg7V0lz3K3 > .row .container { background-color: transparent; background-image: none; }#y8QloT9HairetLGhnkFLf4fg7V0lz3K3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y8QloT9HairetLGhnkFLf4fg7V0lz3K3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y8QloT9HairetLGhnkFLf4fg7V0lz3K3 > .row .container > .video-iframe-container { display: none; }#y8QloT9HairetLGhnkFLf4fg7V0lz3K3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y8QloT9HairetLGhnkFLf4fg7V0lz3K3 > .row > .video-iframe-container { display: none; }#y8QloT9HairetLGhnkFLf4fg7V0lz3K3 > .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); }#y8QloT9HairetLGhnkFLf4fg7V0lz3K3 > .row .container { border-width: 0; border-radius: 0; }#y8QloT9HairetLGhnkFLf4fg7V0lz3K3 > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#SxNuxOFHInxXmEXOmTPkWll6bKKADNXy { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.9375rem rgba(0,0,0,0.16) ;height:17.25rem;width:16.25rem;top:5.5625rem;left:3.6875rem;display:block; }
#Recbke0XJZPT7Q8ETTgkeEv7tl2DJ8PS { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.9375rem rgba(0,0,0,0.16) ;height:17.25rem;width:16.25rem;top:5.5625rem;left:20.75rem;display:block; }
#z6mTB17OO5OxNcmD0ad01OHzS1foF6hy { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.9375rem rgba(0,0,0,0.16) ;height:17.25rem;width:16.25rem;top:5.5625rem;left:38.0625rem;display:block; }
#TRp7EN0T2WxdGcr9IZVyIcwaUanxiis6 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.9375rem rgba(0,0,0,0.16) ;height:17.25rem;width:16.25rem;top:5.5625rem;left:55.1875rem;display:block; }
#RFWCxvWT9UuLqh5aOQKcGGlz5oDQ54lV { color:#2c2c2c;display:block;width:6.75rem;position:absolute;font-family:ttchocolates;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.0625rem;left:8.4375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lAlrRKT1lKa8icnuOGQsstCn74xTHPmT { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5625rem;width:8.0625rem;top:9.625rem;left:7.8125rem;overflow:hidden;display:block; }
#eUby3XfctWlIDtQW0JHdSZCVVKbAcBJN { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.75rem;top:9.8125rem;left:25rem;overflow:hidden;display:block; }
#nMrFfkU5vUi46A28mqWppwJIey2E9681 { color:#2c2c2c;display:block;width:12.625rem;position:absolute;font-family:ttchocolates;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.0625rem;left:22.5625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iH27BChUJu0iDHSTfSIqpklXyemNU7gw { color:#2c2c2c;display:block;width:13.5625rem;position:absolute;font-family:ttchocolates;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.0625rem;left:39.4375rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GM4bzkgfq0gR78KETCT5UCznBrg4WcKk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:9rem;top:10.1875rem;left:41.6875rem;overflow:hidden;display:block; }
#T30eQigzzUTdTG1heVPWv0180F4lxkqi { color:#2c2c2c;display:block;width:12.625rem;position:absolute;font-family:ttchocolates;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.0625rem;left:57rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xH52T7VUTt8ZKON2bIEQO1tI59nAZ71S { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:5.625rem;top:9.8125rem;left:60.5rem;overflow:hidden;display:block; }
#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7cf33a7c-ad6c-447c-b443-c775a7766073/pure_yogurt_bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg.adaptive-delivery-prevent-bg, #NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg.lazyload, #NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg.lazyloading { background-image: none; }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg > .row .container { background-color: transparent; background-image: none; }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg > .row .container > .video-iframe-container { display: none; }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg > .row > .video-iframe-container { display: none; }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg > .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); }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg > .row .container { border-width: 0; border-radius: 0; }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#RXgPW6fRzEtnCCAgdcxJ25kQy3XkNKQn { color:#2c2c2c;display:block;width:22.875rem;position:absolute;font-family:ttchocolates;font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:45.375rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#J5ODyo478VoKmHCwDQozJPUdyOHt8r1U { color:#2c2c2c;display:block;width:29.125rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.4375rem;left:45.375rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#lA7iAoBKKfPLiPVOx2bZXP8NOOR2p7hd { background-color:#b05621;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.8125rem;left:45.375rem;display:block; }
#czcTClWMGNNpQBdd8xfz8buE0VqLfmTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JKEctNMd6PaRHotlu4b4Ki50puvKRacv { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:8.1875rem;top:38.46875rem;left:33.6875rem;overflow:hidden;display:block; }
#DK1aGtmaPMgOG08zmfvxCnE7dW6ihfXP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.125rem;width:43.3125rem;top:6.90625rem;left:0rem;overflow:hidden;display:block; }
#fHakgJVUakuAAGxxLIBee1CgGJMx7VFn { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.8125rem;width:8.0625rem;top:4.8125rem;left:2.96875rem;overflow:hidden;display:block; }
#WbxzRhUzOETMtFTKQnkZkGiOsRcKiFQo { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.25rem;top:12.875rem;left:33.875rem;overflow:hidden;display:block; }
#OLV2rGapMwl76H8ghsgaxQ25U2vgPqqc { position:absolute;display:block;z-index:15019;height:1.125rem;width:20rem;top:0rem;left:0rem;display:block; }
#z6J2nQwMcs0lGvJTcLi6pPsiHQ97qMIT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#z6J2nQwMcs0lGvJTcLi6pPsiHQ97qMIT > .row .container { border-width: 0; border-radius: 0; }#z6J2nQwMcs0lGvJTcLi6pPsiHQ97qMIT > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:none; }#qGBWgBwri0FoJEBiST7JpihuEklBDLTP { color:#2c2c2c;display:block;width:22.875rem;position:absolute;font-family:ttchocolates;font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:45.375rem;height:8.125rem;text-align:left;text-align-last:left;display:none; }
#woIHPck6Z0NLx24APkq3rMAMXr5gBaIX { color:#2c2c2c;display:block;width:29.125rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.4375rem;left:45.375rem;height:8.125rem;text-align:left;text-align-last:left;display:none; }
#hCC0PdlQ18wWTGMUixT1xhul1QtaMndr { background-color:#b05621;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.8125rem;left:45.375rem;display:none; }
#CyzIfPgZMLvMM5WTGDmtgIhUEduey3rr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ME8t98OtEWlVAWevdSzncoTkAdOscaNe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff3d3a49-067d-40d5-af55-b8f2b5252404/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe.adaptive-delivery-prevent-bg, #ME8t98OtEWlVAWevdSzncoTkAdOscaNe.lazyload, #ME8t98OtEWlVAWevdSzncoTkAdOscaNe.lazyloading { background-image: none; }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe > .row .container { background-color: transparent; background-image: none; }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe > .row .container > .video-iframe-container { display: none; }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe > .row > .video-iframe-container { display: none; }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe > .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); }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe > .row .container { border-width: 0; border-radius: 0; }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#STTOVSNURo46RQFRxzPHrdx9UeT7hkZM { color:#2c2c2c;display:block;width:22.875rem;position:absolute;font-family:ttchocolates;font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#GCWSFOMuv2SJ43HNOS9ANFxw8ztqzEhT { color:#2c2c2c;display:block;width:29.125rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.4375rem;left:0rem;height:6.5rem;text-align:left;text-align-last:left;display:block; }
#XBkmMyOpMerSeAEsJk4c5McRLZBio3uR { background-color:#5a93c5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.8125rem;left:0rem;display:block; }
#ecU5E4eL0R6oz3BrKRIdJ1DkNhQUJLHn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WCXvSqp86wl6eMvgJJy28UZ94TSPzfBo { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.5625rem;width:46.3125rem;top:4.78125rem;left:28.587759067357rem;overflow:hidden;display:block; }
#iFrZNTgQzhFDH8QDR6J87xNOdtyasRFh { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.25rem;top:11.625rem;left:32.0625rem;overflow:hidden;display:block; }
#Wb4rTpWVlraZJfumu7kKhF0vzpBQl1oL { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:6.1875rem;top:6.125rem;left:63.59375rem;overflow:hidden;display:block; }
#NxFB3MJpQdDJbSIaOn2TOffeFIEVyWsm { position:absolute;display:block;z-index:15020;height:1.125rem;width:20rem;top:0rem;left:0rem;display:block; }
#SuHgZ8PBsTqaLveifI6JtRDzpFOOBiF1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#SuHgZ8PBsTqaLveifI6JtRDzpFOOBiF1 > .row .container { border-width: 0; border-radius: 0; }#SuHgZ8PBsTqaLveifI6JtRDzpFOOBiF1 > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:none; }#yJRg9D1kEsautFEhmOrEAhlwyPELb81W { color:#2c2c2c;display:block;width:22.875rem;position:absolute;font-family:ttchocolates;font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:45.375rem;height:8.125rem;text-align:left;text-align-last:left;display:none; }
#MfhNMUozKFV72qFVXP7yLMO22G9EkHbt { color:#2c2c2c;display:block;width:29.125rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.4375rem;left:45.375rem;height:8.125rem;text-align:left;text-align-last:left;display:none; }
#fTCer3QPnPHTuR2eyHXQOxouaeSWiT3h { background-color:#5a93c5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.8125rem;left:0rem;display:none; }
#O2X62G06VrcZzhJBomcxZH9ZBbTQ8lIi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d025700e-f7cf-4932-8df0-3c064422451d/skyr_yogurt_bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf.adaptive-delivery-prevent-bg, #Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf.lazyload, #Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf.lazyloading { background-image: none; }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf > .row .container { background-color: transparent; background-image: none; }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf > .row .container > .video-iframe-container { display: none; }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf > .row > .video-iframe-container { display: none; }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf > .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); }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf > .row .container { border-width: 0; border-radius: 0; }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#r20MxDaEP0VbL2PcV5tKTXk78uawhz1Z { color:#2c2c2c;display:block;width:22.875rem;position:absolute;font-family:ttchocolates;font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:45.375rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#H6cfDA7JFohO5BAXDNIqdhXimksn5ue8 { color:#2c2c2c;display:block;width:29.125rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.4375rem;left:45.375rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#UB7lAw7KgkQdSww6IJfknTOnPoMVkceR { background-color:#27447b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.8125rem;left:45.375rem;display:block; }
#of2rFU1q4bJFhtv8410aNZdcSB8RtXOd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I8zEpKxSDZZGu0BkQINUn4wKpzqNlKE9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.6875rem;width:42.1875rem;top:8rem;left:0rem;overflow:hidden;display:block; }
#TPUmTJoelo3qzD00AUTDH3GS3vvo6Cl5 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:10.125rem;top:5.0622329711914rem;left:3.0308947563171rem;overflow:hidden;display:block; }
#TT1fwV1TdmmTlPiKgX7vC7zaOKt8li8h { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.25rem;top:12.75rem;left:31.125rem;overflow:hidden;display:block; }
#VcOTw8DUE3OvdalbLNHwUmSb1qetcVWn { position:absolute;display:block;z-index:15021;height:1.125rem;width:20rem;top:0rem;left:0rem;display:block; }
#NSEJtkJvFuURQbds3RKbRuzk7r8hwT6f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#NSEJtkJvFuURQbds3RKbRuzk7r8hwT6f > .row .container { border-width: 0; border-radius: 0; }#NSEJtkJvFuURQbds3RKbRuzk7r8hwT6f > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:none; }#rHNr3lQ7TiMWlaiAPKVEz7i1WShVTgDJ { color:#2c2c2c;display:block;width:22.875rem;position:absolute;font-family:ttchocolates;font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:45.375rem;height:8.125rem;text-align:left;text-align-last:left;display:none; }
#C3FlVDL0hchNPPW3hybg45T0CW3ZNknL { color:#2c2c2c;display:block;width:29.125rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.4375rem;left:45.375rem;height:8.125rem;text-align:left;text-align-last:left;display:none; }
#qiqT6QCSAgg9hpTQWQ4Imrr4Vk2eywEu { background-color:#27447b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.8125rem;left:45.375rem;display:none; }
#tKPMOnaSMlfayscGb1IJpxy8iSbqwsbN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/79271bb1-af89-42e8-acda-2ebfcd8caf28/laktozy_yogurt_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo.adaptive-delivery-prevent-bg, #Jezy4KvNclT9XVECzOG0xqBR9RVetTSo.lazyload, #Jezy4KvNclT9XVECzOG0xqBR9RVetTSo.lazyloading { background-image: none; }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo > .row .container { background-color: transparent; background-image: none; }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo > .row .container > .video-iframe-container { display: none; }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo > .row > .video-iframe-container { display: none; }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo > .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); }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo > .row .container { border-width: 0; border-radius: 0; }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;position:relative;display:block; }#bp6wBzxpMqEEfm5CmhwMobhZEvLDHSVl { color:#2c2c2c;display:block;width:22.875rem;position:absolute;font-family:ttchocolates;font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:14.5rem;left:0rem;height:6.25rem;text-align:left;text-align-last:left;display:block; }
#zdam01WI3RUkVgEAcp6rmXTGWkErFz52 { color:#2c2c2c;display:block;width:25.5rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.09375rem;left:0rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#s7xPJPECB6TkTMmFqkooHlkkTGvOUfGm { background-color:#785785;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31.5625rem;left:0rem;display:block; }
#GvoptXnlVZroly8iooWkFXQNqxwtD1ay { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BF6BIUc3ryIMKeD78M0KeVaKMcEzJSiQ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.1875rem;width:7.25rem;top:7.375rem;left:62.1875rem;overflow:hidden;display:block; }
#a3dIuFnCff64twONhaq0zba4yadcQrNN { position:absolute;display:block;z-index:15021;height:1.125rem;width:20rem;top:0rem;left:0rem;display:block; }
#AWTNHKfcnr6vKAaFMqZVzddAqRL6XzyO { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33.1875rem;width:42.75rem;top:6.9375rem;left:32.25rem;overflow:hidden;display:block; }
#wyo9MAQXQ0ctKTHLeqDPuNmJN0Vfmkwx { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:6.1875rem;top:6.25rem;left:39.8125rem;overflow:hidden;display:block; }
#IpNKgUleGUraGuhheKPbsnk4FmMC2v6m { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:5.125rem;top:10.3125rem;left:36.5rem;overflow:hidden;display:block; }
#uixbDTVQ3P7425pOGPNStFxGtTOv3MWw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#uixbDTVQ3P7425pOGPNStFxGtTOv3MWw > .row .container { border-width: 0; border-radius: 0; }#uixbDTVQ3P7425pOGPNStFxGtTOv3MWw > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:none; }#ITaGTXHU5idycGpHbUcwtJ6t2bTPkHzK { color:#2c2c2c;display:block;width:22.875rem;position:absolute;font-family:ttchocolates;font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:45.375rem;height:8.125rem;text-align:left;text-align-last:left;display:none; }
#pioFE2P3KhumHJyxqVaryFXPtC7RHWve { color:#2c2c2c;display:block;width:29.125rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.4375rem;left:45.375rem;height:8.125rem;text-align:left;text-align-last:left;display:none; }
#GP7LJF8AvO9lSaxQLGXawxMQlThbKfze { background-color:#27447b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.375rem;height:2.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:29.8125rem;left:45.375rem;display:none; }
#LIpTgFaJtD4tZ9bfElFRZmhQ6uKUD16N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wEZSTh4StRQXntdm8Jkn7CtMSXVXtB5H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wEZSTh4StRQXntdm8Jkn7CtMSXVXtB5H > .row .container { background-color: transparent; background-image: none; }#wEZSTh4StRQXntdm8Jkn7CtMSXVXtB5H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wEZSTh4StRQXntdm8Jkn7CtMSXVXtB5H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wEZSTh4StRQXntdm8Jkn7CtMSXVXtB5H > .row .container > .video-iframe-container { display: none; }#wEZSTh4StRQXntdm8Jkn7CtMSXVXtB5H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wEZSTh4StRQXntdm8Jkn7CtMSXVXtB5H > .row > .video-iframe-container { display: none; }#wEZSTh4StRQXntdm8Jkn7CtMSXVXtB5H > .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); }#wEZSTh4StRQXntdm8Jkn7CtMSXVXtB5H > .row .container { border-width: 0; border-radius: 0; }#wEZSTh4StRQXntdm8Jkn7CtMSXVXtB5H > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#PtVfrzLKTyVEJJoB7ZQJbZCIPHvGW9fa { color:#2c2c2c;display:block;width:32.1875rem;position:absolute;font-family:ttchocolates;font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.28125rem;left:21.40625rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#VAWZHHf7dfO2lZCOMyXes7RDDTTAmq8i { position:absolute;display:block;z-index:15022;height:1.125rem;width:20rem;top:0rem;left:0rem;display:block; }
#Om2VAy4vK8UxVhz8lZus6d58dFxHRvap { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Om2VAy4vK8UxVhz8lZus6d58dFxHRvap > .row .container { background-color: transparent; background-image: none; }#Om2VAy4vK8UxVhz8lZus6d58dFxHRvap::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Om2VAy4vK8UxVhz8lZus6d58dFxHRvap > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Om2VAy4vK8UxVhz8lZus6d58dFxHRvap > .row .container > .video-iframe-container { display: none; }#Om2VAy4vK8UxVhz8lZus6d58dFxHRvap > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Om2VAy4vK8UxVhz8lZus6d58dFxHRvap > .row > .video-iframe-container { display: none; }#Om2VAy4vK8UxVhz8lZus6d58dFxHRvap > .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); }#Om2VAy4vK8UxVhz8lZus6d58dFxHRvap > .row .container { border-width: 0; border-radius: 0; }#Om2VAy4vK8UxVhz8lZus6d58dFxHRvap > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#Zf09XDi8dVKSySJ0zqcOg6QTLM5nuD16 { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:3.125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.4375rem;left:16.5rem;display:block; }
#Ap9SEQQquGsRVDgkRTKS775vNDtqeJce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uLLXgg8BiRLCkoiBVT64CfvGr7Mv3dmX { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.4375rem;left:2.4375rem;display:block; }
#rscSclQLF4ezy3noQ4DeILBscL2RcO7b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xTzJ71BLbVyOe4huhHF4WWyExXAZRivm { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.4375rem;left:26.375rem;display:block; }
#RTAuX5ZvLMTEH8IB7HQPxo6PlK8laF9v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VUhqTlrdQFdIm4NiIpz0XTXiREJuPp6E { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.4375rem;left:40.125rem;display:block; }
#dhsckNH6BEVSvxPKimLDlV3RlMMbTyr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dD4LHzLO3aKPtWxgcW5Fz6QkWPFmlO5h { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:52.375rem;display:block; }
#BgyWTK21eSOMDNWg9GAgWBgXUolx7i9W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D6nyJSioCVe3Z0afH7TShJJZR8XTHqld { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.4375rem;left:62.1875rem;display:block; }
#ie9u5230e8s4SJCECbdwHnlxaTmGlTZk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hS6dNBMhPFtNKOw63Q1GmBWPZXaOP9ka { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.9375rem;left:5rem;display:block; }
#MqMhguzi0iHAxtWZEa8HURyaSbNOk58G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V3JmI0AJp5eJMOtr2bGBNsKMbuVWpQyu { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.9375rem;left:16.25rem;display:block; }
#T4iSDkMvoMAZRsaw2aI4TkZ5AxJNQcKy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O5Rc6nL9L9800kkm6cisq14xAFP28rLa { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.9375rem;left:28.3125rem;display:block; }
#q2y5szU8vLEo6J0qGcX3RzThA3XyoHVT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NzQhDDyHczpJsmcDJOIM3mNOXTJ44gAC { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.9375rem;left:38.6875rem;display:block; }
#nE1tt6A6bpLhLA6WnOUeAuUJ2L74xlrs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#giTG25mJDNeo1eeA1ceSSTgA3ZC6zDJo { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:5.9375rem;left:49.6875rem;display:block; }
#qJd6nCUitG7p3oiUGVu5EMhh1TbAoknT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vP2zzJ1L0K90Zd1pRXJ4K87imAHQTAKp { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ttchocolates;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.9375rem;left:60.6875rem;display:block; }
#OVoxx73lQdLp8SFAyyLdBZ54KLSxibWD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QF2lyLuaUFux8dPCRPTHoS76TX2WKnnX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QF2lyLuaUFux8dPCRPTHoS76TX2WKnnX > .row .container { background-color: transparent; background-image: none; }#QF2lyLuaUFux8dPCRPTHoS76TX2WKnnX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QF2lyLuaUFux8dPCRPTHoS76TX2WKnnX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QF2lyLuaUFux8dPCRPTHoS76TX2WKnnX > .row .container > .video-iframe-container { display: none; }#QF2lyLuaUFux8dPCRPTHoS76TX2WKnnX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QF2lyLuaUFux8dPCRPTHoS76TX2WKnnX > .row > .video-iframe-container { display: none; }#QF2lyLuaUFux8dPCRPTHoS76TX2WKnnX > .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); }#QF2lyLuaUFux8dPCRPTHoS76TX2WKnnX > .row .container { border-width: 0; border-radius: 0; }#QF2lyLuaUFux8dPCRPTHoS76TX2WKnnX > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#nefCeEl3JVC65MtFaUn5fFUNxDsQrT4V { color:#2c2c2c;display:block;width:48.5rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#QB7hHgBWLk7umSwP5DkhAPuEVxG4f08H { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:10.8125rem;left:0rem;display:block; }
#rhdHfJ1TGLc2D8hfq8w87xofPLdy0gD9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.9375rem;width:14.125rem;top:10.8125rem;left:0rem;overflow:hidden;display:block; }
#aPKCi2ehtiEnqGRsksB2cK7Bvcnq8RC7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:8.125rem;top:16.59375rem;left:6.59375rem;overflow:hidden;display:block; }
#rXTyXq0bex6p5g0IPci6QM7kQ6vmchTe { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:29.41796875rem;left:10.96875rem;height:3.574225rem;text-align:left;text-align-last:left;display:block; }
#QwRyGUelXTQmP4CMWauoXycadZQVhbJN { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:6.3125rem;top:28.96875rem;left:8.90625rem;display:block; }
#ASIPCD2tQwb6gneXMdGIgoZPKzgQDlBH { color:#2c2c2c;display:block;width:4.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:33.03125rem;left:11rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#gecu5z8avruOVFcsz5lSOnEbcRmgRmZw { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:10.8125rem;left:25.625rem;display:block; }
#beFk5xv76oniK0rSiO7Rto26Tt5rNE54 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.3125rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:10.8125rem;left:51.25rem;display:block; }
#iCE2fh2c0SeRBwSgTIAUuTJwsH7S5eb2 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.9375rem;width:12.6875rem;top:10.875rem;left:25.625rem;overflow:hidden;display:block; }
#mptEpIKPC7wLF2Ay7mbm4N1p5wDmiied { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:8.125rem;top:16.59375rem;left:32.53125rem;overflow:hidden;display:block; }
#Np9kUlUxTohxUmeP8FrrzTVmwbDLCKZ7 { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:29.4375rem;left:36.84375rem;height:3.574225rem;text-align:left;text-align-last:left;display:block; }
#rC3GvCyfJLrmfNthxSNeye3xRuFR0QTf { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:6.3125rem;top:28.84375rem;left:34.84375rem;display:block; }
#brLxpPr5kkAE3aZuG2R5UUVtCCTRh1NL { color:#2c2c2c;display:block;width:10.6875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:33.0625rem;left:36.84375rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#xCMT9WukUQRB29scMrvUum4VTdTUqlwW { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.9375rem;width:12.6875rem;top:10.75rem;left:51.3125rem;overflow:hidden;display:block; }
#pV4kET1Lf0vN6ewMw8Ll3T0dVDCr7UB0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:8.125rem;top:17.4375rem;left:58.0625rem;overflow:hidden;display:block; }
#u1DMQdJ07HNzdcZKEMv0voOoT8b14MeI { color:#2c2c2c;display:block;width:9.1875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:32.84375rem;left:62.4375rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#kt3Tb97K08NfVUvC4ncBsl5dwbiL12Pe { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:29.41796875rem;left:62.4375rem;height:3.574225rem;text-align:left;text-align-last:left;display:block; }
#Zvr97eX8TU7Wsb8ppIVVMCqpTISCk7Cn { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:6.3125rem;top:29.1552734375rem;left:59.96875rem;display:block; }
#l514TI8xKueirDOS98p8UzBtcwMPBJuT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#l514TI8xKueirDOS98p8UzBtcwMPBJuT > .row .container { background-color: transparent; background-image: none; }#l514TI8xKueirDOS98p8UzBtcwMPBJuT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l514TI8xKueirDOS98p8UzBtcwMPBJuT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l514TI8xKueirDOS98p8UzBtcwMPBJuT > .row .container > .video-iframe-container { display: none; }#l514TI8xKueirDOS98p8UzBtcwMPBJuT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#l514TI8xKueirDOS98p8UzBtcwMPBJuT > .row > .video-iframe-container { display: none; }#l514TI8xKueirDOS98p8UzBtcwMPBJuT > .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); }#l514TI8xKueirDOS98p8UzBtcwMPBJuT > .row .container { border-width: 0; border-radius: 0; }#l514TI8xKueirDOS98p8UzBtcwMPBJuT > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#edAv2IbuXdxge2LiBzqb7wwzhPtIcAEt { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:0rem;display:block; }
#QTBdr8uO855OX89u4CxVtnr6MBfzcth2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:14.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#kHd0sOKuLKhyyZOLAcc0EHTmGqst6AT0 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:4.6875rem;overflow:hidden;display:block; }
#h2C8ZaT6PDkKNa9lH623niBx5cxSr9f5 { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.9375rem;left:12.4375rem;height:2.11248125rem;text-align:left;text-align-last:left;display:block; }
#dkpR74ccartTtzOsXvxeDRlJIqhlmZRr { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.375rem;top:13.9375rem;left:9.28125rem;display:block; }
#X3HqOVSG11TlSydPG3RALsSopFMqKCKd { color:#2c2c2c;display:block;width:4.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:15.8125rem;left:12.4375rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#ZwgTmQlHTAsnoaN146NVzKGH1ZOCSN0N { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:25.625rem;display:block; }
#RJXo30dGGoI4QCw1LCVT5Ln11oqp78yn { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:14.9375rem;top:0rem;left:25.625rem;overflow:hidden;display:block; }
#IMM0nlTHHMNmzu1Ad8LXUJ5J7FOPhsTG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:30.3125rem;overflow:hidden;display:block; }
#QFFV30T7F0qF3b9I8ZipDCLcufqTSeRe { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.9375rem;left:38.0625rem;height:2.11248125rem;text-align:left;text-align-last:left;display:block; }
#l3p5GLlxCfsNWTwb00SdIdURcSsBzG08 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.375rem;top:13.9375rem;left:34.9375rem;display:block; }
#azOTN3hpl4G3fe3GmyzyUeowoqqvffHJ { color:#2c2c2c;display:block;width:4.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#wDHDyAQddRiONwt8ZCarTw1amv5RrNfq { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:51.25rem;display:block; }
#KlbNlFHiNtnw4BXbAM2IbIKJo3d4p97M { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:14.9375rem;top:0rem;left:51.25rem;overflow:hidden;display:block; }
#FIDaU4pzXvSV9BPq8Q9DPl9QOcxkN5J2 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:55.9375rem;overflow:hidden;display:block; }
#DZph11KhgPbPZTWaibWegfncMZiUrB9E { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:13.9375rem;left:63.6875rem;height:2.11248125rem;text-align:left;text-align-last:left;display:block; }
#Q2ubxTZr5rtp9UfsNpvyKB6LS8ALgH5C { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.375rem;top:13.9375rem;left:60.5625rem;display:block; }
#Mt5qfBVSXBqsFugwc1WWCvrtI3UXN4Uw { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:15.8125rem;left:63.6875rem;height:3.66015625rem;text-align:left;text-align-last:left;display:block; }
#gBzoCPTiVcbouQqMBTWTXnfrq8pxGeEr { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:15.8125rem;left:63.6875rem;height:3.66015625rem;text-align:left;text-align-last:left;display:none; }
#ieX87lzC3esO962TTgqQhFaDsmVMP5He { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ieX87lzC3esO962TTgqQhFaDsmVMP5He > .row .container { background-color: transparent; background-image: none; }#ieX87lzC3esO962TTgqQhFaDsmVMP5He::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ieX87lzC3esO962TTgqQhFaDsmVMP5He > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ieX87lzC3esO962TTgqQhFaDsmVMP5He > .row .container > .video-iframe-container { display: none; }#ieX87lzC3esO962TTgqQhFaDsmVMP5He > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ieX87lzC3esO962TTgqQhFaDsmVMP5He > .row > .video-iframe-container { display: none; }#ieX87lzC3esO962TTgqQhFaDsmVMP5He > .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); }#ieX87lzC3esO962TTgqQhFaDsmVMP5He > .row .container { border-width: 0; border-radius: 0; }#ieX87lzC3esO962TTgqQhFaDsmVMP5He > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#IQcaKOZGACiLeowtWKpIBSVZyg4R9kh5 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:0rem;display:block; }
#qCX38uGeaeQV9NItn2R5HTusdgc17xRQ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:14.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#AzMvAtHauvfSKUkUOO3ysShNcxTSFrVx { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:4.6875rem;overflow:hidden;display:block; }
#qyuTB1MZ9Qbl7AHrfIg3lQpECg9mo8i5 { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.9375rem;left:12.4375rem;height:2.11248125rem;text-align:left;text-align-last:left;display:block; }
#G95BAVyl88iIJF2LZEzlB99qUsMbrrss { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.375rem;top:13.9375rem;left:9.28125rem;display:block; }
#cy4sBfExFw6xyBDy3LxzuOkQb1QoQc0T { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:15.8125rem;left:12.4375rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#xQhfVxEo3TsTPTEZ3TCZfw2XvmfTRbvu { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:25.625rem;display:block; }
#w1NwQpBzvG0aIHfoHmdgC5vm5o6CoqDD { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:14.9375rem;top:0rem;left:25.625rem;overflow:hidden;display:block; }
#pGHbT9d201rKmLHRRkymucboBFxa7yXp { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:30.3125rem;overflow:hidden;display:block; }
#P4q06kbT2k9KgJlysnOTIwZMr2paMKNf { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.9375rem;left:38.0625rem;height:2.11248125rem;text-align:left;text-align-last:left;display:block; }
#lfSfarCteyi4S1MD0aR2onuHF3yhvMgq { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.375rem;top:13.9375rem;left:34.9375rem;display:block; }
#XEtNR48sM4VoXVIwTZsLRls72ymW2a4p { color:#2c2c2c;display:block;width:4.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#yuPxHGpHArp7iukFtorZZz9bO2TkCFIv { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:51.25rem;display:block; }
#neBMEaKTt91gEAGcJfMOWBdGSfqOp1aV { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:14.9375rem;top:0rem;left:51.25rem;overflow:hidden;display:block; }
#xDwdRQAOiMsw2rQ54ZSMcukl4GOBm9y8 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:55.9375rem;overflow:hidden;display:block; }
#Kf7KipKqJf3FX1iEcqcabWS2ZZz6LP1J { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:13.9375rem;left:63.6875rem;height:2.11248125rem;text-align:left;text-align-last:left;display:block; }
#pGgDBpX2JVAqOUkl9U9mKmbZ4WKTNETk { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.375rem;top:13.9375rem;left:60.5625rem;display:block; }
#lQaxs1tmpiCary9t1LfrwtJUJRO0EXJ2 { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:15.8125rem;left:63.6875rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#aVaTdMdDZDTseIz5TU9UMVM6eDkC8IyK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aVaTdMdDZDTseIz5TU9UMVM6eDkC8IyK > .row .container { background-color: transparent; background-image: none; }#aVaTdMdDZDTseIz5TU9UMVM6eDkC8IyK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aVaTdMdDZDTseIz5TU9UMVM6eDkC8IyK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aVaTdMdDZDTseIz5TU9UMVM6eDkC8IyK > .row .container > .video-iframe-container { display: none; }#aVaTdMdDZDTseIz5TU9UMVM6eDkC8IyK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aVaTdMdDZDTseIz5TU9UMVM6eDkC8IyK > .row > .video-iframe-container { display: none; }#aVaTdMdDZDTseIz5TU9UMVM6eDkC8IyK > .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); }#aVaTdMdDZDTseIz5TU9UMVM6eDkC8IyK > .row .container { border-width: 0; border-radius: 0; }#aVaTdMdDZDTseIz5TU9UMVM6eDkC8IyK > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#RSfTWAKwq1Q7l7n9nWZIX5BG0ZKX41qh { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:0rem;display:block; }
#zsC9lQ9tBufiPP3OsIasDVr2XG3hBmQM { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:14.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#oeVkr8baFXHVxoLZa308mn5zvb0B7drk { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:4.6875rem;overflow:hidden;display:block; }
#oPEl3XEcvvRea14hhNV6G0dhTKPs7sH1 { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.9375rem;left:12.4375rem;height:2.11248125rem;text-align:left;text-align-last:left;display:block; }
#B4SAaI5JwazrhVGpKXq2urkXudDEz3T4 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.375rem;top:13.9375rem;left:9.28125rem;display:block; }
#V7eMa2SLhnci6qvTI6TfQ7Ee9fZvegz4 { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:15.8125rem;left:12.4375rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#aElMdFkC2vtaoBW9FTMF5XMk8UCmVDaF { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:25.625rem;display:block; }
#zucVIOv9TGJHB71zixAmZIA0HM8ZG3sk { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:14.9375rem;top:0rem;left:25.625rem;overflow:hidden;display:block; }
#asG2xBnOTZJlvA40toLeT8FLDX8eZK53 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:30.3125rem;overflow:hidden;display:block; }
#E5saeRRgsvGctFqOQ11owAQ2H3Iwnb2Q { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.9375rem;left:38.0625rem;height:2.11248125rem;text-align:left;text-align-last:left;display:block; }
#piDwfcrV2mM97g7g3RfKtCT35pCmf7FG { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.375rem;top:13.9375rem;left:34.9375rem;display:block; }
#F4hTQqBhXqPDEtEz2nebF31kOp1TN4Lm { color:#2c2c2c;display:block;width:4.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#PEU78f6AJ3Q4rXkTUFfM9vrJhGEDyF97 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:51.25rem;display:block; }
#rT4emNX2gGmVHW98DHcc6Xizie53NflT { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:14.9375rem;top:0rem;left:51.25rem;overflow:hidden;display:block; }
#phgHwkBytwnCXRxd5GTxxcATdBQwPQ1i { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:55.9375rem;overflow:hidden;display:block; }
#Mf9fgr8shIbON1y9CxOVVZTnXFbQMXLb { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:13.9375rem;left:63.6875rem;height:2.11248125rem;text-align:left;text-align-last:left;display:block; }
#prE8pAsOZdPwhmcHmxDkn0pJa0GBE4JT { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.375rem;top:13.9375rem;left:60.5625rem;display:block; }
#tPovSt9LDm0rkp7WeaQBNEu05r96wTgD { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:15.8125rem;left:63.6875rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#HUWtt301RDAKhZXhmJs8mJboba8pAF9x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HUWtt301RDAKhZXhmJs8mJboba8pAF9x > .row .container { background-color: transparent; background-image: none; }#HUWtt301RDAKhZXhmJs8mJboba8pAF9x::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HUWtt301RDAKhZXhmJs8mJboba8pAF9x > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HUWtt301RDAKhZXhmJs8mJboba8pAF9x > .row .container > .video-iframe-container { display: none; }#HUWtt301RDAKhZXhmJs8mJboba8pAF9x > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HUWtt301RDAKhZXhmJs8mJboba8pAF9x > .row > .video-iframe-container { display: none; }#HUWtt301RDAKhZXhmJs8mJboba8pAF9x > .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); }#HUWtt301RDAKhZXhmJs8mJboba8pAF9x > .row .container { border-width: 0; border-radius: 0; }#HUWtt301RDAKhZXhmJs8mJboba8pAF9x > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#uzNe7VDlKagcJRvkfa8SKZZ5BUWwpM0B { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:0rem;display:block; }
#tPc6vTJPvxEyxgXJ0U5ip1vC7eZyiwT9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:14.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#PxkMi8hlMZ6uczcQuzH4eegmFTTWIKfL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:4.6875rem;overflow:hidden;display:block; }
#wpLVcHqwdd3qamF8WrZODUyCsaw24ILH { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.9375rem;left:12.4375rem;height:2.11248125rem;text-align:left;text-align-last:left;display:block; }
#HBlqiSheeCpVZklLlGzIsALZCBs7iPDT { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.375rem;top:13.9375rem;left:9.28125rem;display:block; }
#UeqFROqUllgCma8lwFD8gtGObzAsaCvg { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:15.8125rem;left:12.4375rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#r645tdfiTEkeFIN588026oGWZJlZE5Ex { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:25.625rem;display:block; }
#Q9JlwCw5sXDs3e0NbRMuSnKTrRhVpmKR { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:14.875rem;top:0rem;left:25.625rem;overflow:hidden;display:block; }
#cTbMOMKSTMJGEXnkxDiZBOFBnCh3CsvT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:30.3125rem;overflow:hidden;display:block; }
#UPxWemc0CBa6yesf2il0V42xiIM2IKFt { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.9375rem;left:38.0625rem;height:2.11248125rem;text-align:left;text-align-last:left;display:block; }
#ueQlpV6983CCRQhs2FoVTiKrVO7ZA3RD { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.375rem;top:13.9375rem;left:34.9375rem;display:block; }
#J7xKLRvvAdy73nJXwfSQlzhGP8nZzrcC { color:#2c2c2c;display:block;width:5.875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#vy5dcJwvItdlZGunw0MvosBHfEEZePCb { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:51.25rem;display:block; }
#i2Te7zBV28WwBoUBcib9nTVVutxuAPcn { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.4375rem;width:16.375rem;top:0rem;left:50.25rem;overflow:hidden;display:block; }
#nEm0i4zOpWTwO5TNd97GXfpMvahykblS { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:55.9375rem;overflow:hidden;display:block; }
#vJJKPn7WvTkTB91u4fuW600ZGvWEVQna { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:13.9375rem;left:63.6875rem;height:2.11248125rem;text-align:left;text-align-last:left;display:block; }
#L9JBdcobqaSIi6R4oETwDdG3wzTrM9AK { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.375rem;top:13.9375rem;left:60.5625rem;display:block; }
#K1QOuL8nKCE0DL6SxB9gwhiq27ToAhDn { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:15.8125rem;left:63.6875rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#inUE7thq6ru56FDTLn8QaNGmRyBBvJSx { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:15.8125rem;left:12.4375rem;height:2.3984375rem;text-align:left;text-align-last:left;display:none; }
#A3MneCQUNbUZ3RHEXxaZ6PlG2bANCb2b { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:15.8125rem;left:63.6875rem;height:2.3984375rem;text-align:left;text-align-last:left;display:none; }
#inVMm4Mzngm9ZDLdH3nBcqvyrlJL2qKO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#inVMm4Mzngm9ZDLdH3nBcqvyrlJL2qKO > .row .container { background-color: transparent; background-image: none; }#inVMm4Mzngm9ZDLdH3nBcqvyrlJL2qKO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#inVMm4Mzngm9ZDLdH3nBcqvyrlJL2qKO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#inVMm4Mzngm9ZDLdH3nBcqvyrlJL2qKO > .row .container > .video-iframe-container { display: none; }#inVMm4Mzngm9ZDLdH3nBcqvyrlJL2qKO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#inVMm4Mzngm9ZDLdH3nBcqvyrlJL2qKO > .row > .video-iframe-container { display: none; }#inVMm4Mzngm9ZDLdH3nBcqvyrlJL2qKO > .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); }#inVMm4Mzngm9ZDLdH3nBcqvyrlJL2qKO > .row .container { border-width: 0; border-radius: 0; }#inVMm4Mzngm9ZDLdH3nBcqvyrlJL2qKO > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#nnNoZQ0uveGnlk09TK7Jocarp5wwXEDu { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:0rem;display:block; }
#IVOIzMdVFEprekReT6likEADxse3IqlK { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:14.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#gw2E4i7tmAMw2m6ZRKzUUtgz00wH9ZJK { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:4.6875rem;overflow:hidden;display:block; }
#O6Nn3ff9ceuH0mrekTKTsGweTJQRHx7a { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.9375rem;left:12.4375rem;height:2.11248125rem;text-align:left;text-align-last:left;display:block; }
#TtksUpRWzv8cgPED8l9Qfv9dP4keusSW { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.375rem;top:13.9375rem;left:9.28125rem;display:block; }
#RhQcomL1Q7MCK93gu0fwCbSKoxTqRlQT { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:15.8125rem;left:12.4375rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#wWkDefEEMphinsr2ZGV73FZeVxqLdeQ2 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:25.625rem;display:block; }
#Wu4f0CxZ0eG7GMrAn5k9UJXxLHTtBdoH { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:14.875rem;top:0rem;left:25.625rem;overflow:hidden;display:block; }
#AZCTkuniPDF35TgC7dTTRA46FAJLfuPc { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:30.3125rem;overflow:hidden;display:block; }
#TdtWr6rnOvBFumwVufNCDI91D2iR7s0B { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.9375rem;left:38.0625rem;height:2.11248125rem;text-align:left;text-align-last:left;display:block; }
#kiHmTTphu0qFqED3yFTondWSVL2Fq2b6 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.375rem;top:13.9375rem;left:34.9375rem;display:block; }
#PFPl2XkiD1LH4L52dEv19cb0TWNOCz25 { color:#2c2c2c;display:block;width:7.3125rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:15.8125rem;left:38.0625rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#P9T59Hw8TCITEHG2MELFVBtKmmK1D26K { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:51.25rem;display:block; }
#hvmo3QgbxUlBLbihKeO5Bkd91JJSJmo7 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:55.9375rem;overflow:hidden;display:block; }
#D1siTzT5tDBy5JsnqTliMfOMAhCdMvKk { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:13.9375rem;left:63.6875rem;height:2.11248125rem;text-align:left;text-align-last:left;display:block; }
#M3TzQ8LkQuAlQqrpbxRF739yzgCoqdLm { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.375rem;top:13.9375rem;left:60.5625rem;display:block; }
#bH4XvMcEeCl1fxPscx6Tf3BMQkHh1zvT { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:15.8125rem;left:63.6875rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#FD2hyBDN75DP0kEAJ7vTfdLSC3ChVrly { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:14.875rem;top:0.0625rem;left:51.25rem;overflow:hidden;display:block; }
#i1hSJApehLXwn127TZIRkiUHmC6xP0sR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#i1hSJApehLXwn127TZIRkiUHmC6xP0sR > .row .container { background-color: transparent; background-image: none; }#i1hSJApehLXwn127TZIRkiUHmC6xP0sR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i1hSJApehLXwn127TZIRkiUHmC6xP0sR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i1hSJApehLXwn127TZIRkiUHmC6xP0sR > .row .container > .video-iframe-container { display: none; }#i1hSJApehLXwn127TZIRkiUHmC6xP0sR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i1hSJApehLXwn127TZIRkiUHmC6xP0sR > .row > .video-iframe-container { display: none; }#i1hSJApehLXwn127TZIRkiUHmC6xP0sR > .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); }#i1hSJApehLXwn127TZIRkiUHmC6xP0sR > .row .container { border-width: 0; border-radius: 0; }#i1hSJApehLXwn127TZIRkiUHmC6xP0sR > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#HnTNKKRfSPvX4qfFfsPKMT1vv2xQmhKX { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:0rem;display:block; }
#zgK0sNy2CkwRESDyrh4mPiTQAnv0h7tZ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:14.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tke927FXSg7zXdpwGTGtLx8BKILCdTOr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:4.6875rem;overflow:hidden;display:block; }
#Zc26Owekrnm24g20qwIHsqT5Ppq4l0dK { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:13.9375rem;left:12.4375rem;height:2.11248125rem;text-align:left;text-align-last:left;display:block; }
#lvqUfc2ShVwTy3qspfSuMOKUfrDag8k8 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.375rem;top:13.9375rem;left:9.28125rem;display:block; }
#heFLkH492Ha4a8dwZwK6T0NRgvCOohxu { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:15.8125rem;left:12.4375rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#Bao19v1WPAy0LLf1OzuHhQU6tPcJhZIh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Bao19v1WPAy0LLf1OzuHhQU6tPcJhZIh > .row .container { background-color: transparent; background-image: none; }#Bao19v1WPAy0LLf1OzuHhQU6tPcJhZIh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bao19v1WPAy0LLf1OzuHhQU6tPcJhZIh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bao19v1WPAy0LLf1OzuHhQU6tPcJhZIh > .row .container > .video-iframe-container { display: none; }#Bao19v1WPAy0LLf1OzuHhQU6tPcJhZIh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Bao19v1WPAy0LLf1OzuHhQU6tPcJhZIh > .row > .video-iframe-container { display: none; }#Bao19v1WPAy0LLf1OzuHhQU6tPcJhZIh > .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); }#Bao19v1WPAy0LLf1OzuHhQU6tPcJhZIh > .row .container { border-width: 0; border-radius: 0; }#Bao19v1WPAy0LLf1OzuHhQU6tPcJhZIh > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#T9N1PbEQL2LyP9boStrzzv66rnfWykeL { color:#2c2c2c;display:block;width:48.5rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#fGPnV6lf3P2uM8X3RBecTydKhZAiXrQC { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:10.8125rem;left:0rem;display:block; }
#BPIQAwxT99Fp89J1xXHqQM3bRRaCq4tv { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.9375rem;width:12.6875rem;top:10.8125rem;left:0rem;overflow:hidden;display:block; }
#Tk7rIXQKlTVVo1sZPgTPN58hrrqboyHN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:8.125rem;top:16.59375rem;left:6.59375rem;overflow:hidden;display:block; }
#Ik0XlQN0PTirOnipneTSJPXnQra4Dwew { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:28.85546875rem;left:10.96875rem;height:5.3613375rem;text-align:left;text-align-last:left;display:block; }
#c0oD7e503A903DePBmoCO5xNy7y3nwE3 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:6.3125rem;top:28.96875rem;left:8.90625rem;display:block; }
#pqIxBTr8Pyqt7T1dIeBxOeEO8sRgs9zi { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:34.40625rem;left:11rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#NLWBFfsQFeXxF8hPZAigbIole8tPpPu6 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:10.8125rem;left:25.625rem;display:block; }
#TJkkNIdwhwkWC7vgyHOpTI1IqZiLdCci { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.9375rem;width:12.6875rem;top:10.875rem;left:25.625rem;overflow:hidden;display:block; }
#ordiup39kPfi4OVJD3HliAm4fbo4MVCs { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:8.125rem;top:16.59375rem;left:32.53125rem;overflow:hidden;display:block; }
#oivxTonwDdCsgmtgBC0x1x5xAScI7xuo { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.625rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:28.8125rem;left:36.84375rem;height:5.3613375rem;text-align:left;text-align-last:left;display:block; }
#w9ZFR9eS3M12mfQomNuFLJoCcvOOQdqV { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:6.3125rem;top:28.84375rem;left:34.84375rem;display:block; }
#uJTeVWnVWGh9pcq9qqA0LwIXZ9hviLz3 { color:#2c2c2c;display:block;width:10.6875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.2;letter-spacing:0;top:34.3125rem;left:36.84375rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#QCB0E7HToZIMgkoXPZT4XOngXEP5T6Fx { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:34.40625rem;left:11rem;height:2.3984375rem;text-align:left;text-align-last:left;display:none; }
#Ip4XZHbO7fRb4OWfA7rRiTDHs9ETMQsE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Ip4XZHbO7fRb4OWfA7rRiTDHs9ETMQsE > .row .container { background-color: transparent; background-image: none; }#Ip4XZHbO7fRb4OWfA7rRiTDHs9ETMQsE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ip4XZHbO7fRb4OWfA7rRiTDHs9ETMQsE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ip4XZHbO7fRb4OWfA7rRiTDHs9ETMQsE > .row .container > .video-iframe-container { display: none; }#Ip4XZHbO7fRb4OWfA7rRiTDHs9ETMQsE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ip4XZHbO7fRb4OWfA7rRiTDHs9ETMQsE > .row > .video-iframe-container { display: none; }#Ip4XZHbO7fRb4OWfA7rRiTDHs9ETMQsE > .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); }#Ip4XZHbO7fRb4OWfA7rRiTDHs9ETMQsE > .row .container { border-width: 0; border-radius: 0; }#Ip4XZHbO7fRb4OWfA7rRiTDHs9ETMQsE > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#ma1TJp8prUPfmOfkBQnGHlcBgt5SmWaJ { color:#2c2c2c;display:block;width:48.5rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#iW7vGOq4WsMhBbsFkNTdrmTVeI9yEmeM { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:10.9375rem;left:0rem;display:block; }
#JbsKoTGX9Xx6UebS3dDxw97z6Ws2K3OB { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:26.9375rem;left:12.4375rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#A2iUyziJ0L0I7TqhaMt5AQnlJ8mikavd { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:10.9375rem;left:25.625rem;display:block; }
#K8srAeWUCSVT88klAdHo7pNFIToNaOIV { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:14.875rem;top:10.875rem;left:25.625rem;overflow:hidden;display:block; }
#JMeXCg4r3ulEtkWn9ZcopznbD9UcTD2e { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:17.5625rem;left:30.3125rem;overflow:hidden;display:block; }
#s3ch0gyyR6BShLhMEwbZcS3yg3dN1C6z { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:14.9375rem;top:10.875rem;left:0rem;overflow:hidden;display:block; }
#LfpenzuMs6O2e8WrZwWU8ca58NqFOxdf { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:17.5625rem;left:4.6875rem;overflow:hidden;display:block; }
#qreIFdTROyN8cgVAL4ZN3DD6RVB9lRSs { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:22.2958984375rem;left:12.4375rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#NgkSO7RqmTJNpVuXJMQF8THcOvDyZM4K { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:10.375rem;top:22.3125rem;left:9.3125rem;display:block; }
#NyHFHv6k3TTfTEaWCmK0W9z4WZSOrlTF { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:10.375rem;top:22.3125rem;left:35.0625rem;display:block; }
#fJD0Dd5xU1ruNRJF121QQmqVvtWQ8pAT { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:26.9375rem;left:38.1875rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#K7vAh3trQchMr87rBQVUAHmwHWfaJ7MQ { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:22.3125rem;left:38.1875rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#qG10kfKkVUwhbqiC6zixqoyVXv5PUI6X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qG10kfKkVUwhbqiC6zixqoyVXv5PUI6X > .row .container { background-color: transparent; background-image: none; }#qG10kfKkVUwhbqiC6zixqoyVXv5PUI6X::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qG10kfKkVUwhbqiC6zixqoyVXv5PUI6X > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qG10kfKkVUwhbqiC6zixqoyVXv5PUI6X > .row .container > .video-iframe-container { display: none; }#qG10kfKkVUwhbqiC6zixqoyVXv5PUI6X > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qG10kfKkVUwhbqiC6zixqoyVXv5PUI6X > .row > .video-iframe-container { display: none; }#qG10kfKkVUwhbqiC6zixqoyVXv5PUI6X > .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); }#qG10kfKkVUwhbqiC6zixqoyVXv5PUI6X > .row .container { border-width: 0; border-radius: 0; }#qG10kfKkVUwhbqiC6zixqoyVXv5PUI6X > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#CnlmcnRr1mZaedpuRLqiOTqPFEZVLBAp { color:#2c2c2c;display:block;width:48.5rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#RV30JUp94ofMKW71TNLUSpqcgH1ncUNz { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:10.8125rem;left:0rem;display:block; }
#spxOCZdh5Z8oTaE3Sl6mTTa6dyGS4tFR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.9375rem;width:12.5625rem;top:10.8125rem;left:0rem;overflow:hidden;display:block; }
#MarNQ4ZsTzqVkD83XEO834TWmK17TDTN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:8.125rem;top:18.1796875rem;left:6.40625rem;overflow:hidden;display:block; }
#drkRddhma6xyLIg2zERJkPZ4XV7u0qSv { color:#2c2c2c;display:block;width:11.75rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:31.125rem;left:11rem;height:2.6123rem;text-align:left;text-align-last:left;display:block; }
#enGowMWaG5SNBWRcI2TggoSxB6H9NoQr { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:6.3125rem;top:30.7421875rem;left:8.71875rem;display:block; }
#kkhCtc9rBxhlKzfrE0LiOPqQCBy97xrz { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:33.84375rem;left:11rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#Q0hiVT7J2TzfUK2H1DHVem5rQwVsMIru { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:10.8125rem;left:25.625rem;display:block; }
#kkHiCykXH4JuvqtSowXT2im59LtWMOxT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.9375rem;width:12.5625rem;top:10.875rem;left:25.625rem;overflow:hidden;display:block; }
#ypb3cGLL3dB9xkfpc3T69GT7sMGgyOlx { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:10.875rem;left:51.25rem;display:block; }
#LDbNTBXQIaDaRs16uP4c4Kou4UHntRne { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.9375rem;width:12.5rem;top:10.75rem;left:51.25rem;overflow:hidden;display:block; }
#p1zlfb06Zsls3RoSt6bTMWdoftmZ0tgd { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:33.9375rem;left:36.875rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#xCH6rSGONi2ny8Cv5w3u4U6Xe647PTrQ { color:#2c2c2c;display:block;width:11.75rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15021;line-height:1.1;letter-spacing:0;top:31.1875rem;left:36.875rem;height:2.6123rem;text-align:left;text-align-last:left;display:block; }
#G62sTum8Nsm3hZT7SRwMZa9TCdMU3atp { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:8.125rem;top:18.25rem;left:32.25rem;overflow:hidden;display:block; }
#Z0NlQIeXlHrJO7t0SZybKKtfeaVE4gSw { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:6.3125rem;top:30.8125rem;left:34.5625rem;display:block; }
#DCKSd3wu3XaeIpGrILBT3Nm1hhMwdflB { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.25rem;width:8.125rem;top:18.1875rem;left:57.9375rem;overflow:hidden;display:block; }
#kb8Pgsml0sf8dQvGaVIoXuslnrTAqIGc { color:#2c2c2c;display:block;width:11.75rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.1;letter-spacing:0;top:31.125rem;left:62.5625rem;height:2.6123rem;text-align:left;text-align-last:left;display:block; }
#R0JZrhgkVEPysbNIJdopGTn6yDob7UTF { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.2;letter-spacing:0;top:33.875rem;left:62.5625rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#PTnKIFCHs9ALT9AnQwTdqBfUT4AetO5I { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:6.3125rem;top:30.75rem;left:60.25rem;display:block; }
#LAD0LA6VgeRySLJcJ7mX7bl9FNFvX44G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LAD0LA6VgeRySLJcJ7mX7bl9FNFvX44G > .row .container { background-color: transparent; background-image: none; }#LAD0LA6VgeRySLJcJ7mX7bl9FNFvX44G::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LAD0LA6VgeRySLJcJ7mX7bl9FNFvX44G > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LAD0LA6VgeRySLJcJ7mX7bl9FNFvX44G > .row .container > .video-iframe-container { display: none; }#LAD0LA6VgeRySLJcJ7mX7bl9FNFvX44G > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LAD0LA6VgeRySLJcJ7mX7bl9FNFvX44G > .row > .video-iframe-container { display: none; }#LAD0LA6VgeRySLJcJ7mX7bl9FNFvX44G > .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); }#LAD0LA6VgeRySLJcJ7mX7bl9FNFvX44G > .row .container { border-width: 0; border-radius: 0; }#LAD0LA6VgeRySLJcJ7mX7bl9FNFvX44G > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#A5f40c5CnQs6FOp3R9rC6kG3dskkxEXT { color:#2c2c2c;display:block;width:48.5rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#XpGT6oGO8NmCCxPtaK96JTVkB7hPN0We { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:6.3125rem;top:29.1552734375rem;left:59.96875rem;display:block; }
#ODXFABPp6K1fMh02VIEoUMpTDBJRdNBp { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:10.9375rem;left:0rem;display:block; }
#F6iy7qTc5Pqh8moJL3V7mmdOpbwhUn04 { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:27.6875rem;left:10.78125rem;height:3.66015625rem;text-align:left;text-align-last:left;display:block; }
#W5zecW7BeTNwyF5l3qzdnUN0kQOGqTnc { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:10.9375rem;left:25.625rem;display:block; }
#N77T6Ih8W71BhIUVJHzKTbf2WU7aQ5Mk { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.0625rem;width:23.8125rem;top:10.9375rem;left:25.59375rem;overflow:hidden;display:block; }
#x4CoWOo3ZmaeWdQXCAfFAFo8GmvKgXsd { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17rem;width:23.8125rem;top:10.9375rem;left:0rem;overflow:hidden;display:block; }
#zVvGTZqGBJtVvF71OvCy6amSzEWbWDAm { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:17.0927734375rem;left:5.53125rem;overflow:hidden;display:block; }
#D6kktMceZWnAKH0zAxVSpPZn9SIJCPyE { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:24.4140625rem;left:10.78125rem;height:3.0869125rem;text-align:left;text-align-last:left;display:block; }
#CkacblgFuLp41tXreOc4tB7mfZkF5QIU { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:10.375rem;top:23.2109375rem;left:9.8125rem;display:block; }
#H32GPdcoHnUWvw0PJNhGi3C9Pf2TMpNn { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:10.9375rem;left:51.25rem;display:block; }
#dIzKtqmihgKzRBUFhwWQOSc72T5V00as { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.9375rem;width:23.625rem;top:10.9375rem;left:51.375rem;overflow:hidden;display:block; }
#mLzCmnvExJEpgsKlWumi6wEKyZoBfHul { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:17.0625rem;left:31.25rem;overflow:hidden;display:block; }
#Mri6SnKSb4rvPk4qx0ZePbhz5p2LD0ba { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.2;letter-spacing:0;top:27.6875rem;left:36.5rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#uEa9o3FgeL3PTZJqiqW1fPPho45mTAv5 { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:10.375rem;top:23.1875rem;left:35.5rem;display:block; }
#c6WU2WWJ3Ja1AeCmRCZl4ulWFPzuabi5 { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:24.4375rem;left:36.5rem;height:3.0869125rem;text-align:left;text-align-last:left;display:block; }
#lGVMaemUCwEXTqSzCkOJiJMkotKBePKJ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:17.0625rem;left:56.75rem;overflow:hidden;display:block; }
#tpMcLFpQDorsQCqSc751tG6IzCvyI5T1 { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.2;letter-spacing:0;top:27.6875rem;left:62rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#T3Iu76vw6Ia2J0kF8BNnsh5Tk5GJsIMA { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:10.375rem;top:23.1875rem;left:61rem;display:block; }
#iXSAHbqHrHlW6hoWv33SQauQ5JLvtLNa { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:24.4375rem;left:62rem;height:3.0869125rem;text-align:left;text-align-last:left;display:block; }
#sdcAzg7EwNlI9mvD9Zx1bbXABGTv4trH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sdcAzg7EwNlI9mvD9Zx1bbXABGTv4trH > .row .container { background-color: transparent; background-image: none; }#sdcAzg7EwNlI9mvD9Zx1bbXABGTv4trH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sdcAzg7EwNlI9mvD9Zx1bbXABGTv4trH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sdcAzg7EwNlI9mvD9Zx1bbXABGTv4trH > .row .container > .video-iframe-container { display: none; }#sdcAzg7EwNlI9mvD9Zx1bbXABGTv4trH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sdcAzg7EwNlI9mvD9Zx1bbXABGTv4trH > .row > .video-iframe-container { display: none; }#sdcAzg7EwNlI9mvD9Zx1bbXABGTv4trH > .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); }#sdcAzg7EwNlI9mvD9Zx1bbXABGTv4trH > .row .container { border-width: 0; border-radius: 0; }#sdcAzg7EwNlI9mvD9Zx1bbXABGTv4trH > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#fXszH4hUFBTIfFszfJc055HSKfafxAHz { color:#2c2c2c;display:block;width:48.5rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#PzzsZQS483BnH1M3DJHnvmNHhSVgQGSM { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:10.8125rem;left:0rem;display:block; }
#sRgW6qB0BWyoKgO06IfOocNsTRonzPdx { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.9375rem;width:12.5625rem;top:10.8125rem;left:0rem;overflow:hidden;display:block; }
#T7UoFUANk6bfgC6Kvn3b0P364xD8QTrX { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:7.9375rem;top:17.46875rem;left:6.34375rem;overflow:hidden;display:block; }
#ATG5Z8f9rZCFFTczovfBo8xaoZxMb3yD { color:#2c2c2c;display:block;width:8.125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:30.6708984375rem;left:11rem;height:2.6123rem;text-align:left;text-align-last:left;display:block; }
#khGv3sZW4gQMriAkogQmcTtsllhyQ9q9 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:6.3125rem;top:29.8505859375rem;left:9.28125rem;display:block; }
#S96BGETR9r7EmQr3D1MK5kVorgmbhK59 { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:33.59375rem;left:11rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#MOWwk2p5g07JPUqE0XwhFU6fxlftFb34 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:10.875rem;left:51.25rem;display:block; }
#LgA24T2rscnLIasVtrcqin7DNPkpGB8Z { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.9375rem;width:12.5rem;top:10.75rem;left:51.25rem;overflow:hidden;display:block; }
#Cq2PhAgNd0gfzPq70ia3JTsQftXuppit { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:7.9375rem;top:17.625rem;left:57.5625rem;overflow:hidden;display:block; }
#zz767S4VLnB6N6oZ5zldOqFnEhC0T94z { color:#2c2c2c;display:block;width:8.125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.1;letter-spacing:0;top:30.8125rem;left:62.25rem;height:2.6123rem;text-align:left;text-align-last:left;display:block; }
#iyUWctTphxiMdqMPofmZzN8QHZLxMNdS { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:6.3125rem;top:30rem;left:60.5rem;display:block; }
#TQFCwwxZRXhWDI35nzFzqb8ADKCMfx8r { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:33.75rem;left:62.25rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#DwNaeqS8mmLauMeHITlGVS2UTsv4Qilk { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:10.875rem;left:25.625rem;display:block; }
#F9LriNXm9e0VG6ZQH0aTp7KpndlsfaM3 { color:#2c2c2c;display:block;width:8.125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.1;letter-spacing:0;top:30.75rem;left:36.625rem;height:2.6123rem;text-align:left;text-align-last:left;display:block; }
#cZyxNNX2U4BvT8oxBnHgWJqNZ4bQ3E0J { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:6.3125rem;top:29.9375rem;left:34.9375rem;display:block; }
#mTaequpiRF0iQlVs5HlorZ3ADoD9ELKf { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:33.6875rem;left:36.625rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#a8U7R9lwf40DCd9RL0XN0SU7ZfD1iShI { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.9375rem;width:12.5rem;top:10.875rem;left:25.625rem;overflow:hidden;display:block; }
#OngTdt1MmXxh9rZus4P960w8CBLM0tBL { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:7.9375rem;top:17.5625rem;left:32rem;overflow:hidden;display:block; }
#drMUn2gvTT4TkXD1OR9WTaT3posyscm1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#drMUn2gvTT4TkXD1OR9WTaT3posyscm1 > .row .container { background-color: transparent; background-image: none; }#drMUn2gvTT4TkXD1OR9WTaT3posyscm1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#drMUn2gvTT4TkXD1OR9WTaT3posyscm1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#drMUn2gvTT4TkXD1OR9WTaT3posyscm1 > .row .container > .video-iframe-container { display: none; }#drMUn2gvTT4TkXD1OR9WTaT3posyscm1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#drMUn2gvTT4TkXD1OR9WTaT3posyscm1 > .row > .video-iframe-container { display: none; }#drMUn2gvTT4TkXD1OR9WTaT3posyscm1 > .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); }#drMUn2gvTT4TkXD1OR9WTaT3posyscm1 > .row .container { border-width: 0; border-radius: 0; }#drMUn2gvTT4TkXD1OR9WTaT3posyscm1 > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#MxIqNt2kmvSvv2RfrEVDNnWchdhrIpgb { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:0.125rem;left:0rem;display:block; }
#wv5SvRR1XifGTJ9n6sTIVQTkt8uUuWke { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.9375rem;width:12.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zufTImv9EUkDd9Q2RInZlzW1qISVERwd { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:7.9375rem;top:6.875rem;left:6.375rem;overflow:hidden;display:block; }
#bMTc4hx2WOw6fizuhmT5dkanBEsCf7P0 { color:#2c2c2c;display:block;width:8.125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.1;letter-spacing:0;top:20.0625rem;left:11rem;height:2.6123rem;text-align:left;text-align-last:left;display:block; }
#T8NuPt5k83oLug6Oayg3aQIUyLoQCRlH { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:6.3125rem;top:19.25rem;left:9.3125rem;display:block; }
#HbeRVQWfKRuT5TylzXLx5MFqdE36JFsE { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:23rem;left:11rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#VoDyRhp8vL2AOlivBZz3XxJ4yOR8GxFh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#VoDyRhp8vL2AOlivBZz3XxJ4yOR8GxFh > .row .container { background-color: transparent; background-image: none; }#VoDyRhp8vL2AOlivBZz3XxJ4yOR8GxFh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VoDyRhp8vL2AOlivBZz3XxJ4yOR8GxFh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VoDyRhp8vL2AOlivBZz3XxJ4yOR8GxFh > .row .container > .video-iframe-container { display: none; }#VoDyRhp8vL2AOlivBZz3XxJ4yOR8GxFh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VoDyRhp8vL2AOlivBZz3XxJ4yOR8GxFh > .row > .video-iframe-container { display: none; }#VoDyRhp8vL2AOlivBZz3XxJ4yOR8GxFh > .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); }#VoDyRhp8vL2AOlivBZz3XxJ4yOR8GxFh > .row .container { border-width: 0; border-radius: 0; }#VoDyRhp8vL2AOlivBZz3XxJ4yOR8GxFh > .row .container { font-size:0.875rem;font-family:arial;height:30.6875rem;width:75rem;position:relative;display:block; }#CqvFSzZ2d70zSxLa3FuWH4tMzg7wl0hd { color:#2c2c2c;display:block;width:48.5rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#KbdBV8vqDqfz5rElAIATtGXfvm9MdWbz { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:17.4375rem;width:23.75rem;top:10.9375rem;left:0rem;display:block; }
#rHTZ0u8gWmx7dt6FcCVBMZwkSgquvFEQ { color:#2c2c2c;display:block;width:7.5625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:23.6875rem;left:12.9375rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#loO5rNEAac607gKo8dHJClDpHUR6UTeu { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17rem;width:14.5625rem;top:10.9375rem;left:0rem;overflow:hidden;display:block; }
#ECdKausxTfS0gPq9OQOTSplHpq8qpTIJ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:13.375rem;left:3.84375rem;overflow:hidden;display:block; }
#WGAwUPtuRbSeKSdwC1aTxdnXBe6iBqMU { color:#2c2c2c;display:block;width:8rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:20.4375rem;left:12.9375rem;height:3.0869125rem;text-align:left;text-align-last:left;display:block; }
#TfQ0kIEfpKioT3zl4F9RQViHMD4abOQN { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:10.375rem;top:20.25rem;left:10.1875rem;display:block; }
#lBJxCNg0qEkIVkXP1NfyP6X96mchFuPp { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:17.4375rem;width:23.75rem;top:10.75rem;left:51.25rem;display:block; }
#ValqJRUF13lOaen7PghLAQRpUhglo1wR { color:#2c2c2c;display:block;width:10.125rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:23.5rem;left:64.1875rem;height:3.66015625rem;text-align:left;text-align-last:left;display:block; }
#pgTB8ziGQSFrUFPxEhtBAt42ccFQPLl3 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17rem;width:14.5625rem;top:10.75rem;left:51.25rem;overflow:hidden;display:block; }
#WFI4FB6cXC7TPAInkEKcAdq4O2A0rytB { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:13.1875rem;left:55.125rem;overflow:hidden;display:block; }
#EWzw7rQp0ZvkhaDgJIZb2loGc5FPvO23 { color:#2c2c2c;display:block;width:8rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:20.25rem;left:64.1875rem;height:3.0869125rem;text-align:left;text-align-last:left;display:block; }
#ox6SHAxnnImHAqKNgZd3fTadWLlzrW9c { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:10.375rem;top:20.0625rem;left:61.4375rem;display:block; }
#uSzTfuN6RPrSTnBMuyTrhyh3klOhZgg8 { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:17.4375rem;width:23.75rem;top:10.75rem;left:25.625rem;display:block; }
#SKrVrXbA8tDCxbsHZPUWlx1qBT17FXpf { color:#2c2c2c;display:block;width:7.5625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:23.5rem;left:38.5625rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#cX7XDtU1leNrelcz6hHkvEaWzkNo7smn { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17rem;width:14.5625rem;top:10.75rem;left:25.625rem;overflow:hidden;display:block; }
#XPNywpDUHwOnr61NKAi17hptKKCTzo95 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:13.1875rem;left:29.5rem;overflow:hidden;display:block; }
#v9RwNdTNRyDTweltUtNkgcn3fLGBNTA9 { color:#2c2c2c;display:block;width:8rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:20.25rem;left:38.5625rem;height:3.0869125rem;text-align:left;text-align-last:left;display:block; }
#MT4gOux1s0fd1g49ri1bzadzLOASdlDQ { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:10.375rem;top:20.0625rem;left:35.8125rem;display:block; }
#ePDJiQpCLsJGyKBK4e1zaBCRZGFSRi0z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ePDJiQpCLsJGyKBK4e1zaBCRZGFSRi0z > .row .container { background-color: transparent; background-image: none; }#ePDJiQpCLsJGyKBK4e1zaBCRZGFSRi0z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ePDJiQpCLsJGyKBK4e1zaBCRZGFSRi0z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ePDJiQpCLsJGyKBK4e1zaBCRZGFSRi0z > .row .container > .video-iframe-container { display: none; }#ePDJiQpCLsJGyKBK4e1zaBCRZGFSRi0z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ePDJiQpCLsJGyKBK4e1zaBCRZGFSRi0z > .row > .video-iframe-container { display: none; }#ePDJiQpCLsJGyKBK4e1zaBCRZGFSRi0z > .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); }#ePDJiQpCLsJGyKBK4e1zaBCRZGFSRi0z > .row .container { border-width: 0; border-radius: 0; }#ePDJiQpCLsJGyKBK4e1zaBCRZGFSRi0z > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#NorDcXGlR0w8pMpaOmZd7EF05zcf2hTX { color:#2c2c2c;display:block;width:62rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.5rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#szmyxaOfAE9w8KrnhO6wcHcp2ku5CkIB { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:10.8125rem;left:0rem;display:block; }
#iAfO4Nk3k7TsSpuO4RMB5ZUW5b6TzCBO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.75rem;width:12.5rem;top:10.8125rem;left:0rem;overflow:hidden;display:block; }
#KG1O7pdc0y5MF5VKuIFTd5JDTktnamRp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:7.9375rem;top:17.78125rem;left:6.34375rem;overflow:hidden;display:block; }
#ntnGqpHHGTawE1oUApPgE2XkBRIQhvXf { color:#2c2c2c;display:block;width:8.125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:30.8583984375rem;left:11rem;height:2.6123rem;text-align:left;text-align-last:left;display:block; }
#bF0Ciwc7W7te2lqAinCezBMJkwtTVAz4 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:6.3125rem;top:30.4755859375rem;left:8.71875rem;display:block; }
#bze8TnNwUa5tRqgU6aIfL5OQkIUzxxNu { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:33.78125rem;left:11rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#MTmqmIH7Porf4NvqoSH0ypk6bL3hEAt3 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:10.875rem;left:51.25rem;display:block; }
#ukBbwlT9TTfWeBWPImVQ7Lt27l7MKwai { color:#2c2c2c;display:block;width:8.125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.1;letter-spacing:0;top:30.9375rem;left:62.25rem;height:2.6123rem;text-align:left;text-align-last:left;display:block; }
#WNh9MuhcnKRf3Pob6Fsom9wCt2Q747hs { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:33.875rem;left:62.25rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#P6U2T4E9eAd6aRuSSb7Oxkn1CMb878TJ { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.75rem;width:12.4375rem;top:10.875rem;left:51.25rem;overflow:hidden;display:block; }
#ew9DPOtsGSqaraKsOsHqIRtshf3J4359 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:7.9375rem;top:17.875rem;left:57.625rem;overflow:hidden;display:block; }
#RxUfv0X59SrKAuyT9HIsTqbntthJ4kT0 { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:6.3125rem;top:30.5625rem;left:60rem;display:block; }
#skZPXqLPORCL6W8yTvIUG4N8yowT7gcO { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:10.8125rem;left:25.625rem;display:block; }
#T6dWqlPUykM5c80derbarfAslNvegdox { color:#2c2c2c;display:block;width:8.125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.1;letter-spacing:0;top:30.875rem;left:36.625rem;height:2.6123rem;text-align:left;text-align-last:left;display:block; }
#e7F0t2GaD4UdgdekSuHUdxo2Hn3qTJBp { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:33.8125rem;left:36.625rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#ElhdeMWmI5rihbcRcUXckqxRE9XopGZI { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.75rem;width:12.4375rem;top:10.8125rem;left:25.625rem;overflow:hidden;display:block; }
#yPVD8T45BUaCE5tJZX6T24pEz8e2FN0S { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:7.9375rem;top:17.8125rem;left:32rem;overflow:hidden;display:block; }
#wrmxooXuZPWuuOeR1eJeSa5r7L9npKXm { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:6.3125rem;top:30.5rem;left:34.375rem;display:block; }
#AbgGC2mHnt9b8wX1ZQT0IoRTGaHwgQQX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#AbgGC2mHnt9b8wX1ZQT0IoRTGaHwgQQX > .row .container { background-color: transparent; background-image: none; }#AbgGC2mHnt9b8wX1ZQT0IoRTGaHwgQQX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AbgGC2mHnt9b8wX1ZQT0IoRTGaHwgQQX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AbgGC2mHnt9b8wX1ZQT0IoRTGaHwgQQX > .row .container > .video-iframe-container { display: none; }#AbgGC2mHnt9b8wX1ZQT0IoRTGaHwgQQX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AbgGC2mHnt9b8wX1ZQT0IoRTGaHwgQQX > .row > .video-iframe-container { display: none; }#AbgGC2mHnt9b8wX1ZQT0IoRTGaHwgQQX > .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); }#AbgGC2mHnt9b8wX1ZQT0IoRTGaHwgQQX > .row .container { border-width: 0; border-radius: 0; }#AbgGC2mHnt9b8wX1ZQT0IoRTGaHwgQQX > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#QRdvDUzzbGpH2J9FMEU4yJWaP9QIdymI { color:#2c2c2c;display:block;width:62rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.5rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#sgsTxIhnmWRT2trF41O7SasEud6bsSSc { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:11rem;left:12.8125rem;display:block; }
#KwXcr4mwvIG9Te61FCuNA5lKLaKyz6E0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.0625rem;width:12.5rem;top:11rem;left:12.8125rem;overflow:hidden;display:block; }
#diSVm3luXQRRTTQ7bxsitPTR9lwTGP1T { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:7.9375rem;top:17rem;left:19.3125rem;overflow:hidden;display:block; }
#cbvEe85OiWxoG8o1vCUSp8gDgnPTpWce { color:#2c2c2c;display:block;width:8.125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:27.6875rem;left:24rem;height:6.5283125rem;text-align:left;text-align-last:left;display:block; }
#QDBuH2IDaz1izA5hlf7CworbKRvm01Xe { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:10.5rem;top:27.125rem;left:21.5625rem;display:block; }
#ZwAplEr7hhM7QQPawwHLAn4u0J3PBTcc { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:33.375rem;left:24rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#yFCPWXwatx8TTQpZ825Hr3c0T2tmdne0 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:11rem;left:38.4375rem;display:block; }
#tbGJw7VMNNChA9anACbq0lGC5gqTgr5t { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.0625rem;width:12.5rem;top:11rem;left:38.4375rem;overflow:hidden;display:block; }
#yOs8FHZwEAmpXKoLoH2ewmOhyhKsKcd4 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:7.9375rem;top:17rem;left:44.9375rem;overflow:hidden;display:block; }
#GVpW8ByV9BvS5A0XidF95pWiZqzL0H3Z { color:#2c2c2c;display:block;width:8.125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.1;letter-spacing:0;top:27.6875rem;left:49.625rem;height:6.5283125rem;text-align:left;text-align-last:left;display:block; }
#KNzpyv4PMd5DkWm4wHc1qSAaHARTDmyI { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.625rem;width:10.5rem;top:27.125rem;left:47.1875rem;display:block; }
#zll67ioUmbICCbTQwTk3wDTxKvNsccxX { color:#2c2c2c;display:block;width:12rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:33.375rem;left:49.625rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#goy07a0dkw55TADclMaXte0hVwdK8Fwd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#goy07a0dkw55TADclMaXte0hVwdK8Fwd > .row .container { background-color: transparent; background-image: none; }#goy07a0dkw55TADclMaXte0hVwdK8Fwd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#goy07a0dkw55TADclMaXte0hVwdK8Fwd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#goy07a0dkw55TADclMaXte0hVwdK8Fwd > .row .container > .video-iframe-container { display: none; }#goy07a0dkw55TADclMaXte0hVwdK8Fwd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#goy07a0dkw55TADclMaXte0hVwdK8Fwd > .row > .video-iframe-container { display: none; }#goy07a0dkw55TADclMaXte0hVwdK8Fwd > .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); }#goy07a0dkw55TADclMaXte0hVwdK8Fwd > .row .container { border-width: 0; border-radius: 0; }#goy07a0dkw55TADclMaXte0hVwdK8Fwd > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#TQygNaixa6fTawpV7m7FMap7nri2Q6zv { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:12.8125rem;display:block; }
#GP4QSJkJoWDTOohZg32Krny9MybOvFoV { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:16.0625rem;left:25.25rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#zhk4wbX6cVcnoXOXwtCGqoJhgrkfzJpD { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:38.4375rem;display:block; }
#C8UrWgI4amM9D2QkRsPPf4NUTexWV1V7 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:14.0625rem;top:0rem;left:38.4375rem;overflow:hidden;display:block; }
#GN7kRTkJp6NEol7rHCbKFpUKZAmc2kZS { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:43.125rem;overflow:hidden;display:block; }
#UJz4r1vBd0TIbukBABDv06dpklomDgrE { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:14.0625rem;top:0rem;left:12.8125rem;overflow:hidden;display:block; }
#qMqy4y9xuwB7TGnh2KuXTJTVN4t8rTxo { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:17.5rem;overflow:hidden;display:block; }
#cUBRmm7EvqtyPAuz2OZX0fgPbuORQGBD { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:11.4375rem;left:25.25rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#da9BlQb2qxhWB45n2oTUEfMPus2GlTQR { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:10.375rem;top:11.4375rem;left:22.125rem;display:block; }
#q2saO5OBUPqF0cpL0EPb86ROAIWLrbJL { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:10.375rem;top:11.4375rem;left:47.875rem;display:block; }
#vxEuI2zy2mdXoPNS3THmo6yyaDgEq88r { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:16.0625rem;left:51rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#xo8pW3kFMeIH2Xu6xiLPNBcKKlm13v0S { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:11.4375rem;left:51rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#m6rRNMWtyFVXHhlbpSGe8RX1D3w0XfuV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#m6rRNMWtyFVXHhlbpSGe8RX1D3w0XfuV > .row .container { background-color: transparent; background-image: none; }#m6rRNMWtyFVXHhlbpSGe8RX1D3w0XfuV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m6rRNMWtyFVXHhlbpSGe8RX1D3w0XfuV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m6rRNMWtyFVXHhlbpSGe8RX1D3w0XfuV > .row .container > .video-iframe-container { display: none; }#m6rRNMWtyFVXHhlbpSGe8RX1D3w0XfuV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m6rRNMWtyFVXHhlbpSGe8RX1D3w0XfuV > .row > .video-iframe-container { display: none; }#m6rRNMWtyFVXHhlbpSGe8RX1D3w0XfuV > .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); }#m6rRNMWtyFVXHhlbpSGe8RX1D3w0XfuV > .row .container { border-width: 0; border-radius: 0; }#m6rRNMWtyFVXHhlbpSGe8RX1D3w0XfuV > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#OVUED0y7hL7gozPcbAPtlIx21obuWOil { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:12.8125rem;display:block; }
#XGoSmuhcCvqd2D4UzdDCgZsSS3zhCLiC { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:16.0625rem;left:25.25rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#CqPaxRgmT6gQHWyX9qZRalkIIqkalRJE { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:14.0625rem;top:0rem;left:12.8125rem;overflow:hidden;display:block; }
#LwIKWuTUvNzfEHOkDFAEn1Ne00rc34J0 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.6875rem;left:17.5rem;overflow:hidden;display:block; }
#mCOCQWFbRTWUEnvUHIBbFKwTQK4c4uqf { color:#2c2c2c;display:block;width:6.8125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:11.4375rem;left:25.25rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#rLdSmuVfA67l7KUzyJCFpla55gFET82z { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:10.375rem;top:11.4375rem;left:22.125rem;display:block; }
#ii21xprzO2gtrDV27TSAZMGTsPiQTwIA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ii21xprzO2gtrDV27TSAZMGTsPiQTwIA > .row .container { background-color: transparent; background-image: none; }#ii21xprzO2gtrDV27TSAZMGTsPiQTwIA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ii21xprzO2gtrDV27TSAZMGTsPiQTwIA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ii21xprzO2gtrDV27TSAZMGTsPiQTwIA > .row .container > .video-iframe-container { display: none; }#ii21xprzO2gtrDV27TSAZMGTsPiQTwIA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ii21xprzO2gtrDV27TSAZMGTsPiQTwIA > .row > .video-iframe-container { display: none; }#ii21xprzO2gtrDV27TSAZMGTsPiQTwIA > .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); }#ii21xprzO2gtrDV27TSAZMGTsPiQTwIA > .row .container { border-width: 0; border-radius: 0; }#ii21xprzO2gtrDV27TSAZMGTsPiQTwIA > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#KJXmchDTvbwAoWudTbLyb8CIcde4TldH { color:#2c2c2c;display:block;width:48.5rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.25rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#fQCrH4vAbKZzb1IEm2bsBoV94aQnJml6 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:10.9375rem;left:0rem;display:block; }
#cRzHS1S6X8ypPI4ftuKJy670EqPUIpm9 { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:28rem;left:10.21875rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#LSFFXTVdLfVc7wpVWlKwpgqtwk1oXckv { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:23.8125rem;top:10.9375rem;left:0rem;overflow:hidden;display:block; }
#zaRBAbS0X9gXLEPLicKwtGc4LzAwk6KI { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:12.125rem;top:21.0927734375rem;left:3.78125rem;overflow:hidden;display:block; }
#mOLBM8UhbTU504TiEDzGUtkm2EvUxIeT { color:#2c2c2c;display:block;width:12.25rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:23.3583984375rem;left:10.21875rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#S0QWN1gM6AGFWTtnoTvclw0LEJmRk7n3 { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:10.4375rem;top:22.2734375rem;left:9.75rem;display:block; }
#CNycmW3fDJtEHMfJtn67QTIW1SS80WSI { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:10.9375rem;left:51.1875rem;display:block; }
#LRUwp9l8yoTWMNCQ5XqzKLwhJ2KsbiVU { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:28rem;left:61.4375rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#LlsTTkFMUJWQal1uJREeFaZLcymdvdgK { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:23.8125rem;top:10.9375rem;left:51.1875rem;overflow:hidden;display:block; }
#OyVwM4MMRs5oXyrqfq57EiaANm7pbRkv { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:12.125rem;top:21.0625rem;left:55rem;overflow:hidden;display:block; }
#nZvh9db8xr485fm01eG6Xz1oC867Bsqo { color:#2c2c2c;display:block;width:12.25rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:23.375rem;left:61.4375rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#gpaNyZRraIvCKFMbE9aufGOpIyAJTm7Z { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:10.4375rem;top:22.25rem;left:60.9375rem;display:block; }
#bAnTmu8BpWb6nvREERbf7yrMsWz9GI2l { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:10.9375rem;left:25.625rem;display:block; }
#ivGLkfq4f5dEOdKVbXIoPL6tLIf1n0Gw { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:28rem;left:35.8125rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#DArUSFy9es2eogTBLbiDZ8TXSUo7uOZp { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:23.8125rem;top:10.9375rem;left:25.625rem;overflow:hidden;display:block; }
#EbPhVFLVDIbkyxmmqE3wmPmrSB6NN2ns { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:12.125rem;top:21.0625rem;left:29.375rem;overflow:hidden;display:block; }
#qdfESVrZGI14wspVtqJCTBuin5vcD6ok { color:#2c2c2c;display:block;width:12.25rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:23.375rem;left:35.8125rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#cWiH5EFieprg8DeqdyZaPmbWAXyObSon { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:10.4375rem;top:22.25rem;left:35.375rem;display:block; }
#vxhykMw0Foy4f2CxvtRO8tiKV2DdmSqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vxhykMw0Foy4f2CxvtRO8tiKV2DdmSqc > .row .container { background-color: transparent; background-image: none; }#vxhykMw0Foy4f2CxvtRO8tiKV2DdmSqc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vxhykMw0Foy4f2CxvtRO8tiKV2DdmSqc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vxhykMw0Foy4f2CxvtRO8tiKV2DdmSqc > .row .container > .video-iframe-container { display: none; }#vxhykMw0Foy4f2CxvtRO8tiKV2DdmSqc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vxhykMw0Foy4f2CxvtRO8tiKV2DdmSqc > .row > .video-iframe-container { display: none; }#vxhykMw0Foy4f2CxvtRO8tiKV2DdmSqc > .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); }#vxhykMw0Foy4f2CxvtRO8tiKV2DdmSqc > .row .container { border-width: 0; border-radius: 0; }#vxhykMw0Foy4f2CxvtRO8tiKV2DdmSqc > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#lrL02La6BWandrxdqgfOVdfQsOPJmQbg { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0rem;left:0rem;display:block; }
#Di3TEmKsLQmJND6ah7TTFLiXD56VSeHL { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.6875rem;width:23.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#eFBxmawgJSpWH0k8i2iFQ4BgMkA4hCto { color:#2c2c2c;display:block;width:10.75rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.2;letter-spacing:0;top:17.0625rem;left:10.25rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#grP8QIvh8fP8TLTourzZzVC9VyJ0GBRq { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.0625rem;width:12.125rem;top:10.125rem;left:3.8125rem;overflow:hidden;display:block; }
#VVCmKgwvAd6Q7mAlkCHo7dxrdJsNsShT { color:#2c2c2c;display:block;width:12.25rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:12.4375rem;left:10.25rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#MCGaS4329h3ozmFRuZh0PhC4fzvtUOlU { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.875rem;width:10.4375rem;top:11.3125rem;left:9.75rem;display:block; }
#IcdTdsAT6hV6Q1XDHwrGHu3hcFxiSdAz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IcdTdsAT6hV6Q1XDHwrGHu3hcFxiSdAz > .row .container { background-color: transparent; background-image: none; }#IcdTdsAT6hV6Q1XDHwrGHu3hcFxiSdAz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IcdTdsAT6hV6Q1XDHwrGHu3hcFxiSdAz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IcdTdsAT6hV6Q1XDHwrGHu3hcFxiSdAz > .row .container > .video-iframe-container { display: none; }#IcdTdsAT6hV6Q1XDHwrGHu3hcFxiSdAz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IcdTdsAT6hV6Q1XDHwrGHu3hcFxiSdAz > .row > .video-iframe-container { display: none; }#IcdTdsAT6hV6Q1XDHwrGHu3hcFxiSdAz > .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); }#IcdTdsAT6hV6Q1XDHwrGHu3hcFxiSdAz > .row .container { border-width: 0; border-radius: 0; }#IcdTdsAT6hV6Q1XDHwrGHu3hcFxiSdAz > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#OsrLssts9hQPlFiO0dNxlRwhBrkHJBLP { color:#2c2c2c;display:block;width:48.5rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4375rem;left:13.25rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#n5onFXshZN01hcF5FnE55BvrkJZOEkzh { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:10.8125rem;left:0rem;display:block; }
#MWFGGwNtLvdHypEUkxT4nnyldXFi7fwr { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.6875rem;width:12.5625rem;top:10.8125rem;left:0rem;overflow:hidden;display:block; }
#nA99Z0rRuBP6Of96bmbV0TDiUga24fp2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.0625rem;width:8.0625rem;top:18.1796875rem;left:6.40625rem;overflow:hidden;display:block; }
#zexSAmaFFvtXZFR2TLtBKAPuN7ZJKTPb { color:#2c2c2c;display:block;width:11.75rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:28.720703125rem;left:11rem;height:3.9169875rem;text-align:left;text-align-last:left;display:block; }
#EpufODZ46S6s6niGvLHam5VEUGT09Wv7 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.3125rem;top:28.1796875rem;left:8.71875rem;display:block; }
#kZ22bXuIaar1VhkN1qLwF9AvOuyBcDX1 { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:32.84375rem;left:11rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#EBpF8Ra1D807OEHnda6CwK1gIKctd9hT { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:10.875rem;left:51.25rem;display:block; }
#l6PNyDPGM4cO7unGiaVRyBnyCZckNzfN { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.6875rem;width:12.5625rem;top:10.875rem;left:51.25rem;overflow:hidden;display:block; }
#uBdrs0ShPDRUkxKBdCWTc1lOo1Hawana { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.0625rem;width:8.0625rem;top:18.25rem;left:57.6875rem;overflow:hidden;display:block; }
#VDtlz8Krn6qCeZDE80SFtg7GiAFDUfFL { color:#2c2c2c;display:block;width:11.75rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.1;letter-spacing:0;top:28.8125rem;left:62.25rem;height:3.9169875rem;text-align:left;text-align-last:left;display:block; }
#TcX4BTcLNf1x3i0RGXNt8ufmwIDhOQ8J { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.3125rem;top:28.25rem;left:60rem;display:block; }
#CyunQc1uIXiGl870kEA8FRU0VLuGuOHr { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:32.9375rem;left:62.25rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#vEnGVpZRsvsw7wZ8GOtlR39WN6E2tEHp { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:27.8125rem;width:23.75rem;top:10.8125rem;left:25.625rem;display:block; }
#tCtrAmFMn25HbNkFuCmBe4MEdgZN8KvW { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.6875rem;width:12.5625rem;top:10.8125rem;left:25.625rem;overflow:hidden;display:block; }
#pSd9tJwn3dlT0UcEl4G6og7R67tce7vz { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.0625rem;width:8.0625rem;top:18.1875rem;left:32.0625rem;overflow:hidden;display:block; }
#bXEEfif7agfyOfFb0AexpTX84ScOPcWu { color:#2c2c2c;display:block;width:11.75rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.1;letter-spacing:0;top:28.75rem;left:36.625rem;height:3.9169875rem;text-align:left;text-align-last:left;display:block; }
#xU9xNrTt2xSaDZKbJdB7gfxGsQGvsERR { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.3125rem;top:28.1875rem;left:34.375rem;display:block; }
#qllCPPim1rioIhcyiULSFXu0I93dzTK3 { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:32.875rem;left:36.625rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#uclPsQhmIXd1WkaVr3bIuVBx1Bk51miv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uclPsQhmIXd1WkaVr3bIuVBx1Bk51miv > .row .container { background-color: transparent; background-image: none; }#uclPsQhmIXd1WkaVr3bIuVBx1Bk51miv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uclPsQhmIXd1WkaVr3bIuVBx1Bk51miv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uclPsQhmIXd1WkaVr3bIuVBx1Bk51miv > .row .container > .video-iframe-container { display: none; }#uclPsQhmIXd1WkaVr3bIuVBx1Bk51miv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uclPsQhmIXd1WkaVr3bIuVBx1Bk51miv > .row > .video-iframe-container { display: none; }#uclPsQhmIXd1WkaVr3bIuVBx1Bk51miv > .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); }#uclPsQhmIXd1WkaVr3bIuVBx1Bk51miv > .row .container { border-width: 0; border-radius: 0; }#uclPsQhmIXd1WkaVr3bIuVBx1Bk51miv > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;position:relative;display:block; }#He17TmG3R9Zv0m0UX5NfknLplwU8Z8Sl { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:17.4375rem;width:23.75rem;top:0rem;left:0rem;display:block; }
#QIOrP8vXffuKgFeTh7B3WbLRtybaAurQ { color:#2c2c2c;display:block;width:7.5625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:12.87890625rem;left:14.65625rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#vHf5FXdNJuXtWugnF2MC00KnWoUmTksw { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.3125rem;width:17.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Tppgdbt4T2kBx5hE5urlCDOsiqMcdRCU { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:2.15625rem;left:5rem;overflow:hidden;display:block; }
#yKRzJyniCh75qezPzpdtiJnPrwfGpPkf { color:#2c2c2c;display:block;width:8.5625rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:8.25rem;left:14.65625rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#Ih3IEpVBZ1gkZ4TApAivsCzaPReNPFLb { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:8.5625rem;top:8.21484375rem;left:14.0625rem;display:block; }
#JlQTz2hlupCZ6mwk0ifZhT9lvMwu349Q { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:17.4375rem;width:23.75rem;top:0rem;left:51.25rem;display:block; }
#JvCrTucvDLKOgtOaKAZ1y7g92I4w3tnI { color:#2c2c2c;display:block;width:7.5625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:12.875rem;left:65.875rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#fibzQRMT4S8iDWGS2N7nrsLq4U0caNnI { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:17.0625rem;top:0rem;left:51.25rem;overflow:hidden;display:block; }
#zK6DTZxQdRAXHgI5edTQNzDmoyZKXb2t { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:2.1875rem;left:56.25rem;overflow:hidden;display:block; }
#w8NWB2MQfn0lRiyyWF0unTSgzPn6PxuV { color:#2c2c2c;display:block;width:8.4375rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:8.25rem;left:65.875rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#HTWxK5o5ZVvlfO1R3DObUnmrFpPrcIdS { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:8.5625rem;top:8.1875rem;left:65.3125rem;display:block; }
#ibRe7wsmT6affd7ylRwhM83LnCTSWcwr { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:17.4375rem;width:23.75rem;top:0rem;left:25.625rem;display:block; }
#v3lmdF8ypmzQDTeI9BbqIiX0KTHq5OyD { color:#2c2c2c;display:block;width:7.5625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:12.875rem;left:40.25rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#eU8xpITNpQUqUv9PnQSskiTR2MT1sbgd { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:16.9375rem;top:0rem;left:25.625rem;overflow:hidden;display:block; }
#DOtA5AtOKptOVDqU6oQ3zAIMWRgfMIJD { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:2.1875rem;left:30.625rem;overflow:hidden;display:block; }
#cbQkySN14CogVE0k1vVSN0lMmebTGQyF { color:#2c2c2c;display:block;width:8.75rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:8.25rem;left:40.25rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#k0tVtOdBkoofcaNuzn2bTzG3uQ5Nk1he { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:8.5625rem;top:8.1875rem;left:39.6875rem;display:block; }
#pVnS7fXpFHxoahn5rByFZE4AHeEfoNRt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pVnS7fXpFHxoahn5rByFZE4AHeEfoNRt > .row .container { background-color: transparent; background-image: none; }#pVnS7fXpFHxoahn5rByFZE4AHeEfoNRt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pVnS7fXpFHxoahn5rByFZE4AHeEfoNRt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pVnS7fXpFHxoahn5rByFZE4AHeEfoNRt > .row .container > .video-iframe-container { display: none; }#pVnS7fXpFHxoahn5rByFZE4AHeEfoNRt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pVnS7fXpFHxoahn5rByFZE4AHeEfoNRt > .row > .video-iframe-container { display: none; }#pVnS7fXpFHxoahn5rByFZE4AHeEfoNRt > .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); }#pVnS7fXpFHxoahn5rByFZE4AHeEfoNRt > .row .container { border-width: 0; border-radius: 0; }#pVnS7fXpFHxoahn5rByFZE4AHeEfoNRt > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;position:relative;display:block; }#a4Z9nFgTraiirWBroN1Td46vblf92MK4 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:17.4375rem;width:23.75rem;top:0rem;left:0rem;display:block; }
#rTBEJDnTQ9ELu34iA5ut1ItxJyVntvKz { color:#2c2c2c;display:block;width:7.5625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:12.87890625rem;left:14.65625rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#u46z1QNgPWvgL18LzAGud65iwI5xX3H2 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:17.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NhHEetlxsq3ESVsKCVe7PPNTVB5V6vlL { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:2.15625rem;left:5rem;overflow:hidden;display:block; }
#DriOaL4VRyMSfLcGdaArQKUBeik3xctU { color:#2c2c2c;display:block;width:8.5625rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:8.25rem;left:14.65625rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#zfGgF8hp53e6EyE8EzAKTkwCouqX5v2P { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:8.5625rem;top:8.21484375rem;left:14.0625rem;display:block; }
#MhVPGl9c6LzQPnr9fQsRK4pwFF3I8TBn { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:17.4375rem;width:23.75rem;top:0rem;left:51.25rem;display:block; }
#wXbPR9rEwTB29RgMnQTOr6n6su2Z6Vzu { color:#2c2c2c;display:block;width:7.5625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:12.875rem;left:65.875rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#Zm16tTv9WFJChzZkNF3DgJID6UeEgh7S { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:17.0625rem;top:0rem;left:51.25rem;overflow:hidden;display:block; }
#l7OX6km8AI8E8Uqdmx9EV4Tk6QWOq1tD { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:2.1875rem;left:56.25rem;overflow:hidden;display:block; }
#yVXIzhAIQ7BLA2u4nbOAUH0hcq0Mh6DX { color:#2c2c2c;display:block;width:8.4375rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:8.25rem;left:65.875rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#ixA7BF5Vv8Pc2mBF7IiJvyDNQQTTcE7v { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:8.5625rem;top:8.1875rem;left:65.3125rem;display:block; }
#xTCdmOFWB0gZVtOhcR9igw98CxMFzagH { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:17.4375rem;width:23.75rem;top:0rem;left:25.625rem;display:block; }
#zOgebyxIZoK16b6ku2f1tmivOA4OTXbb { color:#2c2c2c;display:block;width:7.5625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:12.875rem;left:40.25rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#RdEEZNcop8gcPxULhA7FcIklSVhavLlL { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.1875rem;width:17.0625rem;top:0rem;left:25.625rem;overflow:hidden;display:block; }
#TEF8govN6KaIkVHmbIZbPOigXqcOIB7U { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:2.1875rem;left:30.625rem;overflow:hidden;display:block; }
#NtxbbnmakqUCBxMPOAUyHCQUdgPTingm { color:#2c2c2c;display:block;width:8.75rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:8.25rem;left:40.25rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#wSTJJ9BQ94aWFJ5i2ZaXOKknxpIsTmMR { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:8.5625rem;top:8.1875rem;left:39.6875rem;display:block; }
#oue7ANCIbEpuQwbAVbUI7kBWTOEp7oe2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oue7ANCIbEpuQwbAVbUI7kBWTOEp7oe2 > .row .container { background-color: transparent; background-image: none; }#oue7ANCIbEpuQwbAVbUI7kBWTOEp7oe2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oue7ANCIbEpuQwbAVbUI7kBWTOEp7oe2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oue7ANCIbEpuQwbAVbUI7kBWTOEp7oe2 > .row .container > .video-iframe-container { display: none; }#oue7ANCIbEpuQwbAVbUI7kBWTOEp7oe2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oue7ANCIbEpuQwbAVbUI7kBWTOEp7oe2 > .row > .video-iframe-container { display: none; }#oue7ANCIbEpuQwbAVbUI7kBWTOEp7oe2 > .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); }#oue7ANCIbEpuQwbAVbUI7kBWTOEp7oe2 > .row .container { border-width: 0; border-radius: 0; }#oue7ANCIbEpuQwbAVbUI7kBWTOEp7oe2 > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#RwZ9z16iKwk0QTBN5IHtZ0dSm4IoiNFH { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.5rem;width:23.75rem;top:0.0625rem;left:0rem;display:block; }
#ruzBQtTI1X2PM1LRpMDgRvtxCDn9UXIU { color:#2c2c2c;display:block;width:5.4375rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:16.0625rem;left:12.4375rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#oEH735kZgbC26fkRTTxWMl0aiK1TEWef { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:14.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nHbUkHVO1MCmo1zNZBv98vZLWe6gE8Mb { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:6.0625rem;left:4.6875rem;overflow:hidden;display:block; }
#KSAGm3T33Hn8XzlJ82pBxVKW0BCqn1hi { color:#2c2c2c;display:block;width:9.3125rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:11.4375rem;left:12.4375rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#qoi9b9TZwaUTTrgabDLH6WpqnoB8uafa { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:7.75rem;top:11.25rem;left:11.9375rem;display:block; }
#D2V6wE8Th1kMUSoFOIWl3tIXPQeEBUFa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#D2V6wE8Th1kMUSoFOIWl3tIXPQeEBUFa > .row .container { background-color: transparent; background-image: none; }#D2V6wE8Th1kMUSoFOIWl3tIXPQeEBUFa::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D2V6wE8Th1kMUSoFOIWl3tIXPQeEBUFa > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D2V6wE8Th1kMUSoFOIWl3tIXPQeEBUFa > .row .container > .video-iframe-container { display: none; }#D2V6wE8Th1kMUSoFOIWl3tIXPQeEBUFa > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D2V6wE8Th1kMUSoFOIWl3tIXPQeEBUFa > .row > .video-iframe-container { display: none; }#D2V6wE8Th1kMUSoFOIWl3tIXPQeEBUFa > .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); }#D2V6wE8Th1kMUSoFOIWl3tIXPQeEBUFa > .row .container { border-width: 0; border-radius: 0; }#D2V6wE8Th1kMUSoFOIWl3tIXPQeEBUFa > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#suDgqtt97uKKlFrHLkq5oylz3TnVzark { color:#2c2c2c;display:block;width:43.125rem;position:absolute;font-family:ttchocolates;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.4375rem;left:15.03125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#GS1q5caBlM9WTP3dx9wHDCXPVIlgTkiB { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.4375rem;width:23.75rem;top:12.3671875rem;left:0rem;display:block; }
#ueNUHoVrNnFWVfQRMkd3lhDTOCsNBKE0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:14.875rem;top:12.3671875rem;left:0rem;overflow:hidden;display:block; }
#Bafzv6ZSr1XO3CQ8zMcW9XEwkDaBUL6R { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3125rem;width:12.3125rem;top:18.99267578125rem;left:4.28125rem;overflow:hidden;display:block; }
#c72fXcMf1z0HfHXikPKqUlPx4IPUm1LO { color:#2c2c2c;display:block;width:7.25rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.1;letter-spacing:0;top:25.595703125rem;left:13.5rem;height:5.22265625rem;text-align:left;text-align-last:left;display:block; }
#qlw8DF00PGVRrRNVbVNaGqV6T8rnfxUz { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.3125rem;top:25rem;left:12.40625rem;display:block; }
#xWWCGa77HIUf9KpE00lOzUVIrLs9tgW8 { color:#2c2c2c;display:block;width:11.125rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.2;letter-spacing:0;top:29.71875rem;left:13.5rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#Uc5lFZo5vbpB8KnQVv6IEc7AUg0oKPtq { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.4375rem;width:23.75rem;top:12.3671875rem;left:50.9375rem;display:block; }
#G5RhQUpZq8S9qtvVa1zhsqIRSzecbdmx { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:14.875rem;top:12.3671875rem;left:50.9375rem;overflow:hidden;display:block; }
#LwJXxDDibMUcX8omJtml4nVOoLNJvnrx { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3125rem;width:12.3125rem;top:18.99267578125rem;left:54.9375rem;overflow:hidden;display:block; }
#UahtWBSu2RQmvl11UfTCM13umxd4QHdD { color:#2c2c2c;display:block;width:7.5625rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.1;letter-spacing:0;top:25.625rem;left:64.375rem;height:5.22265625rem;text-align:left;text-align-last:left;display:block; }
#zalvqfNttaSHW6fioNsC2Ao86yGL5gsX { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.3125rem;top:25rem;left:63.75rem;display:block; }
#gkicATtFEPBJezoSlTITRGfCw4f1llZM { color:#2c2c2c;display:block;width:9.625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:29.75rem;left:64.5rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#ZIzTkIiaU68B96BfKeqEQaukny2Uxi6E { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:21.4375rem;width:23.75rem;top:12.3671875rem;left:25.625rem;display:block; }
#VBEe6H8ea5sQx6wnCLIcPLmShpcQay7V { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.375rem;width:14.8125rem;top:12.3984375rem;left:25.625rem;overflow:hidden;display:block; }
#R8F20kzOlc91Q3vwHEpOv2akFthdDc43 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3125rem;width:12.3125rem;top:18.99267578125rem;left:30.375rem;overflow:hidden;display:block; }
#Kw0tzkNua3iuJp2PSTmtsHrZgn10uz5V { color:#2c2c2c;display:block;width:8.4375rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.1;letter-spacing:0;top:25.625rem;left:39.4375rem;height:5.22265625rem;text-align:left;text-align-last:left;display:block; }
#vwF8p84NoJMmbMETb8QtPbGF9STCuIQs { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.125rem;width:6.3125rem;top:25rem;left:38.375rem;display:block; }
#IwANXJPqHQmzTaixe46Kby5ilLW0V9Ps { color:#2c2c2c;display:block;width:6.1875rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:29.75rem;left:39.4375rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#CB1rTksWAUHw0Sh3gLWwZBdTeleEGqsZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CB1rTksWAUHw0Sh3gLWwZBdTeleEGqsZ > .row .container { background-color: transparent; background-image: none; }#CB1rTksWAUHw0Sh3gLWwZBdTeleEGqsZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CB1rTksWAUHw0Sh3gLWwZBdTeleEGqsZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CB1rTksWAUHw0Sh3gLWwZBdTeleEGqsZ > .row .container > .video-iframe-container { display: none; }#CB1rTksWAUHw0Sh3gLWwZBdTeleEGqsZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CB1rTksWAUHw0Sh3gLWwZBdTeleEGqsZ > .row > .video-iframe-container { display: none; }#CB1rTksWAUHw0Sh3gLWwZBdTeleEGqsZ > .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); }#CB1rTksWAUHw0Sh3gLWwZBdTeleEGqsZ > .row .container { border-width: 0; border-radius: 0; }#CB1rTksWAUHw0Sh3gLWwZBdTeleEGqsZ > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#c61daR1xXtQDddEU6QTBPkE6r6kC7Hh6 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:17.4375rem;width:23.75rem;top:0rem;left:0rem;display:block; }
#UXe1qhdWxtTHx7sZo8VubpswhTnsBc1E { color:#2c2c2c;display:block;width:7.5625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.2;letter-spacing:0;top:12.87890625rem;left:14.65625rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#xbkHzF3tSAB7MlLMgw2OXdwBcwxPTU9b { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:13.875rem;top:6.90234375rem;left:0.84375rem;overflow:hidden;display:block; }
#KT3r58nAtEAWPhvMelCf3nWEFpttXBdR { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:2.15625rem;left:5rem;overflow:hidden;display:block; }
#MyhgBLTiixrIm8qcqQi7R6updQX1bTzH { color:#2c2c2c;display:block;width:8.5625rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:8.25rem;left:14.65625rem;height:6.234375rem;text-align:left;text-align-last:left;display:block; }
#UL6NmtoigZa2CSyJJTvJIXba9J7Cw1Sn { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:8.5625rem;top:8.21484375rem;left:14.0625rem;display:block; }
#OMMV9aTCc8yulxAW0EpXJ9WzhCbxdha0 { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:17.4375rem;width:23.75rem;top:0rem;left:51.25rem;display:block; }
#qlFdIETfuDAJoA7wn31FUSAIW92KZXFp { color:#2c2c2c;display:block;width:7.5625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:12.875rem;left:65.875rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#hEHZ1vOQXa08gCMEwqZA2ggbC4TR6TLx { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:2.1875rem;left:56.25rem;overflow:hidden;display:block; }
#Ua6AHUV4T54ETvwH8FA7cVk7Jaq8I0wn { color:#2c2c2c;display:block;width:8.4375rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:8.25rem;left:65.875rem;height:6.234375rem;text-align:left;text-align-last:left;display:block; }
#sPclnGHZw4FToZwP0Vq6xhxUJzK3Ww7f { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:8.5625rem;top:8.1875rem;left:65.3125rem;display:block; }
#cLd1NPtIerPqGVBLmOWfsGUXGDTZHVQO { color:#2c2c2c;display:block;width:7.5625rem;position:absolute;font-family:ttchocolates;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.2;letter-spacing:0;top:12.875rem;left:40.25rem;height:2.3984375rem;text-align:left;text-align-last:left;display:block; }
#Hvcqb58Bc5VmTANky3LfE7zmFhkUaqfC { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:12.125rem;top:2.1875rem;left:30.625rem;overflow:hidden;display:block; }
#vUZQHIk9R5OUreU0gncFT67Ofg6vUnTy { color:#2c2c2c;display:block;width:8.75rem;position:absolute;font-family:ttchocolates;font-size:1.1875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:8.25rem;left:40.25rem;height:4.62890625rem;text-align:left;text-align-last:left;display:block; }
#mbGJdasJFEdUd6zucVgXTtxvnlT4VDeW { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.125rem;width:8.5625rem;top:8.1875rem;left:39.6875rem;display:block; }
#sWhmooTBOO3JLoCX9a6VTC5XgM8XgIVB { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;height:17.4375rem;width:23.75rem;top:0rem;left:25.625rem;display:block; }
#F24SxN8wwE4Mkq7CGT3xFVxJiXBgK1C6 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:13.875rem;top:6.90234375rem;left:26.4375rem;overflow:hidden;display:block; }
#DPoBsc246p7BG1A5WQFT8BETMsdVzngz { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:13.625rem;top:6.90234375rem;left:51.75rem;overflow:hidden;display:block; }
#kRJvbh6LX92CXB03SgyzCUCy2fecuSw0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e5a2dd91-de7b-424f-b976-ab14177a109d/video_section_bg3x.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#kRJvbh6LX92CXB03SgyzCUCy2fecuSw0.adaptive-delivery-prevent-bg, #kRJvbh6LX92CXB03SgyzCUCy2fecuSw0.lazyload, #kRJvbh6LX92CXB03SgyzCUCy2fecuSw0.lazyloading { background-image: none; }#kRJvbh6LX92CXB03SgyzCUCy2fecuSw0 > .row .container { background-color: transparent; background-image: none; }#kRJvbh6LX92CXB03SgyzCUCy2fecuSw0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kRJvbh6LX92CXB03SgyzCUCy2fecuSw0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kRJvbh6LX92CXB03SgyzCUCy2fecuSw0 > .row .container > .video-iframe-container { display: none; }#kRJvbh6LX92CXB03SgyzCUCy2fecuSw0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kRJvbh6LX92CXB03SgyzCUCy2fecuSw0 > .row > .video-iframe-container { display: none; }#kRJvbh6LX92CXB03SgyzCUCy2fecuSw0 > .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); }#kRJvbh6LX92CXB03SgyzCUCy2fecuSw0 > .row .container { border-width: 0; border-radius: 0; }#kRJvbh6LX92CXB03SgyzCUCy2fecuSw0 > .row .container { font-size:0.875rem;font-family:arial;height:48.6875rem;width:75rem;position:relative;display:block; }#Gk1OamUhhXT8Gpr3ngeiLG2RlIfDfCXM { color:#2c2c2c;display:block;width:32.1875rem;position:absolute;font-family:ttchocolates;font-size:3.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:6.84375rem;left:21.40625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#gsJ6qHNtpSJIBdILaaXI4HenvC5DRsk0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.6875rem;width:35rem;top:17.4375rem;left:0rem;display:block; }
#b3Dpc3Ghnmwx7NAmxre1LD9Oiv3N7zXe { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.6875rem;width:35rem;top:17.4375rem;left:40rem;display:block; }
#oXemHE0Xbe7HEPcIrp4ZaO3zlCTK8C8i { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.6875rem;width:35rem;top:37.625rem;left:20rem;display:block; }
#x9r0R0fvZufF7WZxatMUl11KrbdkRqA7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#x9r0R0fvZufF7WZxatMUl11KrbdkRqA7 > .row .container { background-color: transparent; background-image: none; }#x9r0R0fvZufF7WZxatMUl11KrbdkRqA7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x9r0R0fvZufF7WZxatMUl11KrbdkRqA7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x9r0R0fvZufF7WZxatMUl11KrbdkRqA7 > .row .container > .video-iframe-container { display: none; }#x9r0R0fvZufF7WZxatMUl11KrbdkRqA7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#x9r0R0fvZufF7WZxatMUl11KrbdkRqA7 > .row > .video-iframe-container { display: none; }#x9r0R0fvZufF7WZxatMUl11KrbdkRqA7 > .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); }#x9r0R0fvZufF7WZxatMUl11KrbdkRqA7 > .row .container { border-width: 0; border-radius: 0; }#x9r0R0fvZufF7WZxatMUl11KrbdkRqA7 > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#KgbXbgIif2Tl7JzMcyyT6Am4cHNKcT2p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#KgbXbgIif2Tl7JzMcyyT6Am4cHNKcT2p > .row .container { background-color: transparent; background-image: none; }#KgbXbgIif2Tl7JzMcyyT6Am4cHNKcT2p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KgbXbgIif2Tl7JzMcyyT6Am4cHNKcT2p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KgbXbgIif2Tl7JzMcyyT6Am4cHNKcT2p > .row .container > .video-iframe-container { display: none; }#KgbXbgIif2Tl7JzMcyyT6Am4cHNKcT2p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KgbXbgIif2Tl7JzMcyyT6Am4cHNKcT2p > .row > .video-iframe-container { display: none; }#KgbXbgIif2Tl7JzMcyyT6Am4cHNKcT2p > .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); }#KgbXbgIif2Tl7JzMcyyT6Am4cHNKcT2p > .row .container { border-width: 0; border-radius: 0; }#KgbXbgIif2Tl7JzMcyyT6Am4cHNKcT2p > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#lOIv8Fo0uNfwp4lEL91pSq6s2DLOBSD6 { color:#9d3126;display:block;width:6.6875rem;position:absolute;font-family:"campton bold";font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:2.5996125rem;font-style:normal;display:block; }
#ZO9gWG6uTcx6fv6iWkyp4sDnHxHZTw0o { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:6.875rem;top:0.1875rem;left:7.96875rem;overflow:hidden;display:block; }
#c5mL7s1TGHQkSDUQWsK6hFI9yp0DGHoI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:1rem;left:68.21875rem;overflow:hidden;display:block; }
#GycybWTB6IOXw3Ahc782ufyEZh9uBS3z { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:3rem;top:1rem;left:72rem;overflow:hidden;display:block; }
#CAng60OVfESr3rnNbSVw8wqDXcaRsRQ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CAng60OVfESr3rnNbSVw8wqDXcaRsRQ2 > .row .container { background-color: transparent; background-image: none; }#CAng60OVfESr3rnNbSVw8wqDXcaRsRQ2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAng60OVfESr3rnNbSVw8wqDXcaRsRQ2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAng60OVfESr3rnNbSVw8wqDXcaRsRQ2 > .row .container > .video-iframe-container { display: none; }#CAng60OVfESr3rnNbSVw8wqDXcaRsRQ2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CAng60OVfESr3rnNbSVw8wqDXcaRsRQ2 > .row > .video-iframe-container { display: none; }#CAng60OVfESr3rnNbSVw8wqDXcaRsRQ2 > .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); }#CAng60OVfESr3rnNbSVw8wqDXcaRsRQ2 > .row .container { border-width: 0; border-radius: 0; }#CAng60OVfESr3rnNbSVw8wqDXcaRsRQ2 > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#q3VSeyGqVWqiTEswebtshgHdtte0nPRS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#787878;background-image:none;position:relative;display:block; }#q3VSeyGqVWqiTEswebtshgHdtte0nPRS > .row .container { background-color: transparent; background-image: none; }#q3VSeyGqVWqiTEswebtshgHdtte0nPRS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q3VSeyGqVWqiTEswebtshgHdtte0nPRS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q3VSeyGqVWqiTEswebtshgHdtte0nPRS > .row .container > .video-iframe-container { display: none; }#q3VSeyGqVWqiTEswebtshgHdtte0nPRS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q3VSeyGqVWqiTEswebtshgHdtte0nPRS > .row > .video-iframe-container { display: none; }#q3VSeyGqVWqiTEswebtshgHdtte0nPRS > .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); }#q3VSeyGqVWqiTEswebtshgHdtte0nPRS > .row .container { border-width: 0; border-radius: 0; }#q3VSeyGqVWqiTEswebtshgHdtte0nPRS > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#LNNcLl7BVqk0N2XJkF3xio1K4NDNs56X { color:#acacac;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:6.78125rem;height:1.21875rem;font-style:normal;display:block; }
#AwaP7T3ZGQdlMkMNBGEqXvMx1wN0zGaH { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:2;letter-spacing:0;top:3rem;left:6.78125rem;height:15rem;display:block; }
#Girk59q0Dk5ZUs0VPprt4OMmxcV1coe6 { position:absolute;display:block;z-index:15003;height:1.9375rem;width:3.4375rem;top:0rem;left:0rem;display:block; }
#P1RTcEQfQ437ZJpWA3nOWx2Z01ii7rgk { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:3rem;left:22.3125rem;height:12rem;display:block; }
#mdhR2BwzduwtwQcCwap8rwOX6o1S9Sno { color:#acacac;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.125rem;left:22.3125rem;height:1.21875rem;font-style:normal;display:block; }
#nl1M2u1npT1BDnh6ttZ9d6C6bzNCfgNQ { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:2;letter-spacing:0;top:3rem;left:37.875rem;height:13.5rem;display:block; }
#OTMgfOlAIrttpXKPZgHFQArNRV6STz3J { color:#acacac;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:37.875rem;height:1.21875rem;font-style:normal;display:block; }
#nFqOZ6s6OGLCb3r1DhO3KwfS58CE99sH { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:2;letter-spacing:0;top:3rem;left:53.5rem;height:7.5rem;display:block; }
#EiN5J6bgJv5Lmf0nEekwLaf8IcbhatIm { color:#acacac;display:block;width:11rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.125rem;left:53.5rem;height:1.21875rem;font-style:normal;display:block; }
#imCyFmwTFRaRPNWOhQXWgB6l8wN0ULp6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#262626;background-image:none;position:relative;display:block; }#imCyFmwTFRaRPNWOhQXWgB6l8wN0ULp6 > .row .container { background-color: transparent; background-image: none; }#imCyFmwTFRaRPNWOhQXWgB6l8wN0ULp6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imCyFmwTFRaRPNWOhQXWgB6l8wN0ULp6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imCyFmwTFRaRPNWOhQXWgB6l8wN0ULp6 > .row .container > .video-iframe-container { display: none; }#imCyFmwTFRaRPNWOhQXWgB6l8wN0ULp6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#imCyFmwTFRaRPNWOhQXWgB6l8wN0ULp6 > .row > .video-iframe-container { display: none; }#imCyFmwTFRaRPNWOhQXWgB6l8wN0ULp6 > .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); }#imCyFmwTFRaRPNWOhQXWgB6l8wN0ULp6 > .row .container { border-width: 0; border-radius: 0; }#imCyFmwTFRaRPNWOhQXWgB6l8wN0ULp6 > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#oGt6P3iQAz73F79ENHUyRVsnGmAkSE21 { color:rgba(255,255,255,0.5);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.46875rem;left:0rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0GopCpfHCTyZNsXGZP34VoDXLg0ur8A { width:7.3125rem;height:1.8125rem;top:1.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIhDaTi159zgK2Isd9Ub39Cn81s0m6VQ { display:block; }
 }@media only screen and (max-width: 763px) { #o1RVDirsbUTDrU7QyJnanx4W0snEVuRv { top:0rem;left:0rem;width:2.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsRGT31HS34SM1XBFkvls6K8gZLuh7Jt { width:12.125rem;height:1.8125rem;top:1.5rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt0BLEPOW4dpT9CGR2GEyyJ4UhkbmhA4 { display:block; }
 }@media only screen and (max-width: 763px) { #CfeK0PMlTN2SvZykfDDybnySKxOvEgLt { width:5.75rem;height:1.8125rem;top:1.5rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqmOZwWZTwaFkSbOl1hoibXs1aTIV1kp { display:block; }
 }@media only screen and (max-width: 763px) { #A3NvQgsg2ARzuAT5pfQLNy7aODi3tfCy { width:6.5rem;height:1.8125rem;top:1.5rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCR6ek7JSWxU4ThkSh0f7XLGWcNICsmr { display:block; }
 }@media only screen and (max-width: 763px) { #lzs5hbcmQ850QAZL49uc4xXHuaK3dSD7 { width:6.8125rem;height:1.8125rem;top:1.5rem;left:40.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGJRi4hBSbnM4uz8smc6RmKk0buvfQaG { display:block; }
 }@media only screen and (max-width: 763px) { #NyyHxu2zCDVBtqNsSlEwG8uDBQCgGRmi { width:8.125rem;height:1.8125rem;top:1.5rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXCoHkzcmAfZczuqQpdcL0E2MxmLL478 { display:block; }
 }@media only screen and (max-width: 763px) { #fRoCE27H9Cby1EEJWlSyQhEJqPlbpWTk { top:0.625rem;left:0rem;width:13.0625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7i8em3n1faQIwB3otyVNpkpsQDkPZzf { top:2.6875rem;left:0.28125rem;width:12.5rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZPuNWZvqTKSdutdtORHXDgZwTcZbm3g { width:2.75rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KqtDuNAe34iUryp9SBdC54aDPTU0T7oK { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #AXo2XhuPeKTLgi2V1LWgMku8SP9uQSkP { display:block; }
 }@media only screen and (max-width: 763px) { #WyEVoS9WUqdU9GG6GcAs8oLxO9qouoxC { display:none; }#WyEVoS9WUqdU9GG6GcAs8oLxO9qouoxC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TThiUXzg4oyiPRikEv4Q6REbh5sEge5H { top:7.3125rem;left:0rem;width:13.125rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D4HQVWBr3eSTXckNXgR6coEtvmHkfxBC { top:4.4375rem;left:12.875rem;width:21.25rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIMHan26sgUCrw0vT2JTDoTAzttpohU9 { top:12.125rem;left:0rem;width:7.625rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dlndFoLPQ97LWz4uBuKuw57AqsMl95eA { top:4.5rem;left:25.5625rem;width:12.5rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #afEzb7w12QatDBs2fUh3MLOk0pkmBk4z { top:5rem;left:0rem;width:13.125rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LV78QU8fUe9oknygG4VUvfFrPv3tlXmA { top:4.4375rem;left:12.875rem;width:21.25rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSiyg9w3B208rX8bMLh7UfEul3PpQQqO { top:9.75rem;left:0rem;width:13.125rem;height:;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiGrEt9PT6VommeVenanqToWHymorN6I { top:4.4375rem;left:12.875rem;width:21.25rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFbOzRhvXtB9CQFBlHE1Gcvx0EgWyRmR { top:14.625rem;left:0rem;width:13.125rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBrDGh5sVlkd6HEgFS1e0iVVOkHM4SvV { top:4.4375rem;left:12.875rem;width:21.25rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CJh9FIoEsimUoZ3K8T74WXUr54SPpGey { top:17rem;left:0rem;width:13.125rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGu7TZZtQpsqi1VOLAiS113DKgipNLJh { top:45.5rem;left:0rem;width:47.75rem;height:9.9877083333331rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvyqnhTLSaBBkZoqsreNJ9LyfKtk4Gzo { width:6.75rem;height:2.5625rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbbrQ4Kyc0qUL0sea0kM0H619o3FD4JW { display:block; }
 }@media only screen and (max-width: 763px) { #Isy39ElBecezV15L4TTTRdGFKX6GbvuW { width:8.5625rem;height:2.5625rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwJr7R9MLGMghCMkx8vLz3WAcSt9UuoW { display:block; }
 }@media only screen and (max-width: 763px) { #odf8PoKd3VxsdJ5ypEbZTtJx90XP4EoT { width:9.4375rem;height:2.5625rem;top:3.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQioOAWTfoTbMmN3inNiKG82OLMUzCC8 { display:block; }
 }@media only screen and (max-width: 763px) { #Rgl5ae2OxGbP7ufU847bhP50BgiNDRsK { width:8.6875rem;height:2.5625rem;top:3.9375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfzhQDD7yXH5r2NOkxdI4sHMutFsESDk { display:block; }
 }@media only screen and (max-width: 763px) { #VilA80uHEeF3AX5Po4PdydnDDQStwErD { width:12.6875rem;height:2.5625rem;top:3.9375rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo1yXWXOHQJ4Ee7xPvEhkJzgkdBADo7J { display:block; }
 }@media only screen and (max-width: 763px) { #a0ZG0d2ESZzQdmFdns9hiDsdebNwr53c { top:53.625rem;left:12.4375rem;width:22.875rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO3udSr23QCflnTeRvCJwkU4ofSghksT { top:12.5rem;left:37.625rem;width:7.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sssTB4b4oUWPimRyWBCitNdMvp7OOvPr { top:45.3125rem;left:35.1875rem;width:12.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsXMhPBSaJUX4b5zUuvTBLhSQQsC9CEx { top:11.875rem;left:0rem;width:18.0625rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsDT4BxlAeD8gfiSz13U6dEzf2cyq1VB { top:11.1875rem;left:0rem;width:26.5rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgGxTnZ0V0sBEtABNVqaDmQbOpxiNrRh { top:47.5rem;left:0rem;width:20rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJVkuWVBUTETJoAW5KQWDuwhN9TnnR1W { width:12.9375rem;height:2.5625rem;top:3.9375rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkF9LRJD0i4xDwcTUlgeITfvWGnz4UND { display:block; }
 }@media only screen and (max-width: 763px) { #Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB { display:none; }#Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v2vz9ZMxPIeTACzhnrvwAvnW2BqZVeoV { top:12.5rem;left:37.625rem;width:7.25rem;height:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssrDtCVu2VLtogbz7eiPIT73lpZDbA2H { top:45.3125rem;left:35.1875rem;width:12.5625rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WaAvxXUZ5IR0L4fnAT2zi35c6XkrR7Rb { display:block; }#WaAvxXUZ5IR0L4fnAT2zi35c6XkrR7Rb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgEvI1nvpT3NaocCatvTzuTTtBAN5ygv { top:0.0625rem;left:0rem;width:47.75rem;height:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSLoEiToyLDr5UFf3DwH0W7ZkAzPJWzm { top:53.625rem;left:12.4375rem;width:22.875rem;height:4.875rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KoFJyE6dRdfiwXnwftSd3qF8JnlvPusD { top:7.4375rem;left:0rem;width:20rem;height:21.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8QloT9HairetLGhnkFLf4fg7V0lz3K3 { display:block; }#y8QloT9HairetLGhnkFLf4fg7V0lz3K3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxNuxOFHInxXmEXOmTPkWll6bKKADNXy { top:5.5625rem;left:0rem;width:16.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Recbke0XJZPT7Q8ETTgkeEv7tl2DJ8PS { top:5.5625rem;left:7.625rem;width:16.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6mTB17OO5OxNcmD0ad01OHzS1foF6hy { top:5.5625rem;left:19.5625rem;width:16.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRp7EN0T2WxdGcr9IZVyIcwaUanxiis6 { top:5.5625rem;left:19.5625rem;width:16.25rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFWCxvWT9UuLqh5aOQKcGGlz5oDQ54lV { top:19.0625rem;left:5.03125rem;width:6.75rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAlrRKT1lKa8icnuOGQsstCn74xTHPmT { top:9.625rem;left:3.875rem;width:8.0625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUby3XfctWlIDtQW0JHdSZCVVKbAcBJN { top:9.8125rem;left:14.78125rem;width:7.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMrFfkU5vUi46A28mqWppwJIey2E9681 { top:19.0625rem;left:11.25rem;width:12.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH27BChUJu0iDHSTfSIqpklXyemNU7gw { top:19.0625rem;left:22.25rem;width:13.5625rem;height:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM4bzkgfq0gR78KETCT5UCznBrg4WcKk { top:10.1875rem;left:24.65625rem;width:9rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T30eQigzzUTdTG1heVPWv0180F4lxkqi { top:19.0625rem;left:35.125rem;width:12.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH52T7VUTt8ZKON2bIEQO1tI59nAZ71S { top:9.8125rem;left:36.65625rem;width:5.625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg { display:block; }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXgPW6fRzEtnCCAgdcxJ25kQy3XkNKQn { top:14.5rem;left:24.875rem;width:22.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ODyo478VoKmHCwDQozJPUdyOHt8r1U { top:20.4375rem;left:18.625rem;width:29.125rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA7iAoBKKfPLiPVOx2bZXP8NOOR2p7hd { width:17.375rem;height:2.8125rem;top:29.8125rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czcTClWMGNNpQBdd8xfz8buE0VqLfmTS { display:block; }
 }@media only screen and (max-width: 763px) { #JKEctNMd6PaRHotlu4b4Ki50puvKRacv { top:38.4375rem;left:20.0625rem;width:8.1875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK1aGtmaPMgOG08zmfvxCnE7dW6ihfXP { top:6.875rem;left:0rem;width:43.3125rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHakgJVUakuAAGxxLIBee1CgGJMx7VFn { top:4.8125rem;left:0rem;width:8.0625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbxzRhUzOETMtFTKQnkZkGiOsRcKiFQo { top:12.875rem;left:20.25rem;width:7.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLV2rGapMwl76H8ghsgaxQ25U2vgPqqc { top:0rem;left:0rem;width:20rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6J2nQwMcs0lGvJTcLi6pPsiHQ97qMIT { display:block; }#z6J2nQwMcs0lGvJTcLi6pPsiHQ97qMIT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGBWgBwri0FoJEBiST7JpihuEklBDLTP { top:14.5rem;left:24.875rem;width:22.875rem;height:4.0625rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #woIHPck6Z0NLx24APkq3rMAMXr5gBaIX { top:20.4375rem;left:18.625rem;width:29.125rem;height:8.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hCC0PdlQ18wWTGMUixT1xhul1QtaMndr { width:17.375rem;height:2.8125rem;top:29.8125rem;left:30.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyzIfPgZMLvMM5WTGDmtgIhUEduey3rr { display:block; }
 }@media only screen and (max-width: 763px) { #ME8t98OtEWlVAWevdSzncoTkAdOscaNe { display:block; }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STTOVSNURo46RQFRxzPHrdx9UeT7hkZM { top:14.5rem;left:0rem;width:22.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCWSFOMuv2SJ43HNOS9ANFxw8ztqzEhT { top:20.4375rem;left:0rem;width:29.125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBkmMyOpMerSeAEsJk4c5McRLZBio3uR { width:17.375rem;height:2.8125rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecU5E4eL0R6oz3BrKRIdJ1DkNhQUJLHn { display:block; }
 }@media only screen and (max-width: 763px) { #WCXvSqp86wl6eMvgJJy28UZ94TSPzfBo { top:4.75rem;left:1.4375rem;width:46.3125rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFrZNTgQzhFDH8QDR6J87xNOdtyasRFh { top:11.625rem;left:18.4375rem;width:7.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb4rTpWVlraZJfumu7kKhF0vzpBQl1oL { top:6.125rem;left:41.5625rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxFB3MJpQdDJbSIaOn2TOffeFIEVyWsm { top:0rem;left:0rem;width:20rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuHgZ8PBsTqaLveifI6JtRDzpFOOBiF1 { display:none; }#SuHgZ8PBsTqaLveifI6JtRDzpFOOBiF1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yJRg9D1kEsautFEhmOrEAhlwyPELb81W { top:0.875rem;left:0rem;width:20rem;height:2.875rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MfhNMUozKFV72qFVXP7yLMO22G9EkHbt { top:5.5625rem;left:0rem;width:19.1875rem;height:9.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTCer3QPnPHTuR2eyHXQOxouaeSWiT3h { width:17.375rem;height:2.8125rem;top:29.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2X62G06VrcZzhJBomcxZH9ZBbTQ8lIi { display:block; }
 }@media only screen and (max-width: 763px) { #Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf { display:block; }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r20MxDaEP0VbL2PcV5tKTXk78uawhz1Z { top:14.5rem;left:24.875rem;width:22.875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6cfDA7JFohO5BAXDNIqdhXimksn5ue8 { top:20.4375rem;left:18.625rem;width:29.125rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UB7lAw7KgkQdSww6IJfknTOnPoMVkceR { width:17.375rem;height:2.8125rem;top:29.8125rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #of2rFU1q4bJFhtv8410aNZdcSB8RtXOd { display:block; }
 }@media only screen and (max-width: 763px) { #I8zEpKxSDZZGu0BkQINUn4wKpzqNlKE9 { top:8rem;left:0rem;width:42.1875rem;height:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPUmTJoelo3qzD00AUTDH3GS3vvo6Cl5 { top:5rem;left:0rem;width:10.125rem;height:5.5625498469098rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT1fwV1TdmmTlPiKgX7vC7zaOKt8li8h { top:12.75rem;left:17.5rem;width:7.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcOTw8DUE3OvdalbLNHwUmSb1qetcVWn { top:0rem;left:0rem;width:20rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSEJtkJvFuURQbds3RKbRuzk7r8hwT6f { display:none; }#NSEJtkJvFuURQbds3RKbRuzk7r8hwT6f > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rHNr3lQ7TiMWlaiAPKVEz7i1WShVTgDJ { top:0.875rem;left:0rem;width:20rem;height:2.875rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3FlVDL0hchNPPW3hybg45T0CW3ZNknL { top:5.5625rem;left:0rem;width:19.1875rem;height:9.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiqT6QCSAgg9hpTQWQ4Imrr4Vk2eywEu { width:17.375rem;height:2.8125rem;top:29.8125rem;left:30.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKPMOnaSMlfayscGb1IJpxy8iSbqwsbN { display:block; }
 }@media only screen and (max-width: 763px) { #Jezy4KvNclT9XVECzOG0xqBR9RVetTSo { display:block; }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bp6wBzxpMqEEfm5CmhwMobhZEvLDHSVl { top:14.5rem;left:0rem;width:22.875rem;height:6.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdam01WI3RUkVgEAcp6rmXTGWkErFz52 { top:22.0625rem;left:0rem;width:25.5rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7xPJPECB6TkTMmFqkooHlkkTGvOUfGm { width:15.3125rem;height:2.8125rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvoptXnlVZroly8iooWkFXQNqxwtD1ay { display:block; }
 }@media only screen and (max-width: 763px) { #BF6BIUc3ryIMKeD78M0KeVaKMcEzJSiQ { top:7.375rem;left:40.5rem;width:7.25rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3dIuFnCff64twONhaq0zba4yadcQrNN { top:0rem;left:0rem;width:20rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWTNHKfcnr6vKAaFMqZVzddAqRL6XzyO { top:6.9375rem;left:5rem;width:42.75rem;height:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyo9MAQXQ0ctKTHLeqDPuNmJN0Vfmkwx { top:6.25rem;left:26.1875rem;width:6.1875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpNKgUleGUraGuhheKPbsnk4FmMC2v6m { top:10.3125rem;left:22.875rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uixbDTVQ3P7425pOGPNStFxGtTOv3MWw { display:none; }#uixbDTVQ3P7425pOGPNStFxGtTOv3MWw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ITaGTXHU5idycGpHbUcwtJ6t2bTPkHzK { top:0.875rem;left:0rem;width:20rem;height:5.8125rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pioFE2P3KhumHJyxqVaryFXPtC7RHWve { top:5.5625rem;left:0rem;width:19.5rem;height:9.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GP7LJF8AvO9lSaxQLGXawxMQlThbKfze { width:17.375rem;height:2.8125rem;top:29.8125rem;left:30.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIpTgFaJtD4tZ9bfElFRZmhQ6uKUD16N { display:block; }
 }@media only screen and (max-width: 763px) { #wEZSTh4StRQXntdm8Jkn7CtMSXVXtB5H { display:block; }#wEZSTh4StRQXntdm8Jkn7CtMSXVXtB5H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtVfrzLKTyVEJJoB7ZQJbZCIPHvGW9fa { top:4.25rem;left:7.78125rem;width:32.1875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAWZHHf7dfO2lZCOMyXes7RDDTTAmq8i { top:0rem;left:0rem;width:20rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om2VAy4vK8UxVhz8lZus6d58dFxHRvap { display:block; }#Om2VAy4vK8UxVhz8lZus6d58dFxHRvap > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zf09XDi8dVKSySJ0zqcOg6QTLM5nuD16 { width:8rem;height:3.125rem;top:1.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap9SEQQquGsRVDgkRTKS775vNDtqeJce { display:block; }
 }@media only screen and (max-width: 763px) { #uLLXgg8BiRLCkoiBVT64CfvGr7Mv3dmX { width:12.1875rem;height:3.125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rscSclQLF4ezy3noQ4DeILBscL2RcO7b { display:block; }
 }@media only screen and (max-width: 763px) { #xTzJ71BLbVyOe4huhHF4WWyExXAZRivm { width:11.875rem;height:3.125rem;top:1.4375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTAuX5ZvLMTEH8IB7HQPxo6PlK8laF9v { display:block; }
 }@media only screen and (max-width: 763px) { #VUhqTlrdQFdIm4NiIpz0XTXiREJuPp6E { width:10.3125rem;height:3.125rem;top:1.4375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhsckNH6BEVSvxPKimLDlV3RlMMbTyr6 { display:block; }
 }@media only screen and (max-width: 763px) { #dD4LHzLO3aKPtWxgcW5Fz6QkWPFmlO5h { width:8.3125rem;height:3.125rem;top:1.4375rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgyWTK21eSOMDNWg9GAgWBgXUolx7i9W { display:block; }
 }@media only screen and (max-width: 763px) { #D6nyJSioCVe3Z0afH7TShJJZR8XTHqld { width:10.4375rem;height:3.125rem;top:1.4375rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie9u5230e8s4SJCECbdwHnlxaTmGlTZk { display:block; }
 }@media only screen and (max-width: 763px) { #hS6dNBMhPFtNKOw63Q1GmBWPZXaOP9ka { width:10.375rem;height:3.125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqMhguzi0iHAxtWZEa8HURyaSbNOk58G { display:block; }
 }@media only screen and (max-width: 763px) { #V3JmI0AJp5eJMOtr2bGBNsKMbuVWpQyu { width:11.25rem;height:3.125rem;top:5.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4iSDkMvoMAZRsaw2aI4TkZ5AxJNQcKy { display:block; }
 }@media only screen and (max-width: 763px) { #O5Rc6nL9L9800kkm6cisq14xAFP28rLa { width:8.625rem;height:3.125rem;top:5.9375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2y5szU8vLEo6J0qGcX3RzThA3XyoHVT { display:block; }
 }@media only screen and (max-width: 763px) { #NzQhDDyHczpJsmcDJOIM3mNOXTJ44gAC { width:9.125rem;height:3.125rem;top:5.9375rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE1tt6A6bpLhLA6WnOUeAuUJ2L74xlrs { display:block; }
 }@media only screen and (max-width: 763px) { #giTG25mJDNeo1eeA1ceSSTgA3ZC6zDJo { width:9.125rem;height:3.125rem;top:5.9375rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJd6nCUitG7p3oiUGVu5EMhh1TbAoknT { display:block; }
 }@media only screen and (max-width: 763px) { #vP2zzJ1L0K90Zd1pRXJ4K87imAHQTAKp { width:12.3125rem;height:3.125rem;top:5.9375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVoxx73lQdLp8SFAyyLdBZ54KLSxibWD { display:block; }
 }@media only screen and (max-width: 763px) { #QF2lyLuaUFux8dPCRPTHoS76TX2WKnnX { display:block; }#QF2lyLuaUFux8dPCRPTHoS76TX2WKnnX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nefCeEl3JVC65MtFaUn5fFUNxDsQrT4V { top:2.4375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB7hHgBWLk7umSwP5DkhAPuEVxG4f08H { top:10.8125rem;left:0rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhdHfJ1TGLc2D8hfq8w87xofPLdy0gD9 { top:10.8125rem;left:0rem;width:14.125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPKCi2ehtiEnqGRsksB2cK7Bvcnq8RC7 { top:16.5625rem;left:0rem;width:8.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXTyXq0bex6p5g0IPci6QM7kQ6vmchTe { top:29.375rem;left:0rem;width:6.8125rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwRyGUelXTQmP4CMWauoXycadZQVhbJN { top:28.9375rem;left:0rem;width:6.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASIPCD2tQwb6gneXMdGIgoZPKzgQDlBH { top:33.0625rem;left:0rem;width:4.875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gecu5z8avruOVFcsz5lSOnEbcRmgRmZw { top:10.8125rem;left:12rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beFk5xv76oniK0rSiO7Rto26Tt5rNE54 { top:10.8125rem;left:24rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCE2fh2c0SeRBwSgTIAUuTJwsH7S5eb2 { top:10.875rem;left:12rem;width:12.6875rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mptEpIKPC7wLF2Ay7mbm4N1p5wDmiied { top:16.5625rem;left:18.90625rem;width:8.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np9kUlUxTohxUmeP8FrrzTVmwbDLCKZ7 { top:29.4375rem;left:23.21875rem;width:6.8125rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3GvCyfJLrmfNthxSNeye3xRuFR0QTf { top:28.8125rem;left:21.21875rem;width:6.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #brLxpPr5kkAE3aZuG2R5UUVtCCTRh1NL { top:33.0625rem;left:23.21875rem;width:10.6875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCMT9WukUQRB29scMrvUum4VTdTUqlwW { top:10.75rem;left:33.625rem;width:12.6875rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV4kET1Lf0vN6ewMw8Ll3T0dVDCr7UB0 { top:17.4375rem;left:39.625rem;width:8.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1DMQdJ07HNzdcZKEMv0voOoT8b14MeI { top:32.8125rem;left:38.5625rem;width:9.1875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt3Tb97K08NfVUvC4ncBsl5dwbiL12Pe { top:29.375rem;left:40.9375rem;width:6.8125rem;height:3.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvr97eX8TU7Wsb8ppIVVMCqpTISCk7Cn { top:29.125rem;left:41.4375rem;width:6.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l514TI8xKueirDOS98p8UzBtcwMPBJuT { display:block; }#l514TI8xKueirDOS98p8UzBtcwMPBJuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edAv2IbuXdxge2LiBzqb7wwzhPtIcAEt { top:0.0625rem;left:0rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTBdr8uO855OX89u4CxVtnr6MBfzcth2 { top:0rem;left:0rem;width:14.9375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHd0sOKuLKhyyZOLAcc0EHTmGqst6AT0 { top:6.6875rem;left:0rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2C8ZaT6PDkKNa9lH623niBx5cxSr9f5 { top:13.9375rem;left:0rem;width:6.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkpR74ccartTtzOsXvxeDRlJIqhlmZRr { top:13.9375rem;left:0rem;width:10.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3HqOVSG11TlSydPG3RALsSopFMqKCKd { top:15.8125rem;left:0rem;width:4.875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwgTmQlHTAsnoaN146NVzKGH1ZOCSN0N { top:0.0625rem;left:12rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJXo30dGGoI4QCw1LCVT5Ln11oqp78yn { top:0rem;left:12rem;width:14.9375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMM0nlTHHMNmzu1Ad8LXUJ5J7FOPhsTG { top:6.6875rem;left:16.6875rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFFV30T7F0qF3b9I8ZipDCLcufqTSeRe { top:13.9375rem;left:24.4375rem;width:6.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3p5GLlxCfsNWTwb00SdIdURcSsBzG08 { top:13.9375rem;left:21.3125rem;width:10.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azOTN3hpl4G3fe3GmyzyUeowoqqvffHJ { top:15.8125rem;left:24.4375rem;width:4.875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDHDyAQddRiONwt8ZCarTw1amv5RrNfq { top:0.0625rem;left:24rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlbNlFHiNtnw4BXbAM2IbIKJo3d4p97M { top:0rem;left:32.8125rem;width:14.9375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIDaU4pzXvSV9BPq8Q9DPl9QOcxkN5J2 { top:6.6875rem;left:35.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZph11KhgPbPZTWaibWegfncMZiUrB9E { top:13.9375rem;left:40.9375rem;width:6.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ubxTZr5rtp9UfsNpvyKB6LS8ALgH5C { top:13.9375rem;left:37.375rem;width:10.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt5qfBVSXBqsFugwc1WWCvrtI3UXN4Uw { top:15.8125rem;left:38.125rem;width:9.625rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBzoCPTiVcbouQqMBTWTXnfrq8pxGeEr { top:62.8125rem;left:0rem;width:7.9375rem;height:4.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ieX87lzC3esO962TTgqQhFaDsmVMP5He { display:block; }#ieX87lzC3esO962TTgqQhFaDsmVMP5He > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQcaKOZGACiLeowtWKpIBSVZyg4R9kh5 { top:0.0625rem;left:0rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCX38uGeaeQV9NItn2R5HTusdgc17xRQ { top:0rem;left:0rem;width:14.9375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzMvAtHauvfSKUkUOO3ysShNcxTSFrVx { top:6.6875rem;left:0rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyuTB1MZ9Qbl7AHrfIg3lQpECg9mo8i5 { top:13.9375rem;left:0rem;width:6.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G95BAVyl88iIJF2LZEzlB99qUsMbrrss { top:13.9375rem;left:0rem;width:10.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy4sBfExFw6xyBDy3LxzuOkQb1QoQc0T { top:15.8125rem;left:0rem;width:10.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQhfVxEo3TsTPTEZ3TCZfw2XvmfTRbvu { top:0.0625rem;left:12rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1NwQpBzvG0aIHfoHmdgC5vm5o6CoqDD { top:0rem;left:12rem;width:14.9375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGHbT9d201rKmLHRRkymucboBFxa7yXp { top:6.6875rem;left:16.6875rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4q06kbT2k9KgJlysnOTIwZMr2paMKNf { top:13.9375rem;left:24.4375rem;width:6.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfSfarCteyi4S1MD0aR2onuHF3yhvMgq { top:13.9375rem;left:21.3125rem;width:10.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEtNR48sM4VoXVIwTZsLRls72ymW2a4p { top:15.8125rem;left:24.4375rem;width:4.875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuPxHGpHArp7iukFtorZZz9bO2TkCFIv { top:0.0625rem;left:24rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #neBMEaKTt91gEAGcJfMOWBdGSfqOp1aV { top:0rem;left:32.8125rem;width:14.9375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDwdRQAOiMsw2rQ54ZSMcukl4GOBm9y8 { top:6.6875rem;left:35.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf7KipKqJf3FX1iEcqcabWS2ZZz6LP1J { top:13.9375rem;left:40.9375rem;width:6.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGgDBpX2JVAqOUkl9U9mKmbZ4WKTNETk { top:13.9375rem;left:37.375rem;width:10.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQaxs1tmpiCary9t1LfrwtJUJRO0EXJ2 { top:15.8125rem;left:38.125rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVaTdMdDZDTseIz5TU9UMVM6eDkC8IyK { display:block; }#aVaTdMdDZDTseIz5TU9UMVM6eDkC8IyK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSfTWAKwq1Q7l7n9nWZIX5BG0ZKX41qh { top:0.0625rem;left:0rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsC9lQ9tBufiPP3OsIasDVr2XG3hBmQM { top:0rem;left:0rem;width:14.9375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeVkr8baFXHVxoLZa308mn5zvb0B7drk { top:6.6875rem;left:0rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPEl3XEcvvRea14hhNV6G0dhTKPs7sH1 { top:13.9375rem;left:0rem;width:6.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4SAaI5JwazrhVGpKXq2urkXudDEz3T4 { top:13.9375rem;left:0rem;width:10.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7eMa2SLhnci6qvTI6TfQ7Ee9fZvegz4 { top:15.8125rem;left:0rem;width:10.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aElMdFkC2vtaoBW9FTMF5XMk8UCmVDaF { top:0.0625rem;left:12rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zucVIOv9TGJHB71zixAmZIA0HM8ZG3sk { top:0rem;left:12rem;width:14.9375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asG2xBnOTZJlvA40toLeT8FLDX8eZK53 { top:6.6875rem;left:16.6875rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5saeRRgsvGctFqOQ11owAQ2H3Iwnb2Q { top:13.9375rem;left:24.4375rem;width:6.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piDwfcrV2mM97g7g3RfKtCT35pCmf7FG { top:13.9375rem;left:21.3125rem;width:10.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4hTQqBhXqPDEtEz2nebF31kOp1TN4Lm { top:15.8125rem;left:24.4375rem;width:4.875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEU78f6AJ3Q4rXkTUFfM9vrJhGEDyF97 { top:0.0625rem;left:24rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT4emNX2gGmVHW98DHcc6Xizie53NflT { top:0rem;left:32.8125rem;width:14.9375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phgHwkBytwnCXRxd5GTxxcATdBQwPQ1i { top:6.6875rem;left:35.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf9fgr8shIbON1y9CxOVVZTnXFbQMXLb { top:13.9375rem;left:40.9375rem;width:6.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prE8pAsOZdPwhmcHmxDkn0pJa0GBE4JT { top:13.9375rem;left:37.375rem;width:10.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPovSt9LDm0rkp7WeaQBNEu05r96wTgD { top:15.8125rem;left:38.125rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUWtt301RDAKhZXhmJs8mJboba8pAF9x { display:block; }#HUWtt301RDAKhZXhmJs8mJboba8pAF9x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzNe7VDlKagcJRvkfa8SKZZ5BUWwpM0B { top:0.0625rem;left:0rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPc6vTJPvxEyxgXJ0U5ip1vC7eZyiwT9 { top:0rem;left:0rem;width:14.9375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxkMi8hlMZ6uczcQuzH4eegmFTTWIKfL { top:6.6875rem;left:0rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpLVcHqwdd3qamF8WrZODUyCsaw24ILH { top:13.9375rem;left:0rem;width:6.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBlqiSheeCpVZklLlGzIsALZCBs7iPDT { top:13.9375rem;left:0rem;width:10.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeqFROqUllgCma8lwFD8gtGObzAsaCvg { top:15.8125rem;left:0rem;width:10.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r645tdfiTEkeFIN588026oGWZJlZE5Ex { top:0.0625rem;left:12rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9JlwCw5sXDs3e0NbRMuSnKTrRhVpmKR { top:0rem;left:12rem;width:14.875rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTbMOMKSTMJGEXnkxDiZBOFBnCh3CsvT { top:6.6875rem;left:16.6875rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPxWemc0CBa6yesf2il0V42xiIM2IKFt { top:13.9375rem;left:24.4375rem;width:6.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueQlpV6983CCRQhs2FoVTiKrVO7ZA3RD { top:13.9375rem;left:21.3125rem;width:10.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7xKLRvvAdy73nJXwfSQlzhGP8nZzrcC { top:15.8125rem;left:24.4375rem;width:5.875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy5dcJwvItdlZGunw0MvosBHfEEZePCb { top:0.0625rem;left:24rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2Te7zBV28WwBoUBcib9nTVVutxuAPcn { top:0rem;left:31.375rem;width:16.375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEm0i4zOpWTwO5TNd97GXfpMvahykblS { top:6.6875rem;left:35.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJJKPn7WvTkTB91u4fuW600ZGvWEVQna { top:13.9375rem;left:40.9375rem;width:6.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9JBdcobqaSIi6R4oETwDdG3wzTrM9AK { top:13.9375rem;left:37.375rem;width:10.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1QOuL8nKCE0DL6SxB9gwhiq27ToAhDn { top:15.8125rem;left:38.125rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #inUE7thq6ru56FDTLn8QaNGmRyBBvJSx { top:8.625rem;left:0rem;width:7.5625rem;height:3.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3MneCQUNbUZ3RHEXxaZ6PlG2bANCb2b { top:132.8125rem;left:0rem;width:9.0625rem;height:3.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #inVMm4Mzngm9ZDLdH3nBcqvyrlJL2qKO { display:block; }#inVMm4Mzngm9ZDLdH3nBcqvyrlJL2qKO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnNoZQ0uveGnlk09TK7Jocarp5wwXEDu { top:0.0625rem;left:0rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVOIzMdVFEprekReT6likEADxse3IqlK { top:0rem;left:0rem;width:14.9375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw2E4i7tmAMw2m6ZRKzUUtgz00wH9ZJK { top:6.6875rem;left:0rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6Nn3ff9ceuH0mrekTKTsGweTJQRHx7a { top:13.9375rem;left:0rem;width:6.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtksUpRWzv8cgPED8l9Qfv9dP4keusSW { top:13.9375rem;left:0rem;width:10.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhQcomL1Q7MCK93gu0fwCbSKoxTqRlQT { top:15.8125rem;left:0rem;width:10.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWkDefEEMphinsr2ZGV73FZeVxqLdeQ2 { top:0.0625rem;left:12rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu4f0CxZ0eG7GMrAn5k9UJXxLHTtBdoH { top:0rem;left:12rem;width:14.875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZCTkuniPDF35TgC7dTTRA46FAJLfuPc { top:6.6875rem;left:16.6875rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdtWr6rnOvBFumwVufNCDI91D2iR7s0B { top:13.9375rem;left:24.4375rem;width:6.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiHmTTphu0qFqED3yFTondWSVL2Fq2b6 { top:13.9375rem;left:21.3125rem;width:10.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFPl2XkiD1LH4L52dEv19cb0TWNOCz25 { top:15.8125rem;left:24.4375rem;width:7.3125rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9T59Hw8TCITEHG2MELFVBtKmmK1D26K { top:0.0625rem;left:24rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvmo3QgbxUlBLbihKeO5Bkd91JJSJmo7 { top:6.6875rem;left:35.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1siTzT5tDBy5JsnqTliMfOMAhCdMvKk { top:13.9375rem;left:40.9375rem;width:6.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3TzQ8LkQuAlQqrpbxRF739yzgCoqdLm { top:13.9375rem;left:37.375rem;width:10.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH4XvMcEeCl1fxPscx6Tf3BMQkHh1zvT { top:15.8125rem;left:38.125rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD2hyBDN75DP0kEAJ7vTfdLSC3ChVrly { top:0.0625rem;left:32.875rem;width:14.875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1hSJApehLXwn127TZIRkiUHmC6xP0sR { display:block; }#i1hSJApehLXwn127TZIRkiUHmC6xP0sR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnTNKKRfSPvX4qfFfsPKMT1vv2xQmhKX { top:0.0625rem;left:0rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgK0sNy2CkwRESDyrh4mPiTQAnv0h7tZ { top:0rem;left:0rem;width:14.9375rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tke927FXSg7zXdpwGTGtLx8BKILCdTOr { top:6.6875rem;left:0rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc26Owekrnm24g20qwIHsqT5Ppq4l0dK { top:13.9375rem;left:0rem;width:6.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvqUfc2ShVwTy3qspfSuMOKUfrDag8k8 { top:13.9375rem;left:0rem;width:10.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heFLkH492Ha4a8dwZwK6T0NRgvCOohxu { top:15.8125rem;left:0rem;width:10.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bao19v1WPAy0LLf1OzuHhQU6tPcJhZIh { display:block; }#Bao19v1WPAy0LLf1OzuHhQU6tPcJhZIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9N1PbEQL2LyP9boStrzzv66rnfWykeL { top:2.4375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGPnV6lf3P2uM8X3RBecTydKhZAiXrQC { top:10.8125rem;left:0rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPIQAwxT99Fp89J1xXHqQM3bRRaCq4tv { top:10.8125rem;left:0rem;width:12.6875rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk7rIXQKlTVVo1sZPgTPN58hrrqboyHN { top:16.5625rem;left:0rem;width:8.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik0XlQN0PTirOnipneTSJPXnQra4Dwew { top:28.8125rem;left:0rem;width:6.8125rem;height:5.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0oD7e503A903DePBmoCO5xNy7y3nwE3 { top:28.9375rem;left:0rem;width:6.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqIxBTr8Pyqt7T1dIeBxOeEO8sRgs9zi { top:34.375rem;left:0rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLWBFfsQFeXxF8hPZAigbIole8tPpPu6 { top:10.8125rem;left:12rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJkkNIdwhwkWC7vgyHOpTI1IqZiLdCci { top:10.875rem;left:12rem;width:12.6875rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordiup39kPfi4OVJD3HliAm4fbo4MVCs { top:16.5625rem;left:18.90625rem;width:8.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oivxTonwDdCsgmtgBC0x1x5xAScI7xuo { top:28.8125rem;left:23.21875rem;width:6.8125rem;height:5.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9ZFR9eS3M12mfQomNuFLJoCcvOOQdqV { top:28.8125rem;left:21.21875rem;width:6.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJTeVWnVWGh9pcq9qqA0LwIXZ9hviLz3 { top:34.3125rem;left:23.21875rem;width:10.6875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCB0E7HToZIMgkoXPZT4XOngXEP5T6Fx { top:34rem;left:0rem;width:7.875rem;height:3.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ip4XZHbO7fRb4OWfA7rRiTDHs9ETMQsE { display:block; }#Ip4XZHbO7fRb4OWfA7rRiTDHs9ETMQsE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ma1TJp8prUPfmOfkBQnGHlcBgt5SmWaJ { top:2.4375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW7vGOq4WsMhBbsFkNTdrmTVeI9yEmeM { top:10.9375rem;left:0rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbsKoTGX9Xx6UebS3dDxw97z6Ws2K3OB { top:26.9375rem;left:0rem;width:10.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2iUyziJ0L0I7TqhaMt5AQnlJ8mikavd { top:10.9375rem;left:12rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8srAeWUCSVT88klAdHo7pNFIToNaOIV { top:10.875rem;left:12rem;width:14.875rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMeXCg4r3ulEtkWn9ZcopznbD9UcTD2e { top:17.5625rem;left:16.6875rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3ch0gyyR6BShLhMEwbZcS3yg3dN1C6z { top:10.875rem;left:0rem;width:14.9375rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfpenzuMs6O2e8WrZwWU8ca58NqFOxdf { top:17.5625rem;left:0rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qreIFdTROyN8cgVAL4ZN3DD6RVB9lRSs { top:22.25rem;left:0rem;width:6.8125rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgkSO7RqmTJNpVuXJMQF8THcOvDyZM4K { top:22.3125rem;left:0rem;width:10.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyHFHv6k3TTfTEaWCmK0W9z4WZSOrlTF { top:22.3125rem;left:21.4375rem;width:10.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJD0Dd5xU1ruNRJF121QQmqVvtWQ8pAT { top:26.9375rem;left:24.5625rem;width:10.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7vAh3trQchMr87rBQVUAHmwHWfaJ7MQ { top:22.3125rem;left:24.5625rem;width:6.8125rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG10kfKkVUwhbqiC6zixqoyVXv5PUI6X { display:block; }#qG10kfKkVUwhbqiC6zixqoyVXv5PUI6X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnlmcnRr1mZaedpuRLqiOTqPFEZVLBAp { top:2.4375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV30JUp94ofMKW71TNLUSpqcgH1ncUNz { top:10.8125rem;left:0rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #spxOCZdh5Z8oTaE3Sl6mTTa6dyGS4tFR { top:10.8125rem;left:0rem;width:12.5625rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MarNQ4ZsTzqVkD83XEO834TWmK17TDTN { top:18.125rem;left:0rem;width:8.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drkRddhma6xyLIg2zERJkPZ4XV7u0qSv { top:31.125rem;left:0rem;width:11.75rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enGowMWaG5SNBWRcI2TggoSxB6H9NoQr { top:30.6875rem;left:0rem;width:6.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkhCtc9rBxhlKzfrE0LiOPqQCBy97xrz { top:33.8125rem;left:0rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0hiVT7J2TzfUK2H1DHVem5rQwVsMIru { top:10.8125rem;left:12rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkHiCykXH4JuvqtSowXT2im59LtWMOxT { top:10.875rem;left:12rem;width:12.5625rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypb3cGLL3dB9xkfpc3T69GT7sMGgyOlx { top:10.875rem;left:24rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDbNTBXQIaDaRs16uP4c4Kou4UHntRne { top:10.75rem;left:35.0625rem;width:12.5rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1zlfb06Zsls3RoSt6bTMWdoftmZ0tgd { top:33.9375rem;left:23.25rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCH6rSGONi2ny8Cv5w3u4U6Xe647PTrQ { top:31.1875rem;left:23.25rem;width:11.75rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G62sTum8Nsm3hZT7SRwMZa9TCdMU3atp { top:18.25rem;left:18.625rem;width:8.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0NlQIeXlHrJO7t0SZybKKtfeaVE4gSw { top:30.8125rem;left:20.9375rem;width:6.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCKSd3wu3XaeIpGrILBT3Nm1hhMwdflB { top:18.1875rem;left:39.625rem;width:8.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb8Pgsml0sf8dQvGaVIoXuslnrTAqIGc { top:31.125rem;left:36rem;width:11.75rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0JZrhgkVEPysbNIJdopGTn6yDob7UTF { top:33.875rem;left:38.125rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTnKIFCHs9ALT9AnQwTdqBfUT4AetO5I { top:30.75rem;left:41.4375rem;width:6.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAD0LA6VgeRySLJcJ7mX7bl9FNFvX44G { display:block; }#LAD0LA6VgeRySLJcJ7mX7bl9FNFvX44G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5f40c5CnQs6FOp3R9rC6kG3dskkxEXT { top:2.4375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpGT6oGO8NmCCxPtaK96JTVkB7hPN0We { top:29.125rem;left:41.4375rem;width:6.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODXFABPp6K1fMh02VIEoUMpTDBJRdNBp { top:10.9375rem;left:0rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6iy7qTc5Pqh8moJL3V7mmdOpbwhUn04 { top:27.6875rem;left:0rem;width:10.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5zecW7BeTNwyF5l3qzdnUN0kQOGqTnc { top:10.9375rem;left:12rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N77T6Ih8W71BhIUVJHzKTbf2WU7aQ5Mk { top:10.9375rem;left:11.96875rem;width:23.8125rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4CoWOo3ZmaeWdQXCAfFAFo8GmvKgXsd { top:10.9375rem;left:0rem;width:23.8125rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVvGTZqGBJtVvF71OvCy6amSzEWbWDAm { top:17.0625rem;left:0rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6kktMceZWnAKH0zAxVSpPZn9SIJCPyE { top:24.375rem;left:0rem;width:6.8125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkacblgFuLp41tXreOc4tB7mfZkF5QIU { top:23.1875rem;left:0rem;width:10.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H32GPdcoHnUWvw0PJNhGi3C9Pf2TMpNn { top:10.9375rem;left:24rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIzKtqmihgKzRBUFhwWQOSc72T5V00as { top:10.9375rem;left:24.125rem;width:23.625rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLzCmnvExJEpgsKlWumi6wEKyZoBfHul { top:17.0625rem;left:17.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mri6SnKSb4rvPk4qx0ZePbhz5p2LD0ba { top:27.6875rem;left:22.875rem;width:10.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEa9o3FgeL3PTZJqiqW1fPPho45mTAv5 { top:23.1875rem;left:21.875rem;width:10.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6WU2WWJ3Ja1AeCmRCZl4ulWFPzuabi5 { top:24.4375rem;left:22.875rem;width:6.8125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGVMaemUCwEXTqSzCkOJiJMkotKBePKJ { top:17.0625rem;left:35.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpMcLFpQDorsQCqSc751tG6IzCvyI5T1 { top:27.6875rem;left:37rem;width:10.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3Iu76vw6Ia2J0kF8BNnsh5Tk5GJsIMA { top:23.1875rem;left:37.375rem;width:10.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXSAHbqHrHlW6hoWv33SQauQ5JLvtLNa { top:24.4375rem;left:40.9375rem;width:6.8125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdcAzg7EwNlI9mvD9Zx1bbXABGTv4trH { display:block; }#sdcAzg7EwNlI9mvD9Zx1bbXABGTv4trH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXszH4hUFBTIfFszfJc055HSKfafxAHz { top:2.4375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzzsZQS483BnH1M3DJHnvmNHhSVgQGSM { top:10.8125rem;left:0rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRgW6qB0BWyoKgO06IfOocNsTRonzPdx { top:10.8125rem;left:0rem;width:12.5625rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7UoFUANk6bfgC6Kvn3b0P364xD8QTrX { top:17.4375rem;left:0rem;width:7.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATG5Z8f9rZCFFTczovfBo8xaoZxMb3yD { top:30.625rem;left:0rem;width:8.125rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khGv3sZW4gQMriAkogQmcTtsllhyQ9q9 { top:29.8125rem;left:0rem;width:6.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S96BGETR9r7EmQr3D1MK5kVorgmbhK59 { top:33.5625rem;left:0rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOWwk2p5g07JPUqE0XwhFU6fxlftFb34 { top:10.875rem;left:24rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgA24T2rscnLIasVtrcqin7DNPkpGB8Z { top:10.75rem;left:35.1875rem;width:12.5rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq2PhAgNd0gfzPq70ia3JTsQftXuppit { top:17.625rem;left:39.8125rem;width:7.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz767S4VLnB6N6oZ5zldOqFnEhC0T94z { top:30.8125rem;left:39.625rem;width:8.125rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyUWctTphxiMdqMPofmZzN8QHZLxMNdS { top:30rem;left:41.4375rem;width:6.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQFCwwxZRXhWDI35nzFzqb8ADKCMfx8r { top:33.75rem;left:38.125rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwNaeqS8mmLauMeHITlGVS2UTsv4Qilk { top:10.875rem;left:12rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9LriNXm9e0VG6ZQH0aTp7KpndlsfaM3 { top:30.75rem;left:23rem;width:8.125rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZyxNNX2U4BvT8oxBnHgWJqNZ4bQ3E0J { top:29.9375rem;left:21.3125rem;width:6.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTaequpiRF0iQlVs5HlorZ3ADoD9ELKf { top:33.6875rem;left:23rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8U7R9lwf40DCd9RL0XN0SU7ZfD1iShI { top:10.875rem;left:12rem;width:12.5rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OngTdt1MmXxh9rZus4P960w8CBLM0tBL { top:17.5625rem;left:18.375rem;width:7.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drMUn2gvTT4TkXD1OR9WTaT3posyscm1 { display:block; }#drMUn2gvTT4TkXD1OR9WTaT3posyscm1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxIqNt2kmvSvv2RfrEVDNnWchdhrIpgb { top:0.125rem;left:0rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv5SvRR1XifGTJ9n6sTIVQTkt8uUuWke { top:0rem;left:0rem;width:12.5625rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zufTImv9EUkDd9Q2RInZlzW1qISVERwd { top:6.875rem;left:0rem;width:7.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMTc4hx2WOw6fizuhmT5dkanBEsCf7P0 { top:20.0625rem;left:0rem;width:8.125rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8NuPt5k83oLug6Oayg3aQIUyLoQCRlH { top:19.25rem;left:0rem;width:6.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbeRVQWfKRuT5TylzXLx5MFqdE36JFsE { top:23rem;left:0rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoDyRhp8vL2AOlivBZz3XxJ4yOR8GxFh { display:block; }#VoDyRhp8vL2AOlivBZz3XxJ4yOR8GxFh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqvFSzZ2d70zSxLa3FuWH4tMzg7wl0hd { top:2.4375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbdBV8vqDqfz5rElAIATtGXfvm9MdWbz { top:10.9375rem;left:0rem;width:23.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHTZ0u8gWmx7dt6FcCVBMZwkSgquvFEQ { top:23.6875rem;left:0rem;width:7.5625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #loO5rNEAac607gKo8dHJClDpHUR6UTeu { top:10.9375rem;left:0rem;width:14.5625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECdKausxTfS0gPq9OQOTSplHpq8qpTIJ { top:13.375rem;left:0rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGAwUPtuRbSeKSdwC1aTxdnXBe6iBqMU { top:20.4375rem;left:0rem;width:8rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfQ0kIEfpKioT3zl4F9RQViHMD4abOQN { top:20.25rem;left:0rem;width:10.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBJxCNg0qEkIVkXP1NfyP6X96mchFuPp { top:10.75rem;left:24rem;width:23.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ValqJRUF13lOaen7PghLAQRpUhglo1wR { top:23.5rem;left:37.625rem;width:10.125rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgTB8ziGQSFrUFPxEhtBAt42ccFQPLl3 { top:10.75rem;left:33.1875rem;width:14.5625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFI4FB6cXC7TPAInkEKcAdq4O2A0rytB { top:13.1875rem;left:35.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWzw7rQp0ZvkhaDgJIZb2loGc5FPvO23 { top:20.25rem;left:39.75rem;width:8rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox6SHAxnnImHAqKNgZd3fTadWLlzrW9c { top:20.0625rem;left:37.375rem;width:10.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSzTfuN6RPrSTnBMuyTrhyh3klOhZgg8 { top:10.75rem;left:12rem;width:23.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKrVrXbA8tDCxbsHZPUWlx1qBT17FXpf { top:23.5rem;left:24.9375rem;width:7.5625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX7XDtU1leNrelcz6hHkvEaWzkNo7smn { top:10.75rem;left:12rem;width:14.5625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPNywpDUHwOnr61NKAi17hptKKCTzo95 { top:13.1875rem;left:15.875rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9RwNdTNRyDTweltUtNkgcn3fLGBNTA9 { top:20.25rem;left:24.9375rem;width:8rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT4gOux1s0fd1g49ri1bzadzLOASdlDQ { top:20.0625rem;left:22.1875rem;width:10.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePDJiQpCLsJGyKBK4e1zaBCRZGFSRi0z { display:block; }#ePDJiQpCLsJGyKBK4e1zaBCRZGFSRi0z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NorDcXGlR0w8pMpaOmZd7EF05zcf2hTX { top:2.5rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szmyxaOfAE9w8KrnhO6wcHcp2ku5CkIB { top:10.8125rem;left:0rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAfO4Nk3k7TsSpuO4RMB5ZUW5b6TzCBO { top:10.8125rem;left:0rem;width:12.5rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG1O7pdc0y5MF5VKuIFTd5JDTktnamRp { top:17.75rem;left:0rem;width:7.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntnGqpHHGTawE1oUApPgE2XkBRIQhvXf { top:30.8125rem;left:0rem;width:8.125rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF0Ciwc7W7te2lqAinCezBMJkwtTVAz4 { top:30.4375rem;left:0rem;width:6.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bze8TnNwUa5tRqgU6aIfL5OQkIUzxxNu { top:33.75rem;left:0rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTmqmIH7Porf4NvqoSH0ypk6bL3hEAt3 { top:10.875rem;left:24rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukBbwlT9TTfWeBWPImVQ7Lt27l7MKwai { top:30.9375rem;left:39.625rem;width:8.125rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNh9MuhcnKRf3Pob6Fsom9wCt2Q747hs { top:33.875rem;left:38.125rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6U2T4E9eAd6aRuSSb7Oxkn1CMb878TJ { top:10.875rem;left:35.25rem;width:12.4375rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew9DPOtsGSqaraKsOsHqIRtshf3J4359 { top:17.875rem;left:39.8125rem;width:7.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxUfv0X59SrKAuyT9HIsTqbntthJ4kT0 { top:30.5625rem;left:41.4375rem;width:6.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #skZPXqLPORCL6W8yTvIUG4N8yowT7gcO { top:10.8125rem;left:12rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6dWqlPUykM5c80derbarfAslNvegdox { top:30.875rem;left:23rem;width:8.125rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7F0t2GaD4UdgdekSuHUdxo2Hn3qTJBp { top:33.8125rem;left:23rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElhdeMWmI5rihbcRcUXckqxRE9XopGZI { top:10.8125rem;left:12rem;width:12.4375rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPVD8T45BUaCE5tJZX6T24pEz8e2FN0S { top:17.8125rem;left:18.375rem;width:7.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrmxooXuZPWuuOeR1eJeSa5r7L9npKXm { top:30.5rem;left:20.75rem;width:6.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbgGC2mHnt9b8wX1ZQT0IoRTGaHwgQQX { display:block; }#AbgGC2mHnt9b8wX1ZQT0IoRTGaHwgQQX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRdvDUzzbGpH2J9FMEU4yJWaP9QIdymI { top:2.5rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgsTxIhnmWRT2trF41O7SasEud6bsSSc { top:11rem;left:0rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwXcr4mwvIG9Te61FCuNA5lKLaKyz6E0 { top:11rem;left:0rem;width:12.5rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diSVm3luXQRRTTQ7bxsitPTR9lwTGP1T { top:17rem;left:5.6875rem;width:7.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbvEe85OiWxoG8o1vCUSp8gDgnPTpWce { top:27.6875rem;left:10.375rem;width:8.125rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDBuH2IDaz1izA5hlf7CworbKRvm01Xe { top:27.125rem;left:7.9375rem;width:10.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwAplEr7hhM7QQPawwHLAn4u0J3PBTcc { top:33.375rem;left:10.375rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFCPWXwatx8TTQpZ825Hr3c0T2tmdne0 { top:11rem;left:24rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbGJw7VMNNChA9anACbq0lGC5gqTgr5t { top:11rem;left:24.8125rem;width:12.5rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOs8FHZwEAmpXKoLoH2ewmOhyhKsKcd4 { top:17rem;left:31.3125rem;width:7.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVpW8ByV9BvS5A0XidF95pWiZqzL0H3Z { top:27.6875rem;left:36rem;width:8.125rem;height:5.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNzpyv4PMd5DkWm4wHc1qSAaHARTDmyI { top:27.125rem;left:33.5625rem;width:10.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zll67ioUmbICCbTQwTk3wDTxKvNsccxX { top:33.375rem;left:35.75rem;width:12rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goy07a0dkw55TADclMaXte0hVwdK8Fwd { display:block; }#goy07a0dkw55TADclMaXte0hVwdK8Fwd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQygNaixa6fTawpV7m7FMap7nri2Q6zv { top:0.0625rem;left:0rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP4QSJkJoWDTOohZg32Krny9MybOvFoV { top:16.0625rem;left:11.625rem;width:10.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhk4wbX6cVcnoXOXwtCGqoJhgrkfzJpD { top:0.0625rem;left:24rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8UrWgI4amM9D2QkRsPPf4NUTexWV1V7 { top:0rem;left:24.8125rem;width:14.0625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN7kRTkJp6NEol7rHCbKFpUKZAmc2kZS { top:6.6875rem;left:29.5rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJz4r1vBd0TIbukBABDv06dpklomDgrE { top:0rem;left:0rem;width:14.0625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMqy4y9xuwB7TGnh2KuXTJTVN4t8rTxo { top:6.6875rem;left:3.875rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUBRmm7EvqtyPAuz2OZX0fgPbuORQGBD { top:11.4375rem;left:11.625rem;width:6.8125rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #da9BlQb2qxhWB45n2oTUEfMPus2GlTQR { top:11.4375rem;left:8.5rem;width:10.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2saO5OBUPqF0cpL0EPb86ROAIWLrbJL { top:11.4375rem;left:34.25rem;width:10.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxEuI2zy2mdXoPNS3THmo6yyaDgEq88r { top:16.0625rem;left:37rem;width:10.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo8pW3kFMeIH2Xu6xiLPNBcKKlm13v0S { top:11.4375rem;left:37.375rem;width:6.8125rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6rRNMWtyFVXHhlbpSGe8RX1D3w0XfuV { display:block; }#m6rRNMWtyFVXHhlbpSGe8RX1D3w0XfuV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVUED0y7hL7gozPcbAPtlIx21obuWOil { top:0.0625rem;left:0rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGoSmuhcCvqd2D4UzdDCgZsSS3zhCLiC { top:16.0625rem;left:11.625rem;width:10.75rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqPaxRgmT6gQHWyX9qZRalkIIqkalRJE { top:0rem;left:0rem;width:14.0625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwIKWuTUvNzfEHOkDFAEn1Ne00rc34J0 { top:6.6875rem;left:3.875rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCOCQWFbRTWUEnvUHIBbFKwTQK4c4uqf { top:11.4375rem;left:11.625rem;width:6.8125rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLdSmuVfA67l7KUzyJCFpla55gFET82z { top:11.4375rem;left:8.5rem;width:10.375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii21xprzO2gtrDV27TSAZMGTsPiQTwIA { display:block; }#ii21xprzO2gtrDV27TSAZMGTsPiQTwIA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJXmchDTvbwAoWudTbLyb8CIcde4TldH { top:2.4375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQCrH4vAbKZzb1IEm2bsBoV94aQnJml6 { top:10.9375rem;left:0rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRzHS1S6X8ypPI4ftuKJy670EqPUIpm9 { top:28rem;left:0rem;width:10.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSFFXTVdLfVc7wpVWlKwpgqtwk1oXckv { top:10.9375rem;left:0rem;width:23.8125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaRBAbS0X9gXLEPLicKwtGc4LzAwk6KI { top:21.0625rem;left:0rem;width:12.125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOLBM8UhbTU504TiEDzGUtkm2EvUxIeT { top:23.3125rem;left:0rem;width:12.25rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0QWN1gM6AGFWTtnoTvclw0LEJmRk7n3 { top:22.25rem;left:0rem;width:10.4375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNycmW3fDJtEHMfJtn67QTIW1SS80WSI { top:10.9375rem;left:24rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRUwp9l8yoTWMNCQ5XqzKLwhJ2KsbiVU { top:28rem;left:37rem;width:10.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlsTTkFMUJWQal1uJREeFaZLcymdvdgK { top:10.9375rem;left:23.9375rem;width:23.8125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyVwM4MMRs5oXyrqfq57EiaANm7pbRkv { top:21.0625rem;left:35.625rem;width:12.125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZvh9db8xr485fm01eG6Xz1oC867Bsqo { top:23.375rem;left:35.5rem;width:12.25rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpaNyZRraIvCKFMbE9aufGOpIyAJTm7Z { top:22.25rem;left:37.3125rem;width:10.4375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAnTmu8BpWb6nvREERbf7yrMsWz9GI2l { top:10.9375rem;left:12rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivGLkfq4f5dEOdKVbXIoPL6tLIf1n0Gw { top:28rem;left:22.1875rem;width:10.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DArUSFy9es2eogTBLbiDZ8TXSUo7uOZp { top:10.9375rem;left:12rem;width:23.8125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbPhVFLVDIbkyxmmqE3wmPmrSB6NN2ns { top:21.0625rem;left:15.75rem;width:12.125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdfESVrZGI14wspVtqJCTBuin5vcD6ok { top:23.375rem;left:22.1875rem;width:12.25rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWiH5EFieprg8DeqdyZaPmbWAXyObSon { top:22.25rem;left:21.75rem;width:10.4375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxhykMw0Foy4f2CxvtRO8tiKV2DdmSqc { display:block; }#vxhykMw0Foy4f2CxvtRO8tiKV2DdmSqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrL02La6BWandrxdqgfOVdfQsOPJmQbg { top:0rem;left:0rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di3TEmKsLQmJND6ah7TTFLiXD56VSeHL { top:0rem;left:0rem;width:23.8125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFBxmawgJSpWH0k8i2iFQ4BgMkA4hCto { top:17.0625rem;left:0rem;width:10.75rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grP8QIvh8fP8TLTourzZzVC9VyJ0GBRq { top:10.125rem;left:0rem;width:12.125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVCmKgwvAd6Q7mAlkCHo7dxrdJsNsShT { top:12.4375rem;left:0rem;width:12.25rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCGaS4329h3ozmFRuZh0PhC4fzvtUOlU { top:11.3125rem;left:0rem;width:10.4375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcdTdsAT6hV6Q1XDHwrGHu3hcFxiSdAz { display:block; }#IcdTdsAT6hV6Q1XDHwrGHu3hcFxiSdAz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsrLssts9hQPlFiO0dNxlRwhBrkHJBLP { top:2.4375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5onFXshZN01hcF5FnE55BvrkJZOEkzh { top:10.8125rem;left:0rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWFGGwNtLvdHypEUkxT4nnyldXFi7fwr { top:10.8125rem;left:0rem;width:12.5625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA99Z0rRuBP6Of96bmbV0TDiUga24fp2 { top:18.125rem;left:0rem;width:8.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zexSAmaFFvtXZFR2TLtBKAPuN7ZJKTPb { top:28.6875rem;left:0rem;width:11.75rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpufODZ46S6s6niGvLHam5VEUGT09Wv7 { top:28.125rem;left:0rem;width:6.3125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ22bXuIaar1VhkN1qLwF9AvOuyBcDX1 { top:32.8125rem;left:0rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBpF8Ra1D807OEHnda6CwK1gIKctd9hT { top:10.875rem;left:24rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6PNyDPGM4cO7unGiaVRyBnyCZckNzfN { top:10.875rem;left:35.1875rem;width:12.5625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBdrs0ShPDRUkxKBdCWTc1lOo1Hawana { top:18.25rem;left:39.6875rem;width:8.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDtlz8Krn6qCeZDE80SFtg7GiAFDUfFL { top:28.8125rem;left:36rem;width:11.75rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcX4BTcLNf1x3i0RGXNt8ufmwIDhOQ8J { top:28.25rem;left:41.4375rem;width:6.3125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyunQc1uIXiGl870kEA8FRU0VLuGuOHr { top:32.9375rem;left:38.125rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEnGVpZRsvsw7wZ8GOtlR39WN6E2tEHp { top:10.8125rem;left:12rem;width:23.75rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCtrAmFMn25HbNkFuCmBe4MEdgZN8KvW { top:10.8125rem;left:12rem;width:12.5625rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSd9tJwn3dlT0UcEl4G6og7R67tce7vz { top:18.1875rem;left:18.4375rem;width:8.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXEEfif7agfyOfFb0AexpTX84ScOPcWu { top:28.75rem;left:23rem;width:11.75rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU9xNrTt2xSaDZKbJdB7gfxGsQGvsERR { top:28.1875rem;left:20.75rem;width:6.3125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qllCPPim1rioIhcyiULSFXu0I93dzTK3 { top:32.875rem;left:23rem;width:9.625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uclPsQhmIXd1WkaVr3bIuVBx1Bk51miv { display:block; }#uclPsQhmIXd1WkaVr3bIuVBx1Bk51miv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #He17TmG3R9Zv0m0UX5NfknLplwU8Z8Sl { top:0rem;left:0rem;width:23.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIOrP8vXffuKgFeTh7B3WbLRtybaAurQ { top:12.875rem;left:1.03125rem;width:7.5625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHf5FXdNJuXtWugnF2MC00KnWoUmTksw { top:0rem;left:0rem;width:17.0625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tppgdbt4T2kBx5hE5urlCDOsiqMcdRCU { top:2.125rem;left:0rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKRzJyniCh75qezPzpdtiJnPrwfGpPkf { top:8.25rem;left:1.03125rem;width:8.5625rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih3IEpVBZ1gkZ4TApAivsCzaPReNPFLb { top:8.1875rem;left:0.4375rem;width:8.5625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlQTz2hlupCZ6mwk0ifZhT9lvMwu349Q { top:0rem;left:24rem;width:23.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvCrTucvDLKOgtOaKAZ1y7g92I4w3tnI { top:12.875rem;left:40.1875rem;width:7.5625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fibzQRMT4S8iDWGS2N7nrsLq4U0caNnI { top:0rem;left:30.6875rem;width:17.0625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK6DTZxQdRAXHgI5edTQNzDmoyZKXb2t { top:2.1875rem;left:35.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8NWB2MQfn0lRiyyWF0unTSgzPn6PxuV { top:8.25rem;left:39.3125rem;width:8.4375rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWxK5o5ZVvlfO1R3DObUnmrFpPrcIdS { top:8.1875rem;left:39.1875rem;width:8.5625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibRe7wsmT6affd7ylRwhM83LnCTSWcwr { top:0rem;left:12rem;width:23.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3lmdF8ypmzQDTeI9BbqIiX0KTHq5OyD { top:12.875rem;left:26.625rem;width:7.5625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU8xpITNpQUqUv9PnQSskiTR2MT1sbgd { top:0rem;left:12rem;width:16.9375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOtA5AtOKptOVDqU6oQ3zAIMWRgfMIJD { top:2.1875rem;left:17rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbQkySN14CogVE0k1vVSN0lMmebTGQyF { top:8.25rem;left:26.625rem;width:8.75rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0tVtOdBkoofcaNuzn2bTzG3uQ5Nk1he { top:8.1875rem;left:26.0625rem;width:8.5625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVnS7fXpFHxoahn5rByFZE4AHeEfoNRt { display:block; }#pVnS7fXpFHxoahn5rByFZE4AHeEfoNRt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4Z9nFgTraiirWBroN1Td46vblf92MK4 { top:0rem;left:0rem;width:23.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTBEJDnTQ9ELu34iA5ut1ItxJyVntvKz { top:12.875rem;left:1.03125rem;width:7.5625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u46z1QNgPWvgL18LzAGud65iwI5xX3H2 { top:0rem;left:0rem;width:17.0625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhHEetlxsq3ESVsKCVe7PPNTVB5V6vlL { top:2.125rem;left:0rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DriOaL4VRyMSfLcGdaArQKUBeik3xctU { top:8.25rem;left:1.03125rem;width:8.5625rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfGgF8hp53e6EyE8EzAKTkwCouqX5v2P { top:8.1875rem;left:0.4375rem;width:8.5625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhVPGl9c6LzQPnr9fQsRK4pwFF3I8TBn { top:0rem;left:24rem;width:23.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXbPR9rEwTB29RgMnQTOr6n6su2Z6Vzu { top:12.875rem;left:40.1875rem;width:7.5625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm16tTv9WFJChzZkNF3DgJID6UeEgh7S { top:0rem;left:30.6875rem;width:17.0625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7OX6km8AI8E8Uqdmx9EV4Tk6QWOq1tD { top:2.1875rem;left:35.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVXIzhAIQ7BLA2u4nbOAUH0hcq0Mh6DX { top:8.25rem;left:39.3125rem;width:8.4375rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixA7BF5Vv8Pc2mBF7IiJvyDNQQTTcE7v { top:8.1875rem;left:39.1875rem;width:8.5625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTCdmOFWB0gZVtOhcR9igw98CxMFzagH { top:0rem;left:12rem;width:23.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOgebyxIZoK16b6ku2f1tmivOA4OTXbb { top:12.875rem;left:26.625rem;width:7.5625rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdEEZNcop8gcPxULhA7FcIklSVhavLlL { top:0rem;left:12rem;width:17.0625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEF8govN6KaIkVHmbIZbPOigXqcOIB7U { top:2.1875rem;left:17rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtxbbnmakqUCBxMPOAUyHCQUdgPTingm { top:8.25rem;left:26.625rem;width:8.75rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSTJJ9BQ94aWFJ5i2ZaXOKknxpIsTmMR { top:8.1875rem;left:26.0625rem;width:8.5625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oue7ANCIbEpuQwbAVbUI7kBWTOEp7oe2 { display:block; }#oue7ANCIbEpuQwbAVbUI7kBWTOEp7oe2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwZ9z16iKwk0QTBN5IHtZ0dSm4IoiNFH { top:0.0625rem;left:0rem;width:23.75rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruzBQtTI1X2PM1LRpMDgRvtxCDn9UXIU { top:16.0625rem;left:0rem;width:5.4375rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEH735kZgbC26fkRTTxWMl0aiK1TEWef { top:0rem;left:0rem;width:14.0625rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHbUkHVO1MCmo1zNZBv98vZLWe6gE8Mb { top:6.0625rem;left:0rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSAGm3T33Hn8XzlJ82pBxVKW0BCqn1hi { top:11.4375rem;left:0rem;width:9.3125rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoi9b9TZwaUTTrgabDLH6WpqnoB8uafa { top:11.25rem;left:0rem;width:7.75rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2V6wE8Th1kMUSoFOIWl3tIXPQeEBUFa { display:block; }#D2V6wE8Th1kMUSoFOIWl3tIXPQeEBUFa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suDgqtt97uKKlFrHLkq5oylz3TnVzark { top:2.4375rem;left:1.40625rem;width:43.125rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS1q5caBlM9WTP3dx9wHDCXPVIlgTkiB { top:12.3125rem;left:0rem;width:23.75rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueNUHoVrNnFWVfQRMkd3lhDTOCsNBKE0 { top:12.3125rem;left:0rem;width:14.875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bafzv6ZSr1XO3CQ8zMcW9XEwkDaBUL6R { top:18.9375rem;left:0rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c72fXcMf1z0HfHXikPKqUlPx4IPUm1LO { top:25.5625rem;left:0rem;width:7.25rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlw8DF00PGVRrRNVbVNaGqV6T8rnfxUz { top:25rem;left:0rem;width:6.3125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWWCGa77HIUf9KpE00lOzUVIrLs9tgW8 { top:29.6875rem;left:0rem;width:11.125rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc5lFZo5vbpB8KnQVv6IEc7AUg0oKPtq { top:12.3125rem;left:24rem;width:23.75rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5RhQUpZq8S9qtvVa1zhsqIRSzecbdmx { top:12.3125rem;left:32.875rem;width:14.875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwJXxDDibMUcX8omJtml4nVOoLNJvnrx { top:18.9375rem;left:35.4375rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UahtWBSu2RQmvl11UfTCM13umxd4QHdD { top:25.625rem;left:40.1875rem;width:7.5625rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zalvqfNttaSHW6fioNsC2Ao86yGL5gsX { top:25rem;left:41.4375rem;width:6.3125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkicATtFEPBJezoSlTITRGfCw4f1llZM { top:29.75rem;left:38.125rem;width:9.625rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIzTkIiaU68B96BfKeqEQaukny2Uxi6E { top:12.3125rem;left:12rem;width:23.75rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBEe6H8ea5sQx6wnCLIcPLmShpcQay7V { top:12.375rem;left:12rem;width:14.8125rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8F20kzOlc91Q3vwHEpOv2akFthdDc43 { top:18.9375rem;left:16.75rem;width:12.3125rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw0tzkNua3iuJp2PSTmtsHrZgn10uz5V { top:25.625rem;left:25.8125rem;width:8.4375rem;height:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwF8p84NoJMmbMETb8QtPbGF9STCuIQs { top:25rem;left:24.75rem;width:6.3125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwANXJPqHQmzTaixe46Kby5ilLW0V9Ps { top:29.75rem;left:25.8125rem;width:6.1875rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB1rTksWAUHw0Sh3gLWwZBdTeleEGqsZ { display:block; }#CB1rTksWAUHw0Sh3gLWwZBdTeleEGqsZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c61daR1xXtQDddEU6QTBPkE6r6kC7Hh6 { top:0rem;left:0rem;width:23.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXe1qhdWxtTHx7sZo8VubpswhTnsBc1E { top:12.875rem;left:1.03125rem;width:7.5625rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbkHzF3tSAB7MlLMgw2OXdwBcwxPTU9b { top:6.875rem;left:0rem;width:13.875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT3r58nAtEAWPhvMelCf3nWEFpttXBdR { top:2.125rem;left:0rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyhgBLTiixrIm8qcqQi7R6updQX1bTzH { top:8.25rem;left:1.03125rem;width:8.5625rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL6NmtoigZa2CSyJJTvJIXba9J7Cw1Sn { top:8.1875rem;left:0.4375rem;width:8.5625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMMV9aTCc8yulxAW0EpXJ9WzhCbxdha0 { top:0rem;left:24rem;width:23.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlFdIETfuDAJoA7wn31FUSAIW92KZXFp { top:12.875rem;left:40.1875rem;width:7.5625rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEHZ1vOQXa08gCMEwqZA2ggbC4TR6TLx { top:2.1875rem;left:35.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua6AHUV4T54ETvwH8FA7cVk7Jaq8I0wn { top:8.25rem;left:39.3125rem;width:8.4375rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPclnGHZw4FToZwP0Vq6xhxUJzK3Ww7f { top:8.1875rem;left:39.1875rem;width:8.5625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLd1NPtIerPqGVBLmOWfsGUXGDTZHVQO { top:12.875rem;left:26.625rem;width:7.5625rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvcqb58Bc5VmTANky3LfE7zmFhkUaqfC { top:2.1875rem;left:17rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUZQHIk9R5OUreU0gncFT67Ofg6vUnTy { top:8.25rem;left:26.625rem;width:8.75rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbGJdasJFEdUd6zucVgXTtxvnlT4VDeW { top:8.1875rem;left:26.0625rem;width:8.5625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWhmooTBOO3JLoCX9a6VTC5XgM8XgIVB { top:0rem;left:12rem;width:23.75rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F24SxN8wwE4Mkq7CGT3xFVxJiXBgK1C6 { top:6.875rem;left:12.8125rem;width:13.875rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPoBsc246p7BG1A5WQFT8BETMsdVzngz { top:6.875rem;left:34.125rem;width:13.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRJvbh6LX92CXB03SgyzCUCy2fecuSw0 { display:block; }#kRJvbh6LX92CXB03SgyzCUCy2fecuSw0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gk1OamUhhXT8Gpr3ngeiLG2RlIfDfCXM { top:6.8125rem;left:7.78125rem;width:32.1875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsJ6qHNtpSJIBdILaaXI4HenvC5DRsk0 { top:17.4375rem;left:0rem;width:35rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3Dpc3Ghnmwx7NAmxre1LD9Oiv3N7zXe { top:17.4375rem;left:12.75rem;width:35rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXemHE0Xbe7HEPcIrp4ZaO3zlCTK8C8i { top:37.625rem;left:6.375rem;width:35rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9r0R0fvZufF7WZxatMUl11KrbdkRqA7 { display:block; }#x9r0R0fvZufF7WZxatMUl11KrbdkRqA7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgbXbgIif2Tl7JzMcyyT6Am4cHNKcT2p { display:block; }#KgbXbgIif2Tl7JzMcyyT6Am4cHNKcT2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOIv8Fo0uNfwp4lEL91pSq6s2DLOBSD6 { top:1.25rem;left:0rem;width:6.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO9gWG6uTcx6fv6iWkyp4sDnHxHZTw0o { top:0.1875rem;left:0rem;width:6.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5mL7s1TGHQkSDUQWsK6hFI9yp0DGHoI { top:1rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GycybWTB6IOXw3Ahc782ufyEZh9uBS3z { top:1rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAng60OVfESr3rnNbSVw8wqDXcaRsRQ2 { display:block; }#CAng60OVfESr3rnNbSVw8wqDXcaRsRQ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3VSeyGqVWqiTEswebtshgHdtte0nPRS { display:block; }#q3VSeyGqVWqiTEswebtshgHdtte0nPRS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNNcLl7BVqk0N2XJkF3xio1K4NDNs56X { top:1.125rem;left:0.9375rem;width:11rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwaP7T3ZGQdlMkMNBGEqXvMx1wN0zGaH { top:3rem;left:1.25rem;width:10.6875rem;height:15rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Girk59q0Dk5ZUs0VPprt4OMmxcV1coe6 { top:0rem;left:0rem;width:3.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1RTcEQfQ437ZJpWA3nOWx2Z01ii7rgk { top:3rem;left:12.09375rem;width:10.6875rem;height:12rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdhR2BwzduwtwQcCwap8rwOX6o1S9Sno { top:1.125rem;left:12.09375rem;width:11rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl1M2u1npT1BDnh6ttZ9d6C6bzNCfgNQ { top:3rem;left:23.875rem;width:10.6875rem;height:13.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTMgfOlAIrttpXKPZgHFQArNRV6STz3J { top:1.125rem;left:23.875rem;width:11rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFqOZ6s6OGLCb3r1DhO3KwfS58CE99sH { top:3rem;left:25.125rem;width:10.6875rem;height:7.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiN5J6bgJv5Lmf0nEekwLaf8IcbhatIm { top:1.125rem;left:24.8125rem;width:11rem;height:;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imCyFmwTFRaRPNWOhQXWgB6l8wN0ULp6 { display:block; }#imCyFmwTFRaRPNWOhQXWgB6l8wN0ULp6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGt6P3iQAz73F79ENHUyRVsnGmAkSE21 { top:1.4375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0GopCpfHCTyZNsXGZP34VoDXLg0ur8A { width:7.3125rem;height:1.8125rem;top:11.1875rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIhDaTi159zgK2Isd9Ub39Cn81s0m6VQ { display:block; }
 }@media only screen and (max-width: 763px) { #o1RVDirsbUTDrU7QyJnanx4W0snEVuRv { width:2.6875rem;height:1.5rem;top:0rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsRGT31HS34SM1XBFkvls6K8gZLuh7Jt { width:12.125rem;height:1.8125rem;top:14.25rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tt0BLEPOW4dpT9CGR2GEyyJ4UhkbmhA4 { display:block; }
 }@media only screen and (max-width: 763px) { #CfeK0PMlTN2SvZykfDDybnySKxOvEgLt { width:5.75rem;height:1.8125rem;top:17.3125rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cqmOZwWZTwaFkSbOl1hoibXs1aTIV1kp { display:block; }
 }@media only screen and (max-width: 763px) { #A3NvQgsg2ARzuAT5pfQLNy7aODi3tfCy { width:6.5rem;height:1.8125rem;top:20.375rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lCR6ek7JSWxU4ThkSh0f7XLGWcNICsmr { display:block; }
 }@media only screen and (max-width: 763px) { #lzs5hbcmQ850QAZL49uc4xXHuaK3dSD7 { width:6.8125rem;height:1.8125rem;top:23.4375rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OGJRi4hBSbnM4uz8smc6RmKk0buvfQaG { display:block; }
 }@media only screen and (max-width: 763px) { #NyyHxu2zCDVBtqNsSlEwG8uDBQCgGRmi { width:8.125rem;height:1.8125rem;top:26.5rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oXCoHkzcmAfZczuqQpdcL0E2MxmLL478 { display:block; }
 }@media only screen and (max-width: 763px) { #fRoCE27H9Cby1EEJWlSyQhEJqPlbpWTk { width:9.75rem;height:4.375rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7i8em3n1faQIwB3otyVNpkpsQDkPZzf { top:2.3125rem;left:14.125rem;width:4rem;height:1.4625rem;z-index:15004;font-size:1.125rem;color:#525252;display:block; }
 }@media only screen and (max-width: 763px) { #pZPuNWZvqTKSdutdtORHXDgZwTcZbm3g { top:2.25rem;left:18.0625rem;width:1.9375rem;height:1.5rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KqtDuNAe34iUryp9SBdC54aDPTU0T7oK { top:1.5625rem;left:14.125rem;width:5.875rem;height:2.5rem;z-index:15006;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AXo2XhuPeKTLgi2V1LWgMku8SP9uQSkP { display:block; }
 }@media only screen and (max-width: 763px) { #WyEVoS9WUqdU9GG6GcAs8oLxO9qouoxC { background-color:rgba(255,255,255,0.9);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#WyEVoS9WUqdU9GG6GcAs8oLxO9qouoxC > .row .container { background-color: transparent; background-image: none; }#WyEVoS9WUqdU9GG6GcAs8oLxO9qouoxC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WyEVoS9WUqdU9GG6GcAs8oLxO9qouoxC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WyEVoS9WUqdU9GG6GcAs8oLxO9qouoxC > .row .container > .video-iframe-container { display: none; }#WyEVoS9WUqdU9GG6GcAs8oLxO9qouoxC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WyEVoS9WUqdU9GG6GcAs8oLxO9qouoxC > .row > .video-iframe-container { display: none; }#WyEVoS9WUqdU9GG6GcAs8oLxO9qouoxC > .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); }#WyEVoS9WUqdU9GG6GcAs8oLxO9qouoxC > .row .container { border-width: 0; border-radius: 0; }#WyEVoS9WUqdU9GG6GcAs8oLxO9qouoxC > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TThiUXzg4oyiPRikEv4Q6REbh5sEge5H { width:13.125rem;height:1.05625rem;top:8.0625rem;left:1.0625rem;font-size:0.8125rem;z-index:15008;text-align:left;text-align-last:left;font-family:arial;font-weight:700;font-style:normal;color:#525252;display:block; }
 }@media only screen and (max-width: 763px) { #D4HQVWBr3eSTXckNXgR6coEtvmHkfxBC { width:20rem;height:0.0625rem;top:9.8125rem;left:0rem;z-index:15017;background-color:#dddddd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zIMHan26sgUCrw0vT2JTDoTAzttpohU9 { width:7.625rem;height:1.05625rem;top:12.9375rem;left:1.0625rem;font-size:0.8125rem;z-index:15010;text-align:left;text-align-last:left;font-family:arial;font-weight:700;font-style:normal;color:#525252;display:block; }
 }@media only screen and (max-width: 763px) { #dlndFoLPQ97LWz4uBuKuw57AqsMl95eA { width:20rem;height:0.0625rem;top:14.625rem;left:0rem;z-index:15068;background-color:#dddddd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #afEzb7w12QatDBs2fUh3MLOk0pkmBk4z { width:13.125rem;height:;top:5.75rem;left:1.0625rem;font-size:0.8125rem;z-index:15010;text-align:left;text-align-last:left;font-family:arial;color:#525252;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LV78QU8fUe9oknygG4VUvfFrPv3tlXmA { width:20rem;height:0.0625rem;top:7.324999809265rem;left:0rem;z-index:15019;background-color:#dddddd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iSiyg9w3B208rX8bMLh7UfEul3PpQQqO { width:13.125rem;height:;top:10.5625rem;left:1.0625rem;font-size:0.8125rem;z-index:15012;text-align:left;text-align-last:left;font-family:arial;font-weight:700;font-style:normal;color:#525252;display:block; }
 }@media only screen and (max-width: 763px) { #DiGrEt9PT6VommeVenanqToWHymorN6I { width:20rem;height:0.0625rem;top:12.262500762939rem;left:0rem;z-index:15021;background-color:#dddddd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OFbOzRhvXtB9CQFBlHE1Gcvx0EgWyRmR { width:13.125rem;height:1.05625rem;top:15.3125rem;left:1.0625rem;font-size:0.8125rem;z-index:15014;text-align:left;text-align-last:left;font-family:arial;font-weight:700;font-style:normal;color:#525252;display:block; }
 }@media only screen and (max-width: 763px) { #qBrDGh5sVlkd6HEgFS1e0iVVOkHM4SvV { width:20rem;height:0.0625rem;top:16.97812461853rem;left:0rem;z-index:15023;background-color:#dddddd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CJh9FIoEsimUoZ3K8T74WXUr54SPpGey { width:13.125rem;height:;top:17.68124961853rem;left:1.0625rem;font-size:0.8125rem;z-index:15015;text-align:left;text-align-last:left;font-family:arial;font-weight:700;font-style:normal;color:#525252;display:block; }
 }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2277ff47-62f8-44d6-8dce-e07a6c293172/fruvita_range_yogurt_bg3x.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.adaptive-delivery-prevent-bg, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyload, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyloading { background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { background-color: transparent; background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .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); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGu7TZZtQpsqi1VOLAiS113DKgipNLJh { width:20rem;height:4.1833333333333rem;top:51.3203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IvyqnhTLSaBBkZoqsreNJ9LyfKtk4Gzo { width:5.25rem;height:2.5625rem;top:2.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbbrQ4Kyc0qUL0sea0kM0H619o3FD4JW { display:block; }
 }@media only screen and (max-width: 763px) { #Isy39ElBecezV15L4TTTRdGFKX6GbvuW { width:6.75rem;height:2.5625rem;top:2.5rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwJr7R9MLGMghCMkx8vLz3WAcSt9UuoW { display:block; }
 }@media only screen and (max-width: 763px) { #odf8PoKd3VxsdJ5ypEbZTtJx90XP4EoT { width:7.375rem;height:2.5625rem;top:2.5rem;left:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQioOAWTfoTbMmN3inNiKG82OLMUzCC8 { display:block; }
 }@media only screen and (max-width: 763px) { #Rgl5ae2OxGbP7ufU847bhP50BgiNDRsK { width:6.75rem;height:2.5625rem;top:5.1875rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfzhQDD7yXH5r2NOkxdI4sHMutFsESDk { display:block; }
 }@media only screen and (max-width: 763px) { #VilA80uHEeF3AX5Po4PdydnDDQStwErD { width:10.5rem;height:2.5625rem;top:7.5625rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo1yXWXOHQJ4Ee7xPvEhkJzgkdBADo7J { display:block; }
 }@media only screen and (max-width: 763px) { #a0ZG0d2ESZzQdmFdns9hiDsdebNwr53c { width:20rem;height:0;top:60.19043125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #UO3udSr23QCflnTeRvCJwkU4ofSghksT { width:7.25rem;height:7.1875rem;top:42.8828125rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sssTB4b4oUWPimRyWBCitNdMvp7OOvPr { width:12.5625rem;height:2.1875rem;top:56.75293125rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsXMhPBSaJUX4b5zUuvTBLhSQQsC9CEx { width:17.0625rem;height:6.0625rem;top:10.625rem;left:1.46875rem;overflow:hidden;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #qsDT4BxlAeD8gfiSz13U6dEzf2cyq1VB { width:20rem;height:21.320754716981rem;top:16.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgGxTnZ0V0sBEtABNVqaDmQbOpxiNrRh { width:20rem;height:0.625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJVkuWVBUTETJoAW5KQWDuwhN9TnnR1W { width:10.4375rem;height:2.5625rem;top:5.125rem;left:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkF9LRJD0i4xDwcTUlgeITfvWGnz4UND { display:block; }
 }@media only screen and (max-width: 763px) { #Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/32199b94-5f84-483f-afe5-5a9b5f90e860/fruvita_range_image3x.webp");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; }#Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB.adaptive-delivery-prevent-bg, #Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB.lazyload, #Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB.lazyloading { background-image: none; }#Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB > .row .container { background-color: transparent; background-image: none; }#Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB > .row .container > .video-iframe-container { display: none; }#Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB > .row > .video-iframe-container { display: none; }#Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB > .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); }#Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB > .row .container { border-width: 0; border-radius: 0; }#Wm3n8FDxsCTwzOfALQNmd8pFh1wK0NSB > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2vz9ZMxPIeTACzhnrvwAvnW2BqZVeoV { width:5.3125rem;height:5.3125rem;top:4.5703125rem;left:14.6875rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ssrDtCVu2VLtogbz7eiPIT73lpZDbA2H { width:12.5625rem;height:2.1875rem;top:20.0703125rem;left:3.71875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #WaAvxXUZ5IR0L4fnAT2zi35c6XkrR7Rb { display:block; }#WaAvxXUZ5IR0L4fnAT2zi35c6XkrR7Rb > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgEvI1nvpT3NaocCatvTzuTTtBAN5ygv { width:15.5625rem;height:0;top:7.5625rem;left:1.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSLoEiToyLDr5UFf3DwH0W7ZkAzPJWzm { width:20rem;height:3.49365rem;top:3.3828125rem;left:0rem;font-size:2.6875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #KoFJyE6dRdfiwXnwftSd3qF8JnlvPusD { width:20rem;height:21.125rem;top:7.4375rem;left:0.09375rem;font-size:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #y8QloT9HairetLGhnkFLf4fg7V0lz3K3 { display:block; }#y8QloT9HairetLGhnkFLf4fg7V0lz3K3 > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxNuxOFHInxXmEXOmTPkWll6bKKADNXy { width:9.6875rem;height:9.75rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Recbke0XJZPT7Q8ETTgkeEv7tl2DJ8PS { width:9.6875rem;height:9.75rem;top:1.1875rem;left:10.182017543859rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6mTB17OO5OxNcmD0ad01OHzS1foF6hy { width:9.6875rem;height:9.75rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRp7EN0T2WxdGcr9IZVyIcwaUanxiis6 { width:9.6875rem;height:9.75rem;top:11.5rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFWCxvWT9UuLqh5aOQKcGGlz5oDQ54lV { width:6.75rem;height:1.13725rem;top:8.5rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAlrRKT1lKa8icnuOGQsstCn74xTHPmT { width:4.8125rem;height:4.625rem;top:2.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUby3XfctWlIDtQW0JHdSZCVVKbAcBJN { width:4.75rem;height:4.375rem;top:2.75rem;left:12.650390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMrFfkU5vUi46A28mqWppwJIey2E9681 { width:6.3125rem;height:2.0996125rem;top:7.9375rem;left:11.869140625rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iH27BChUJu0iDHSTfSIqpklXyemNU7gw { width:7.9375rem;height:3.14941875rem;top:17.375rem;left:0.75rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GM4bzkgfq0gR78KETCT5UCznBrg4WcKk { width:5.625rem;height:4rem;top:13rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T30eQigzzUTdTG1heVPWv0180F4lxkqi { width:7.5rem;height:1.13725rem;top:18.375rem;left:11.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH52T7VUTt8ZKON2bIEQO1tI59nAZ71S { width:3.375rem;height:4.5rem;top:12.625rem;left:13.337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5169c73f-c5b3-4ae3-9f4c-a903f2b712cf/tlonowe1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg.adaptive-delivery-prevent-bg, #NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg.lazyload, #NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg.lazyloading { background-image: none; }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg > .row .container { background-color: transparent; background-image: none; }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg > .row .container > .video-iframe-container { display: none; }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg > .row > .video-iframe-container { display: none; }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg > .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); }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg > .row .container { border-width: 0; border-radius: 0; }#NVM20fDOupwtqi2FcIsrq1kQ8x3RJJUg > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXgPW6fRzEtnCCAgdcxJ25kQy3XkNKQn { width:20rem;height:0;top:63.03125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5ODyo478VoKmHCwDQozJPUdyOHt8r1U { width:20rem;height:0;top:66.8808625rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lA7iAoBKKfPLiPVOx2bZXP8NOOR2p7hd { width:17.375rem;height:2.8125rem;top:77.8808625rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #czcTClWMGNNpQBdd8xfz8buE0VqLfmTS { display:block; }
 }@media only screen and (max-width: 763px) { #JKEctNMd6PaRHotlu4b4Ki50puvKRacv { width:5.43723125rem;height:3.0624125rem;top:17.999999046326rem;left:14.562765479088rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK1aGtmaPMgOG08zmfvxCnE7dW6ihfXP { width:20rem;height:15.75rem;top:3.3748245239258rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHakgJVUakuAAGxxLIBee1CgGJMx7VFn { width:5.3125rem;height:4.5rem;top:2.1242904663086rem;left:0.12384587526321rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbxzRhUzOETMtFTKQnkZkGiOsRcKiFQo { width:4.3124125rem;height:4.3124125rem;top:5.7479581832886rem;left:15.124733328819rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLV2rGapMwl76H8ghsgaxQ25U2vgPqqc { width:20rem;height:1.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6J2nQwMcs0lGvJTcLi6pPsiHQ97qMIT { display:block; }#z6J2nQwMcs0lGvJTcLi6pPsiHQ97qMIT > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qGBWgBwri0FoJEBiST7JpihuEklBDLTP { width:20rem;height:2.92480625rem;top:0.90625rem;left:0rem;font-size:2.25rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #woIHPck6Z0NLx24APkq3rMAMXr5gBaIX { width:19.1875rem;height:9.75rem;top:5.568359375rem;left:0.40625rem;font-size:1.25rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCC0PdlQ18wWTGMUixT1xhul1QtaMndr { width:17.375rem;height:2.8125rem;top:17.630859375rem;left:1.3125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #CyzIfPgZMLvMM5WTGDmtgIhUEduey3rr { display:block; }
 }@media only screen and (max-width: 763px) { #ME8t98OtEWlVAWevdSzncoTkAdOscaNe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1f5c7f03-6cad-4870-9fea-bb2a976e8fa7/tlonowe2z.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe.adaptive-delivery-prevent-bg, #ME8t98OtEWlVAWevdSzncoTkAdOscaNe.lazyload, #ME8t98OtEWlVAWevdSzncoTkAdOscaNe.lazyloading { background-image: none; }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe > .row .container { background-color: transparent; background-image: none; }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe > .row .container > .video-iframe-container { display: none; }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe > .row > .video-iframe-container { display: none; }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe > .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); }#ME8t98OtEWlVAWevdSzncoTkAdOscaNe > .row .container { width:20rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STTOVSNURo46RQFRxzPHrdx9UeT7hkZM { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #GCWSFOMuv2SJ43HNOS9ANFxw8ztqzEhT { width:20rem;height:0;top:5.0996125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBkmMyOpMerSeAEsJk4c5McRLZBio3uR { width:17.375rem;height:2.8125rem;top:16.0996125rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecU5E4eL0R6oz3BrKRIdJ1DkNhQUJLHn { display:block; }
 }@media only screen and (max-width: 763px) { #WCXvSqp86wl6eMvgJJy28UZ94TSPzfBo { width:20rem;height:15.8125rem;top:1.0622253417969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFrZNTgQzhFDH8QDR6J87xNOdtyasRFh { width:4.3125rem;height:4.3125rem;top:3.4374084472656rem;left:0.37464487552643rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb4rTpWVlraZJfumu7kKhF0vzpBQl1oL { width:3.8125rem;height:3.8125rem;top:3.1875rem;left:16.187410712242rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxFB3MJpQdDJbSIaOn2TOffeFIEVyWsm { width:20rem;height:1.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuHgZ8PBsTqaLveifI6JtRDzpFOOBiF1 { display:block; }#SuHgZ8PBsTqaLveifI6JtRDzpFOOBiF1 > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJRg9D1kEsautFEhmOrEAhlwyPELb81W { width:20rem;height:2.92480625rem;top:0.90625rem;left:0rem;font-size:2.25rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MfhNMUozKFV72qFVXP7yLMO22G9EkHbt { width:19.1875rem;height:9.75rem;top:5.568359375rem;left:0.40625rem;font-size:1.25rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTCer3QPnPHTuR2eyHXQOxouaeSWiT3h { width:17.375rem;height:2.8125rem;top:17.818359375rem;left:1.3125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #O2X62G06VrcZzhJBomcxZH9ZBbTQ8lIi { display:block; }
 }@media only screen and (max-width: 763px) { #Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b5dbbb4-3cb7-42c2-9095-af550a0eb0ac/tlonowe3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf.adaptive-delivery-prevent-bg, #Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf.lazyload, #Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf.lazyloading { background-image: none; }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf > .row .container { background-color: transparent; background-image: none; }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf > .row .container > .video-iframe-container { display: none; }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf > .row > .video-iframe-container { display: none; }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf > .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); }#Vkslrr00FLNHLqPUOlk2Fxd1kDuIr4yf > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r20MxDaEP0VbL2PcV5tKTXk78uawhz1Z { width:20rem;height:0;top:62.9716875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6cfDA7JFohO5BAXDNIqdhXimksn5ue8 { width:20rem;height:0;top:66.8213rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UB7lAw7KgkQdSww6IJfknTOnPoMVkceR { width:17.375rem;height:2.8125rem;top:79.4463rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #of2rFU1q4bJFhtv8410aNZdcSB8RtXOd { display:block; }
 }@media only screen and (max-width: 763px) { #I8zEpKxSDZZGu0BkQINUn4wKpzqNlKE9 { width:20rem;height:15.5rem;top:3.0759887695312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPUmTJoelo3qzD00AUTDH3GS3vvo6Cl5 { width:4.9375rem;height:2.625rem;top:4.0133056640625rem;left:0.12428975105286rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT1fwV1TdmmTlPiKgX7vC7zaOKt8li8h { width:4.3124125rem;height:4.249825rem;top:5.2808074951172rem;left:14.686877608299rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcOTw8DUE3OvdalbLNHwUmSb1qetcVWn { width:20rem;height:1.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSEJtkJvFuURQbds3RKbRuzk7r8hwT6f { display:block; }#NSEJtkJvFuURQbds3RKbRuzk7r8hwT6f > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rHNr3lQ7TiMWlaiAPKVEz7i1WShVTgDJ { width:20rem;height:2.92480625rem;top:0.90625rem;left:0rem;font-size:2.25rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3FlVDL0hchNPPW3hybg45T0CW3ZNknL { width:19.1875rem;height:9.75rem;top:5.568359375rem;left:0.40625rem;font-size:1.25rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qiqT6QCSAgg9hpTQWQ4Imrr4Vk2eywEu { width:17.375rem;height:2.8125rem;top:17.880859375rem;left:1.3125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #tKPMOnaSMlfayscGb1IJpxy8iSbqwsbN { display:block; }
 }@media only screen and (max-width: 763px) { #Jezy4KvNclT9XVECzOG0xqBR9RVetTSo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e08f7ddb-7b36-448d-b391-638a5580cb31/laktozy_yogurt_bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo.adaptive-delivery-prevent-bg, #Jezy4KvNclT9XVECzOG0xqBR9RVetTSo.lazyload, #Jezy4KvNclT9XVECzOG0xqBR9RVetTSo.lazyloading { background-image: none; }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo > .row .container { background-color: transparent; background-image: none; }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo > .row .container > .video-iframe-container { display: none; }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo > .row > .video-iframe-container { display: none; }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo > .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); }#Jezy4KvNclT9XVECzOG0xqBR9RVetTSo > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bp6wBzxpMqEEfm5CmhwMobhZEvLDHSVl { width:20rem;height:0;top:62.9716875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdam01WI3RUkVgEAcp6rmXTGWkErFz52 { width:20rem;height:0;top:66.8213rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #s7xPJPECB6TkTMmFqkooHlkkTGvOUfGm { width:17.375rem;height:2.8125rem;top:79.4463rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvoptXnlVZroly8iooWkFXQNqxwtD1ay { display:block; }
 }@media only screen and (max-width: 763px) { #BF6BIUc3ryIMKeD78M0KeVaKMcEzJSiQ { width:4.3120125rem;height:4.2495125rem;top:4.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3dIuFnCff64twONhaq0zba4yadcQrNN { width:20rem;height:1.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWTNHKfcnr6vKAaFMqZVzddAqRL6XzyO { width:20rem;height:15.526315789474rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyo9MAQXQ0ctKTHLeqDPuNmJN0Vfmkwx { width:3.875rem;height:3.75rem;top:1.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpNKgUleGUraGuhheKPbsnk4FmMC2v6m { width:3.1875rem;height:3.1875rem;top:3.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uixbDTVQ3P7425pOGPNStFxGtTOv3MWw { display:block; }#uixbDTVQ3P7425pOGPNStFxGtTOv3MWw > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITaGTXHU5idycGpHbUcwtJ6t2bTPkHzK { width:20rem;height:4.5rem;top:1.53125rem;left:0rem;font-size:2.25rem;z-index:15010;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pioFE2P3KhumHJyxqVaryFXPtC7RHWve { width:19.5rem;height:9.75rem;top:6.818359375rem;left:0.40625rem;font-size:1.25rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GP7LJF8AvO9lSaxQLGXawxMQlThbKfze { width:14.625rem;height:2.8125rem;top:17.880859375rem;left:2.6875rem;z-index:15008;background-color:#785785;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LIpTgFaJtD4tZ9bfElFRZmhQ6uKUD16N { display:block; }
 }@media only screen and (max-width: 763px) { #wEZSTh4StRQXntdm8Jkn7CtMSXVXtB5H { display:block; }#wEZSTh4StRQXntdm8Jkn7CtMSXVXtB5H > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PtVfrzLKTyVEJJoB7ZQJbZCIPHvGW9fa { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAWZHHf7dfO2lZCOMyXes7RDDTTAmq8i { width:20rem;height:1.125rem;top:9.5367431640625E-7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Om2VAy4vK8UxVhz8lZus6d58dFxHRvap { display:block; }#Om2VAy4vK8UxVhz8lZus6d58dFxHRvap > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zf09XDi8dVKSySJ0zqcOg6QTLM5nuD16 { width:8.1875rem;height:3.125rem;top:1.3125rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap9SEQQquGsRVDgkRTKS775vNDtqeJce { display:block; }
 }@media only screen and (max-width: 763px) { #uLLXgg8BiRLCkoiBVT64CfvGr7Mv3dmX { width:10.9375rem;height:3.125rem;top:1.3125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rscSclQLF4ezy3noQ4DeILBscL2RcO7b { display:block; }
 }@media only screen and (max-width: 763px) { #xTzJ71BLbVyOe4huhHF4WWyExXAZRivm { width:9.5625rem;height:3.125rem;top:4.375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTAuX5ZvLMTEH8IB7HQPxo6PlK8laF9v { display:block; }
 }@media only screen and (max-width: 763px) { #VUhqTlrdQFdIm4NiIpz0XTXiREJuPp6E { width:9rem;height:3.125rem;top:4.375rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhsckNH6BEVSvxPKimLDlV3RlMMbTyr6 { display:block; }
 }@media only screen and (max-width: 763px) { #dD4LHzLO3aKPtWxgcW5Fz6QkWPFmlO5h { width:8.1875rem;height:3.125rem;top:8.1875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgyWTK21eSOMDNWg9GAgWBgXUolx7i9W { display:block; }
 }@media only screen and (max-width: 763px) { #D6nyJSioCVe3Z0afH7TShJJZR8XTHqld { width:7.875rem;height:3.125rem;top:8.1875rem;left:10.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie9u5230e8s4SJCECbdwHnlxaTmGlTZk { display:block; }
 }@media only screen and (max-width: 763px) { #hS6dNBMhPFtNKOw63Q1GmBWPZXaOP9ka { width:10.0625rem;height:3.125rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqMhguzi0iHAxtWZEa8HURyaSbNOk58G { display:block; }
 }@media only screen and (max-width: 763px) { #V3JmI0AJp5eJMOtr2bGBNsKMbuVWpQyu { width:8.875rem;height:3.125rem;top:11.75rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4iSDkMvoMAZRsaw2aI4TkZ5AxJNQcKy { display:block; }
 }@media only screen and (max-width: 763px) { #O5Rc6nL9L9800kkm6cisq14xAFP28rLa { width:8.5rem;height:3.125rem;top:15.25rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2y5szU8vLEo6J0qGcX3RzThA3XyoHVT { display:block; }
 }@media only screen and (max-width: 763px) { #NzQhDDyHczpJsmcDJOIM3mNOXTJ44gAC { width:9.125rem;height:3.125rem;top:15.25rem;left:9.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE1tt6A6bpLhLA6WnOUeAuUJ2L74xlrs { display:block; }
 }@media only screen and (max-width: 763px) { #giTG25mJDNeo1eeA1ceSSTgA3ZC6zDJo { width:9.125rem;height:3.125rem;top:18.9375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJd6nCUitG7p3oiUGVu5EMhh1TbAoknT { display:block; }
 }@media only screen and (max-width: 763px) { #vP2zzJ1L0K90Zd1pRXJ4K87imAHQTAKp { width:12.3125rem;height:3.125rem;top:23.3125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVoxx73lQdLp8SFAyyLdBZ54KLSxibWD { display:block; }
 }@media only screen and (max-width: 763px) { #QF2lyLuaUFux8dPCRPTHoS76TX2WKnnX { display:block; }#QF2lyLuaUFux8dPCRPTHoS76TX2WKnnX > .row .container { width:20rem;height:98.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nefCeEl3JVC65MtFaUn5fFUNxDsQrT4V { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB7hHgBWLk7umSwP5DkhAPuEVxG4f08H { width:20rem;height:27.8125rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhdHfJ1TGLc2D8hfq8w87xofPLdy0gD9 { width:14.125rem;height:27.9375rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPKCi2ehtiEnqGRsksB2cK7Bvcnq8RC7 { width:8.125rem;height:16.25rem;top:18.03125rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXTyXq0bex6p5g0IPci6QM7kQ6vmchTe { width:6.8125rem;height:3.574225rem;top:30.85546875rem;left:10.96875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwRyGUelXTQmP4CMWauoXycadZQVhbJN { width:6.3125rem;height:4.25rem;top:30.40625rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASIPCD2tQwb6gneXMdGIgoZPKzgQDlBH { width:4.875rem;height:2.4619125rem;top:34.46875rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gecu5z8avruOVFcsz5lSOnEbcRmgRmZw { width:20rem;height:27.8125rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #beFk5xv76oniK0rSiO7Rto26Tt5rNE54 { width:20rem;height:27.8125rem;top:70.5625rem;left:0rem;box-shadow: 0.3125rem 0.25rem 1.75rem rgba(0,0,0,0.14) ;display:block; }
 }@media only screen and (max-width: 763px) { #iCE2fh2c0SeRBwSgTIAUuTJwsH7S5eb2 { width:12.6875rem;height:27.9375rem;top:41.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mptEpIKPC7wLF2Ay7mbm4N1p5wDmiied { width:8.125rem;height:16.25rem;top:47.21875rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np9kUlUxTohxUmeP8FrrzTVmwbDLCKZ7 { width:6.8125rem;height:3.574225rem;top:60.0625rem;left:11rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3GvCyfJLrmfNthxSNeye3xRuFR0QTf { width:6.3125rem;height:4.25rem;top:59.46875rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brLxpPr5kkAE3aZuG2R5UUVtCCTRh1NL { width:8.75rem;height:2.4619125rem;top:63.6875rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCMT9WukUQRB29scMrvUum4VTdTUqlwW { width:12.6875rem;height:27.9375rem;top:70.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV4kET1Lf0vN6ewMw8Ll3T0dVDCr7UB0 { width:8.125rem;height:16.25rem;top:77.3125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1DMQdJ07HNzdcZKEMv0voOoT8b14MeI { width:7.5rem;height:2.4619125rem;top:92.71875rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt3Tb97K08NfVUvC4ncBsl5dwbiL12Pe { width:6.8125rem;height:3.574225rem;top:89.29296875rem;left:11rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvr97eX8TU7Wsb8ppIVVMCqpTISCk7Cn { width:6.3125rem;height:4.25rem;top:89.0302734375rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l514TI8xKueirDOS98p8UzBtcwMPBJuT { display:block; }#l514TI8xKueirDOS98p8UzBtcwMPBJuT > .row .container { width:20rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edAv2IbuXdxge2LiBzqb7wwzhPtIcAEt { width:20rem;height:21.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTBdr8uO855OX89u4CxVtnr6MBfzcth2 { width:14.9375rem;height:21.5625rem;top:1.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHd0sOKuLKhyyZOLAcc0EHTmGqst6AT0 { width:12.125rem;height:12.125rem;top:7.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2C8ZaT6PDkKNa9lH623niBx5cxSr9f5 { width:6.8125rem;height:2.11248125rem;top:14.9375rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkpR74ccartTtzOsXvxeDRlJIqhlmZRr { width:10.375rem;height:4.5625rem;top:14.9375rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3HqOVSG11TlSydPG3RALsSopFMqKCKd { width:4.875rem;height:2.4619125rem;top:16.8125rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwgTmQlHTAsnoaN146NVzKGH1ZOCSN0N { width:20rem;height:21.5rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJXo30dGGoI4QCw1LCVT5Ln11oqp78yn { width:14.9375rem;height:21.5625rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMM0nlTHHMNmzu1Ad8LXUJ5J7FOPhsTG { width:12.125rem;height:12.125rem;top:30.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFFV30T7F0qF3b9I8ZipDCLcufqTSeRe { width:6.8125rem;height:2.11248125rem;top:37.9375rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3p5GLlxCfsNWTwb00SdIdURcSsBzG08 { width:10.375rem;height:4.5625rem;top:37.9375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azOTN3hpl4G3fe3GmyzyUeowoqqvffHJ { width:4.875rem;height:2.4619125rem;top:39.8125rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDHDyAQddRiONwt8ZCarTw1amv5RrNfq { width:20rem;height:21.5rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlbNlFHiNtnw4BXbAM2IbIKJo3d4p97M { width:14.9375rem;height:21.5625rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIDaU4pzXvSV9BPq8Q9DPl9QOcxkN5J2 { width:12.125rem;height:12.125rem;top:53.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZph11KhgPbPZTWaibWegfncMZiUrB9E { width:6.8125rem;height:2.11248125rem;top:61.0625rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2ubxTZr5rtp9UfsNpvyKB6LS8ALgH5C { width:10.375rem;height:4.6875rem;top:61.0625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt5qfBVSXBqsFugwc1WWCvrtI3UXN4Uw { width:8.8125rem;height:0;top:108.125rem;left:10.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBzoCPTiVcbouQqMBTWTXnfrq8pxGeEr { width:6.3125rem;height:4.861325rem;top:62.8125rem;left:12.4375rem;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #ieX87lzC3esO962TTgqQhFaDsmVMP5He { display:block; }#ieX87lzC3esO962TTgqQhFaDsmVMP5He > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQcaKOZGACiLeowtWKpIBSVZyg4R9kh5 { width:20rem;height:21.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCX38uGeaeQV9NItn2R5HTusdgc17xRQ { width:14.9375rem;height:21.5625rem;top:1.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzMvAtHauvfSKUkUOO3ysShNcxTSFrVx { width:12.125rem;height:12.125rem;top:7.6875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyuTB1MZ9Qbl7AHrfIg3lQpECg9mo8i5 { width:6.8125rem;height:2.11248125rem;top:14.9375rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G95BAVyl88iIJF2LZEzlB99qUsMbrrss { width:10.375rem;height:4.625rem;top:14.9375rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy4sBfExFw6xyBDy3LxzuOkQb1QoQc0T { width:4.875rem;height:3.66161875rem;top:16.8125rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQhfVxEo3TsTPTEZ3TCZfw2XvmfTRbvu { width:20rem;height:21.5rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1NwQpBzvG0aIHfoHmdgC5vm5o6CoqDD { width:14.9375rem;height:21.5625rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGHbT9d201rKmLHRRkymucboBFxa7yXp { width:12.125rem;height:12.125rem;top:30.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4q06kbT2k9KgJlysnOTIwZMr2paMKNf { width:6.8125rem;height:2.11248125rem;top:38.0625rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfSfarCteyi4S1MD0aR2onuHF3yhvMgq { width:10.375rem;height:4.5625rem;top:38.0625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEtNR48sM4VoXVIwTZsLRls72ymW2a4p { width:4.875rem;height:2.4619125rem;top:39.9375rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuPxHGpHArp7iukFtorZZz9bO2TkCFIv { width:20rem;height:21.5rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #neBMEaKTt91gEAGcJfMOWBdGSfqOp1aV { width:14.9375rem;height:21.5625rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDwdRQAOiMsw2rQ54ZSMcukl4GOBm9y8 { width:12.125rem;height:12.125rem;top:53.9375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kf7KipKqJf3FX1iEcqcabWS2ZZz6LP1J { width:6.8125rem;height:2.11248125rem;top:61.1875rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGgDBpX2JVAqOUkl9U9mKmbZ4WKTNETk { width:10.375rem;height:4.5625rem;top:61.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQaxs1tmpiCary9t1LfrwtJUJRO0EXJ2 { width:4.5rem;height:2.4619125rem;top:63.0625rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVaTdMdDZDTseIz5TU9UMVM6eDkC8IyK { display:block; }#aVaTdMdDZDTseIz5TU9UMVM6eDkC8IyK > .row .container { width:20rem;height:69.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSfTWAKwq1Q7l7n9nWZIX5BG0ZKX41qh { width:20rem;height:21.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsC9lQ9tBufiPP3OsIasDVr2XG3hBmQM { width:14.9375rem;height:21.5625rem;top:1.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeVkr8baFXHVxoLZa308mn5zvb0B7drk { width:12.125rem;height:12.125rem;top:7.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPEl3XEcvvRea14hhNV6G0dhTKPs7sH1 { width:6.8125rem;height:2.11248125rem;top:15.125rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4SAaI5JwazrhVGpKXq2urkXudDEz3T4 { width:10.375rem;height:4.5625rem;top:15.125rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7eMa2SLhnci6qvTI6TfQ7Ee9fZvegz4 { width:7.5rem;height:2.4619125rem;top:17rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aElMdFkC2vtaoBW9FTMF5XMk8UCmVDaF { width:20rem;height:21.5rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zucVIOv9TGJHB71zixAmZIA0HM8ZG3sk { width:14.9375rem;height:21.5625rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #asG2xBnOTZJlvA40toLeT8FLDX8eZK53 { width:12.125rem;height:12.125rem;top:31.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5saeRRgsvGctFqOQ11owAQ2H3Iwnb2Q { width:6.8125rem;height:2.11248125rem;top:38.3125rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piDwfcrV2mM97g7g3RfKtCT35pCmf7FG { width:10.375rem;height:4.5625rem;top:38.3125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4hTQqBhXqPDEtEz2nebF31kOp1TN4Lm { width:4.875rem;height:2.4619125rem;top:40.1875rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEU78f6AJ3Q4rXkTUFfM9vrJhGEDyF97 { width:20rem;height:21.5rem;top:47.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT4emNX2gGmVHW98DHcc6Xizie53NflT { width:14.9375rem;height:21.5625rem;top:47.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phgHwkBytwnCXRxd5GTxxcATdBQwPQ1i { width:12.125rem;height:12.125rem;top:54.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf9fgr8shIbON1y9CxOVVZTnXFbQMXLb { width:6.8125rem;height:2.11248125rem;top:61.4375rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prE8pAsOZdPwhmcHmxDkn0pJa0GBE4JT { width:10.375rem;height:4.5625rem;top:61.4375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPovSt9LDm0rkp7WeaQBNEu05r96wTgD { width:7.375rem;height:2.4619125rem;top:63.3125rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUWtt301RDAKhZXhmJs8mJboba8pAF9x { display:block; }#HUWtt301RDAKhZXhmJs8mJboba8pAF9x > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzNe7VDlKagcJRvkfa8SKZZ5BUWwpM0B { width:20rem;height:21.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPc6vTJPvxEyxgXJ0U5ip1vC7eZyiwT9 { width:14.9375rem;height:21.5625rem;top:1.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxkMi8hlMZ6uczcQuzH4eegmFTTWIKfL { width:12.125rem;height:12.125rem;top:7.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpLVcHqwdd3qamF8WrZODUyCsaw24ILH { width:6.8125rem;height:2.11248125rem;top:15.125rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBlqiSheeCpVZklLlGzIsALZCBs7iPDT { width:10.375rem;height:4.6875rem;top:15.125rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeqFROqUllgCma8lwFD8gtGObzAsaCvg { width:7.5625rem;height:0;top:17rem;left:12.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r645tdfiTEkeFIN588026oGWZJlZE5Ex { width:20rem;height:21.5rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9JlwCw5sXDs3e0NbRMuSnKTrRhVpmKR { width:14.875rem;height:21.5625rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTbMOMKSTMJGEXnkxDiZBOFBnCh3CsvT { width:12.125rem;height:12.125rem;top:31.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPxWemc0CBa6yesf2il0V42xiIM2IKFt { width:6.8125rem;height:2.11248125rem;top:38.375rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueQlpV6983CCRQhs2FoVTiKrVO7ZA3RD { width:10.375rem;height:4.5625rem;top:38.375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7xKLRvvAdy73nJXwfSQlzhGP8nZzrcC { width:5.875rem;height:2.4619125rem;top:40.25rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy5dcJwvItdlZGunw0MvosBHfEEZePCb { width:20rem;height:21.5rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2Te7zBV28WwBoUBcib9nTVVutxuAPcn { width:15.0625rem;height:21.625rem;top:49rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEm0i4zOpWTwO5TNd97GXfpMvahykblS { width:12.125rem;height:12.125rem;top:54.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJJKPn7WvTkTB91u4fuW600ZGvWEVQna { width:6.8125rem;height:2.11248125rem;top:61.6875rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9JBdcobqaSIi6R4oETwDdG3wzTrM9AK { width:10.375rem;height:4.5625rem;top:61.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1QOuL8nKCE0DL6SxB9gwhiq27ToAhDn { width:4.3125rem;height:0;top:132.8125rem;left:12.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #inUE7thq6ru56FDTLn8QaNGmRyBBvJSx { width:7.5625rem;height:3.66161875rem;top:16.9873046875rem;left:12.4375rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #A3MneCQUNbUZ3RHEXxaZ6PlG2bANCb2b { width:4.8125rem;height:3.66161875rem;top:63.5625rem;left:12.4375rem;font-size:1rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #inVMm4Mzngm9ZDLdH3nBcqvyrlJL2qKO { display:block; }#inVMm4Mzngm9ZDLdH3nBcqvyrlJL2qKO > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnNoZQ0uveGnlk09TK7Jocarp5wwXEDu { width:20rem;height:21.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVOIzMdVFEprekReT6likEADxse3IqlK { width:14.9375rem;height:21.5625rem;top:1.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw2E4i7tmAMw2m6ZRKzUUtgz00wH9ZJK { width:12.125rem;height:12.125rem;top:7.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6Nn3ff9ceuH0mrekTKTsGweTJQRHx7a { width:6.8125rem;height:2.11248125rem;top:15.125rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtksUpRWzv8cgPED8l9Qfv9dP4keusSW { width:10.375rem;height:4.5625rem;top:15.125rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhQcomL1Q7MCK93gu0fwCbSKoxTqRlQT { width:6.5625rem;height:2.4619125rem;top:17rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWkDefEEMphinsr2ZGV73FZeVxqLdeQ2 { width:20rem;height:21.5rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu4f0CxZ0eG7GMrAn5k9UJXxLHTtBdoH { width:14.875rem;height:21.4375rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZCTkuniPDF35TgC7dTTRA46FAJLfuPc { width:12.125rem;height:12.125rem;top:31.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdtWr6rnOvBFumwVufNCDI91D2iR7s0B { width:6.8125rem;height:2.11248125rem;top:38.4375rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiHmTTphu0qFqED3yFTondWSVL2Fq2b6 { width:10.375rem;height:4.5625rem;top:38.4375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFPl2XkiD1LH4L52dEv19cb0TWNOCz25 { width:7.3125rem;height:2.4619125rem;top:40.3125rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9T59Hw8TCITEHG2MELFVBtKmmK1D26K { width:20rem;height:21.5rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvmo3QgbxUlBLbihKeO5Bkd91JJSJmo7 { width:12.125rem;height:12.125rem;top:54.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1siTzT5tDBy5JsnqTliMfOMAhCdMvKk { width:6.8125rem;height:2.11248125rem;top:62.125rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3TzQ8LkQuAlQqrpbxRF739yzgCoqdLm { width:10.375rem;height:4.5625rem;top:62.125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH4XvMcEeCl1fxPscx6Tf3BMQkHh1zvT { width:7.5rem;height:2.4619125rem;top:64rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD2hyBDN75DP0kEAJ7vTfdLSC3ChVrly { width:14.875rem;height:21.4375rem;top:48.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1hSJApehLXwn127TZIRkiUHmC6xP0sR { display:block; }#i1hSJApehLXwn127TZIRkiUHmC6xP0sR > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HnTNKKRfSPvX4qfFfsPKMT1vv2xQmhKX { width:20rem;height:21.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgK0sNy2CkwRESDyrh4mPiTQAnv0h7tZ { width:14.9375rem;height:21.5625rem;top:1.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tke927FXSg7zXdpwGTGtLx8BKILCdTOr { width:12.125rem;height:12.125rem;top:7.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc26Owekrnm24g20qwIHsqT5Ppq4l0dK { width:6.8125rem;height:2.11248125rem;top:15.125rem;left:12.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvqUfc2ShVwTy3qspfSuMOKUfrDag8k8 { width:10.375rem;height:4.5625rem;top:15.125rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heFLkH492Ha4a8dwZwK6T0NRgvCOohxu { width:7.5625rem;height:2.4619125rem;top:17rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bao19v1WPAy0LLf1OzuHhQU6tPcJhZIh { display:block; }#Bao19v1WPAy0LLf1OzuHhQU6tPcJhZIh > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9N1PbEQL2LyP9boStrzzv66rnfWykeL { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGPnV6lf3P2uM8X3RBecTydKhZAiXrQC { width:20rem;height:27.8125rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPIQAwxT99Fp89J1xXHqQM3bRRaCq4tv { width:12.6875rem;height:27.9375rem;top:10.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk7rIXQKlTVVo1sZPgTPN58hrrqboyHN { width:8.125rem;height:16.25rem;top:16.40625rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ik0XlQN0PTirOnipneTSJPXnQra4Dwew { width:6.8125rem;height:5.3613375rem;top:28.66796875rem;left:11.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0oD7e503A903DePBmoCO5xNy7y3nwE3 { width:6.3125rem;height:4.25rem;top:28.78125rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqIxBTr8Pyqt7T1dIeBxOeEO8sRgs9zi { width:7.875rem;height:0;top:34.21875rem;left:11.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLWBFfsQFeXxF8hPZAigbIole8tPpPu6 { width:20rem;height:27.8125rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJkkNIdwhwkWC7vgyHOpTI1IqZiLdCci { width:12.6875rem;height:27.9375rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ordiup39kPfi4OVJD3HliAm4fbo4MVCs { width:8.125rem;height:16.25rem;top:46.03125rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oivxTonwDdCsgmtgBC0x1x5xAScI7xuo { width:6.8125rem;height:5.3613375rem;top:58.25rem;left:11.21875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9ZFR9eS3M12mfQomNuFLJoCcvOOQdqV { width:6.3125rem;height:4.25rem;top:58.28125rem;left:9.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJTeVWnVWGh9pcq9qqA0LwIXZ9hviLz3 { width:8.75rem;height:2.4619125rem;top:63.75rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCB0E7HToZIMgkoXPZT4XOngXEP5T6Fx { width:7.875rem;height:3.66161875rem;top:34.0283203125rem;left:11.25rem;font-size:1rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Ip4XZHbO7fRb4OWfA7rRiTDHs9ETMQsE { display:block; }#Ip4XZHbO7fRb4OWfA7rRiTDHs9ETMQsE > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ma1TJp8prUPfmOfkBQnGHlcBgt5SmWaJ { width:20rem;height:6.5rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW7vGOq4WsMhBbsFkNTdrmTVeI9yEmeM { width:20rem;height:21.5rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbsKoTGX9Xx6UebS3dDxw97z6Ws2K3OB { width:7.5rem;height:2.4619125rem;top:25rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2iUyziJ0L0I7TqhaMt5AQnlJ8mikavd { width:20rem;height:21.5rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8srAeWUCSVT88klAdHo7pNFIToNaOIV { width:14.875rem;height:20.3125rem;top:32.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMeXCg4r3ulEtkWn9ZcopznbD9UcTD2e { width:12.125rem;height:12.125rem;top:39.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3ch0gyyR6BShLhMEwbZcS3yg3dN1C6z { width:14.9375rem;height:20.3125rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfpenzuMs6O2e8WrZwWU8ca58NqFOxdf { width:12.125rem;height:12.125rem;top:15.625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qreIFdTROyN8cgVAL4ZN3DD6RVB9lRSs { width:6.8125rem;height:4.63036875rem;top:20.3583984375rem;left:12.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgkSO7RqmTJNpVuXJMQF8THcOvDyZM4K { width:10.375rem;height:7.0625rem;top:20.375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyHFHv6k3TTfTEaWCmK0W9z4WZSOrlTF { width:10.375rem;height:7.0625rem;top:43.875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJD0Dd5xU1ruNRJF121QQmqVvtWQ8pAT { width:7.3125rem;height:2.4619125rem;top:48.5rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7vAh3trQchMr87rBQVUAHmwHWfaJ7MQ { width:6.8125rem;height:4.63036875rem;top:43.875rem;left:12.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG10kfKkVUwhbqiC6zixqoyVXv5PUI6X { display:block; }#qG10kfKkVUwhbqiC6zixqoyVXv5PUI6X > .row .container { width:20rem;height:95.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnlmcnRr1mZaedpuRLqiOTqPFEZVLBAp { width:20rem;height:6.5rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV30JUp94ofMKW71TNLUSpqcgH1ncUNz { width:20rem;height:26.625rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spxOCZdh5Z8oTaE3Sl6mTTa6dyGS4tFR { width:11.4375rem;height:25.875rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MarNQ4ZsTzqVkD83XEO834TWmK17TDTN { width:8.125rem;height:16.25rem;top:14.78125rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drkRddhma6xyLIg2zERJkPZ4XV7u0qSv { width:9.25rem;height:2.3369125rem;top:29.0703125rem;left:10.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enGowMWaG5SNBWRcI2TggoSxB6H9NoQr { width:6.3125rem;height:2.9375rem;top:28.46875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkhCtc9rBxhlKzfrE0LiOPqQCBy97xrz { width:9.3125rem;height:2.4619125rem;top:31.40625rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0hiVT7J2TzfUK2H1DHVem5rQwVsMIru { width:20rem;height:26.625rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkHiCykXH4JuvqtSowXT2im59LtWMOxT { width:11.5625rem;height:26.375rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypb3cGLL3dB9xkfpc3T69GT7sMGgyOlx { width:20rem;height:26.625rem;top:66.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDbNTBXQIaDaRs16uP4c4Kou4UHntRne { width:11.5625rem;height:26.1875rem;top:66.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1zlfb06Zsls3RoSt6bTMWdoftmZ0tgd { width:2.8125rem;height:2.4619125rem;top:60.88671875rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCH6rSGONi2ny8Cv5w3u4U6Xe647PTrQ { width:9.125rem;height:2.3369125rem;top:58.6875rem;left:10.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G62sTum8Nsm3hZT7SRwMZa9TCdMU3atp { width:8.125rem;height:16.25rem;top:43.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0NlQIeXlHrJO7t0SZybKKtfeaVE4gSw { width:6.3125rem;height:3.625rem;top:57.974609375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCKSd3wu3XaeIpGrILBT3Nm1hhMwdflB { width:8.125rem;height:16.25rem;top:73.5625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb8Pgsml0sf8dQvGaVIoXuslnrTAqIGc { width:9rem;height:2.3369125rem;top:86.5rem;left:10.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0JZrhgkVEPysbNIJdopGTn6yDob7UTF { width:5.3125rem;height:2.4619125rem;top:88.875rem;left:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTnKIFCHs9ALT9AnQwTdqBfUT4AetO5I { width:6.3125rem;height:3.625rem;top:86.125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAD0LA6VgeRySLJcJ7mX7bl9FNFvX44G { display:block; }#LAD0LA6VgeRySLJcJ7mX7bl9FNFvX44G > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5f40c5CnQs6FOp3R9rC6kG3dskkxEXT { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpGT6oGO8NmCCxPtaK96JTVkB7hPN0We { width:6.3125rem;height:4.25rem;top:34.9375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODXFABPp6K1fMh02VIEoUMpTDBJRdNBp { width:20rem;height:21.5rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6iy7qTc5Pqh8moJL3V7mmdOpbwhUn04 { width:10.75rem;height:2.4619125rem;top:29.0625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5zecW7BeTNwyF5l3qzdnUN0kQOGqTnc { width:20rem;height:21.5rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N77T6Ih8W71BhIUVJHzKTbf2WU7aQ5Mk { width:20rem;height:14.25rem;top:37.912137681159rem;left:-0.055843195266277rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4CoWOo3ZmaeWdQXCAfFAFo8GmvKgXsd { width:20rem;height:14.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVvGTZqGBJtVvF71OvCy6amSzEWbWDAm { width:12.125rem;height:12.125rem;top:18.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6kktMceZWnAKH0zAxVSpPZn9SIJCPyE { width:6.8125rem;height:3.0869125rem;top:25.9375rem;left:8.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkacblgFuLp41tXreOc4tB7mfZkF5QIU { width:11.6875rem;height:9.375rem;top:23rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #H32GPdcoHnUWvw0PJNhGi3C9Pf2TMpNn { width:20rem;height:21.5rem;top:58.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIzKtqmihgKzRBUFhwWQOSc72T5V00as { width:20rem;height:14.3369375rem;top:61.474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLzCmnvExJEpgsKlWumi6wEKyZoBfHul { width:12.125rem;height:12.125rem;top:40.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mri6SnKSb4rvPk4qx0ZePbhz5p2LD0ba { width:10.75rem;height:2.4619125rem;top:52.75rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEa9o3FgeL3PTZJqiqW1fPPho45mTAv5 { width:9.5rem;height:6.9375rem;top:46.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6WU2WWJ3Ja1AeCmRCZl4ulWFPzuabi5 { width:6.8125rem;height:3.0869125rem;top:49.6015625rem;left:8.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGVMaemUCwEXTqSzCkOJiJMkotKBePKJ { width:12.125rem;height:12.125rem;top:64.5rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpMcLFpQDorsQCqSc751tG6IzCvyI5T1 { width:10.75rem;height:2.4619125rem;top:76.1240234375rem;left:8.875rem;font-size:1rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #T3Iu76vw6Ia2J0kF8BNnsh5Tk5GJsIMA { width:11.625rem;height:6.9375rem;top:70.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXSAHbqHrHlW6hoWv33SQauQ5JLvtLNa { width:6.8125rem;height:3.0869125rem;top:72.80078125rem;left:8.875rem;font-size:1.1875rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #sdcAzg7EwNlI9mvD9Zx1bbXABGTv4trH { display:block; }#sdcAzg7EwNlI9mvD9Zx1bbXABGTv4trH > .row .container { width:20rem;height:98.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXszH4hUFBTIfFszfJc055HSKfafxAHz { width:20rem;height:6.5rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzzsZQS483BnH1M3DJHnvmNHhSVgQGSM { width:20rem;height:27.8125rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRgW6qB0BWyoKgO06IfOocNsTRonzPdx { width:12.5625rem;height:27.9375rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7UoFUANk6bfgC6Kvn3b0P364xD8QTrX { width:7.9375rem;height:15.875rem;top:15.65625rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATG5Z8f9rZCFFTczovfBo8xaoZxMb3yD { width:8.6875rem;height:3.2246125rem;top:29.1181640625rem;left:10.84375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khGv3sZW4gQMriAkogQmcTtsllhyQ9q9 { width:6.3125rem;height:4.25rem;top:28.03125rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S96BGETR9r7EmQr3D1MK5kVorgmbhK59 { width:7.875rem;height:2.4619125rem;top:32.3427734375rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOWwk2p5g07JPUqE0XwhFU6fxlftFb34 { width:20rem;height:27.8125rem;top:69.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgA24T2rscnLIasVtrcqin7DNPkpGB8Z { width:12.5rem;height:27.9375rem;top:69.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq2PhAgNd0gfzPq70ia3JTsQftXuppit { width:7.9375rem;height:15.875rem;top:76.5625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz767S4VLnB6N6oZ5zldOqFnEhC0T94z { width:8.8125rem;height:3.2246125rem;top:89.125rem;left:10.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyUWctTphxiMdqMPofmZzN8QHZLxMNdS { width:6.3125rem;height:4.25rem;top:88.3125rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQFCwwxZRXhWDI35nzFzqb8ADKCMfx8r { width:7.3125rem;height:2.4619125rem;top:92.3125rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwNaeqS8mmLauMeHITlGVS2UTsv4Qilk { width:20rem;height:27.8125rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9LriNXm9e0VG6ZQH0aTp7KpndlsfaM3 { width:8.8125rem;height:3.2246125rem;top:59.125rem;left:10.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZyxNNX2U4BvT8oxBnHgWJqNZ4bQ3E0J { width:6.3125rem;height:4.25rem;top:58.4375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTaequpiRF0iQlVs5HlorZ3ADoD9ELKf { width:9.125rem;height:2.4619125rem;top:62.375rem;left:10.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8U7R9lwf40DCd9RL0XN0SU7ZfD1iShI { width:12.5rem;height:27.9375rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OngTdt1MmXxh9rZus4P960w8CBLM0tBL { width:7.9375rem;height:15.875rem;top:46.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drMUn2gvTT4TkXD1OR9WTaT3posyscm1 { display:block; }#drMUn2gvTT4TkXD1OR9WTaT3posyscm1 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxIqNt2kmvSvv2RfrEVDNnWchdhrIpgb { width:20rem;height:27.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wv5SvRR1XifGTJ9n6sTIVQTkt8uUuWke { width:12.5625rem;height:27.9375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zufTImv9EUkDd9Q2RInZlzW1qISVERwd { width:7.9375rem;height:15.875rem;top:8rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMTc4hx2WOw6fizuhmT5dkanBEsCf7P0 { width:8.8125rem;height:3.2246125rem;top:20.5625rem;left:11rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8NuPt5k83oLug6Oayg3aQIUyLoQCRlH { width:6.3125rem;height:4.25rem;top:19.75rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbeRVQWfKRuT5TylzXLx5MFqdE36JFsE { width:7.4375rem;height:2.4619125rem;top:23.75rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoDyRhp8vL2AOlivBZz3XxJ4yOR8GxFh { display:block; }#VoDyRhp8vL2AOlivBZz3XxJ4yOR8GxFh > .row .container { width:20rem;height:69.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqvFSzZ2d70zSxLa3FuWH4tMzg7wl0hd { width:20rem;height:6.5rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbdBV8vqDqfz5rElAIATtGXfvm9MdWbz { width:20rem;height:17.4375rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHTZ0u8gWmx7dt6FcCVBMZwkSgquvFEQ { width:6.6875rem;height:2.4619125rem;top:23.4443359375rem;left:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #loO5rNEAac607gKo8dHJClDpHUR6UTeu { width:14rem;height:16.5625rem;top:11.53125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECdKausxTfS0gPq9OQOTSplHpq8qpTIJ { width:12.125rem;height:12.125rem;top:13.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGAwUPtuRbSeKSdwC1aTxdnXBe6iBqMU { width:6.8125rem;height:3.0869125rem;top:20.3583984375rem;left:12.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfQ0kIEfpKioT3zl4F9RQViHMD4abOQN { width:15.0625rem;height:7.625rem;top:20.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBJxCNg0qEkIVkXP1NfyP6X96mchFuPp { width:20rem;height:17.4375rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ValqJRUF13lOaen7PghLAQRpUhglo1wR { width:5.9375rem;height:3.66161875rem;top:62.375rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgTB8ziGQSFrUFPxEhtBAt42ccFQPLl3 { width:13.3125rem;height:15.5625rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFI4FB6cXC7TPAInkEKcAdq4O2A0rytB { width:12.125rem;height:12.125rem;top:52.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWzw7rQp0ZvkhaDgJIZb2loGc5FPvO23 { width:7.25rem;height:3.0869125rem;top:59.125rem;left:12.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox6SHAxnnImHAqKNgZd3fTadWLlzrW9c { width:13.5625rem;height:6.9375rem;top:58.9375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSzTfuN6RPrSTnBMuyTrhyh3klOhZgg8 { width:20rem;height:17.4375rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKrVrXbA8tDCxbsHZPUWlx1qBT17FXpf { width:7.5625rem;height:2.4619125rem;top:43.125rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX7XDtU1leNrelcz6hHkvEaWzkNo7smn { width:13.6875rem;height:16rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPNywpDUHwOnr61NKAi17hptKKCTzo95 { width:12.125rem;height:12.125rem;top:32.8125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9RwNdTNRyDTweltUtNkgcn3fLGBNTA9 { width:7.25rem;height:3.0869125rem;top:39.875rem;left:12.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT4gOux1s0fd1g49ri1bzadzLOASdlDQ { width:10.375rem;height:6.9375rem;top:39.6875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePDJiQpCLsJGyKBK4e1zaBCRZGFSRi0z { display:block; }#ePDJiQpCLsJGyKBK4e1zaBCRZGFSRi0z > .row .container { width:20rem;height:106.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NorDcXGlR0w8pMpaOmZd7EF05zcf2hTX { width:19.5rem;height:13rem;top:1.6875rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szmyxaOfAE9w8KrnhO6wcHcp2ku5CkIB { width:20rem;height:27.8125rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAfO4Nk3k7TsSpuO4RMB5ZUW5b6TzCBO { width:12.5rem;height:27.75rem;top:16.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG1O7pdc0y5MF5VKuIFTd5JDTktnamRp { width:7.9375rem;height:15.875rem;top:22rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntnGqpHHGTawE1oUApPgE2XkBRIQhvXf { width:6.8125rem;height:5.42383125rem;top:33.25rem;left:11rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF0Ciwc7W7te2lqAinCezBMJkwtTVAz4 { width:6.3125rem;height:5.75rem;top:32.875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bze8TnNwUa5tRqgU6aIfL5OQkIUzxxNu { width:8.9375rem;height:2.4619125rem;top:38.8125rem;left:11.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTmqmIH7Porf4NvqoSH0ypk6bL3hEAt3 { width:20rem;height:27.8125rem;top:75.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukBbwlT9TTfWeBWPImVQ7Lt27l7MKwai { width:8.125rem;height:5.42383125rem;top:93rem;left:11rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNh9MuhcnKRf3Pob6Fsom9wCt2Q747hs { width:9rem;height:2.4619125rem;top:98.625rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6U2T4E9eAd6aRuSSb7Oxkn1CMb878TJ { width:12.4375rem;height:27.75rem;top:75.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew9DPOtsGSqaraKsOsHqIRtshf3J4359 { width:7.9375rem;height:15.875rem;top:82.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxUfv0X59SrKAuyT9HIsTqbntthJ4kT0 { width:7.375rem;height:7.1875rem;top:92.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #skZPXqLPORCL6W8yTvIUG4N8yowT7gcO { width:20rem;height:27.8125rem;top:45.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6dWqlPUykM5c80derbarfAslNvegdox { width:8.125rem;height:5.42383125rem;top:63.3125rem;left:11rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7F0t2GaD4UdgdekSuHUdxo2Hn3qTJBp { width:8.9375rem;height:2.4619125rem;top:68.9375rem;left:11rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElhdeMWmI5rihbcRcUXckqxRE9XopGZI { width:12.4375rem;height:27.75rem;top:46rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPVD8T45BUaCE5tJZX6T24pEz8e2FN0S { width:7.9375rem;height:15.875rem;top:52.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrmxooXuZPWuuOeR1eJeSa5r7L9npKXm { width:6.3125rem;height:6.875rem;top:63rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbgGC2mHnt9b8wX1ZQT0IoRTGaHwgQQX { display:block; }#AbgGC2mHnt9b8wX1ZQT0IoRTGaHwgQQX > .row .container { width:20rem;height:70.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRdvDUzzbGpH2J9FMEU4yJWaP9QIdymI { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgsTxIhnmWRT2trF41O7SasEud6bsSSc { width:20rem;height:27.8125rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwXcr4mwvIG9Te61FCuNA5lKLaKyz6E0 { width:12.5rem;height:27.0625rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #diSVm3luXQRRTTQ7bxsitPTR9lwTGP1T { width:7.9375rem;height:15.875rem;top:18.1875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbvEe85OiWxoG8o1vCUSp8gDgnPTpWce { width:8.1875rem;height:8.99805625rem;top:24.5rem;left:11.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDBuH2IDaz1izA5hlf7CworbKRvm01Xe { width:10.5625rem;height:10.625rem;top:24rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwAplEr7hhM7QQPawwHLAn4u0J3PBTcc { width:8.6875rem;height:3.66161875rem;top:33.4375rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFCPWXwatx8TTQpZ825Hr3c0T2tmdne0 { width:20rem;height:27.8125rem;top:42.4521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbGJw7VMNNChA9anACbq0lGC5gqTgr5t { width:12.5rem;height:27.0625rem;top:42.4521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOs8FHZwEAmpXKoLoH2ewmOhyhKsKcd4 { width:7.9375rem;height:15.875rem;top:48.4521484375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVpW8ByV9BvS5A0XidF95pWiZqzL0H3Z { width:8.125rem;height:8.99805625rem;top:54.5458984375rem;left:11.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNzpyv4PMd5DkWm4wHc1qSAaHARTDmyI { width:10.5rem;height:12.625rem;top:54.0771484375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zll67ioUmbICCbTQwTk3wDTxKvNsccxX { width:7.1875rem;height:3.66161875rem;top:63.5146484375rem;left:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #goy07a0dkw55TADclMaXte0hVwdK8Fwd { display:block; }#goy07a0dkw55TADclMaXte0hVwdK8Fwd > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQygNaixa6fTawpV7m7FMap7nri2Q6zv { width:20rem;height:21.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GP4QSJkJoWDTOohZg32Krny9MybOvFoV { width:7.5625rem;height:3.66161875rem;top:17.5625rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhk4wbX6cVcnoXOXwtCGqoJhgrkfzJpD { width:20rem;height:21.5rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8UrWgI4amM9D2QkRsPPf4NUTexWV1V7 { width:14.0625rem;height:20.3125rem;top:25.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN7kRTkJp6NEol7rHCbKFpUKZAmc2kZS { width:12.125rem;height:12.125rem;top:31.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJz4r1vBd0TIbukBABDv06dpklomDgrE { width:14.0625rem;height:20.3125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMqy4y9xuwB7TGnh2KuXTJTVN4t8rTxo { width:12.125rem;height:12.125rem;top:8.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUBRmm7EvqtyPAuz2OZX0fgPbuORQGBD { width:6.8125rem;height:4.63036875rem;top:12.9375rem;left:12.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #da9BlQb2qxhWB45n2oTUEfMPus2GlTQR { width:10.375rem;height:7.25rem;top:12.9375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2saO5OBUPqF0cpL0EPb86ROAIWLrbJL { width:10.375rem;height:7.25rem;top:36.625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxEuI2zy2mdXoPNS3THmo6yyaDgEq88r { width:7.4375rem;height:3.66161875rem;top:41.25rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo8pW3kFMeIH2Xu6xiLPNBcKKlm13v0S { width:6.8125rem;height:4.63036875rem;top:36.625rem;left:12.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6rRNMWtyFVXHhlbpSGe8RX1D3w0XfuV { display:block; }#m6rRNMWtyFVXHhlbpSGe8RX1D3w0XfuV > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVUED0y7hL7gozPcbAPtlIx21obuWOil { width:20rem;height:21.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGoSmuhcCvqd2D4UzdDCgZsSS3zhCLiC { width:7.5625rem;height:2.4619125rem;top:17.5625rem;left:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqPaxRgmT6gQHWyX9qZRalkIIqkalRJE { width:14.0625rem;height:20.3125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwIKWuTUvNzfEHOkDFAEn1Ne00rc34J0 { width:12.125rem;height:12.125rem;top:8.1875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCOCQWFbRTWUEnvUHIBbFKwTQK4c4uqf { width:6.8125rem;height:4.63036875rem;top:12.9375rem;left:12.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLdSmuVfA67l7KUzyJCFpla55gFET82z { width:10.375rem;height:7.25rem;top:12.9375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii21xprzO2gtrDV27TSAZMGTsPiQTwIA { display:block; }#ii21xprzO2gtrDV27TSAZMGTsPiQTwIA > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJXmchDTvbwAoWudTbLyb8CIcde4TldH { width:20rem;height:11.375rem;top:1.25rem;left:0rem;font-size:1.25rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #fQCrH4vAbKZzb1IEm2bsBoV94aQnJml6 { width:20rem;height:21.5rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRzHS1S6X8ypPI4ftuKJy670EqPUIpm9 { width:10.75rem;height:2.4619125rem;top:31.1875rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSFFXTVdLfVc7wpVWlKwpgqtwk1oXckv { width:20rem;height:10.5rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaRBAbS0X9gXLEPLicKwtGc4LzAwk6KI { width:12.125rem;height:6.0625rem;top:22.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOLBM8UhbTU504TiEDzGUtkm2EvUxIeT { width:10.875rem;height:4.63036875rem;top:26.5625rem;left:7.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0QWN1gM6AGFWTtnoTvclw0LEJmRk7n3 { width:12.5rem;height:9.5625rem;top:24.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNycmW3fDJtEHMfJtn67QTIW1SS80WSI { width:20rem;height:21.5rem;top:60.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRUwp9l8yoTWMNCQ5XqzKLwhJ2KsbiVU { width:10.75rem;height:2.4619125rem;top:78.5625rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlsTTkFMUJWQal1uJREeFaZLcymdvdgK { width:20rem;height:10.65525rem;top:62.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyVwM4MMRs5oXyrqfq57EiaANm7pbRkv { width:12.125rem;height:6.0625rem;top:71.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZvh9db8xr485fm01eG6Xz1oC867Bsqo { width:12.25rem;height:4.63036875rem;top:73.875rem;left:7.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpaNyZRraIvCKFMbE9aufGOpIyAJTm7Z { width:12.6875rem;height:7.875rem;top:72.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAnTmu8BpWb6nvREERbf7yrMsWz9GI2l { width:20rem;height:21.5rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivGLkfq4f5dEOdKVbXIoPL6tLIf1n0Gw { width:10.75rem;height:2.4619125rem;top:54.4375rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DArUSFy9es2eogTBLbiDZ8TXSUo7uOZp { width:20rem;height:10.65525rem;top:39.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbPhVFLVDIbkyxmmqE3wmPmrSB6NN2ns { width:12.125rem;height:6.0625rem;top:47.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdfESVrZGI14wspVtqJCTBuin5vcD6ok { width:12.25rem;height:4.63036875rem;top:49.8125rem;left:7.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWiH5EFieprg8DeqdyZaPmbWAXyObSon { width:12.6875rem;height:7.875rem;top:48.6875rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxhykMw0Foy4f2CxvtRO8tiKV2DdmSqc { display:block; }#vxhykMw0Foy4f2CxvtRO8tiKV2DdmSqc > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrL02La6BWandrxdqgfOVdfQsOPJmQbg { width:20rem;height:21.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di3TEmKsLQmJND6ah7TTFLiXD56VSeHL { width:20rem;height:10.65525rem;top:2.8447265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFBxmawgJSpWH0k8i2iFQ4BgMkA4hCto { width:10.75rem;height:2.4619125rem;top:18.3125rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grP8QIvh8fP8TLTourzZzVC9VyJ0GBRq { width:12.125rem;height:6.0625rem;top:11.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVCmKgwvAd6Q7mAlkCHo7dxrdJsNsShT { width:12.25rem;height:4.63036875rem;top:13.6875rem;left:7.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCGaS4329h3ozmFRuZh0PhC4fzvtUOlU { width:12.8125rem;height:7.875rem;top:12.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcdTdsAT6hV6Q1XDHwrGHu3hcFxiSdAz { display:block; }#IcdTdsAT6hV6Q1XDHwrGHu3hcFxiSdAz > .row .container { width:20rem;height:102.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsrLssts9hQPlFiO0dNxlRwhBrkHJBLP { width:20rem;height:11.375rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5onFXshZN01hcF5FnE55BvrkJZOEkzh { width:20rem;height:27.8125rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWFGGwNtLvdHypEUkxT4nnyldXFi7fwr { width:12.5625rem;height:26.6875rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA99Z0rRuBP6Of96bmbV0TDiUga24fp2 { width:8.0625rem;height:16.0625rem;top:20.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zexSAmaFFvtXZFR2TLtBKAPuN7ZJKTPb { width:8.875rem;height:3.91845rem;top:32.25rem;left:10.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpufODZ46S6s6niGvLHam5VEUGT09Wv7 { width:6.3125rem;height:5.4375rem;top:31.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ22bXuIaar1VhkN1qLwF9AvOuyBcDX1 { width:8.625rem;height:2.4619125rem;top:36.3125rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBpF8Ra1D807OEHnda6CwK1gIKctd9hT { width:20rem;height:27.8125rem;top:74.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6PNyDPGM4cO7unGiaVRyBnyCZckNzfN { width:12.5625rem;height:26.6875rem;top:74.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBdrs0ShPDRUkxKBdCWTc1lOo1Hawana { width:8.0625rem;height:16.0625rem;top:81.75rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDtlz8Krn6qCeZDE80SFtg7GiAFDUfFL { width:8.375rem;height:3.91845rem;top:91.6875rem;left:10.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcX4BTcLNf1x3i0RGXNt8ufmwIDhOQ8J { width:6.3125rem;height:7rem;top:90.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyunQc1uIXiGl870kEA8FRU0VLuGuOHr { width:7.0625rem;height:2.4619125rem;top:95.8125rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEnGVpZRsvsw7wZ8GOtlR39WN6E2tEHp { width:20rem;height:27.8125rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCtrAmFMn25HbNkFuCmBe4MEdgZN8KvW { width:12.5625rem;height:26.6875rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSd9tJwn3dlT0UcEl4G6og7R67tce7vz { width:8.0625rem;height:16.0625rem;top:51.9375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXEEfif7agfyOfFb0AexpTX84ScOPcWu { width:8.5rem;height:3.91845rem;top:62.0625rem;left:10.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU9xNrTt2xSaDZKbJdB7gfxGsQGvsERR { width:6.3125rem;height:6.6875rem;top:61.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qllCPPim1rioIhcyiULSFXu0I93dzTK3 { width:8.375rem;height:2.4619125rem;top:66.25rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uclPsQhmIXd1WkaVr3bIuVBx1Bk51miv { display:block; }#uclPsQhmIXd1WkaVr3bIuVBx1Bk51miv > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #He17TmG3R9Zv0m0UX5NfknLplwU8Z8Sl { width:20rem;height:17.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIOrP8vXffuKgFeTh7B3WbLRtybaAurQ { width:5.3125rem;height:2.4619125rem;top:12.375rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHf5FXdNJuXtWugnF2MC00KnWoUmTksw { width:13.9375rem;height:14.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tppgdbt4T2kBx5hE5urlCDOsiqMcdRCU { width:12.125rem;height:12.125rem;top:4.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKRzJyniCh75qezPzpdtiJnPrwfGpPkf { width:7.4375rem;height:4.2050875rem;top:8.0625rem;left:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih3IEpVBZ1gkZ4TApAivsCzaPReNPFLb { width:9.125rem;height:10rem;top:7.5625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlQTz2hlupCZ6mwk0ifZhT9lvMwu349Q { width:20rem;height:17.4375rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvCrTucvDLKOgtOaKAZ1y7g92I4w3tnI { width:4.75rem;height:2.4619125rem;top:52.6875rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fibzQRMT4S8iDWGS2N7nrsLq4U0caNnI { width:14.25rem;height:14.375rem;top:42.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK6DTZxQdRAXHgI5edTQNzDmoyZKXb2t { width:12.125rem;height:12.125rem;top:42.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8NWB2MQfn0lRiyyWF0unTSgzPn6PxuV { width:7.4375rem;height:4.2050875rem;top:48.375rem;left:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTWxK5o5ZVvlfO1R3DObUnmrFpPrcIdS { width:8.375rem;height:7.875rem;top:47.8125rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibRe7wsmT6affd7ylRwhM83LnCTSWcwr { width:20rem;height:17.4375rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3lmdF8ypmzQDTeI9BbqIiX0KTHq5OyD { width:6.625rem;height:2.4619125rem;top:32.6875rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU8xpITNpQUqUv9PnQSskiTR2MT1sbgd { width:13.9375rem;height:14.125rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOtA5AtOKptOVDqU6oQ3zAIMWRgfMIJD { width:12.125rem;height:12.125rem;top:23.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbQkySN14CogVE0k1vVSN0lMmebTGQyF { width:7.4375rem;height:4.2050875rem;top:28.375rem;left:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0tVtOdBkoofcaNuzn2bTzG3uQ5Nk1he { width:8.75rem;height:8.9375rem;top:27.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVnS7fXpFHxoahn5rByFZE4AHeEfoNRt { display:block; }#pVnS7fXpFHxoahn5rByFZE4AHeEfoNRt > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4Z9nFgTraiirWBroN1Td46vblf92MK4 { width:20rem;height:17.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTBEJDnTQ9ELu34iA5ut1ItxJyVntvKz { width:5.3125rem;height:2.4619125rem;top:13.4140625rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u46z1QNgPWvgL18LzAGud65iwI5xX3H2 { width:14.5625rem;height:14.875rem;top:2.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhHEetlxsq3ESVsKCVe7PPNTVB5V6vlL { width:12.125rem;height:12.125rem;top:4.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DriOaL4VRyMSfLcGdaArQKUBeik3xctU { width:7.125rem;height:4.2050875rem;top:9.0625rem;left:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfGgF8hp53e6EyE8EzAKTkwCouqX5v2P { width:8.375rem;height:10.25rem;top:7.875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhVPGl9c6LzQPnr9fQsRK4pwFF3I8TBn { width:20rem;height:17.4375rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXbPR9rEwTB29RgMnQTOr6n6su2Z6Vzu { width:6.875rem;height:3.59911875rem;top:53.375rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm16tTv9WFJChzZkNF3DgJID6UeEgh7S { width:15.3125rem;height:15.4375rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7OX6km8AI8E8Uqdmx9EV4Tk6QWOq1tD { width:12.125rem;height:12.125rem;top:43rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVXIzhAIQ7BLA2u4nbOAUH0hcq0Mh6DX { width:7.3125rem;height:4.2050875rem;top:49.0625rem;left:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixA7BF5Vv8Pc2mBF7IiJvyDNQQTTcE7v { width:8.5625rem;height:10.625rem;top:46.75rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTCdmOFWB0gZVtOhcR9igw98CxMFzagH { width:20rem;height:17.4375rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOgebyxIZoK16b6ku2f1tmivOA4OTXbb { width:7.5625rem;height:2.4619125rem;top:32.7666015625rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdEEZNcop8gcPxULhA7FcIklSVhavLlL { width:14.4375rem;height:14.5625rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEF8govN6KaIkVHmbIZbPOigXqcOIB7U { width:12.125rem;height:12.125rem;top:23.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtxbbnmakqUCBxMPOAUyHCQUdgPTingm { width:7.4375rem;height:4.2050875rem;top:28.4375rem;left:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSTJJ9BQ94aWFJ5i2ZaXOKknxpIsTmMR { width:8.5625rem;height:9rem;top:27.75rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oue7ANCIbEpuQwbAVbUI7kBWTOEp7oe2 { display:block; }#oue7ANCIbEpuQwbAVbUI7kBWTOEp7oe2 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RwZ9z16iKwk0QTBN5IHtZ0dSm4IoiNFH { width:20rem;height:20.5rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruzBQtTI1X2PM1LRpMDgRvtxCDn9UXIU { width:8.0625rem;height:2.4619125rem;top:16.34375rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEH735kZgbC26fkRTTxWMl0aiK1TEWef { width:14.0625rem;height:20.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHbUkHVO1MCmo1zNZBv98vZLWe6gE8Mb { width:12.125rem;height:12.125rem;top:7.0625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSAGm3T33Hn8XzlJ82pBxVKW0BCqn1hi { width:7.375rem;height:4.2050875rem;top:12.02734375rem;left:11.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoi9b9TZwaUTTrgabDLH6WpqnoB8uafa { width:8.5rem;height:7.4375rem;top:11.5625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2V6wE8Th1kMUSoFOIWl3tIXPQeEBUFa { display:block; }#D2V6wE8Th1kMUSoFOIWl3tIXPQeEBUFa > .row .container { width:20rem;height:75.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suDgqtt97uKKlFrHLkq5oylz3TnVzark { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS1q5caBlM9WTP3dx9wHDCXPVIlgTkiB { width:20rem;height:20.3125rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueNUHoVrNnFWVfQRMkd3lhDTOCsNBKE0 { width:14.125rem;height:20.375rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bafzv6ZSr1XO3CQ8zMcW9XEwkDaBUL6R { width:11.625rem;height:11.625rem;top:18.1875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c72fXcMf1z0HfHXikPKqUlPx4IPUm1LO { width:7.5625rem;height:3.50536875rem;top:22.5625rem;left:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlw8DF00PGVRrRNVbVNaGqV6T8rnfxUz { width:5.625rem;height:8.5625rem;top:21.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWWCGa77HIUf9KpE00lOzUVIrLs9tgW8 { width:7.25rem;height:3.59911875rem;top:26.625rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc5lFZo5vbpB8KnQVv6IEc7AUg0oKPtq { width:20rem;height:20.3125rem;top:55.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5RhQUpZq8S9qtvVa1zhsqIRSzecbdmx { width:14.125rem;height:20.375rem;top:55.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwJXxDDibMUcX8omJtml4nVOoLNJvnrx { width:11.625rem;height:11.625rem;top:60.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UahtWBSu2RQmvl11UfTCM13umxd4QHdD { width:6.875rem;height:3.50536875rem;top:66.6875rem;left:12.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zalvqfNttaSHW6fioNsC2Ao86yGL5gsX { width:6.625rem;height:7.5625rem;top:66.125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkicATtFEPBJezoSlTITRGfCw4f1llZM { width:7.0625rem;height:2.4619125rem;top:70.8125rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIzTkIiaU68B96BfKeqEQaukny2Uxi6E { width:20rem;height:20.3125rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBEe6H8ea5sQx6wnCLIcPLmShpcQay7V { width:14.125rem;height:20.375rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8F20kzOlc91Q3vwHEpOv2akFthdDc43 { width:11.625rem;height:11.625rem;top:39.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw0tzkNua3iuJp2PSTmtsHrZgn10uz5V { width:6.75rem;height:3.50536875rem;top:45.125rem;left:12.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwF8p84NoJMmbMETb8QtPbGF9STCuIQs { width:6.6875rem;height:7.3125rem;top:43.3125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwANXJPqHQmzTaixe46Kby5ilLW0V9Ps { width:6.9375rem;height:2.4619125rem;top:49.3125rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB1rTksWAUHw0Sh3gLWwZBdTeleEGqsZ { display:block; }#CB1rTksWAUHw0Sh3gLWwZBdTeleEGqsZ > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c61daR1xXtQDddEU6QTBPkE6r6kC7Hh6 { width:20rem;height:17.4375rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXe1qhdWxtTHx7sZo8VubpswhTnsBc1E { width:5.3125rem;height:2.4619125rem;top:13.9765625rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbkHzF3tSAB7MlLMgw2OXdwBcwxPTU9b { width:12.125rem;height:7.5625rem;top:8.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KT3r58nAtEAWPhvMelCf3nWEFpttXBdR { width:12.125rem;height:12.125rem;top:3.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyhgBLTiixrIm8qcqQi7R6updQX1bTzH { width:7.125rem;height:4.2050875rem;top:9.625rem;left:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL6NmtoigZa2CSyJJTvJIXba9J7Cw1Sn { width:8.375rem;height:10.25rem;top:7.5rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMMV9aTCc8yulxAW0EpXJ9WzhCbxdha0 { width:20rem;height:17.4375rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlFdIETfuDAJoA7wn31FUSAIW92KZXFp { width:6.875rem;height:2.4619125rem;top:50.6875rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEHZ1vOQXa08gCMEwqZA2ggbC4TR6TLx { width:12.125rem;height:12.125rem;top:40.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua6AHUV4T54ETvwH8FA7cVk7Jaq8I0wn { width:7.3125rem;height:4.2050875rem;top:46.375rem;left:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPclnGHZw4FToZwP0Vq6xhxUJzK3Ww7f { width:8.5625rem;height:10.625rem;top:44.0625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLd1NPtIerPqGVBLmOWfsGUXGDTZHVQO { width:7.5625rem;height:2.4619125rem;top:33.3916015625rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvcqb58Bc5VmTANky3LfE7zmFhkUaqfC { width:12.125rem;height:12.125rem;top:23.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUZQHIk9R5OUreU0gncFT67Ofg6vUnTy { width:7.4375rem;height:4.2050875rem;top:29.0625rem;left:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbGJdasJFEdUd6zucVgXTtxvnlT4VDeW { width:8.5625rem;height:9rem;top:27.375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWhmooTBOO3JLoCX9a6VTC5XgM8XgIVB { width:20rem;height:17.4375rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F24SxN8wwE4Mkq7CGT3xFVxJiXBgK1C6 { width:12.125rem;height:7.5625rem;top:27.35302734375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPoBsc246p7BG1A5WQFT8BETMsdVzngz { width:12.125rem;height:7.5rem;top:44.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRJvbh6LX92CXB03SgyzCUCy2fecuSw0 { display:block; }#kRJvbh6LX92CXB03SgyzCUCy2fecuSw0 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gk1OamUhhXT8Gpr3ngeiLG2RlIfDfCXM { width:20rem;height:2.599875rem;top:4.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsJ6qHNtpSJIBdILaaXI4HenvC5DRsk0 { height:10.107142857143rem;width:20rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3Dpc3Ghnmwx7NAmxre1LD9Oiv3N7zXe { height:10.107142857143rem;width:20rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXemHE0Xbe7HEPcIrp4ZaO3zlCTK8C8i { height:10.107142857143rem;width:20rem;top:30.7314375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9r0R0fvZufF7WZxatMUl11KrbdkRqA7 { display:block; }#x9r0R0fvZufF7WZxatMUl11KrbdkRqA7 > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KgbXbgIif2Tl7JzMcyyT6Am4cHNKcT2p { display:block; }#KgbXbgIif2Tl7JzMcyyT6Am4cHNKcT2p > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lOIv8Fo0uNfwp4lEL91pSq6s2DLOBSD6 { width:6.6875rem;height:2.5996125rem;top:1.5625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO9gWG6uTcx6fv6iWkyp4sDnHxHZTw0o { width:6.875rem;height:3.1875rem;top:0.8125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5mL7s1TGHQkSDUQWsK6hFI9yp0DGHoI { width:3rem;height:3rem;top:5.4375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GycybWTB6IOXw3Ahc782ufyEZh9uBS3z { width:3rem;height:3rem;top:5.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAng60OVfESr3rnNbSVw8wqDXcaRsRQ2 { display:block; }#CAng60OVfESr3rnNbSVw8wqDXcaRsRQ2 > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3VSeyGqVWqiTEswebtshgHdtte0nPRS { display:block; }#q3VSeyGqVWqiTEswebtshgHdtte0nPRS > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNNcLl7BVqk0N2XJkF3xio1K4NDNs56X { width:8.25rem;height:0.89375rem;top:0.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwaP7T3ZGQdlMkMNBGEqXvMx1wN0zGaH { width:10.6875rem;height:13.75rem;top:2rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Girk59q0Dk5ZUs0VPprt4OMmxcV1coe6 { width:3.4375rem;height:1.9375rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1RTcEQfQ437ZJpWA3nOWx2Z01ii7rgk { width:6.5rem;height:11rem;top:2rem;left:10.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdhR2BwzduwtwQcCwap8rwOX6o1S9Sno { width:7.5625rem;height:0;top:0.75rem;left:10.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl1M2u1npT1BDnh6ttZ9d6C6bzNCfgNQ { width:9.625rem;height:12.375rem;top:18.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTMgfOlAIrttpXKPZgHFQArNRV6STz3J { width:8.3125rem;height:0.89375rem;top:17.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFqOZ6s6OGLCb3r1DhO3KwfS58CE99sH { width:7.8125rem;height:6.875rem;top:18.6875rem;left:10.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiN5J6bgJv5Lmf0nEekwLaf8IcbhatIm { width:6.5625rem;height:0.89375rem;top:17.356249809265rem;left:10.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #imCyFmwTFRaRPNWOhQXWgB6l8wN0ULp6 { display:block; }#imCyFmwTFRaRPNWOhQXWgB6l8wN0ULp6 > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oGt6P3iQAz73F79ENHUyRVsnGmAkSE21 { width:20rem;height:0.89375rem;top:1.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }