.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:243,236,219;--color-primary-1:220,209,194;--color-primary-2:197,179,154;--color-primary-3:172,122,51;--color-primary-4:139,71,38;--color-secondary-0:219,240,251;--color-secondary-1:135,205,242;--color-secondary-2:14,154,229;--color-secondary-3:7,77,115;--color-secondary-4:2,23,34;--color-tertiary-0:255,255,255;--color-tertiary-1:194,190,190;--color-tertiary-2:153,147,147;--color-tertiary-3:128,120,120;--color-tertiary-4:0,0,0;--headlines-font-family:Open Sans;--paragraphs-font-family:open sans; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTGXoJDVmPaX748XBt6l3pHT6qaSBMVI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#nTGXoJDVmPaX748XBt6l3pHT6qaSBMVI > .row .container { border-width: 0; border-radius: 0; }#nTGXoJDVmPaX748XBt6l3pHT6qaSBMVI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTGXoJDVmPaX748XBt6l3pHT6qaSBMVI > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:none; }#ts7xOAFWMfp1e3QWAdLqpKwsJGODoGv4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13rem;top:5.21875rem;left:23.5rem;overflow:hidden;display:block; }
#AxKpSpr6WtM3BIBnUTTehTnn9uLnzUKe { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.16796875rem;left:25.9375rem;height:0.9747875rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U4MLsdTodrwExOQE4CnQIloTXMi0UmwK { 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-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.25rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:0.625rem;left:0.75rem;display:block; }
#Rfav4sWTXweMMPC74oobB1VuvZz3DVrs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JEyxK5XVaPJlA7whvQkgHtSPvDGhKemX { 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-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.25rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:0.6552734375rem;left:12.1875rem;display:block; }
#fmNGILcLOJTaWznwLQsTCAbMVWXVqxKu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ycJ0nBUAdIcAe3rhi86iTpAvKZpnMoQT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),0.13);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:3.4375rem;left:0rem;display:block; }
#qhq0qbpzOr9P6ZDH4icGKHGvDPqXfh7u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#VhICFpgbxMNNgp0KUgsQZiEF25IM0R1U { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.75rem;top:9rem;left:4.125rem;display:none; }
#I7cJPl2eDU0hElUiqhvcWaqcbeD2uDrK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#I7cJPl2eDU0hElUiqhvcWaqcbeD2uDrK > .row .container { background-color: transparent; background-image: none; }#I7cJPl2eDU0hElUiqhvcWaqcbeD2uDrK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7cJPl2eDU0hElUiqhvcWaqcbeD2uDrK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7cJPl2eDU0hElUiqhvcWaqcbeD2uDrK > .row .container > .video-iframe-container { display: none; }#I7cJPl2eDU0hElUiqhvcWaqcbeD2uDrK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7cJPl2eDU0hElUiqhvcWaqcbeD2uDrK > .row > .video-iframe-container { display: none; }#I7cJPl2eDU0hElUiqhvcWaqcbeD2uDrK > .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); }#I7cJPl2eDU0hElUiqhvcWaqcbeD2uDrK > .row .container { border-width: 0; border-radius: 0; }#I7cJPl2eDU0hElUiqhvcWaqcbeD2uDrK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I7cJPl2eDU0hElUiqhvcWaqcbeD2uDrK > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:block; }#atHokGZsQuhqScir2FzezHXOIxt9NBu7 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:6.125rem;left:13rem;display:block; }
#FCF8KaessaNDyN0McadkhO0UHdGgFp80 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k5dOPQnab1OLInGOkuE5c6lTxw9QdaNt { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:6.125rem;left:41.375rem;display:block; }
#dTFoTN6HtfycdHybUIq4rRntTzgfQD20 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hHmOil3VrVZZL8BbE0M3T5Ca2elNnsn1 { background-color:#e12529;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:6.125rem;left:51.875rem;display:block; }
#hJWgg5z5TQI0epEX8iPeilS2duKWO2rh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zt1E2nw3bdivfqqILSWeT9vtM6hQDVdP { box-sizing:content-box;color:#895e45;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:5.8125rem;left:0rem;display:block; }
#yPATDBVPD49cnrXP0QGnckm6SW9qEpHM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:13rem;top:5.21875rem;left:23.5rem;overflow:hidden;display:block; }
#zgHCggWkxkswi7AoZFAMrsOsGRXZQTTz { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.16796875rem;left:25.9375rem;height:0.975rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v7TzNbezBz4KyOAl2Hil9As9qKa8e115 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:1.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:6.125rem;left:2.46875rem;display:block; }
#HUFM1sDQvELQE9Cn50vTniaNtmaVDNwg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qqhhEu8ZSNZIB5096FA66xVu2Ph2iB1L { 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-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.25rem;text-decoration:none;z-index:15018;text-align:left;text-align-last:left;top:0.625rem;left:0.75rem;display:block; }
#KEKe8pRUeHTOFag5t9Nam4qPDZhxXdXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gHn5bCD2gocyZigJuyM0QcrIeT0rZo8m { 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-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.25rem;text-decoration:none;z-index:15019;text-align:left;text-align-last:left;top:0.6552734375rem;left:12.1875rem;display:block; }
#M5nQdOTXpmvTQsOTivrLw8MCVv0odQMO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b1Azdl78Dne10nb1a0VGdVyqqBl6Os5v { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),0.13);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:3.4375rem;left:0rem;display:block; }
#s7Mc0GWM4R5Hibo2lshOog0hVsKOkiGS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#s7Mc0GWM4R5Hibo2lshOog0hVsKOkiGS > .row .container { border-width: 0; border-radius: 0; }#s7Mc0GWM4R5Hibo2lshOog0hVsKOkiGS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s7Mc0GWM4R5Hibo2lshOog0hVsKOkiGS > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:4rem;width:60rem;position:relative;display:none; }#iGOZBGmgmy9KKHpXGOENpVhh92OSVoJw { z-index:15000;top:0.6875rem;left:44.5rem;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"din pro";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:.5;overflow:hidden;position:absolute;width:2.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#TnVlJ2ul2dkAnBT9QNdZ49k32AD4ApAX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eSXSUeUHAGhCBssUdm9gwDNwZ1xahmw6 { z-index:15001;top:0.6875rem;left:47.625rem;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"din pro";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:.5;overflow:hidden;position:absolute;width:2.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#yhT7sk8HaVZzV1a6Turf3DbMu3U5mfWu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQ87vHZGyOl7zQGSQMcyNhPE866CQWZA { z-index:15002;top:0.6875rem;left:50.75rem;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"din pro";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:.5;overflow:hidden;position:absolute;width:2.5rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#pyrIboHhxxXTBA9Wmi953hfi8k10ofVX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WTkWrezWH86CnaMRTL8rtGDn1hGdRfXB { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:0.68625625rem;width:0.68625625rem;top:1.655717253685rem;left:41.875rem;display:none; }
#GtBycEJafRimZByOwITku6C99JGIRVHl { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.56214375rem;width:2.56214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:0.6875rem;left:0.9375rem;display:block; }
#Em6wnrCXEy5oG3ZDVTnK8I5SoBDq0heN { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:0.68625625rem;width:0.68625625rem;top:1.655717253685rem;left:12.1875rem;display:none; }
#aQTIRlHzgKyBUmlsdJytm5PFEuExTrJa { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.56214375rem;width:2.56214375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:0.6875rem;left:3.4375rem;display:block; }
#RGnGDGOhLGsJJrhcSTJIoit1613JWsux { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#mGNeI8I0BKeaC0sl5E9dB3Uyod9s1doW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mGNeI8I0BKeaC0sl5E9dB3Uyod9s1doW > .row .container { background-color: transparent; background-image: none; }#mGNeI8I0BKeaC0sl5E9dB3Uyod9s1doW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGNeI8I0BKeaC0sl5E9dB3Uyod9s1doW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGNeI8I0BKeaC0sl5E9dB3Uyod9s1doW > .row .container > .video-iframe-container { display: none; }#mGNeI8I0BKeaC0sl5E9dB3Uyod9s1doW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGNeI8I0BKeaC0sl5E9dB3Uyod9s1doW > .row > .video-iframe-container { display: none; }#mGNeI8I0BKeaC0sl5E9dB3Uyod9s1doW > .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); }#mGNeI8I0BKeaC0sl5E9dB3Uyod9s1doW > .row .container { border-width: 0; border-radius: 0; }#mGNeI8I0BKeaC0sl5E9dB3Uyod9s1doW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGNeI8I0BKeaC0sl5E9dB3Uyod9s1doW > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:60rem;position:relative;display:block; }#M8E20fbWbA1GOfvrk5em79ilViJMJaOn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.25);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#M8E20fbWbA1GOfvrk5em79ilViJMJaOn > .row .container { border-width: 0; border-radius: 0; }#M8E20fbWbA1GOfvrk5em79ilViJMJaOn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M8E20fbWbA1GOfvrk5em79ilViJMJaOn > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:none; }#uTc8rBKh4B2JwoeX2c2RTHERTvklJIo2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:7.6243125rem;top:12.3125rem;left:34.75rem;overflow:hidden;display:block; }
#BdItWDbGhiLLaAT2fGZXa6tocQMGy9Sk { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.81143450737rem;left:30.467861175537rem;height:5.1953125rem;text-align:left;text-align-last:left;display:none; }
#GACiNPo11a1FLJwcwxR3yMTkmAAKKMCw { color:#282828;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:13.5rem;left:43.4375rem;height:1.62464375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kZuxXDiRROwAEVmuCp2dQhFc0p6mhB8h { position:absolute;display:block;z-index:15033;background-color:#e12529;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12429rem;width:15.3125rem;top:15.1875rem;left:43.4375rem;display:block; }
#AL0mRMb661TXa70bDrXzJTrNv4f8pOhT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:12.3125rem;left:43.4375rem;height:1.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GDG81rF2MVFR5wsQ4TLTEa846THHJ4UP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:15.6875rem;left:43.4375rem;height:1.298825rem;display:block; }
#VgECxkTtGO5BCn8ebWIDqTAxq6JDTl2M { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:7.4375rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:11.4375rem;left:34.0625rem;display:block; }
#WAHnyaKfhOaVkd2ETyJRb90Don1Sf4zp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DIrVHGAI05V2B25BwIT7HQr0xEoTIMw5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DIrVHGAI05V2B25BwIT7HQr0xEoTIMw5 > .row .container { background-color: transparent; background-image: none; }#DIrVHGAI05V2B25BwIT7HQr0xEoTIMw5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIrVHGAI05V2B25BwIT7HQr0xEoTIMw5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIrVHGAI05V2B25BwIT7HQr0xEoTIMw5 > .row .container > .video-iframe-container { display: none; }#DIrVHGAI05V2B25BwIT7HQr0xEoTIMw5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DIrVHGAI05V2B25BwIT7HQr0xEoTIMw5 > .row > .video-iframe-container { display: none; }#DIrVHGAI05V2B25BwIT7HQr0xEoTIMw5 > .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); }#DIrVHGAI05V2B25BwIT7HQr0xEoTIMw5 > .row .container { border-width: 0; border-radius: 0; }#DIrVHGAI05V2B25BwIT7HQr0xEoTIMw5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DIrVHGAI05V2B25BwIT7HQr0xEoTIMw5 > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:60rem;position:relative;display:block; }#k0p3cZoZnxBhR7HVHPlHUkFNTQGunwdr { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:16.9993125rem;top:30.125rem;left:30.3125rem;overflow:hidden;display:block; }
#hWafngn5Fh2EA6khOK1hlsc48nHUegeh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:20.625rem;top:1.4375rem;left:30.3125rem;overflow:hidden;display:block; }
#OMyOfSxa1Oa1TAT1ey5k8Xx7ZmHzgsxX { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:20.3125rem;top:1.5625rem;left:9.0625rem;overflow:hidden;display:block; }
#VAuZXV45A9oRiqHVtBBzEtC4aseG9V41 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:17.5rem;top:29.875rem;left:11.9375rem;overflow:hidden;display:block; }
#thZnN2xSeqp0XzAQJyu721RUSNKRctxX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#thZnN2xSeqp0XzAQJyu721RUSNKRctxX > .row .container { background-color: transparent; background-image: none; }#thZnN2xSeqp0XzAQJyu721RUSNKRctxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thZnN2xSeqp0XzAQJyu721RUSNKRctxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thZnN2xSeqp0XzAQJyu721RUSNKRctxX > .row .container > .video-iframe-container { display: none; }#thZnN2xSeqp0XzAQJyu721RUSNKRctxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#thZnN2xSeqp0XzAQJyu721RUSNKRctxX > .row > .video-iframe-container { display: none; }#thZnN2xSeqp0XzAQJyu721RUSNKRctxX > .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); }#thZnN2xSeqp0XzAQJyu721RUSNKRctxX > .row .container { border-width: 0; border-radius: 0; }#thZnN2xSeqp0XzAQJyu721RUSNKRctxX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#thZnN2xSeqp0XzAQJyu721RUSNKRctxX > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#p7w50G2uJtgNf0lQACcWlDD7ZsqykBlI { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:16.6875rem;top:2.6873226165771rem;left:36.465730667114rem;overflow:hidden;display:block; }
#wzKGVGu9s8hptIzkvNQ5nOVd7foQcnq9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:15.5625rem;top:2.7175064086914rem;left:20.249464035034rem;overflow:hidden;display:block; }
#dpWW6VpsZ1liFbQt0ssMF0GmfzeVJTJG { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:16.5rem;top:2.7166194915771rem;left:2.5301837921142rem;overflow:hidden;display:block; }
#Pe8d2iUtMQb00689GTAhUKlIEaSQ9VmQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pe8d2iUtMQb00689GTAhUKlIEaSQ9VmQ > .row .container { background-color: transparent; background-image: none; }#Pe8d2iUtMQb00689GTAhUKlIEaSQ9VmQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pe8d2iUtMQb00689GTAhUKlIEaSQ9VmQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pe8d2iUtMQb00689GTAhUKlIEaSQ9VmQ > .row .container > .video-iframe-container { display: none; }#Pe8d2iUtMQb00689GTAhUKlIEaSQ9VmQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pe8d2iUtMQb00689GTAhUKlIEaSQ9VmQ > .row > .video-iframe-container { display: none; }#Pe8d2iUtMQb00689GTAhUKlIEaSQ9VmQ > .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); }#Pe8d2iUtMQb00689GTAhUKlIEaSQ9VmQ > .row .container { border-width: 0; border-radius: 0; }#Pe8d2iUtMQb00689GTAhUKlIEaSQ9VmQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pe8d2iUtMQb00689GTAhUKlIEaSQ9VmQ > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#vWDtx1LTbDqDmDVxOzLrT3F6un9uD1rC { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9369375rem;width:14.8748125rem;top:0.70578861236575rem;left:45.126066207886rem;overflow:hidden;display:block; }
#moZcSGxQIwz9xWmcMGfOgeZOHeREopce { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8748125rem;width:14.8748125rem;top:0.73597335815431rem;left:13.118783950806rem;overflow:hidden;display:block; }
#F3EOaLokfn9TEbLFr3Zs9l45axTCoXVV { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20rem;width:14.9369375rem;top:0.67205238342287rem;left:28.931104660034rem;overflow:hidden;display:block; }
#HFeLKr3Zq3NLnThb7HzWxA7xxh2eO70z { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:12.125rem;top:0.98455238342287rem;left:0rem;overflow:hidden;display:block; }
#pBOfTv5XxE7QVC9CyhRLHdW25XE5MJEg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pBOfTv5XxE7QVC9CyhRLHdW25XE5MJEg > .row .container { background-color: transparent; background-image: none; }#pBOfTv5XxE7QVC9CyhRLHdW25XE5MJEg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBOfTv5XxE7QVC9CyhRLHdW25XE5MJEg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBOfTv5XxE7QVC9CyhRLHdW25XE5MJEg > .row .container > .video-iframe-container { display: none; }#pBOfTv5XxE7QVC9CyhRLHdW25XE5MJEg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBOfTv5XxE7QVC9CyhRLHdW25XE5MJEg > .row > .video-iframe-container { display: none; }#pBOfTv5XxE7QVC9CyhRLHdW25XE5MJEg > .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); }#pBOfTv5XxE7QVC9CyhRLHdW25XE5MJEg > .row .container { border-width: 0; border-radius: 0; }#pBOfTv5XxE7QVC9CyhRLHdW25XE5MJEg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBOfTv5XxE7QVC9CyhRLHdW25XE5MJEg > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#aEgUp6abPhM8taV7imv813tckntm7n5n { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:16.8125rem;top:3.4992189407349rem;left:42.653907775879rem;overflow:hidden;display:block; }
#W4Iwdv4pdM3bJRH38yp7Lso0dmCUDE2q { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:16.75rem;top:3.4992189407349rem;left:0.625rem;overflow:hidden;display:block; }
#w1DbzBLsvGX1X4CKFnwnirazx3y5PKUN { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:22.6875rem;top:6.780468940735rem;left:18.65625rem;overflow:hidden;display:block; }
#tHsxGdtxgqaV8670qUIIFhAvmeSpUzTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tHsxGdtxgqaV8670qUIIFhAvmeSpUzTz > .row .container { background-color: transparent; background-image: none; }#tHsxGdtxgqaV8670qUIIFhAvmeSpUzTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHsxGdtxgqaV8670qUIIFhAvmeSpUzTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHsxGdtxgqaV8670qUIIFhAvmeSpUzTz > .row .container > .video-iframe-container { display: none; }#tHsxGdtxgqaV8670qUIIFhAvmeSpUzTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHsxGdtxgqaV8670qUIIFhAvmeSpUzTz > .row > .video-iframe-container { display: none; }#tHsxGdtxgqaV8670qUIIFhAvmeSpUzTz > .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); }#tHsxGdtxgqaV8670qUIIFhAvmeSpUzTz > .row .container { border-width: 0; border-radius: 0; }#tHsxGdtxgqaV8670qUIIFhAvmeSpUzTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tHsxGdtxgqaV8670qUIIFhAvmeSpUzTz > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;position:relative;display:block; }#KASmKLKDJBfeqVMRFW5gZMOZ5TE0Bzvs { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:13.3125rem;top:1.8429689407349rem;left:45.4375rem;overflow:hidden;display:block; }
#adJJmAcatvTEl3BtmAKmbZVGBLcpwa8o { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:13.125rem;top:1.8429689407349rem;left:29.9375rem;overflow:hidden;display:block; }
#tpyzxkGcIosBoOQdVTC1Mc3gMlnRmTGU { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:27.0625rem;top:0.65546894073488rem;left:0.6875rem;overflow:hidden;display:block; }
#KMNk1CMfLaIzxUK4emoe9TvnWBKv0BSk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KMNk1CMfLaIzxUK4emoe9TvnWBKv0BSk > .row .container { background-color: transparent; background-image: none; }#KMNk1CMfLaIzxUK4emoe9TvnWBKv0BSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMNk1CMfLaIzxUK4emoe9TvnWBKv0BSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMNk1CMfLaIzxUK4emoe9TvnWBKv0BSk > .row .container > .video-iframe-container { display: none; }#KMNk1CMfLaIzxUK4emoe9TvnWBKv0BSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMNk1CMfLaIzxUK4emoe9TvnWBKv0BSk > .row > .video-iframe-container { display: none; }#KMNk1CMfLaIzxUK4emoe9TvnWBKv0BSk > .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); }#KMNk1CMfLaIzxUK4emoe9TvnWBKv0BSk > .row .container { border-width: 0; border-radius: 0; }#KMNk1CMfLaIzxUK4emoe9TvnWBKv0BSk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMNk1CMfLaIzxUK4emoe9TvnWBKv0BSk > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#SzRruxmh1a9I8hEDeU9NZ60kK0ncBfo6 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:12.1875rem;top:20.3125rem;left:35.875rem;overflow:hidden;display:block; }
#BBo8bG0QLXfkiAAR9CQDphm0MlN1Qps4 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.4375rem;width:22.75rem;top:4.625rem;left:11.875rem;overflow:hidden;display:block; }
#OveVFdhb67oQQHxSwcSCHQvDJ3Pxw3AS { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:12.25rem;top:2rem;left:35.875rem;overflow:hidden;display:block; }
#n4LQcS0DLmbQbv78eF8Wne0rsfepphZn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n4LQcS0DLmbQbv78eF8Wne0rsfepphZn > .row .container { background-color: transparent; background-image: none; }#n4LQcS0DLmbQbv78eF8Wne0rsfepphZn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4LQcS0DLmbQbv78eF8Wne0rsfepphZn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4LQcS0DLmbQbv78eF8Wne0rsfepphZn > .row .container > .video-iframe-container { display: none; }#n4LQcS0DLmbQbv78eF8Wne0rsfepphZn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4LQcS0DLmbQbv78eF8Wne0rsfepphZn > .row > .video-iframe-container { display: none; }#n4LQcS0DLmbQbv78eF8Wne0rsfepphZn > .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); }#n4LQcS0DLmbQbv78eF8Wne0rsfepphZn > .row .container { border-width: 0; border-radius: 0; }#n4LQcS0DLmbQbv78eF8Wne0rsfepphZn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n4LQcS0DLmbQbv78eF8Wne0rsfepphZn > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;position:relative;display:block; }#aTv4eBFqmUE6GNgkAX9FwofBvGUgbFEN { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:13.375rem;top:2.5rem;left:39.1875rem;overflow:hidden;display:block; }
#qHEIueUP2clmtBncINvPgSRkXFwfGg68 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:13.375rem;top:2.5rem;left:7.5rem;overflow:hidden;display:block; }
#smd1HfvqLevJBG7mIeWg8TBQgutwNKm6 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:13.375rem;top:2.5rem;left:23.5625rem;overflow:hidden;display:block; }
#dlOP8quh2vnEbeDTzyQm1hgOPTb3LIvs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dlOP8quh2vnEbeDTzyQm1hgOPTb3LIvs > .row .container { background-color: transparent; background-image: none; }#dlOP8quh2vnEbeDTzyQm1hgOPTb3LIvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlOP8quh2vnEbeDTzyQm1hgOPTb3LIvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlOP8quh2vnEbeDTzyQm1hgOPTb3LIvs > .row .container > .video-iframe-container { display: none; }#dlOP8quh2vnEbeDTzyQm1hgOPTb3LIvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlOP8quh2vnEbeDTzyQm1hgOPTb3LIvs > .row > .video-iframe-container { display: none; }#dlOP8quh2vnEbeDTzyQm1hgOPTb3LIvs > .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); }#dlOP8quh2vnEbeDTzyQm1hgOPTb3LIvs > .row .container { border-width: 0; border-radius: 0; }#dlOP8quh2vnEbeDTzyQm1hgOPTb3LIvs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dlOP8quh2vnEbeDTzyQm1hgOPTb3LIvs > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#T7EVUexqAJbWALDKCB284QzUk0TERLMi { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:12.1875rem;top:20.3125rem;left:35.875rem;overflow:hidden;display:block; }
#FpLSb5DXLmoksyS2lfTU85DqC37goZVe { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:22.75rem;top:4.625rem;left:11.875rem;overflow:hidden;display:block; }
#Qdnc43qTgfMwcF4aUUlCkP6NBf362o1V { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:12.25rem;top:2rem;left:35.875rem;overflow:hidden;display:block; }
#KfA86vV7ZgAlwq1PvOxFFv9iv1Nd7Xh4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KfA86vV7ZgAlwq1PvOxFFv9iv1Nd7Xh4 > .row .container { background-color: transparent; background-image: none; }#KfA86vV7ZgAlwq1PvOxFFv9iv1Nd7Xh4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfA86vV7ZgAlwq1PvOxFFv9iv1Nd7Xh4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfA86vV7ZgAlwq1PvOxFFv9iv1Nd7Xh4 > .row .container > .video-iframe-container { display: none; }#KfA86vV7ZgAlwq1PvOxFFv9iv1Nd7Xh4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfA86vV7ZgAlwq1PvOxFFv9iv1Nd7Xh4 > .row > .video-iframe-container { display: none; }#KfA86vV7ZgAlwq1PvOxFFv9iv1Nd7Xh4 > .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); }#KfA86vV7ZgAlwq1PvOxFFv9iv1Nd7Xh4 > .row .container { border-width: 0; border-radius: 0; }#KfA86vV7ZgAlwq1PvOxFFv9iv1Nd7Xh4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KfA86vV7ZgAlwq1PvOxFFv9iv1Nd7Xh4 > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#TTsLe66113cBJ68IVbGxAKB69kSkNS8L { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:21.0625rem;top:2rem;left:6.5625rem;overflow:hidden;display:block; }
#bHLMbuF4FldLINokqq2gCSqlsWaPklZO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.875rem;width:25.4375rem;top:3.875rem;left:29.9375rem;overflow:hidden;display:block; }
#h6TDeWRXETf70nV34BWJQcC2zoT7Nla8 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:15.4375rem;top:24.1875rem;left:12.25rem;overflow:hidden;display:block; }
#tbyW8a2PTQSCXJ8dhaGLBBqapmX1lytt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tbyW8a2PTQSCXJ8dhaGLBBqapmX1lytt > .row .container { background-color: transparent; background-image: none; }#tbyW8a2PTQSCXJ8dhaGLBBqapmX1lytt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbyW8a2PTQSCXJ8dhaGLBBqapmX1lytt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbyW8a2PTQSCXJ8dhaGLBBqapmX1lytt > .row .container > .video-iframe-container { display: none; }#tbyW8a2PTQSCXJ8dhaGLBBqapmX1lytt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbyW8a2PTQSCXJ8dhaGLBBqapmX1lytt > .row > .video-iframe-container { display: none; }#tbyW8a2PTQSCXJ8dhaGLBBqapmX1lytt > .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); }#tbyW8a2PTQSCXJ8dhaGLBBqapmX1lytt > .row .container { border-width: 0; border-radius: 0; }#tbyW8a2PTQSCXJ8dhaGLBBqapmX1lytt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tbyW8a2PTQSCXJ8dhaGLBBqapmX1lytt > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;position:relative;display:block; }#EOeywHkbbN12vwxTKyfwIpvBVm8N3GIF { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:22.5625rem;left:30.9375rem;overflow:hidden;display:block; }
#LfW6zMFiMNyKX12DfzkycQzETnJPZz11 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:2rem;left:11.25rem;overflow:hidden;display:block; }
#eJUo3bRNn3pKKMgTJI0DDAZiR1Vk63Gk { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:2rem;left:30.9375rem;overflow:hidden;display:block; }
#ni4FQ6ImdvmDgmOgkk2fVaXbJn4p94Td { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:22.5625rem;left:11.25rem;overflow:hidden;display:block; }
#X0Q56briu90nvh0aqFLvJmZxU3bcK77q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X0Q56briu90nvh0aqFLvJmZxU3bcK77q > .row .container { background-color: transparent; background-image: none; }#X0Q56briu90nvh0aqFLvJmZxU3bcK77q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0Q56briu90nvh0aqFLvJmZxU3bcK77q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0Q56briu90nvh0aqFLvJmZxU3bcK77q > .row .container > .video-iframe-container { display: none; }#X0Q56briu90nvh0aqFLvJmZxU3bcK77q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0Q56briu90nvh0aqFLvJmZxU3bcK77q > .row > .video-iframe-container { display: none; }#X0Q56briu90nvh0aqFLvJmZxU3bcK77q > .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); }#X0Q56briu90nvh0aqFLvJmZxU3bcK77q > .row .container { border-width: 0; border-radius: 0; }#X0Q56briu90nvh0aqFLvJmZxU3bcK77q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0Q56briu90nvh0aqFLvJmZxU3bcK77q > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#AsTBybXgatG7BKHQTOlm6nnW2WzMapgo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#RTIDkQXyAD3AN5ZkzfWc14E7HKnprg73 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:2.0625rem;left:21.4375rem;overflow:hidden;display:block; }
#pJrGoB28o6m0UmUq0Qt7DHLBN47yTqgF { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:2.0625rem;left:42.1875rem;overflow:hidden;display:block; }
#BRkOPmVUL7O4RVtKn7KcSW4WPBUBpzkG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BRkOPmVUL7O4RVtKn7KcSW4WPBUBpzkG > .row .container { background-color: transparent; background-image: none; }#BRkOPmVUL7O4RVtKn7KcSW4WPBUBpzkG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRkOPmVUL7O4RVtKn7KcSW4WPBUBpzkG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRkOPmVUL7O4RVtKn7KcSW4WPBUBpzkG > .row .container > .video-iframe-container { display: none; }#BRkOPmVUL7O4RVtKn7KcSW4WPBUBpzkG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRkOPmVUL7O4RVtKn7KcSW4WPBUBpzkG > .row > .video-iframe-container { display: none; }#BRkOPmVUL7O4RVtKn7KcSW4WPBUBpzkG > .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); }#BRkOPmVUL7O4RVtKn7KcSW4WPBUBpzkG > .row .container { border-width: 0; border-radius: 0; }#BRkOPmVUL7O4RVtKn7KcSW4WPBUBpzkG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BRkOPmVUL7O4RVtKn7KcSW4WPBUBpzkG > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#du4dL1PGBnsXTcWUOUgil5o003GGQvOQ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.75rem;left:42.1875rem;overflow:hidden;display:block; }
#oIxto2bXramaAHiW54qXbVV5bf8TLT7N { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#c46a5iieavRWNMknDMQmZQmvwVKEkObw { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:17.8125rem;top:3.75rem;left:21.09375rem;overflow:hidden;display:block; }
#g8qQVOTAQxWkmP05gK7q0A2o3KvFDTz6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g8qQVOTAQxWkmP05gK7q0A2o3KvFDTz6 > .row .container { background-color: transparent; background-image: none; }#g8qQVOTAQxWkmP05gK7q0A2o3KvFDTz6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8qQVOTAQxWkmP05gK7q0A2o3KvFDTz6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8qQVOTAQxWkmP05gK7q0A2o3KvFDTz6 > .row .container > .video-iframe-container { display: none; }#g8qQVOTAQxWkmP05gK7q0A2o3KvFDTz6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8qQVOTAQxWkmP05gK7q0A2o3KvFDTz6 > .row > .video-iframe-container { display: none; }#g8qQVOTAQxWkmP05gK7q0A2o3KvFDTz6 > .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); }#g8qQVOTAQxWkmP05gK7q0A2o3KvFDTz6 > .row .container { border-width: 0; border-radius: 0; }#g8qQVOTAQxWkmP05gK7q0A2o3KvFDTz6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8qQVOTAQxWkmP05gK7q0A2o3KvFDTz6 > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#Kx1RwVkDwXabBWSXhky9MkJXwolS0ir2 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:14.25rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#kbzyqBAEZlETcTzCC8ODDK9ZamQv4QVe { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:14.1875rem;top:1.123046875rem;left:15.374645233154rem;overflow:hidden;display:block; }
#FtApsP6wTnqmlMSIDvdU29DwnL2hkNV0 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:14.25rem;top:1.25rem;left:30.436786651611rem;overflow:hidden;display:block; }
#r7pqM1NFXsm2Lf7Ta2GcrDgSTr0k99D4 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:14.1875rem;top:1.2491121292114rem;left:45.750175476074rem;overflow:hidden;display:block; }
#wpLsLgARCF3hQq5MPz0I4nzEmSQTRda6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wpLsLgARCF3hQq5MPz0I4nzEmSQTRda6 > .row .container { background-color: transparent; background-image: none; }#wpLsLgARCF3hQq5MPz0I4nzEmSQTRda6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpLsLgARCF3hQq5MPz0I4nzEmSQTRda6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpLsLgARCF3hQq5MPz0I4nzEmSQTRda6 > .row .container > .video-iframe-container { display: none; }#wpLsLgARCF3hQq5MPz0I4nzEmSQTRda6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpLsLgARCF3hQq5MPz0I4nzEmSQTRda6 > .row > .video-iframe-container { display: none; }#wpLsLgARCF3hQq5MPz0I4nzEmSQTRda6 > .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); }#wpLsLgARCF3hQq5MPz0I4nzEmSQTRda6 > .row .container { border-width: 0; border-radius: 0; }#wpLsLgARCF3hQq5MPz0I4nzEmSQTRda6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpLsLgARCF3hQq5MPz0I4nzEmSQTRda6 > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:60rem;position:relative;display:block; }#Im146Pmi8u2RwvsKfOSKPIdEt6eBwr8B { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14rem;top:21.305931091309rem;left:30.769706726074rem;overflow:hidden;display:block; }
#E59viwmDgMo266RZWZhNEnkM2n1Z6cGT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:13.9375rem;top:1.25rem;left:45.688026428222rem;overflow:hidden;display:block; }
#ApNkpW8Zz12cIhqefIGBNvFkkBQeiUvG { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14rem;top:1.25rem;left:30.771896160629rem;overflow:hidden;display:block; }
#vFOtZKX3oTIsh78WcgDvbfmEtLqb0sT4 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.75rem;width:28.875rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#PiU9UGzJ0LDZBON7oPFtLT2W6rXHuGQm { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14rem;top:21.369850158691rem;left:46.000526428222rem;overflow:hidden;display:block; }
#aymgdRVeH3tt5J1zDIFJeReDgyOScbaz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aymgdRVeH3tt5J1zDIFJeReDgyOScbaz > .row .container { background-color: transparent; background-image: none; }#aymgdRVeH3tt5J1zDIFJeReDgyOScbaz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aymgdRVeH3tt5J1zDIFJeReDgyOScbaz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aymgdRVeH3tt5J1zDIFJeReDgyOScbaz > .row .container > .video-iframe-container { display: none; }#aymgdRVeH3tt5J1zDIFJeReDgyOScbaz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aymgdRVeH3tt5J1zDIFJeReDgyOScbaz > .row > .video-iframe-container { display: none; }#aymgdRVeH3tt5J1zDIFJeReDgyOScbaz > .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); }#aymgdRVeH3tt5J1zDIFJeReDgyOScbaz > .row .container { border-width: 0; border-radius: 0; }#aymgdRVeH3tt5J1zDIFJeReDgyOScbaz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aymgdRVeH3tt5J1zDIFJeReDgyOScbaz > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#wcWT3XEScdwA58yOn1LKKotSn4lRpZ5b { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:18.75rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#gLF6td6wwEeK7N3qRhPb3pTPe1Qlz1Gi { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:18.75rem;top:1.25rem;left:20.625rem;overflow:hidden;display:block; }
#pAwcSeLpCxLrmRLuu2osX3IW10h8BzBS { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:18.75rem;top:1.25rem;left:41.25rem;overflow:hidden;display:block; }
#B8MmGwLdRRy8UFelIpoeReOO87qfpUmu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B8MmGwLdRRy8UFelIpoeReOO87qfpUmu > .row .container { background-color: transparent; background-image: none; }#B8MmGwLdRRy8UFelIpoeReOO87qfpUmu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8MmGwLdRRy8UFelIpoeReOO87qfpUmu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8MmGwLdRRy8UFelIpoeReOO87qfpUmu > .row .container > .video-iframe-container { display: none; }#B8MmGwLdRRy8UFelIpoeReOO87qfpUmu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B8MmGwLdRRy8UFelIpoeReOO87qfpUmu > .row > .video-iframe-container { display: none; }#B8MmGwLdRRy8UFelIpoeReOO87qfpUmu > .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); }#B8MmGwLdRRy8UFelIpoeReOO87qfpUmu > .row .container { border-width: 0; border-radius: 0; }#B8MmGwLdRRy8UFelIpoeReOO87qfpUmu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B8MmGwLdRRy8UFelIpoeReOO87qfpUmu > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:block; }#weFAwBaKMeKmKbtXDUcGVvsCT5fptkAD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1868125rem;width:32.3118125rem;top:5.5rem;left:3.6875rem;overflow:hidden;display:block; }
#FXdm5SDwJs2fDbB9V7yOgqWTvlu4KOto { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:17.5rem;left:37.5625rem;overflow:hidden;display:block; }
#pVoTD2sNZz7DhTUFwInnDoFSnbiQvcF9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:2.125rem;left:37.5625rem;overflow:hidden;display:block; }
#t5BIMXblLDr4TzJnHIDXFwn6lpg2ZF5d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t5BIMXblLDr4TzJnHIDXFwn6lpg2ZF5d > .row .container { background-color: transparent; background-image: none; }#t5BIMXblLDr4TzJnHIDXFwn6lpg2ZF5d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5BIMXblLDr4TzJnHIDXFwn6lpg2ZF5d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5BIMXblLDr4TzJnHIDXFwn6lpg2ZF5d > .row .container > .video-iframe-container { display: none; }#t5BIMXblLDr4TzJnHIDXFwn6lpg2ZF5d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5BIMXblLDr4TzJnHIDXFwn6lpg2ZF5d > .row > .video-iframe-container { display: none; }#t5BIMXblLDr4TzJnHIDXFwn6lpg2ZF5d > .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); }#t5BIMXblLDr4TzJnHIDXFwn6lpg2ZF5d > .row .container { border-width: 0; border-radius: 0; }#t5BIMXblLDr4TzJnHIDXFwn6lpg2ZF5d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t5BIMXblLDr4TzJnHIDXFwn6lpg2ZF5d > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#wtzQWVxKMKFRo6gMG5PFmCANX3poMlTM { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4368125rem;width:15.3125rem;top:3.5rem;left:17.6875rem;overflow:hidden;display:block; }
#nS7id4BhxeiucfSX1FkCoqiokS223qhn { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4368125rem;width:15.2494375rem;top:3.5rem;left:1.4375rem;overflow:hidden;display:block; }
#k87ZMWUdi7vzrnt5sonuxFJ9zW73T3HV { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:25rem;top:25.375rem;left:1.1875rem;overflow:hidden;display:block; }
#l3u2klFIr2wVZh0cAKm5vS8ygfTETIxd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4368125rem;width:15.2494375rem;top:25.375rem;left:43.625rem;overflow:hidden;display:block; }
#XT4MfXDAhnd5OrpZIc2oaOdexDJsxN79 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:15.25rem;top:25.375rem;left:27.375rem;overflow:hidden;display:block; }
#W7Us8N5vKUlIxP04cgEvzNzqeWXQ3qF1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.25rem;width:24.5rem;top:5.625rem;left:34.0625rem;overflow:hidden;display:block; }
#fDMBuqUO4RQH4Em15s9doi3Z7e2dZ4RI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fDMBuqUO4RQH4Em15s9doi3Z7e2dZ4RI > .row .container { background-color: transparent; background-image: none; }#fDMBuqUO4RQH4Em15s9doi3Z7e2dZ4RI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDMBuqUO4RQH4Em15s9doi3Z7e2dZ4RI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDMBuqUO4RQH4Em15s9doi3Z7e2dZ4RI > .row .container > .video-iframe-container { display: none; }#fDMBuqUO4RQH4Em15s9doi3Z7e2dZ4RI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDMBuqUO4RQH4Em15s9doi3Z7e2dZ4RI > .row > .video-iframe-container { display: none; }#fDMBuqUO4RQH4Em15s9doi3Z7e2dZ4RI > .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); }#fDMBuqUO4RQH4Em15s9doi3Z7e2dZ4RI > .row .container { border-width: 0; border-radius: 0; }#fDMBuqUO4RQH4Em15s9doi3Z7e2dZ4RI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fDMBuqUO4RQH4Em15s9doi3Z7e2dZ4RI > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:60rem;position:relative;display:block; }#K2Ew0pTaS5Iu3NaFENtMJOPlcZUHDV5J { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:18.75rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#RCZyo92VvOEfdhUHLc2fxyF6XpnMlHRT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:18.75rem;top:1.25rem;left:20.625rem;overflow:hidden;display:block; }
#VqV6E3ILB44Mkr4gsb1s4xITIC8iFy4w { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:18.75rem;top:1.25rem;left:41.25rem;overflow:hidden;display:block; }
#sdBgXuhMRXoiZ0VkOBBhWl5w2llXAQb1 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:18.75rem;top:27.1875rem;left:20.625rem;overflow:hidden;display:block; }
#PSVBT6z3Xvp6D909OOCC93rTN3iDJO1U { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:18.75rem;top:27.1875rem;left:41.25rem;overflow:hidden;display:block; }
#xIRz4gdHm6IOXyIKQEKBZOqkSPPuti3p { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:18.75rem;top:27.1875rem;left:0rem;overflow:hidden;display:block; }
#mfdaRipOWAAAMyybTuJ0of6MgflhVnuV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mfdaRipOWAAAMyybTuJ0of6MgflhVnuV > .row .container { background-color: transparent; background-image: none; }#mfdaRipOWAAAMyybTuJ0of6MgflhVnuV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfdaRipOWAAAMyybTuJ0of6MgflhVnuV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfdaRipOWAAAMyybTuJ0of6MgflhVnuV > .row .container > .video-iframe-container { display: none; }#mfdaRipOWAAAMyybTuJ0of6MgflhVnuV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfdaRipOWAAAMyybTuJ0of6MgflhVnuV > .row > .video-iframe-container { display: none; }#mfdaRipOWAAAMyybTuJ0of6MgflhVnuV > .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); }#mfdaRipOWAAAMyybTuJ0of6MgflhVnuV > .row .container { border-width: 0; border-radius: 0; }#mfdaRipOWAAAMyybTuJ0of6MgflhVnuV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfdaRipOWAAAMyybTuJ0of6MgflhVnuV > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#JeUQUB0axXr2b5zRkIRn459vFn8DpZbv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:14.4375rem;top:4.8851205105286rem;left:15.890133752347rem;overflow:hidden;display:block; }
#kek1aJKvxKAcqqHEof45eUlhNg2pVpgz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:14.375rem;top:4.9362573623658rem;left:0rem;overflow:hidden;display:block; }
#oidM5eDEy0ndBxUX2EGixEX6Ti4wyGTD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:20.1875rem;top:25.373756408691rem;left:0.80877113342287rem;overflow:hidden;display:block; }
#vcxI5HhNeFSTKmbdA2gL2ErUIQREclnJ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:27.875rem;top:3.4934301376342rem;left:32.000175476074rem;overflow:hidden;display:block; }
#qaePk7gJNG1TM0KW8CRbTAH5sATvW11m { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:14.3125rem;top:25.373756408691rem;left:44.495735168457rem;overflow:hidden;display:block; }
#iqigk17c9VOTI4FPtIZXlGP1ITnEgG6b { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:20.625rem;top:25.216617584229rem;left:22.373046875rem;overflow:hidden;display:block; }
#X33PHxMepWhTsOCPUQA7hGPrp41Gc4lL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X33PHxMepWhTsOCPUQA7hGPrp41Gc4lL > .row .container { background-color: transparent; background-image: none; }#X33PHxMepWhTsOCPUQA7hGPrp41Gc4lL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X33PHxMepWhTsOCPUQA7hGPrp41Gc4lL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X33PHxMepWhTsOCPUQA7hGPrp41Gc4lL > .row .container > .video-iframe-container { display: none; }#X33PHxMepWhTsOCPUQA7hGPrp41Gc4lL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X33PHxMepWhTsOCPUQA7hGPrp41Gc4lL > .row > .video-iframe-container { display: none; }#X33PHxMepWhTsOCPUQA7hGPrp41Gc4lL > .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); }#X33PHxMepWhTsOCPUQA7hGPrp41Gc4lL > .row .container { border-width: 0; border-radius: 0; }#X33PHxMepWhTsOCPUQA7hGPrp41Gc4lL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X33PHxMepWhTsOCPUQA7hGPrp41Gc4lL > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#vIgZIMORzMJeB35OMqLxQPo3hRlyc6JE { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5625rem;width:16.125rem;top:2.6855487823486rem;left:6.2926120758056rem;overflow:hidden;display:block; }
#fIPpdz8tXlKPX47zMWRpoSlUaATRMg6F { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:29.25rem;top:2.5rem;left:23.375rem;overflow:hidden;display:block; }
#iBoHGxGzFl3kFG5ThrgQnUSNEo0dSbuo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.5rem;top:25.462532043457rem;left:44.500175476074rem;overflow:hidden;display:block; }
#X9IpsOB6DGvtVLHXOM4gEHx3QSAHDOAF { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:27.3125rem;top:25.55841255188rem;left:0rem;overflow:hidden;display:block; }
#lz5Kbz7QclNrA7tmEpT43BgifoEXVQEH { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:15.4375rem;top:25.460758209229rem;left:28.124111175537rem;overflow:hidden;display:block; }
#o4PmdAs0ZWnNycbKwxSv8uNV2VB6PvI3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o4PmdAs0ZWnNycbKwxSv8uNV2VB6PvI3 > .row .container { background-color: transparent; background-image: none; }#o4PmdAs0ZWnNycbKwxSv8uNV2VB6PvI3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4PmdAs0ZWnNycbKwxSv8uNV2VB6PvI3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4PmdAs0ZWnNycbKwxSv8uNV2VB6PvI3 > .row .container > .video-iframe-container { display: none; }#o4PmdAs0ZWnNycbKwxSv8uNV2VB6PvI3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4PmdAs0ZWnNycbKwxSv8uNV2VB6PvI3 > .row > .video-iframe-container { display: none; }#o4PmdAs0ZWnNycbKwxSv8uNV2VB6PvI3 > .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); }#o4PmdAs0ZWnNycbKwxSv8uNV2VB6PvI3 > .row .container { border-width: 0; border-radius: 0; }#o4PmdAs0ZWnNycbKwxSv8uNV2VB6PvI3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o4PmdAs0ZWnNycbKwxSv8uNV2VB6PvI3 > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#bNlD6koTU1wRUJiJecUqcOg9MkxWMrlJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:18.75rem;top:1.25rem;left:10.75rem;overflow:hidden;display:block; }
#FX2mPnsqcno420ZNIP5Fte1vQ9PAlim7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:18.75rem;top:1.3125rem;left:30.5rem;overflow:hidden;display:block; }
#oKxfF0J7ntAonTnL9QZpTTDfBeR7PZFz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oKxfF0J7ntAonTnL9QZpTTDfBeR7PZFz > .row .container { background-color: transparent; background-image: none; }#oKxfF0J7ntAonTnL9QZpTTDfBeR7PZFz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKxfF0J7ntAonTnL9QZpTTDfBeR7PZFz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKxfF0J7ntAonTnL9QZpTTDfBeR7PZFz > .row .container > .video-iframe-container { display: none; }#oKxfF0J7ntAonTnL9QZpTTDfBeR7PZFz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKxfF0J7ntAonTnL9QZpTTDfBeR7PZFz > .row > .video-iframe-container { display: none; }#oKxfF0J7ntAonTnL9QZpTTDfBeR7PZFz > .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); }#oKxfF0J7ntAonTnL9QZpTTDfBeR7PZFz > .row .container { border-width: 0; border-radius: 0; }#oKxfF0J7ntAonTnL9QZpTTDfBeR7PZFz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKxfF0J7ntAonTnL9QZpTTDfBeR7PZFz > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#avuOL1GddcNzpbR3ZDiF1yxnGVANzq8B { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.125rem;width:24.125rem;top:1.75rem;left:27.375rem;overflow:hidden;display:block; }
#Sw49s2BtyFE6CVidLvtv0VOb79obMCDT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1868125rem;width:18.125rem;top:1.75rem;left:8.5625rem;overflow:hidden;display:block; }
#PnfPx6laoRCP12yDM8HiO5bEVJRWW6dS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PnfPx6laoRCP12yDM8HiO5bEVJRWW6dS > .row .container { background-color: transparent; background-image: none; }#PnfPx6laoRCP12yDM8HiO5bEVJRWW6dS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnfPx6laoRCP12yDM8HiO5bEVJRWW6dS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnfPx6laoRCP12yDM8HiO5bEVJRWW6dS > .row .container > .video-iframe-container { display: none; }#PnfPx6laoRCP12yDM8HiO5bEVJRWW6dS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnfPx6laoRCP12yDM8HiO5bEVJRWW6dS > .row > .video-iframe-container { display: none; }#PnfPx6laoRCP12yDM8HiO5bEVJRWW6dS > .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); }#PnfPx6laoRCP12yDM8HiO5bEVJRWW6dS > .row .container { border-width: 0; border-radius: 0; }#PnfPx6laoRCP12yDM8HiO5bEVJRWW6dS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PnfPx6laoRCP12yDM8HiO5bEVJRWW6dS > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#u9VfGs0kufDfV1okHreIwoUi19DTQhso { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.4375rem;width:14.5rem;top:4.8851205105286rem;left:15.890133752347rem;overflow:hidden;display:block; }
#D4hR5BAmPBs86q2qBdbDZPXh0oSTvmKI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:14.4375rem;top:4.9362573623658rem;left:0rem;overflow:hidden;display:block; }
#ovKT3eUITCM8eT2yIdeEu4vuZXeal2Z7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:20.3125rem;top:25.373756408691rem;left:0.80877113342287rem;overflow:hidden;display:block; }
#GDHV9eEkiMiwzPkDAUIHBBTJB0d9osT9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:27.9375rem;top:3.4934301376342rem;left:32.000175476074rem;overflow:hidden;display:block; }
#OsgcPCz0B1ZeI0yWgwgWlTotS6TOcDAC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1868125rem;width:14.375rem;top:25.373756408691rem;left:44.495735168457rem;overflow:hidden;display:block; }
#pksb0cCV08spOTMOGeMwRkWMZ7pDQk88 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:20.625rem;top:25.216617584229rem;left:22.373046875rem;overflow:hidden;display:block; }
#MiUgcTK0prQTLk7lCRVuIWeAAzHlDloJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MiUgcTK0prQTLk7lCRVuIWeAAzHlDloJ > .row .container { background-color: transparent; background-image: none; }#MiUgcTK0prQTLk7lCRVuIWeAAzHlDloJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiUgcTK0prQTLk7lCRVuIWeAAzHlDloJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiUgcTK0prQTLk7lCRVuIWeAAzHlDloJ > .row .container > .video-iframe-container { display: none; }#MiUgcTK0prQTLk7lCRVuIWeAAzHlDloJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MiUgcTK0prQTLk7lCRVuIWeAAzHlDloJ > .row > .video-iframe-container { display: none; }#MiUgcTK0prQTLk7lCRVuIWeAAzHlDloJ > .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); }#MiUgcTK0prQTLk7lCRVuIWeAAzHlDloJ > .row .container { border-width: 0; border-radius: 0; }#MiUgcTK0prQTLk7lCRVuIWeAAzHlDloJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MiUgcTK0prQTLk7lCRVuIWeAAzHlDloJ > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#Qr4dv3xhNf6IUEbdkb7ks6wehRibbZUp { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6873125rem;width:23.6869375rem;top:4.9689273834229rem;left:14.778942108154rem;overflow:hidden;display:block; }
#Lyne7UaN8c17vnpQkJflbwzURi7N2Jsx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1243125rem;width:18.75rem;top:1.25rem;left:40.408378601074rem;overflow:hidden;display:block; }
#mMAo1IEGdVx0OPJbqczoEE8NSvPB4mDR { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.7498125rem;width:12.1244375rem;top:3.6150569915771rem;left:0.73597145080569rem;overflow:hidden;display:block; }
#XZcMei88f3Xi7x1KBWPETvX73MMLRMsB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XZcMei88f3Xi7x1KBWPETvX73MMLRMsB > .row .container { background-color: transparent; background-image: none; }#XZcMei88f3Xi7x1KBWPETvX73MMLRMsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZcMei88f3Xi7x1KBWPETvX73MMLRMsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZcMei88f3Xi7x1KBWPETvX73MMLRMsB > .row .container > .video-iframe-container { display: none; }#XZcMei88f3Xi7x1KBWPETvX73MMLRMsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZcMei88f3Xi7x1KBWPETvX73MMLRMsB > .row > .video-iframe-container { display: none; }#XZcMei88f3Xi7x1KBWPETvX73MMLRMsB > .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); }#XZcMei88f3Xi7x1KBWPETvX73MMLRMsB > .row .container { border-width: 0; border-radius: 0; }#XZcMei88f3Xi7x1KBWPETvX73MMLRMsB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZcMei88f3Xi7x1KBWPETvX73MMLRMsB > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#ZkFsJsipKs1ISirRqaAsHQiXZrii0KQg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:21.3125rem;top:2.5621452331543rem;left:28.833415690349rem;overflow:hidden;display:block; }
#AICFPUcvpigosn3SLADDOumUoAZ27TpL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:21.3125rem;top:2.5621452331543rem;left:6.7480449676512rem;overflow:hidden;display:block; }
#Rki71E7cEXcwSWUCD3bicUQ7bHpz3sk8 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:21.3125rem;top:19.0625rem;left:6.9025211334231rem;overflow:hidden;display:block; }
#xSe3bp7hMbDfDfOHIsJATzWGGopNfu1M { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:21.25rem;top:19.0625rem;left:28.830787658691rem;overflow:hidden;display:block; }
#qGqBUI6fJm91A96lcJBEMPaneP9297Fx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qGqBUI6fJm91A96lcJBEMPaneP9297Fx > .row .container { background-color: transparent; background-image: none; }#qGqBUI6fJm91A96lcJBEMPaneP9297Fx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGqBUI6fJm91A96lcJBEMPaneP9297Fx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGqBUI6fJm91A96lcJBEMPaneP9297Fx > .row .container > .video-iframe-container { display: none; }#qGqBUI6fJm91A96lcJBEMPaneP9297Fx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGqBUI6fJm91A96lcJBEMPaneP9297Fx > .row > .video-iframe-container { display: none; }#qGqBUI6fJm91A96lcJBEMPaneP9297Fx > .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); }#qGqBUI6fJm91A96lcJBEMPaneP9297Fx > .row .container { border-width: 0; border-radius: 0; }#qGqBUI6fJm91A96lcJBEMPaneP9297Fx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qGqBUI6fJm91A96lcJBEMPaneP9297Fx > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#hExvTu1XRUgC9bP26CwwqZv6sRT9Xrpd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14rem;top:5.74964775rem;left:7.7997618926325rem;overflow:hidden;display:block; }
#T9xXLpJT1JxwDr81QHCTrmy1VoyLSOnN { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:29.4375rem;top:2.5rem;left:23.375rem;overflow:hidden;display:block; }
#uf6IyVVSRgsbEsTbhgKSSGBqCxmQ1pc1 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:15.5625rem;top:25.5625rem;left:36.75rem;overflow:hidden;display:block; }
#fwGqqTVe4LXWzdaH2MArDwqLcUSAtbOK { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:27.5625rem;top:25.5625rem;left:7.75rem;overflow:hidden;display:block; }
#RqyQHyUAIae3nm1dVDX8gUb6Uaw37I9n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RqyQHyUAIae3nm1dVDX8gUb6Uaw37I9n > .row .container { background-color: transparent; background-image: none; }#RqyQHyUAIae3nm1dVDX8gUb6Uaw37I9n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqyQHyUAIae3nm1dVDX8gUb6Uaw37I9n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqyQHyUAIae3nm1dVDX8gUb6Uaw37I9n > .row .container > .video-iframe-container { display: none; }#RqyQHyUAIae3nm1dVDX8gUb6Uaw37I9n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqyQHyUAIae3nm1dVDX8gUb6Uaw37I9n > .row > .video-iframe-container { display: none; }#RqyQHyUAIae3nm1dVDX8gUb6Uaw37I9n > .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); }#RqyQHyUAIae3nm1dVDX8gUb6Uaw37I9n > .row .container { border-width: 0; border-radius: 0; }#RqyQHyUAIae3nm1dVDX8gUb6Uaw37I9n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RqyQHyUAIae3nm1dVDX8gUb6Uaw37I9n > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#qEvKpJETkNJNZTNbUhOgwqsgXGeEnxU4 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9368125rem;width:30.687125rem;top:7.8125rem;left:26.5625rem;overflow:hidden;display:block; }
#sa45XrM5VXr6oPygTRab1gtIFJ6sQ8bb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.374625rem;width:20.687125rem;top:2.5625rem;left:2.9375rem;overflow:hidden;display:block; }
#IxGGVuG9GAFRaKuX5HCKFZ0DlN03sipS { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.687125rem;width:20.999625rem;top:18.75rem;left:2.8125rem;overflow:hidden;display:block; }
#olTC8pTHWsrHTvaOpOHSqzOuFDe4uEzI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#olTC8pTHWsrHTvaOpOHSqzOuFDe4uEzI > .row .container { background-color: transparent; background-image: none; }#olTC8pTHWsrHTvaOpOHSqzOuFDe4uEzI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olTC8pTHWsrHTvaOpOHSqzOuFDe4uEzI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olTC8pTHWsrHTvaOpOHSqzOuFDe4uEzI > .row .container > .video-iframe-container { display: none; }#olTC8pTHWsrHTvaOpOHSqzOuFDe4uEzI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olTC8pTHWsrHTvaOpOHSqzOuFDe4uEzI > .row > .video-iframe-container { display: none; }#olTC8pTHWsrHTvaOpOHSqzOuFDe4uEzI > .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); }#olTC8pTHWsrHTvaOpOHSqzOuFDe4uEzI > .row .container { border-width: 0; border-radius: 0; }#olTC8pTHWsrHTvaOpOHSqzOuFDe4uEzI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olTC8pTHWsrHTvaOpOHSqzOuFDe4uEzI > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#iwJocZdDWhlgW3rwsEATQFwBvEy0ecBK { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:13.3125rem;top:6.625rem;left:15.9375rem;overflow:hidden;display:block; }
#zcthONK7TzRau9LfJFrJi7fT6D3BFm4G { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:13.3125rem;top:6.625rem;left:1.4375rem;overflow:hidden;display:block; }
#Zr0uDTWP4W4RJ0K1unMRodAb7rTbWLuu { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:27.9375rem;top:3.6875rem;left:30.625rem;overflow:hidden;display:block; }
#zJZH5OVTKA0UvLy5eFklJFLCEsqJ0ODl { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:15.625rem;top:25.375rem;left:30.625rem;overflow:hidden;display:block; }
#sLTif2kzJQ105mGOcC764mLncAXFkhyE { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:15.625rem;top:25.373756408691rem;left:13.686965942382rem;overflow:hidden;display:block; }
#RcUAnLPOZrhB3gQAWdzbP8ys7htPHV5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RcUAnLPOZrhB3gQAWdzbP8ys7htPHV5A > .row .container { background-color: transparent; background-image: none; }#RcUAnLPOZrhB3gQAWdzbP8ys7htPHV5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcUAnLPOZrhB3gQAWdzbP8ys7htPHV5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcUAnLPOZrhB3gQAWdzbP8ys7htPHV5A > .row .container > .video-iframe-container { display: none; }#RcUAnLPOZrhB3gQAWdzbP8ys7htPHV5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcUAnLPOZrhB3gQAWdzbP8ys7htPHV5A > .row > .video-iframe-container { display: none; }#RcUAnLPOZrhB3gQAWdzbP8ys7htPHV5A > .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); }#RcUAnLPOZrhB3gQAWdzbP8ys7htPHV5A > .row .container { border-width: 0; border-radius: 0; }#RcUAnLPOZrhB3gQAWdzbP8ys7htPHV5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcUAnLPOZrhB3gQAWdzbP8ys7htPHV5A > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#DSI9eB8MqUlJIfXTILQ7zg7FOzwxcw8l { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.375rem;width:18.3125rem;top:2.8125rem;left:20.8125rem;overflow:hidden;display:block; }
#ib1RnuTugF7EcHqEEKGf1I05VaUlZUED { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:14.375rem;top:5.5rem;left:4.875rem;overflow:hidden;display:block; }
#WH80oebR23vxfhdVi3VHyQNWIxLnkPh0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:15.625rem;top:4.6875rem;left:40.8125rem;overflow:hidden;display:block; }
#UwkniEsMz4Tw9fwkTd5NDqyagxK7axQo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UwkniEsMz4Tw9fwkTd5NDqyagxK7axQo > .row .container { background-color: transparent; background-image: none; }#UwkniEsMz4Tw9fwkTd5NDqyagxK7axQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwkniEsMz4Tw9fwkTd5NDqyagxK7axQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwkniEsMz4Tw9fwkTd5NDqyagxK7axQo > .row .container > .video-iframe-container { display: none; }#UwkniEsMz4Tw9fwkTd5NDqyagxK7axQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwkniEsMz4Tw9fwkTd5NDqyagxK7axQo > .row > .video-iframe-container { display: none; }#UwkniEsMz4Tw9fwkTd5NDqyagxK7axQo > .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); }#UwkniEsMz4Tw9fwkTd5NDqyagxK7axQo > .row .container { border-width: 0; border-radius: 0; }#UwkniEsMz4Tw9fwkTd5NDqyagxK7axQo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UwkniEsMz4Tw9fwkTd5NDqyagxK7axQo > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#E9TDDF47qiG84qmSAsFy44MAeyykn9nI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:13.3125rem;top:6.625rem;left:15.9375rem;overflow:hidden;display:block; }
#h4BXUW0ixZ2H5f3T9rOZkeZl89PGJTOL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:13.3125rem;top:6.625rem;left:1.4375rem;overflow:hidden;display:block; }
#kwMVqXWsT9SZaKmyATEAEqguRDUTANtx { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:23.125rem;top:25.5rem;left:5.7806519233772rem;overflow:hidden;display:block; }
#pcE7mbAPmEWTFivxM3rfe1k6Tv7u3PQN { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:27.9375rem;top:3.6875rem;left:30.625rem;overflow:hidden;display:block; }
#g00qfvu7xgkPbTwql0vvqtLgcBlERqgp { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:15.625rem;top:25.375rem;left:30.625rem;overflow:hidden;display:block; }
#orenBTJUDWFlhyRSgLFCMcxG7gIeprpX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#orenBTJUDWFlhyRSgLFCMcxG7gIeprpX > .row .container { background-color: transparent; background-image: none; }#orenBTJUDWFlhyRSgLFCMcxG7gIeprpX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orenBTJUDWFlhyRSgLFCMcxG7gIeprpX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orenBTJUDWFlhyRSgLFCMcxG7gIeprpX > .row .container > .video-iframe-container { display: none; }#orenBTJUDWFlhyRSgLFCMcxG7gIeprpX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orenBTJUDWFlhyRSgLFCMcxG7gIeprpX > .row > .video-iframe-container { display: none; }#orenBTJUDWFlhyRSgLFCMcxG7gIeprpX > .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); }#orenBTJUDWFlhyRSgLFCMcxG7gIeprpX > .row .container { border-width: 0; border-radius: 0; }#orenBTJUDWFlhyRSgLFCMcxG7gIeprpX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#orenBTJUDWFlhyRSgLFCMcxG7gIeprpX > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#sXDvK3BJMgRdCsMi014ugZIpaPIotxcI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:13.375rem;top:6.625rem;left:15.9375rem;overflow:hidden;display:block; }
#slEN2DSp15wsM01XFk6ytVKr2MoLwB41 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:13.375rem;top:6.625rem;left:1.4375rem;overflow:hidden;display:block; }
#VoSxuA2iac9Ge18HM4h9K2uddmZEmuT3 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:23.1875rem;top:25.5rem;left:5.7806519233772rem;overflow:hidden;display:block; }
#Zapt1LMx3m8T9h3PUM31SRuaneoTTed4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:28rem;top:3.6875rem;left:30.625rem;overflow:hidden;display:block; }
#mw9V7N6hHWl9nkzRIeMwVOltkGidAHPi { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:15.6875rem;top:25.375rem;left:30.625rem;overflow:hidden;display:block; }
#DJaNEVAexlSsyFLDXwAfmwkA2nQdM0xm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DJaNEVAexlSsyFLDXwAfmwkA2nQdM0xm > .row .container { background-color: transparent; background-image: none; }#DJaNEVAexlSsyFLDXwAfmwkA2nQdM0xm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJaNEVAexlSsyFLDXwAfmwkA2nQdM0xm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJaNEVAexlSsyFLDXwAfmwkA2nQdM0xm > .row .container > .video-iframe-container { display: none; }#DJaNEVAexlSsyFLDXwAfmwkA2nQdM0xm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJaNEVAexlSsyFLDXwAfmwkA2nQdM0xm > .row > .video-iframe-container { display: none; }#DJaNEVAexlSsyFLDXwAfmwkA2nQdM0xm > .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); }#DJaNEVAexlSsyFLDXwAfmwkA2nQdM0xm > .row .container { border-width: 0; border-radius: 0; }#DJaNEVAexlSsyFLDXwAfmwkA2nQdM0xm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DJaNEVAexlSsyFLDXwAfmwkA2nQdM0xm > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#bsI1NOgHVlehtftHdlytdhcJPIofZs55 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:23.8125rem;top:2.0625rem;left:6.3125rem;overflow:hidden;display:block; }
#ngRULfSNWsAHhU7C3OCiBP4v9Azn6moO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:15.8125rem;top:4rem;left:31.8125rem;overflow:hidden;display:block; }
#XoTIShd0JnlJM1MtTCoiZwc5yK3wwJKa { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:21.875rem;top:17.4375rem;left:31.75rem;overflow:hidden;display:block; }
#rRp1oITkLUs1NKhCBEKbR972BoUipN6C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rRp1oITkLUs1NKhCBEKbR972BoUipN6C > .row .container { background-color: transparent; background-image: none; }#rRp1oITkLUs1NKhCBEKbR972BoUipN6C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRp1oITkLUs1NKhCBEKbR972BoUipN6C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRp1oITkLUs1NKhCBEKbR972BoUipN6C > .row .container > .video-iframe-container { display: none; }#rRp1oITkLUs1NKhCBEKbR972BoUipN6C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rRp1oITkLUs1NKhCBEKbR972BoUipN6C > .row > .video-iframe-container { display: none; }#rRp1oITkLUs1NKhCBEKbR972BoUipN6C > .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); }#rRp1oITkLUs1NKhCBEKbR972BoUipN6C > .row .container { border-width: 0; border-radius: 0; }#rRp1oITkLUs1NKhCBEKbR972BoUipN6C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rRp1oITkLUs1NKhCBEKbR972BoUipN6C > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:60rem;position:relative;display:block; }#kyLrelEfofa1GdmxvW2xvFE3qVOW7Dwn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.25rem;width:30.9375rem;top:3.5625rem;left:26.2177734375rem;overflow:hidden;display:block; }
#ryUtHAeB1eEDMEx47NhCnJnBJ5XAZFz1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:21.3125rem;top:24rem;left:4rem;overflow:hidden;display:block; }
#TAL7L3rs0IiEi7mCi42Th3DTA8rU4v9p { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:21.3125rem;top:7.0625rem;left:4rem;overflow:hidden;display:block; }
#R0Ckpc63scg8AUp47QEAwiEiSZZWbfQd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R0Ckpc63scg8AUp47QEAwiEiSZZWbfQd > .row .container { background-color: transparent; background-image: none; }#R0Ckpc63scg8AUp47QEAwiEiSZZWbfQd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0Ckpc63scg8AUp47QEAwiEiSZZWbfQd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0Ckpc63scg8AUp47QEAwiEiSZZWbfQd > .row .container > .video-iframe-container { display: none; }#R0Ckpc63scg8AUp47QEAwiEiSZZWbfQd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0Ckpc63scg8AUp47QEAwiEiSZZWbfQd > .row > .video-iframe-container { display: none; }#R0Ckpc63scg8AUp47QEAwiEiSZZWbfQd > .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); }#R0Ckpc63scg8AUp47QEAwiEiSZZWbfQd > .row .container { border-width: 0; border-radius: 0; }#R0Ckpc63scg8AUp47QEAwiEiSZZWbfQd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R0Ckpc63scg8AUp47QEAwiEiSZZWbfQd > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#mt7UO1PnTgMpFS72TPq8TKcDfBhzQbIL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:23.875rem;top:2.0625rem;left:11.125rem;overflow:hidden;display:block; }
#TTyVRVVDCxcTxLXUFlITh8rqM6FOwXhk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:9.75rem;top:20.1875rem;left:36.6875rem;overflow:hidden;display:block; }
#SffEE0dKT5mM9vRZbpRquivCs75o1dsK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:12.1875rem;top:2.8125rem;left:36.6875rem;overflow:hidden;display:block; }
#U8l5S1PbF6RTULxseIkRpWTMtnnOI0JW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U8l5S1PbF6RTULxseIkRpWTMtnnOI0JW > .row .container { background-color: transparent; background-image: none; }#U8l5S1PbF6RTULxseIkRpWTMtnnOI0JW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8l5S1PbF6RTULxseIkRpWTMtnnOI0JW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8l5S1PbF6RTULxseIkRpWTMtnnOI0JW > .row .container > .video-iframe-container { display: none; }#U8l5S1PbF6RTULxseIkRpWTMtnnOI0JW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8l5S1PbF6RTULxseIkRpWTMtnnOI0JW > .row > .video-iframe-container { display: none; }#U8l5S1PbF6RTULxseIkRpWTMtnnOI0JW > .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); }#U8l5S1PbF6RTULxseIkRpWTMtnnOI0JW > .row .container { border-width: 0; border-radius: 0; }#U8l5S1PbF6RTULxseIkRpWTMtnnOI0JW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8l5S1PbF6RTULxseIkRpWTMtnnOI0JW > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#NQzkkM6NGS5AhiSbh9Mk2PFcJ8ldvOk7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:13.4375rem;top:5.75rem;left:16.15625rem;overflow:hidden;display:block; }
#eQpsQE7TrNbpWe9oJaX7lDiuyszyriv2 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:13.4375rem;top:5.75rem;left:1.6875rem;overflow:hidden;display:block; }
#cgxlS7x1Lb5DNcmVtHPbp7FZ77GIfqW2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:27.8125rem;top:24.65625rem;left:1.6875rem;overflow:hidden;display:block; }
#IycfdAtqx9OaCy6ma0UN6krEB83JLSGI { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:28.125rem;top:2.8125rem;left:30.84375rem;overflow:hidden;display:block; }
#H1fL8g0SnVNLpoEISUrkOTTlSPIQn8RA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:21.8125rem;top:24.530362129211rem;left:30.842506408691rem;overflow:hidden;display:block; }
#ofwcv9pPl74NX9AHRvBEqbyOZ6ZAh3f8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ofwcv9pPl74NX9AHRvBEqbyOZ6ZAh3f8 > .row .container { background-color: transparent; background-image: none; }#ofwcv9pPl74NX9AHRvBEqbyOZ6ZAh3f8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofwcv9pPl74NX9AHRvBEqbyOZ6ZAh3f8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofwcv9pPl74NX9AHRvBEqbyOZ6ZAh3f8 > .row .container > .video-iframe-container { display: none; }#ofwcv9pPl74NX9AHRvBEqbyOZ6ZAh3f8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofwcv9pPl74NX9AHRvBEqbyOZ6ZAh3f8 > .row > .video-iframe-container { display: none; }#ofwcv9pPl74NX9AHRvBEqbyOZ6ZAh3f8 > .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); }#ofwcv9pPl74NX9AHRvBEqbyOZ6ZAh3f8 > .row .container { border-width: 0; border-radius: 0; }#ofwcv9pPl74NX9AHRvBEqbyOZ6ZAh3f8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ofwcv9pPl74NX9AHRvBEqbyOZ6ZAh3f8 > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#QiRbDT2kDTNEpzGgwgJIBdCc3vzXbzaB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:24rem;top:1.3125rem;left:6.0625rem;overflow:hidden;display:block; }
#PPb4JA5m20AtkoCMkJAhK2gMqlD3qgi4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:22.1875rem;top:16.375rem;left:31.6875rem;overflow:hidden;display:block; }
#O669LkwwNqkFhz6DEZLK7GhPeV4hOutV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:9.375rem;top:2.625rem;left:44.5625rem;overflow:hidden;display:block; }
#J3Z4sOzNZ0qm7VQ8ixDIuLLkTHAEVRPU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:9.375rem;top:2.625rem;left:34rem;overflow:hidden;display:block; }
#nqBWGKQB3F7RDBULhM1NO2I4S5vELfV3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nqBWGKQB3F7RDBULhM1NO2I4S5vELfV3 > .row .container { background-color: transparent; background-image: none; }#nqBWGKQB3F7RDBULhM1NO2I4S5vELfV3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqBWGKQB3F7RDBULhM1NO2I4S5vELfV3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqBWGKQB3F7RDBULhM1NO2I4S5vELfV3 > .row .container > .video-iframe-container { display: none; }#nqBWGKQB3F7RDBULhM1NO2I4S5vELfV3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqBWGKQB3F7RDBULhM1NO2I4S5vELfV3 > .row > .video-iframe-container { display: none; }#nqBWGKQB3F7RDBULhM1NO2I4S5vELfV3 > .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); }#nqBWGKQB3F7RDBULhM1NO2I4S5vELfV3 > .row .container { border-width: 0; border-radius: 0; }#nqBWGKQB3F7RDBULhM1NO2I4S5vELfV3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqBWGKQB3F7RDBULhM1NO2I4S5vELfV3 > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#Q7RMETdkTocbrBE87ZAKBcidF8zCSUXw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:13.4375rem;top:5.75rem;left:16.15625rem;overflow:hidden;display:block; }
#OxNdDUJbB94J8oOnlO1d9Znv1vDtN2Sl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:13.4375rem;top:24.65625rem;left:30.84375rem;overflow:hidden;display:block; }
#REy6Uocms4N2BDMJS3g9B02ZxmyEIJUm { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:13.4375rem;top:5.75rem;left:1.6875rem;overflow:hidden;display:block; }
#ZPMT82I7y2SqOPhgZyl3ds7nUGHWWdR9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:13.4375rem;top:24.6875rem;left:45.4140625rem;overflow:hidden;display:block; }
#Qtcks5riZuTzcbMo2aNXxLDF7donPWDu { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:27.8125rem;top:24.65625rem;left:1.6875rem;overflow:hidden;display:block; }
#kocKk5hQeOkDgCqIzqCUa7ApsIdM08VL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:28.125rem;top:2.8125rem;left:30.84375rem;overflow:hidden;display:block; }
#e9keRo32TPENpwxrNzuAUoL5mgytzoNm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e9keRo32TPENpwxrNzuAUoL5mgytzoNm > .row .container { background-color: transparent; background-image: none; }#e9keRo32TPENpwxrNzuAUoL5mgytzoNm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9keRo32TPENpwxrNzuAUoL5mgytzoNm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9keRo32TPENpwxrNzuAUoL5mgytzoNm > .row .container > .video-iframe-container { display: none; }#e9keRo32TPENpwxrNzuAUoL5mgytzoNm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9keRo32TPENpwxrNzuAUoL5mgytzoNm > .row > .video-iframe-container { display: none; }#e9keRo32TPENpwxrNzuAUoL5mgytzoNm > .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); }#e9keRo32TPENpwxrNzuAUoL5mgytzoNm > .row .container { border-width: 0; border-radius: 0; }#e9keRo32TPENpwxrNzuAUoL5mgytzoNm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e9keRo32TPENpwxrNzuAUoL5mgytzoNm > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#mOcUW4WShUrGAG1u5IqId6dMgXZ5Hz1x { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.125rem;width:24.0625rem;top:1.375rem;left:2.1875rem;overflow:hidden;display:block; }
#pcJZHI3som20PKOvgV3odpIRDENcZwbP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.999625rem;width:14.6244375rem;top:3.625rem;left:27.8125rem;overflow:hidden;display:block; }
#KZVoOfl4kd1bWXRmTXFaRawG4pTZBmZe { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6875rem;width:22.375rem;top:15.625rem;left:27.8125rem;overflow:hidden;display:block; }
#o6Rswd6eFfefwnSVBwQy7bcvq1lTpFpr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:14.5625rem;top:3.625rem;left:43.3125rem;overflow:hidden;display:block; }
#Cuz65c3anXI9UbNpuMSXNu6680rPw0R1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cuz65c3anXI9UbNpuMSXNu6680rPw0R1 > .row .container { background-color: transparent; background-image: none; }#Cuz65c3anXI9UbNpuMSXNu6680rPw0R1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cuz65c3anXI9UbNpuMSXNu6680rPw0R1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cuz65c3anXI9UbNpuMSXNu6680rPw0R1 > .row .container > .video-iframe-container { display: none; }#Cuz65c3anXI9UbNpuMSXNu6680rPw0R1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cuz65c3anXI9UbNpuMSXNu6680rPw0R1 > .row > .video-iframe-container { display: none; }#Cuz65c3anXI9UbNpuMSXNu6680rPw0R1 > .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); }#Cuz65c3anXI9UbNpuMSXNu6680rPw0R1 > .row .container { border-width: 0; border-radius: 0; }#Cuz65c3anXI9UbNpuMSXNu6680rPw0R1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cuz65c3anXI9UbNpuMSXNu6680rPw0R1 > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#psyPlIatO9zMVI92QWDyAo8Iyst4TGva { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.875rem;width:21.625rem;top:3.75rem;left:28.8125rem;overflow:hidden;display:block; }
#tcQkLJNSasiu3ygsw9UImR0PE0G4M9NB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:18.1875rem;top:3.75rem;left:9.625rem;overflow:hidden;display:block; }
#VJ4FbVe0yJWWEogvQfE4iNlT3za4pTS2 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:18rem;top:19.1875rem;left:9.5rem;overflow:hidden;display:block; }
#KWlzJLCZR6VTmnis751ZE6ofas73lboP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KWlzJLCZR6VTmnis751ZE6ofas73lboP > .row .container { background-color: transparent; background-image: none; }#KWlzJLCZR6VTmnis751ZE6ofas73lboP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWlzJLCZR6VTmnis751ZE6ofas73lboP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWlzJLCZR6VTmnis751ZE6ofas73lboP > .row .container > .video-iframe-container { display: none; }#KWlzJLCZR6VTmnis751ZE6ofas73lboP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWlzJLCZR6VTmnis751ZE6ofas73lboP > .row > .video-iframe-container { display: none; }#KWlzJLCZR6VTmnis751ZE6ofas73lboP > .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); }#KWlzJLCZR6VTmnis751ZE6ofas73lboP > .row .container { border-width: 0; border-radius: 0; }#KWlzJLCZR6VTmnis751ZE6ofas73lboP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWlzJLCZR6VTmnis751ZE6ofas73lboP > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;position:relative;display:block; }#bJXJMLkkesh3nZ4kiSUehqbisH6VFdTc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:21.9375rem;top:2.625rem;left:6.96875rem;overflow:hidden;display:block; }
#UxyMxEHrBCKKxuGdtwIaSh9c8PurOJIA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:21.9375rem;top:2.625rem;left:29.96875rem;overflow:hidden;display:block; }
#tdCUbdBV7hv1KclkN13dSFCTzRfLN3CJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tdCUbdBV7hv1KclkN13dSFCTzRfLN3CJ > .row .container { background-color: transparent; background-image: none; }#tdCUbdBV7hv1KclkN13dSFCTzRfLN3CJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdCUbdBV7hv1KclkN13dSFCTzRfLN3CJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdCUbdBV7hv1KclkN13dSFCTzRfLN3CJ > .row .container > .video-iframe-container { display: none; }#tdCUbdBV7hv1KclkN13dSFCTzRfLN3CJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tdCUbdBV7hv1KclkN13dSFCTzRfLN3CJ > .row > .video-iframe-container { display: none; }#tdCUbdBV7hv1KclkN13dSFCTzRfLN3CJ > .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); }#tdCUbdBV7hv1KclkN13dSFCTzRfLN3CJ > .row .container { border-width: 0; border-radius: 0; }#tdCUbdBV7hv1KclkN13dSFCTzRfLN3CJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tdCUbdBV7hv1KclkN13dSFCTzRfLN3CJ > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#gA2B4yiVPvoCOgOhqBhUPbSBRo3EGbd7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:21.6875rem;top:3.75rem;left:28.8125rem;overflow:hidden;display:block; }
#KckUO5DX8IIbq5CdMgixqavAIhwib6CW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6875rem;width:18.25rem;top:3.75rem;left:9.625rem;overflow:hidden;display:block; }
#CC5RBTVIPKGbuxcqkVdarpZ5vlnlfVHo { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:18.25rem;top:19.1875rem;left:9.5rem;overflow:hidden;display:block; }
#CkBKwF0MFUC1ifGnp89L60uoGmxJ8a8B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CkBKwF0MFUC1ifGnp89L60uoGmxJ8a8B > .row .container { background-color: transparent; background-image: none; }#CkBKwF0MFUC1ifGnp89L60uoGmxJ8a8B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkBKwF0MFUC1ifGnp89L60uoGmxJ8a8B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkBKwF0MFUC1ifGnp89L60uoGmxJ8a8B > .row .container > .video-iframe-container { display: none; }#CkBKwF0MFUC1ifGnp89L60uoGmxJ8a8B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CkBKwF0MFUC1ifGnp89L60uoGmxJ8a8B > .row > .video-iframe-container { display: none; }#CkBKwF0MFUC1ifGnp89L60uoGmxJ8a8B > .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); }#CkBKwF0MFUC1ifGnp89L60uoGmxJ8a8B > .row .container { border-width: 0; border-radius: 0; }#CkBKwF0MFUC1ifGnp89L60uoGmxJ8a8B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CkBKwF0MFUC1ifGnp89L60uoGmxJ8a8B > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;position:relative;display:block; }#kw864Npu0VSNs0T0MgVFzCQhAXrifCTR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:22rem;top:2.625rem;left:6.96875rem;overflow:hidden;display:block; }
#evHdgifapZV9aARHRGLpEnyiA9prbORy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:22rem;top:2.625rem;left:29.96875rem;overflow:hidden;display:block; }
#G0Mip5GZDZoUVRr6TWNXE3pBH7TK02Rp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G0Mip5GZDZoUVRr6TWNXE3pBH7TK02Rp > .row .container { background-color: transparent; background-image: none; }#G0Mip5GZDZoUVRr6TWNXE3pBH7TK02Rp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0Mip5GZDZoUVRr6TWNXE3pBH7TK02Rp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0Mip5GZDZoUVRr6TWNXE3pBH7TK02Rp > .row .container > .video-iframe-container { display: none; }#G0Mip5GZDZoUVRr6TWNXE3pBH7TK02Rp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0Mip5GZDZoUVRr6TWNXE3pBH7TK02Rp > .row > .video-iframe-container { display: none; }#G0Mip5GZDZoUVRr6TWNXE3pBH7TK02Rp > .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); }#G0Mip5GZDZoUVRr6TWNXE3pBH7TK02Rp > .row .container { border-width: 0; border-radius: 0; }#G0Mip5GZDZoUVRr6TWNXE3pBH7TK02Rp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0Mip5GZDZoUVRr6TWNXE3pBH7TK02Rp > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:60rem;position:relative;display:block; }#RXy0DnxlLtPO7goW92N0a2n4vtz0fvEr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.4375rem;width:31rem;top:3.5625rem;left:26.2177734375rem;overflow:hidden;display:block; }
#R8aCqccw7gZJML8So3PSJyreaa4OEOGD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:18.3125rem;top:3.5625rem;left:7.03125rem;overflow:hidden;display:block; }
#xTVpmIHOVtGLWuR8h2BB4CISHp1GKz4g { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:21.375rem;top:28.875rem;left:3.9802664605792rem;overflow:hidden;display:block; }
#yNm9DKGqcwZNHZhInZRU4i6PECXVrtpw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yNm9DKGqcwZNHZhInZRU4i6PECXVrtpw > .row .container { background-color: transparent; background-image: none; }#yNm9DKGqcwZNHZhInZRU4i6PECXVrtpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNm9DKGqcwZNHZhInZRU4i6PECXVrtpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNm9DKGqcwZNHZhInZRU4i6PECXVrtpw > .row .container > .video-iframe-container { display: none; }#yNm9DKGqcwZNHZhInZRU4i6PECXVrtpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNm9DKGqcwZNHZhInZRU4i6PECXVrtpw > .row > .video-iframe-container { display: none; }#yNm9DKGqcwZNHZhInZRU4i6PECXVrtpw > .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); }#yNm9DKGqcwZNHZhInZRU4i6PECXVrtpw > .row .container { border-width: 0; border-radius: 0; }#yNm9DKGqcwZNHZhInZRU4i6PECXVrtpw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNm9DKGqcwZNHZhInZRU4i6PECXVrtpw > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;position:relative;display:block; }#kk4aaxTv8XrQTPIuRCRLHzfeHmT3XIq7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:22.125rem;top:2.625rem;left:6.96875rem;overflow:hidden;display:block; }
#QfGMxCgdPRv0c8Bl29Zi1GKhvqXC8P9A { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:22.125rem;top:2.625rem;left:29.96875rem;overflow:hidden;display:block; }
#gaoTBodIKETRmcth8GOLQ2kUZpauTzZ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gaoTBodIKETRmcth8GOLQ2kUZpauTzZ8 > .row .container { background-color: transparent; background-image: none; }#gaoTBodIKETRmcth8GOLQ2kUZpauTzZ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaoTBodIKETRmcth8GOLQ2kUZpauTzZ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaoTBodIKETRmcth8GOLQ2kUZpauTzZ8 > .row .container > .video-iframe-container { display: none; }#gaoTBodIKETRmcth8GOLQ2kUZpauTzZ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaoTBodIKETRmcth8GOLQ2kUZpauTzZ8 > .row > .video-iframe-container { display: none; }#gaoTBodIKETRmcth8GOLQ2kUZpauTzZ8 > .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); }#gaoTBodIKETRmcth8GOLQ2kUZpauTzZ8 > .row .container { border-width: 0; border-radius: 0; }#gaoTBodIKETRmcth8GOLQ2kUZpauTzZ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gaoTBodIKETRmcth8GOLQ2kUZpauTzZ8 > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#VKpbDMNPw5gTyZS3hPR3aOqvRWxkybUS { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:13.5rem;top:5.75rem;left:16.15625rem;overflow:hidden;display:block; }
#PJdn9wxvqmQv69Qae4taQzfsxvLPu977 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:13.5rem;top:24.65625rem;left:30.84375rem;overflow:hidden;display:block; }
#mwmpvzi9mtQFv264z7PmqgZk4JNehR4K { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:13.5rem;top:5.75rem;left:1.6875rem;overflow:hidden;display:block; }
#ZzsXnqGDL1Jm8AmVdInu4XdHT8dcTbel { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:13.5rem;top:24.6875rem;left:45.4140625rem;overflow:hidden;display:block; }
#Q0O2eZAxlBXByitOy6p1loeNCiWq85T8 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:27.875rem;top:24.65625rem;left:1.6875rem;overflow:hidden;display:block; }
#E9oT5btHNFI12UhIVfcav7MZ7UI9uWpz { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:28.1875rem;top:2.8125rem;left:30.84375rem;overflow:hidden;display:block; }
#AGSSl7ZKCeo9y5IXeNm8evFocqgIRxa1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AGSSl7ZKCeo9y5IXeNm8evFocqgIRxa1 > .row .container { background-color: transparent; background-image: none; }#AGSSl7ZKCeo9y5IXeNm8evFocqgIRxa1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGSSl7ZKCeo9y5IXeNm8evFocqgIRxa1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGSSl7ZKCeo9y5IXeNm8evFocqgIRxa1 > .row .container > .video-iframe-container { display: none; }#AGSSl7ZKCeo9y5IXeNm8evFocqgIRxa1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGSSl7ZKCeo9y5IXeNm8evFocqgIRxa1 > .row > .video-iframe-container { display: none; }#AGSSl7ZKCeo9y5IXeNm8evFocqgIRxa1 > .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); }#AGSSl7ZKCeo9y5IXeNm8evFocqgIRxa1 > .row .container { border-width: 0; border-radius: 0; }#AGSSl7ZKCeo9y5IXeNm8evFocqgIRxa1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGSSl7ZKCeo9y5IXeNm8evFocqgIRxa1 > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;position:relative;display:block; }#IzXuu1BkrBnJ1e6qcmx6yHgxgnw5G4GT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:17.8125rem;top:17.0615234375rem;left:1.4375rem;overflow:hidden;display:block; }
#mEPcMTpkS5mNUfiFS3lWGmbVBTCPw2FL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.75rem;top:2.3125rem;left:40.6875rem;overflow:hidden;display:block; }
#WrSxtkKOnGaOqaiVs8BQnVZmvL7vhNrm { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:17.9375rem;top:17.0302734375rem;left:40.84375rem;overflow:hidden;display:block; }
#UgeDSDyseIlBdI32TaQKMtTu8uPN6sBP { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:19.3125rem;top:1.9375rem;left:0rem;overflow:hidden;display:block; }
#TDiWsbBZ0wdp7xrqawQ2eqfBLPzPK42P { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:19.8125rem;top:2.5625rem;left:20.09375rem;overflow:hidden;display:block; }
#tbdJTOSlvqbSIwLxbIyXUiwqME3yARwE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tbdJTOSlvqbSIwLxbIyXUiwqME3yARwE > .row .container { background-color: transparent; background-image: none; }#tbdJTOSlvqbSIwLxbIyXUiwqME3yARwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbdJTOSlvqbSIwLxbIyXUiwqME3yARwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbdJTOSlvqbSIwLxbIyXUiwqME3yARwE > .row .container > .video-iframe-container { display: none; }#tbdJTOSlvqbSIwLxbIyXUiwqME3yARwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbdJTOSlvqbSIwLxbIyXUiwqME3yARwE > .row > .video-iframe-container { display: none; }#tbdJTOSlvqbSIwLxbIyXUiwqME3yARwE > .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); }#tbdJTOSlvqbSIwLxbIyXUiwqME3yARwE > .row .container { border-width: 0; border-radius: 0; }#tbdJTOSlvqbSIwLxbIyXUiwqME3yARwE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tbdJTOSlvqbSIwLxbIyXUiwqME3yARwE > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#WZt9JyhgnTO6Wp8sPb1M2AAATVr0hviS { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.125rem;width:21.6875rem;top:0.8125rem;left:6.4015508094481rem;overflow:hidden;display:block; }
#y6qAKvUVik7hTfB1yxABU0nxzHkaRoaK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:19.25rem;top:0.8125rem;left:29.0625rem;overflow:hidden;display:block; }
#xoe7HIpTXpSh6zvhNLZp0Ez2mL6ZTUoe { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.4375rem;width:19.25rem;top:15.5625rem;left:29.0625rem;overflow:hidden;display:block; }
#aK6bfOWQw2JWui86Tte2ZGCJrR72WHUp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aK6bfOWQw2JWui86Tte2ZGCJrR72WHUp > .row .container { background-color: transparent; background-image: none; }#aK6bfOWQw2JWui86Tte2ZGCJrR72WHUp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK6bfOWQw2JWui86Tte2ZGCJrR72WHUp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK6bfOWQw2JWui86Tte2ZGCJrR72WHUp > .row .container > .video-iframe-container { display: none; }#aK6bfOWQw2JWui86Tte2ZGCJrR72WHUp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK6bfOWQw2JWui86Tte2ZGCJrR72WHUp > .row > .video-iframe-container { display: none; }#aK6bfOWQw2JWui86Tte2ZGCJrR72WHUp > .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); }#aK6bfOWQw2JWui86Tte2ZGCJrR72WHUp > .row .container { border-width: 0; border-radius: 0; }#aK6bfOWQw2JWui86Tte2ZGCJrR72WHUp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aK6bfOWQw2JWui86Tte2ZGCJrR72WHUp > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;position:relative;display:block; }#pELxyHKuuX5EU5wes4g8iPH9TKzpcaoQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:19.0625rem;top:13rem;left:0rem;overflow:hidden;display:block; }
#dkoE3k9DtzodbAp2UTypTyhhbqqL7AAH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:19.0625rem;top:0.9375rem;left:20.46875rem;overflow:hidden;display:block; }
#pbCUxBEr1NEbvSWItLE7NrDToOP6iuqc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:19.0625rem;top:13.7177734375rem;left:20.46875rem;overflow:hidden;display:block; }
#D08ZT3oMvKzX9asQhgBGsQGACaSuKBx1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:19.0625rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#vR0WoFrHgrC3xVr918LxUJVtmpIo2X0T { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:19.0625rem;top:0.90625rem;left:40.9375rem;overflow:hidden;display:block; }
#uhytuEyTFPDxSyTFPWXU6IxhUuOWF90N { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:19.0625rem;top:13.6552734375rem;left:40.9375rem;overflow:hidden;display:block; }
#gqeAyIiUZbLDLlnXDs7E8obJsDwTVXXi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gqeAyIiUZbLDLlnXDs7E8obJsDwTVXXi > .row .container { background-color: transparent; background-image: none; }#gqeAyIiUZbLDLlnXDs7E8obJsDwTVXXi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqeAyIiUZbLDLlnXDs7E8obJsDwTVXXi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqeAyIiUZbLDLlnXDs7E8obJsDwTVXXi > .row .container > .video-iframe-container { display: none; }#gqeAyIiUZbLDLlnXDs7E8obJsDwTVXXi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqeAyIiUZbLDLlnXDs7E8obJsDwTVXXi > .row > .video-iframe-container { display: none; }#gqeAyIiUZbLDLlnXDs7E8obJsDwTVXXi > .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); }#gqeAyIiUZbLDLlnXDs7E8obJsDwTVXXi > .row .container { border-width: 0; border-radius: 0; }#gqeAyIiUZbLDLlnXDs7E8obJsDwTVXXi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqeAyIiUZbLDLlnXDs7E8obJsDwTVXXi > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;position:relative;display:block; }#NeH7hU5BKRLFdkRgh5uWHvTTQL2i1o7f { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:15.75rem;top:2.75rem;left:22.0625rem;overflow:hidden;display:block; }
#bHu4IuREA1ZC16774CTSuOs5uRtXTbVt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:15.75rem;top:2.75rem;left:38.8125rem;overflow:hidden;display:block; }
#TL2hwWlQeptZCmGqvyD6vdkxtPxAcz6O { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:15.75rem;top:2.75rem;left:5.5rem;overflow:hidden;display:block; }
#lO9ozDB3Rnpg0fbTulpdkiRbu1x0ab7r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lO9ozDB3Rnpg0fbTulpdkiRbu1x0ab7r > .row .container { background-color: transparent; background-image: none; }#lO9ozDB3Rnpg0fbTulpdkiRbu1x0ab7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lO9ozDB3Rnpg0fbTulpdkiRbu1x0ab7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lO9ozDB3Rnpg0fbTulpdkiRbu1x0ab7r > .row .container > .video-iframe-container { display: none; }#lO9ozDB3Rnpg0fbTulpdkiRbu1x0ab7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lO9ozDB3Rnpg0fbTulpdkiRbu1x0ab7r > .row > .video-iframe-container { display: none; }#lO9ozDB3Rnpg0fbTulpdkiRbu1x0ab7r > .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); }#lO9ozDB3Rnpg0fbTulpdkiRbu1x0ab7r > .row .container { border-width: 0; border-radius: 0; }#lO9ozDB3Rnpg0fbTulpdkiRbu1x0ab7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lO9ozDB3Rnpg0fbTulpdkiRbu1x0ab7r > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;position:relative;display:block; }#xEMtiAMr1NnyfJoO5Ehf4cp2Bglt2Ss3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:17.9375rem;top:15.6240234375rem;left:1.4375rem;overflow:hidden;display:block; }
#xoGuw4zMg2KXBJXsS4tJFoOeiIVT1G2m { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:18.875rem;top:0.875rem;left:40.6875rem;overflow:hidden;display:block; }
#uxxre6OW6EAGQpVfuz8euOZrvO54DdD3 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:17.9375rem;top:15.5927734375rem;left:40.84375rem;overflow:hidden;display:block; }
#NTilxp2AZpCTcUk0JwtuWT6ZsRQ4eOTE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:19.3125rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#JTGpoJEBU9uZZ9Fpb7XHrM0z7Z9GkJXt { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.8125rem;width:19.8125rem;top:1.125rem;left:20.09375rem;overflow:hidden;display:block; }
#wERlPaByXwfETtofwt4RClHV6ksNpMRU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wERlPaByXwfETtofwt4RClHV6ksNpMRU > .row .container { background-color: transparent; background-image: none; }#wERlPaByXwfETtofwt4RClHV6ksNpMRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wERlPaByXwfETtofwt4RClHV6ksNpMRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wERlPaByXwfETtofwt4RClHV6ksNpMRU > .row .container > .video-iframe-container { display: none; }#wERlPaByXwfETtofwt4RClHV6ksNpMRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wERlPaByXwfETtofwt4RClHV6ksNpMRU > .row > .video-iframe-container { display: none; }#wERlPaByXwfETtofwt4RClHV6ksNpMRU > .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); }#wERlPaByXwfETtofwt4RClHV6ksNpMRU > .row .container { border-width: 0; border-radius: 0; }#wERlPaByXwfETtofwt4RClHV6ksNpMRU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wERlPaByXwfETtofwt4RClHV6ksNpMRU > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:block; }#LqPiz0M553D9VQSSZThKXabt3W3Ski6a { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.437125rem;width:21.8119375rem;top:4.4348361492157rem;left:18.310546875rem;overflow:hidden;display:block; }
#xF52t85hyqwObSoTWouQM920rorpFAyD { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:19.5625rem;top:5.9360797405243rem;left:-2.0925083160401rem;overflow:hidden;display:block; }
#DIRH2vTrnlSccnQ5NJiJduC8NJaylRKX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:17.1875rem;top:19.560900449752rem;left:42.8125rem;overflow:hidden;display:block; }
#JqpCKXuWXU4k5BUy4lJvDCmFBesCqWvT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:25.1243125rem;top:19.623045682907rem;left:17.092506408691rem;overflow:hidden;display:block; }
#ucoy4ZdFvyo2TRTuX20O2wrmma9B5MrP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:21rem;top:5.3696734905243rem;left:40.625rem;overflow:hidden;display:block; }
#fgdXw03deoaUlCVyoRktda2RTqIOEnoG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.812125rem;width:13.3744375rem;top:19.560900449752rem;left:3.1232242584229rem;overflow:hidden;display:block; }
#y7JWZ8Tfh2IOv3G9flTV1h7Z9z5Jqv7A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y7JWZ8Tfh2IOv3G9flTV1h7Z9z5Jqv7A > .row .container { background-color: transparent; background-image: none; }#y7JWZ8Tfh2IOv3G9flTV1h7Z9z5Jqv7A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7JWZ8Tfh2IOv3G9flTV1h7Z9z5Jqv7A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7JWZ8Tfh2IOv3G9flTV1h7Z9z5Jqv7A > .row .container > .video-iframe-container { display: none; }#y7JWZ8Tfh2IOv3G9flTV1h7Z9z5Jqv7A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y7JWZ8Tfh2IOv3G9flTV1h7Z9z5Jqv7A > .row > .video-iframe-container { display: none; }#y7JWZ8Tfh2IOv3G9flTV1h7Z9z5Jqv7A > .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); }#y7JWZ8Tfh2IOv3G9flTV1h7Z9z5Jqv7A > .row .container { border-width: 0; border-radius: 0; }#y7JWZ8Tfh2IOv3G9flTV1h7Z9z5Jqv7A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y7JWZ8Tfh2IOv3G9flTV1h7Z9z5Jqv7A > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:60rem;position:relative;display:block; }#uHq2fbwVC9r5mVUvag08BxEy7ztE604p { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9368125rem;width:27.0614375rem;top:30.375rem;left:22.4375rem;overflow:hidden;display:block; }
#ZeAwMcqlzDTm8SUaKBUfbh0GqRLhVWDW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.49875rem;width:20.4989375rem;top:16.875rem;left:0.875rem;overflow:hidden;display:block; }
#yFHv73871Rd1MNckCOTLu0sxW0BIU8zE { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.249625rem;width:12.9368125rem;top:30.8125rem;left:8.5rem;overflow:hidden;display:block; }
#axOlVgON8WT0k45Pc0wn4nN0tPuG6NFd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.6230625rem;width:20.5601875rem;top:2.5rem;left:0.875rem;overflow:hidden;display:block; }
#KDHp6UwrtognRXvWAC4NobwFeVCWBztD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:12.875rem;top:21rem;left:45.0625rem;overflow:hidden;display:block; }
#K7wsWh3GvZicCSQiCa6yzL8KuIlO4K4c { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:12.8125rem;top:11.875rem;left:45.0625rem;overflow:hidden;display:block; }
#vWhrv2vN6NUa95oDEf34LAsehkzoT2EN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5618125rem;width:21.31125rem;top:0.875rem;left:22.1875rem;overflow:hidden;display:block; }
#JKTl2TUArbK0cmSwM4pwr35o1hxl1ZN1 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:12.8125rem;top:2.4999999403954rem;left:45.091438293457rem;overflow:hidden;display:block; }
#fFPMIxKyiA9zpgfuexOCg0gskunRSAer { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fFPMIxKyiA9zpgfuexOCg0gskunRSAer > .row .container { background-color: transparent; background-image: none; }#fFPMIxKyiA9zpgfuexOCg0gskunRSAer::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFPMIxKyiA9zpgfuexOCg0gskunRSAer > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFPMIxKyiA9zpgfuexOCg0gskunRSAer > .row .container > .video-iframe-container { display: none; }#fFPMIxKyiA9zpgfuexOCg0gskunRSAer > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFPMIxKyiA9zpgfuexOCg0gskunRSAer > .row > .video-iframe-container { display: none; }#fFPMIxKyiA9zpgfuexOCg0gskunRSAer > .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); }#fFPMIxKyiA9zpgfuexOCg0gskunRSAer > .row .container { border-width: 0; border-radius: 0; }#fFPMIxKyiA9zpgfuexOCg0gskunRSAer > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fFPMIxKyiA9zpgfuexOCg0gskunRSAer > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:block; }#OowSGS1ui4aiFMFlmK18cVtiTEkXVWaq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.687125rem;width:24.0625rem;top:3.9888143539429rem;left:2.6242885589599rem;overflow:hidden;display:block; }
#R166EWIMTm8feHKLi2ydz6nD4SQqPxis { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5618125rem;width:20.4989375rem;top:20.862038612366rem;left:0.88600730895994rem;overflow:hidden;display:block; }
#w5EfJgPTtOfxrRaI5xD7nkOv2BKBZ3E6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1868125rem;width:29.375rem;top:0.98899173736575rem;left:27.581672668457rem;overflow:hidden;display:block; }
#Ivpffg5oMtHmo1v2U7sqTrS5wzEZvWTU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.49875rem;width:20.4368125rem;top:20.894885063171rem;left:21.946022033691rem;overflow:hidden;display:block; }
#RfUsdxZqymwyT1EHdaGUpp9TqWKqW38D { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:20.6875rem;top:20.862038612366rem;left:42.937675476074rem;overflow:hidden;display:block; }
#tuisUaWCqUpS7fG6upgPauGMcrdyZpP0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tuisUaWCqUpS7fG6upgPauGMcrdyZpP0 > .row .container { background-color: transparent; background-image: none; }#tuisUaWCqUpS7fG6upgPauGMcrdyZpP0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuisUaWCqUpS7fG6upgPauGMcrdyZpP0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuisUaWCqUpS7fG6upgPauGMcrdyZpP0 > .row .container > .video-iframe-container { display: none; }#tuisUaWCqUpS7fG6upgPauGMcrdyZpP0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuisUaWCqUpS7fG6upgPauGMcrdyZpP0 > .row > .video-iframe-container { display: none; }#tuisUaWCqUpS7fG6upgPauGMcrdyZpP0 > .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); }#tuisUaWCqUpS7fG6upgPauGMcrdyZpP0 > .row .container { border-width: 0; border-radius: 0; }#tuisUaWCqUpS7fG6upgPauGMcrdyZpP0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tuisUaWCqUpS7fG6upgPauGMcrdyZpP0 > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:60rem;position:relative;display:block; }#ATp3RWtOiiTBumwJCuddtHKNJPq6y5tg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.936625rem;width:28.5623125rem;top:31.056859016419rem;left:6.9375rem;overflow:hidden;display:block; }
#G0z7SwN254qSut1vDnvL2H6d1e4PPkG8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:20.3125rem;top:16.307513236999rem;left:8.75rem;overflow:hidden;display:block; }
#SL8cBc2JOUgiPJUss3746tXfiy0heAsg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:20.5rem;top:1.6829462051392rem;left:8.625rem;overflow:hidden;display:block; }
#a76m0wWONp12bCJAzOGvG7R8wfKXaN2P { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:19.6875rem;top:3.3702297210693rem;left:29.9375rem;overflow:hidden;display:block; }
#MbOo5ElKF3dKU0T9vWlgDaSH2g0xvgA5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.437125rem;width:14.2498125rem;top:30.493607521057rem;left:36.716972351074rem;overflow:hidden;display:block; }
#eVCwrCegSL310Tskn0Ch4gSNC7sKuKpJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:14.1868125rem;top:40.680042266846rem;left:36.747158050537rem;overflow:hidden;display:block; }
#Dm4yFsBRkFWVAQtpD2fVxKRhTIqA0mCF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dm4yFsBRkFWVAQtpD2fVxKRhTIqA0mCF > .row .container { background-color: transparent; background-image: none; }#Dm4yFsBRkFWVAQtpD2fVxKRhTIqA0mCF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dm4yFsBRkFWVAQtpD2fVxKRhTIqA0mCF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dm4yFsBRkFWVAQtpD2fVxKRhTIqA0mCF > .row .container > .video-iframe-container { display: none; }#Dm4yFsBRkFWVAQtpD2fVxKRhTIqA0mCF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dm4yFsBRkFWVAQtpD2fVxKRhTIqA0mCF > .row > .video-iframe-container { display: none; }#Dm4yFsBRkFWVAQtpD2fVxKRhTIqA0mCF > .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); }#Dm4yFsBRkFWVAQtpD2fVxKRhTIqA0mCF > .row .container { border-width: 0; border-radius: 0; }#Dm4yFsBRkFWVAQtpD2fVxKRhTIqA0mCF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dm4yFsBRkFWVAQtpD2fVxKRhTIqA0mCF > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;position:relative;display:block; }#M24tDammuTyicVloTMTTtdWpaxRG1p2e { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8743125rem;width:24.8118125rem;top:1.1248264312744rem;left:0rem;overflow:hidden;display:block; }
#Cs9xnt6F1RixHJGuWRUDI2GEArgEli4U { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:19.4993125rem;top:15.435905456543rem;left:5.3737564086914rem;overflow:hidden;display:block; }
#OmQcbMIPbtIHP7FVJh9vOITEOrwe73by { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1873125rem;width:13.9373125rem;top:1.1248264312744rem;left:25.623222351074rem;overflow:hidden;display:block; }
#krEa95mr9pKpigOyh18HJOxIlO75Eh2y { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.2494375rem;width:14.0625rem;top:1.1248264312744rem;left:40.31160736084rem;overflow:hidden;display:block; }
#N6sQxAXkVoxF6VBIbX5r6c43KKUego0p { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:9rem;top:4.7132453918457rem;left:55.063026428222rem;overflow:hidden;display:block; }
#scL4uxdt3sbaLBXwvDbNTplLnt2Gcr0d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#scL4uxdt3sbaLBXwvDbNTplLnt2Gcr0d > .row .container { background-color: transparent; background-image: none; }#scL4uxdt3sbaLBXwvDbNTplLnt2Gcr0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scL4uxdt3sbaLBXwvDbNTplLnt2Gcr0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scL4uxdt3sbaLBXwvDbNTplLnt2Gcr0d > .row .container > .video-iframe-container { display: none; }#scL4uxdt3sbaLBXwvDbNTplLnt2Gcr0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#scL4uxdt3sbaLBXwvDbNTplLnt2Gcr0d > .row > .video-iframe-container { display: none; }#scL4uxdt3sbaLBXwvDbNTplLnt2Gcr0d > .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); }#scL4uxdt3sbaLBXwvDbNTplLnt2Gcr0d > .row .container { border-width: 0; border-radius: 0; }#scL4uxdt3sbaLBXwvDbNTplLnt2Gcr0d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#scL4uxdt3sbaLBXwvDbNTplLnt2Gcr0d > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;position:relative;display:block; }#zlkpbqP01nA2PNQXy9zdElVNttfKGtAv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:22.3125rem;top:1.6875rem;left:35.8818359375rem;overflow:hidden;display:block; }
#DRO5EOlhuTPWIWNsJ87a1KUP3oagKpOo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:32.125rem;top:1.6875rem;left:2.982421875rem;overflow:hidden;display:block; }
#C6BeEMkUxx79ksHGTXQFdsLvFx9V1Wi0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:17.6875rem;top:17rem;left:35.8818359375rem;overflow:hidden;display:block; }
#aJ0PcdLigSByM3xsIkvbdypqIn0TTshH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aJ0PcdLigSByM3xsIkvbdypqIn0TTshH > .row .container { background-color: transparent; background-image: none; }#aJ0PcdLigSByM3xsIkvbdypqIn0TTshH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ0PcdLigSByM3xsIkvbdypqIn0TTshH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ0PcdLigSByM3xsIkvbdypqIn0TTshH > .row .container > .video-iframe-container { display: none; }#aJ0PcdLigSByM3xsIkvbdypqIn0TTshH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJ0PcdLigSByM3xsIkvbdypqIn0TTshH > .row > .video-iframe-container { display: none; }#aJ0PcdLigSByM3xsIkvbdypqIn0TTshH > .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); }#aJ0PcdLigSByM3xsIkvbdypqIn0TTshH > .row .container { border-width: 0; border-radius: 0; }#aJ0PcdLigSByM3xsIkvbdypqIn0TTshH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aJ0PcdLigSByM3xsIkvbdypqIn0TTshH > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;position:relative;display:block; }#UIv95bdqqhfZfWZ2yOnmBvbvPOJ1Z5wW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:25.5625rem;top:2.1875rem;left:33.4375rem;overflow:hidden;display:block; }
#QB2CFr2wgmUxnnDlJTUmKvrmXu0SlGHB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:25.4375rem;top:2.1875rem;left:7rem;overflow:hidden;display:block; }
#BZbAth6EzVTccxuRx4uLw5FVPO9ZendA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:25.4375rem;top:20.125rem;left:2.71875rem;overflow:hidden;display:block; }
#MZL9pwd8I2vDMdD2H11PgUy8elGQcB78 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:25.4375rem;top:20.125rem;left:29.21875rem;overflow:hidden;display:block; }
#WGUsztdTzwoQiGvAC9Uxfay6QTCs39AZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WGUsztdTzwoQiGvAC9Uxfay6QTCs39AZ > .row .container { background-color: transparent; background-image: none; }#WGUsztdTzwoQiGvAC9Uxfay6QTCs39AZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGUsztdTzwoQiGvAC9Uxfay6QTCs39AZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGUsztdTzwoQiGvAC9Uxfay6QTCs39AZ > .row .container > .video-iframe-container { display: none; }#WGUsztdTzwoQiGvAC9Uxfay6QTCs39AZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGUsztdTzwoQiGvAC9Uxfay6QTCs39AZ > .row > .video-iframe-container { display: none; }#WGUsztdTzwoQiGvAC9Uxfay6QTCs39AZ > .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); }#WGUsztdTzwoQiGvAC9Uxfay6QTCs39AZ > .row .container { border-width: 0; border-radius: 0; }#WGUsztdTzwoQiGvAC9Uxfay6QTCs39AZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WGUsztdTzwoQiGvAC9Uxfay6QTCs39AZ > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:60rem;position:relative;display:block; }#vV0BafWqAvhtF7hRsC4G6eUWuxEzQfvC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:23.6875rem;top:28.125rem;left:26.6689453125rem;overflow:hidden;display:block; }
#QyrK03SQy69Qp6SM9bDx84SAqJShM45T { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:18.75rem;top:1.375rem;left:26.6689453125rem;overflow:hidden;display:block; }
#W8hApBSi6KyR1l1VzghZOTn3radgccoq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.5625rem;width:24.375rem;top:5.59375rem;left:1.0625rem;overflow:hidden;display:block; }
#BIkUE6LCLsP6kQT4brqpsSTMRepCPXy7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:12.625rem;top:9.625rem;left:46.5625rem;overflow:hidden;display:block; }
#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/2OXnABIL/Projekt_bez_tytu_u_18_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF.adaptive-delivery-prevent-bg, #wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF.lazyload, #wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF.lazyloading { background-image: none; }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF > .row .container { background-color: transparent; background-image: none; }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF > .row .container > .video-iframe-container { display: none; }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF > .row > .video-iframe-container { display: none; }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF > .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); }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF > .row .container { border-width: 0; border-radius: 0; }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#kPuIA9vTZmtQK34qcGU0f6rc9HKSctAH { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:2.375rem;top:3rem;left:56.4375rem;overflow:hidden;display:block; }
#c5A2RTqSSagHklbquLc0cgHssErszBvK { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#zw44TNQ5Pa8ZrQynOQbOKb1iNUsTAFUE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9998226165771rem;left:42.749465942382rem;height:1.298825rem;text-align:right;text-align-last:right;display:block; }
#zCRZIDrwuogBQ5VXLEJUDl7O2dvC8ePV { color:rgba(var(--color-tertiary-3),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.7638492584229rem;left:25.686965942382rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#XrHGwFGsZ4yp9fDgSl7EFiNkVp7fx4D4 { position:relative;display:none; }#XrHGwFGsZ4yp9fDgSl7EFiNkVp7fx4D4 { border-width: 0; border-radius: 0; }#XrHGwFGsZ4yp9fDgSl7EFiNkVp7fx4D4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XrHGwFGsZ4yp9fDgSl7EFiNkVp7fx4D4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ux0ZfNIMJ52gDzWw2HCETuOQTeu2oybk { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4368125rem;position:absolute;font-family:"din pro";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.6875rem;left:41.4375rem;height:1.25rem;text-align:right;text-align-last:right;display:none; }
#lTt7aK9FxFKksm2XOqQoXLwP24q21yde { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:"din pro";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.6875rem;left:51.875rem;height:1.25rem;text-align:right;text-align-last:right;display:none; }
#qPKPFR9x6IAfus4C8XVXstUCvFO9qhry { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qPKPFR9x6IAfus4C8XVXstUCvFO9qhry > .row .container { background-color: transparent; background-image: none; }#qPKPFR9x6IAfus4C8XVXstUCvFO9qhry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPKPFR9x6IAfus4C8XVXstUCvFO9qhry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPKPFR9x6IAfus4C8XVXstUCvFO9qhry > .row .container > .video-iframe-container { display: none; }#qPKPFR9x6IAfus4C8XVXstUCvFO9qhry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qPKPFR9x6IAfus4C8XVXstUCvFO9qhry > .row > .video-iframe-container { display: none; }#qPKPFR9x6IAfus4C8XVXstUCvFO9qhry > .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); }#qPKPFR9x6IAfus4C8XVXstUCvFO9qhry > .row .container { border-width: 0; border-radius: 0; }#qPKPFR9x6IAfus4C8XVXstUCvFO9qhry > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qPKPFR9x6IAfus4C8XVXstUCvFO9qhry > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:block; }#SHL66fHF7HANUbSJV7Av8kATQIGAoIMd { color:#282828;display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:3.7109375rem;left:2.1875rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uAIOIlT2yTh6JFUhlyPLPeGyurrgodrU { color:rgba(var(--color-tertiary-4),0.7);display:block;width:23.75rem;position:absolute;font-family:pacifico;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:2.25rem;left:2.1875rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o6BuH13DIEaRomFUABGIxkO6ZzAHdNc5 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.8);top:8.5rem;left:8.875rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IMK56DFmPQMhNdAeNwdAra8HB074XBbK { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:15.875rem;left:2.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#TSFw4oHyHWFpLVQaNyQBAsw6wHVUkKB1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:17.0625rem;left:2.4375rem;height:4.87215rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iLTGMyIuE4Qomz4wRUk8MbyNHHK5Un2E { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:12.75rem;left:12.375rem;display:block; }
#PBqCyawEnbpWklizeNIQNrWVGKEaoNDR { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:21.9375rem;left:2.3125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-form-header { font-size:0.875rem; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;color:#19232e;width:20.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:center;text-align-last:center;vertical-align:top;overflow:hidden;font-style:normal;line-height:1.1; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:1.5625rem;color:#161616;font-size:0.75rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center;line-height:1.1; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-text {padding-top: 0; padding-bottom: 0;}#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:3.75rem;color:#161616;font-size:0.75rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center;line-height:1.1; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ;vertical-align:top; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-select {padding-top: 0; padding-bottom: 0;}#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-checkbox { width:0.875rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#e12529;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#f2f9ff;width:20.8125rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-shadow:0.0625rem 0.0625rem 0rem rgba(var(--color-tertiary-4),1);box-shadow: 0.0625rem 0.0625rem 0rem #720000 ;font-style:normal; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),0.79);font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),0.79);font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),0.79);font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),0.79);font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;color:#161616;vertical-align:top;width:19.6875rem;overflow:hidden;font-style:normal;float:none;line-height:1.2;text-align:justify;text-align-last:initial; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-container:first-of-type{padding-top:0;}#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-container:last-of-type{padding-bottom:0;}#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs  { background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:33.312320709229rem;top:4.3119659423828rem;z-index:15037;position:absolute;font-size:0.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.8125rem;display:block;vertical-align:top; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs {display:block;}#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs { background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:33.312320709229rem;top:4.3119659423828rem;z-index:15037;position:absolute;font-size:0.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #LsuOyUOXFUvMpODIRfxNPGNWA6qEoZK0 { position:relative; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #cG3o8x2m36Q18X5ynxxQUgOWkQ0dGvT9 { position:relative;display:block; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #KUTKWOJb0SCr1UIe1oW4RaUrqdlybhyD { position:relative; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #dO6AVnU60gtaT6KFxlXbsVWmy06hw3Lx { position:relative; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #CGnDliVmB1GqpLPT1TCgtvOtsAVxKMFp { position:relative;display:block; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #UBbvNCe9DveZol1xnSXmLWCQp6M3ieiv { position:relative; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #sy0i6AyzaSia8pSn8yk4ZuDvU2fu1RLm { position:relative; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #Ci81waRT7rxXJITfZPAbCDDdLIe3uIgM { position:relative;display:block; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #VeMJvg3uLOAVViSD6lUo7JHhlix2znyh { position:relative; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #aiafTRha0iKWib1T8cicq14XuZXR8iJs { position:relative; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #V6WA7Rp3TNpTc2VqSAfnFPB5AlHIqiLo { position:relative;display:block; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #t5DLea9eSNIDbyVgQgmq3AVdqu8cXRpH { position:relative; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #fOWPOu9sxHaa794Z75Etd8Thx3NTIDoD { position:relative; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #fkRVC7nL6NrakNxtoAz2LV1TTqhRXG5d { position:relative;z-index:2; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #TeMIFkQXQ8iqwAHSRu9uHR6iBp87cXlv { position:relative; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #ZoOtOqXs6pTTPSaO8O5TbTMx1I6DaG45 { position:relative; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #W222prnm7n86IQ84Eb4kfEhwHoXR9gFZ { position:relative;z-index:2; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #HfCuqGyqBIX0Cugu9Am3I9Z73cwHTWzL { position:relative; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #LDkmRbWwvdf6tyiPQpioxS47fRVQ3k20 { position:relative; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #MvT9MeG03VdEF6HBcRZMCCQSVGB9i6Sp { position:relative; }
#fSHcknMoc2T20EHb3RueLUEgCv7ndwLB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:27.6875rem;left:5.4375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#flEN8ntfDpD5w4aZVll8ZFKSDVMfmXT5 { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:24.5625rem;left:12.375rem;display:block; }
#HTD0EOVl9ksTC4WMhWfCBRVdh54agl1S { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#gLCzZSszPOJikoq3b7QEkxTRh1FM093L { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-tertiary-4),1);display:block;z-index:15000;display:none; }
#twJcT6uQ3BEFS1BgWzD59rphthmZ3yt4 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.8);top:9.8125rem;left:7.3125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTabEtkvpRslup7cARDg5wmipgaeCdh4 { color:#e12529;display:block;width:7.25rem;position:absolute;font-family:pacifico;font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:2.25rem;left:33.3125rem;height:1.4625rem;display:block; }
#ezUMzBSWv7G7EW4inWytoi1viCNdLysd { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:9.8125rem;left:5.875rem;display:none; }
#SCFi4ImkASmZ0C0goP2uWFFz30iDoZXp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PDttN9Wf8LJRUPit1rMPmoAa6ccRt8t8 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:1.10546875rem;left:0.75rem;overflow:hidden;display:block; }
#DXetam2XOd54RNK1eGTNST5OPwSDZGhK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00973e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#DXetam2XOd54RNK1eGTNST5OPwSDZGhK > .row .container { border-width: 0; border-radius: 0; }#DXetam2XOd54RNK1eGTNST5OPwSDZGhK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DXetam2XOd54RNK1eGTNST5OPwSDZGhK > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:none; }#u0FHziAGt6LiyfnkTwbs7ruqnJCaquaF { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.625rem;left:5.28125rem;display:block; }
#Do1ghuMkEaWhR0o25n46fqso6dV9b7pd { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.625rem;left:54.65625rem;display:block; }
#kixl3vgVJJZwgugFqboa79h2L9yttfdm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:5.75rem;top:1.25rem;left:47.34375rem;overflow:hidden;display:block; }
#f3zZIbUnRB7DpAMBPmULAZx5Dv73Wll2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.9375rem;top:0.84375rem;left:39.03125rem;overflow:hidden;display:block; }
#VJaq02U0ivndZk3usEk6xiwqghRqSQpJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:1.75rem;top:0.875rem;left:2.65625rem;overflow:hidden;display:block; }
#xRANsHcbgM36cdAyXsTCgLkyHlf5QT22 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:5.125rem;top:1.34375rem;left:32.09375rem;overflow:hidden;display:block; }
#Qv9cz2BAnoToUMF6e4el6wnKRrixJeSp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:6.625rem;top:1.53125rem;left:20.53125rem;overflow:hidden;display:block; }
#CdRoyBNxzCFqLTZdoab5Sk6LMKhb6Bm4 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:1.65625rem;left:18.40625rem;display:block; }
#OLMzssaJr6Tl2XKfHhlDlpESXSGrqvhB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00973e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#OLMzssaJr6Tl2XKfHhlDlpESXSGrqvhB > .row .container { border-width: 0; border-radius: 0; }#OLMzssaJr6Tl2XKfHhlDlpESXSGrqvhB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OLMzssaJr6Tl2XKfHhlDlpESXSGrqvhB > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:none; }#Bifl5TzB8n6oqtTQgJotbie5Th2AbzIl { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.625rem;left:5.28125rem;display:block; }
#lDpxawMDP7BHAoE6mpTCZDxN8Mabe1ch { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.625rem;left:54.65625rem;display:block; }
#UwrcE59qnsJWDT3LLVutC3DTM5aeTv8f { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:5.75rem;top:1.25rem;left:47.34375rem;overflow:hidden;display:block; }
#Pkz5cTl2lK7IL8DanBVweyOof8DtPTvU { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.9375rem;top:0.84375rem;left:39.03125rem;overflow:hidden;display:block; }
#WO4AEvHBpoOmeCPJ26wVqUQxXXx7QXRD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:1.75rem;top:0.875rem;left:2.65625rem;overflow:hidden;display:block; }
#chhXP1r9pHV9lvf4CaFsbmiHByM0wikp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:5.125rem;top:1.34375rem;left:32.09375rem;overflow:hidden;display:block; }
#vm3Ivm9WHxRJ4izW3cTnLHrMTVvvy2Hk { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:6.625rem;top:1.53125rem;left:20.53125rem;overflow:hidden;display:block; }
#MTXW60QJaPlaqOXrtLwkPBtMKIb82bkK { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);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:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:0.6875rem;width:0.6875rem;top:1.65625rem;left:18.40625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nTGXoJDVmPaX748XBt6l3pHT6qaSBMVI { display:none; }#nTGXoJDVmPaX748XBt6l3pHT6qaSBMVI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ts7xOAFWMfp1e3QWAdLqpKwsJGODoGv4 { top:5.1875rem;left:17.375rem;width:13rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxKpSpr6WtM3BIBnUTTehTnn9uLnzUKe { width:33.3125rem;height:0.9375rem;top:1.125rem;left:14.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4MLsdTodrwExOQE4CnQIloTXMi0UmwK { width:11.1875rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rfav4sWTXweMMPC74oobB1VuvZz3DVrs { display:block; }
 }@media only screen and (max-width: 763px) { #JEyxK5XVaPJlA7whvQkgHtSPvDGhKemX { width:11.625rem;height:2.25rem;top:0.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmNGILcLOJTaWznwLQsTCAbMVWXVqxKu { display:block; }
 }@media only screen and (max-width: 763px) { #ycJ0nBUAdIcAe3rhi86iTpAvKZpnMoQT { top:3.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhq0qbpzOr9P6ZDH4icGKHGvDPqXfh7u { display:none; }
 }@media only screen and (max-width: 763px) { #VhICFpgbxMNNgp0KUgsQZiEF25IM0R1U { top:9rem;left:0rem;width:11.5625rem;height:11.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I7cJPl2eDU0hElUiqhvcWaqcbeD2uDrK { display:block; }#I7cJPl2eDU0hElUiqhvcWaqcbeD2uDrK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atHokGZsQuhqScir2FzezHXOIxt9NBu7 { width:7.5rem;height:1.5rem;top:6.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCF8KaessaNDyN0McadkhO0UHdGgFp80 { display:block; }
 }@media only screen and (max-width: 763px) { #k5dOPQnab1OLInGOkuE5c6lTxw9QdaNt { width:7.5rem;height:1.5rem;top:6.125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTFoTN6HtfycdHybUIq4rRntTzgfQD20 { display:block; }
 }@media only screen and (max-width: 763px) { #hHmOil3VrVZZL8BbE0M3T5Ca2elNnsn1 { width:7.5rem;height:1.5rem;top:6.125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJWgg5z5TQI0epEX8iPeilS2duKWO2rh { display:block; }
 }@media only screen and (max-width: 763px) { #zt1E2nw3bdivfqqILSWeT9vtM6hQDVdP { top:5.8125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPATDBVPD49cnrXP0QGnckm6SW9qEpHM { top:5.1875rem;left:17.375rem;width:13rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgHCggWkxkswi7AoZFAMrsOsGRXZQTTz { width:33.3125rem;height:0.9375rem;top:1.125rem;left:14.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7TzNbezBz4KyOAl2Hil9As9qKa8e115 { width:7.5rem;height:1.5rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUFM1sDQvELQE9Cn50vTniaNtmaVDNwg { display:block; }
 }@media only screen and (max-width: 763px) { #qqhhEu8ZSNZIB5096FA66xVu2Ph2iB1L { width:11.1875rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEKe8pRUeHTOFag5t9Nam4qPDZhxXdXR { display:block; }
 }@media only screen and (max-width: 763px) { #gHn5bCD2gocyZigJuyM0QcrIeT0rZo8m { width:11.625rem;height:2.25rem;top:0.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5nQdOTXpmvTQsOTivrLw8MCVv0odQMO { display:block; }
 }@media only screen and (max-width: 763px) { #b1Azdl78Dne10nb1a0VGdVyqqBl6Os5v { top:3.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Mc0GWM4R5Hibo2lshOog0hVsKOkiGS { display:block; }#s7Mc0GWM4R5Hibo2lshOog0hVsKOkiGS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iGOZBGmgmy9KKHpXGOENpVhh92OSVoJw { top:0.625rem;left:38.375rem;width:2.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnVlJ2ul2dkAnBT9QNdZ49k32AD4ApAX { display:block; }
 }@media only screen and (max-width: 763px) { #eSXSUeUHAGhCBssUdm9gwDNwZ1xahmw6 { top:0.625rem;left:41.5rem;width:2.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhT7sk8HaVZzV1a6Turf3DbMu3U5mfWu { display:block; }
 }@media only screen and (max-width: 763px) { #VQ87vHZGyOl7zQGSQMcyNhPE866CQWZA { top:0.625rem;left:44.625rem;width:2.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyrIboHhxxXTBA9Wmi953hfi8k10ofVX { display:block; }
 }@media only screen and (max-width: 763px) { #WTkWrezWH86CnaMRTL8rtGDn1hGdRfXB { top:1.625rem;left:35.75rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtBycEJafRimZByOwITku6C99JGIRVHl { top:0.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em6wnrCXEy5oG3ZDVTnK8I5SoBDq0heN { top:1.625rem;left:6.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQTIRlHzgKyBUmlsdJytm5PFEuExTrJa { top:0.6875rem;left:0rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGnGDGOhLGsJJrhcSTJIoit1613JWsux { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #mGNeI8I0BKeaC0sl5E9dB3Uyod9s1doW { display:block; }#mGNeI8I0BKeaC0sl5E9dB3Uyod9s1doW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M8E20fbWbA1GOfvrk5em79ilViJMJaOn { display:block; }#M8E20fbWbA1GOfvrk5em79ilViJMJaOn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTc8rBKh4B2JwoeX2c2RTHERTvklJIo2 { top:12.3125rem;left:28.625rem;width:7.5625rem;height:5.8893629753502rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdItWDbGhiLLaAT2fGZXa6tocQMGy9Sk { top:13.75rem;left:19.6875rem;width:28.0625rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GACiNPo11a1FLJwcwxR3yMTkmAAKKMCw { width:15.3125rem;height:1.5625rem;top:13.5rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZuxXDiRROwAEVmuCp2dQhFc0p6mhB8h { width:15.3125rem;height:0.0625rem;top:15.1875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL0mRMb661TXa70bDrXzJTrNv4f8pOhT { top:12.3125rem;left:37.3125rem;width:8.5625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDG81rF2MVFR5wsQ4TLTEa846THHJ4UP { top:15.6875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgECxkTtGO5BCn8ebWIDqTAxq6JDTl2M { width:25.8125rem;height:7.3125rem;top:11.4375rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAHnyaKfhOaVkd2ETyJRb90Don1Sf4zp { display:block; }
 }@media only screen and (max-width: 763px) { #DIrVHGAI05V2B25BwIT7HQr0xEoTIMw5 { display:block; }#DIrVHGAI05V2B25BwIT7HQr0xEoTIMw5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0p3cZoZnxBhR7HVHPlHUkFNTQGunwdr { top:30.125rem;left:24.1875rem;width:16.9375rem;height:22.729549724437rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWafngn5Fh2EA6khOK1hlsc48nHUegeh { top:1.4375rem;left:24.1875rem;width:20.625rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMyOfSxa1Oa1TAT1ey5k8Xx7ZmHzgsxX { top:1.5625rem;left:2.9375rem;width:20.3125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAuZXV45A9oRiqHVtBBzEtC4aseG9V41 { top:29.875rem;left:5.8125rem;width:17.5rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thZnN2xSeqp0XzAQJyu721RUSNKRctxX { display:block; }#thZnN2xSeqp0XzAQJyu721RUSNKRctxX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7w50G2uJtgNf0lQACcWlDD7ZsqykBlI { top:2.625rem;left:30.340730667114rem;width:16.6875rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzKGVGu9s8hptIzkvNQ5nOVd7foQcnq9 { top:2.6875rem;left:14.124464035034rem;width:15.5625rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpWW6VpsZ1liFbQt0ssMF0GmfzeVJTJG { top:2.6875rem;left:0rem;width:16.5rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe8d2iUtMQb00689GTAhUKlIEaSQ9VmQ { display:block; }#Pe8d2iUtMQb00689GTAhUKlIEaSQ9VmQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWDtx1LTbDqDmDVxOzLrT3F6un9uD1rC { top:0.6875rem;left:32.9375rem;width:14.8125rem;height:19.853419108224rem;display:block; }
 }@media only screen and (max-width: 763px) { #moZcSGxQIwz9xWmcMGfOgeZOHeREopce { top:0.6875rem;left:6.9937839508056rem;width:14.8125rem;height:19.791554357828rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3EOaLokfn9TEbLFr3Zs9l45axTCoXVV { top:0.625rem;left:22.806104660034rem;width:14.875rem;height:19.917068006745rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFeLKr3Zq3NLnThb7HzWxA7xxh2eO70z { top:0.9375rem;left:0rem;width:12.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBOfTv5XxE7QVC9CyhRLHdW25XE5MJEg { display:block; }#pBOfTv5XxE7QVC9CyhRLHdW25XE5MJEg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEgUp6abPhM8taV7imv813tckntm7n5n { top:3.4375rem;left:30.9375rem;width:16.8125rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Iwdv4pdM3bJRH38yp7Lso0dmCUDE2q { top:3.4375rem;left:0rem;width:16.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1DbzBLsvGX1X4CKFnwnirazx3y5PKUN { top:6.75rem;left:12.53125rem;width:22.6875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHsxGdtxgqaV8670qUIIFhAvmeSpUzTz { display:block; }#tHsxGdtxgqaV8670qUIIFhAvmeSpUzTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KASmKLKDJBfeqVMRFW5gZMOZ5TE0Bzvs { top:1.8125rem;left:34.4375rem;width:13.3125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adJJmAcatvTEl3BtmAKmbZVGBLcpwa8o { top:1.8125rem;left:23.8125rem;width:13.125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpyzxkGcIosBoOQdVTC1Mc3gMlnRmTGU { top:0.625rem;left:0rem;width:27.0625rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMNk1CMfLaIzxUK4emoe9TvnWBKv0BSk { display:block; }#KMNk1CMfLaIzxUK4emoe9TvnWBKv0BSk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzRruxmh1a9I8hEDeU9NZ60kK0ncBfo6 { top:20.3125rem;left:29.75rem;width:12.1875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBo8bG0QLXfkiAAR9CQDphm0MlN1Qps4 { top:4.625rem;left:5.75rem;width:22.75rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OveVFdhb67oQQHxSwcSCHQvDJ3Pxw3AS { top:2rem;left:29.75rem;width:12.25rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4LQcS0DLmbQbv78eF8Wne0rsfepphZn { display:block; }#n4LQcS0DLmbQbv78eF8Wne0rsfepphZn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTv4eBFqmUE6GNgkAX9FwofBvGUgbFEN { top:2.5rem;left:33.0625rem;width:13.375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHEIueUP2clmtBncINvPgSRkXFwfGg68 { top:2.5rem;left:1.375rem;width:13.375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smd1HfvqLevJBG7mIeWg8TBQgutwNKm6 { top:2.5rem;left:17.4375rem;width:13.375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlOP8quh2vnEbeDTzyQm1hgOPTb3LIvs { display:block; }#dlOP8quh2vnEbeDTzyQm1hgOPTb3LIvs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7EVUexqAJbWALDKCB284QzUk0TERLMi { top:20.3125rem;left:29.75rem;width:12.1875rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpLSb5DXLmoksyS2lfTU85DqC37goZVe { top:4.625rem;left:5.75rem;width:22.75rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdnc43qTgfMwcF4aUUlCkP6NBf362o1V { top:2rem;left:29.75rem;width:12.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfA86vV7ZgAlwq1PvOxFFv9iv1Nd7Xh4 { display:block; }#KfA86vV7ZgAlwq1PvOxFFv9iv1Nd7Xh4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTsLe66113cBJ68IVbGxAKB69kSkNS8L { top:2rem;left:0.4375rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHLMbuF4FldLINokqq2gCSqlsWaPklZO { top:3.875rem;left:22.3125rem;width:25.4375rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6TDeWRXETf70nV34BWJQcC2zoT7Nla8 { top:24.1875rem;left:6.125rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbyW8a2PTQSCXJ8dhaGLBBqapmX1lytt { display:block; }#tbyW8a2PTQSCXJ8dhaGLBBqapmX1lytt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOeywHkbbN12vwxTKyfwIpvBVm8N3GIF { top:22.5625rem;left:24.8125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfW6zMFiMNyKX12DfzkycQzETnJPZz11 { top:2rem;left:5.125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJUo3bRNn3pKKMgTJI0DDAZiR1Vk63Gk { top:2rem;left:24.8125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni4FQ6ImdvmDgmOgkk2fVaXbJn4p94Td { top:22.5625rem;left:5.125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Q56briu90nvh0aqFLvJmZxU3bcK77q { display:block; }#X0Q56briu90nvh0aqFLvJmZxU3bcK77q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsTBybXgatG7BKHQTOlm6nnW2WzMapgo { top:2.0625rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTIDkQXyAD3AN5ZkzfWc14E7HKnprg73 { top:2.0625rem;left:15.3125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJrGoB28o6m0UmUq0Qt7DHLBN47yTqgF { top:2.0625rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRkOPmVUL7O4RVtKn7KcSW4WPBUBpzkG { display:block; }#BRkOPmVUL7O4RVtKn7KcSW4WPBUBpzkG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #du4dL1PGBnsXTcWUOUgil5o003GGQvOQ { top:3.75rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIxto2bXramaAHiW54qXbVV5bf8TLT7N { top:3.75rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c46a5iieavRWNMknDMQmZQmvwVKEkObw { top:3.75rem;left:14.96875rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8qQVOTAQxWkmP05gK7q0A2o3KvFDTz6 { display:block; }#g8qQVOTAQxWkmP05gK7q0A2o3KvFDTz6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kx1RwVkDwXabBWSXhky9MkJXwolS0ir2 { top:1.25rem;left:0rem;width:14.25rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbzyqBAEZlETcTzCC8ODDK9ZamQv4QVe { top:1.0625rem;left:9.2496452331544rem;width:14.1875rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtApsP6wTnqmlMSIDvdU29DwnL2hkNV0 { top:1.25rem;left:24.311786651611rem;width:14.25rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7pqM1NFXsm2Lf7Ta2GcrDgSTr0k99D4 { top:1.1875rem;left:33.5625rem;width:14.1875rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpLsLgARCF3hQq5MPz0I4nzEmSQTRda6 { display:block; }#wpLsLgARCF3hQq5MPz0I4nzEmSQTRda6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Im146Pmi8u2RwvsKfOSKPIdEt6eBwr8B { top:21.25rem;left:24.644706726074rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E59viwmDgMo266RZWZhNEnkM2n1Z6cGT { top:1.25rem;left:33.4375rem;width:13.9375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApNkpW8Zz12cIhqefIGBNvFkkBQeiUvG { top:1.25rem;left:24.646896160629rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFOtZKX3oTIsh78WcgDvbfmEtLqb0sT4 { top:1.25rem;left:0rem;width:28.875rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiU9UGzJ0LDZBON7oPFtLT2W6rXHuGQm { top:21.3125rem;left:33.75rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aymgdRVeH3tt5J1zDIFJeReDgyOScbaz { display:block; }#aymgdRVeH3tt5J1zDIFJeReDgyOScbaz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcWT3XEScdwA58yOn1LKKotSn4lRpZ5b { top:1.25rem;left:0rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLF6td6wwEeK7N3qRhPb3pTPe1Qlz1Gi { top:1.25rem;left:14.5rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAwcSeLpCxLrmRLuu2osX3IW10h8BzBS { top:1.25rem;left:29rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8MmGwLdRRy8UFelIpoeReOO87qfpUmu { display:block; }#B8MmGwLdRRy8UFelIpoeReOO87qfpUmu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weFAwBaKMeKmKbtXDUcGVvsCT5fptkAD { top:5.5rem;left:0rem;width:32.25rem;height:24.140543125676rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXdm5SDwJs2fDbB9V7yOgqWTvlu4KOto { top:17.5rem;left:29rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVoTD2sNZz7DhTUFwInnDoFSnbiQvcF9 { top:2.125rem;left:29rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5BIMXblLDr4TzJnHIDXFwn6lpg2ZF5d { display:block; }#t5BIMXblLDr4TzJnHIDXFwn6lpg2ZF5d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtzQWVxKMKFRo6gMG5PFmCANX3poMlTM { top:3.5rem;left:11.5625rem;width:15.3125rem;height:20.4368125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS7id4BhxeiucfSX1FkCoqiokS223qhn { top:3.5rem;left:0rem;width:15.1875rem;height:20.353805826854rem;display:block; }
 }@media only screen and (max-width: 763px) { #k87ZMWUdi7vzrnt5sonuxFJ9zW73T3HV { top:25.375rem;left:0rem;width:25rem;height:18.6869375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3u2klFIr2wVZh0cAKm5vS8ygfTETIxd { top:25.375rem;left:32.5625rem;width:15.1875rem;height:20.353805826854rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT4MfXDAhnd5OrpZIc2oaOdexDJsxN79 { top:25.375rem;left:21.25rem;width:15.25rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Us8N5vKUlIxP04cgEvzNzqeWXQ3qF1 { top:5.625rem;left:23.25rem;width:24.4375rem;height:18.203268937394rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDMBuqUO4RQH4Em15s9doi3Z7e2dZ4RI { display:block; }#fDMBuqUO4RQH4Em15s9doi3Z7e2dZ4RI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2Ew0pTaS5Iu3NaFENtMJOPlcZUHDV5J { top:1.25rem;left:0rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCZyo92VvOEfdhUHLc2fxyF6XpnMlHRT { top:1.25rem;left:14.5rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqV6E3ILB44Mkr4gsb1s4xITIC8iFy4w { top:1.25rem;left:29rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdBgXuhMRXoiZ0VkOBBhWl5w2llXAQb1 { top:27.1875rem;left:14.5rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSVBT6z3Xvp6D909OOCC93rTN3iDJO1U { top:27.1875rem;left:29rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIRz4gdHm6IOXyIKQEKBZOqkSPPuti3p { top:27.1875rem;left:0rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfdaRipOWAAAMyybTuJ0of6MgflhVnuV { display:block; }#mfdaRipOWAAAMyybTuJ0of6MgflhVnuV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeUQUB0axXr2b5zRkIRn459vFn8DpZbv { top:4.875rem;left:9.7651337523469rem;width:14.4375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kek1aJKvxKAcqqHEof45eUlhNg2pVpgz { top:4.875rem;left:0rem;width:14.375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oidM5eDEy0ndBxUX2EGixEX6Ti4wyGTD { top:25.3125rem;left:0rem;width:20.1875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcxI5HhNeFSTKmbdA2gL2ErUIQREclnJ { top:3.4375rem;left:19.75rem;width:27.875rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaePk7gJNG1TM0KW8CRbTAH5sATvW11m { top:25.3125rem;left:33.375rem;width:14.3125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqigk17c9VOTI4FPtIZXlGP1ITnEgG6b { top:25.1875rem;left:16.248046875rem;width:20.625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X33PHxMepWhTsOCPUQA7hGPrp41Gc4lL { display:block; }#X33PHxMepWhTsOCPUQA7hGPrp41Gc4lL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIgZIMORzMJeB35OMqLxQPo3hRlyc6JE { top:2.625rem;left:0.16761207580566rem;width:16.125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIPpdz8tXlKPX47zMWRpoSlUaATRMg6F { top:2.5rem;left:17.25rem;width:29.25rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBoHGxGzFl3kFG5ThrgQnUSNEo0dSbuo { top:25.4375rem;left:32.25rem;width:15.5rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9IpsOB6DGvtVLHXOM4gEHx3QSAHDOAF { top:25.5rem;left:0rem;width:27.3125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz5Kbz7QclNrA7tmEpT43BgifoEXVQEH { top:25.4375rem;left:21.999111175537rem;width:15.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4PmdAs0ZWnNycbKwxSv8uNV2VB6PvI3 { display:block; }#o4PmdAs0ZWnNycbKwxSv8uNV2VB6PvI3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNlD6koTU1wRUJiJecUqcOg9MkxWMrlJ { top:1.25rem;left:4.625rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX2mPnsqcno420ZNIP5Fte1vQ9PAlim7 { top:1.3125rem;left:24.375rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKxfF0J7ntAonTnL9QZpTTDfBeR7PZFz { display:block; }#oKxfF0J7ntAonTnL9QZpTTDfBeR7PZFz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avuOL1GddcNzpbR3ZDiF1yxnGVANzq8B { top:1.75rem;left:21.25rem;width:24.0625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw49s2BtyFE6CVidLvtv0VOb79obMCDT { top:1.75rem;left:2.4375rem;width:18.125rem;height:24.1868125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnfPx6laoRCP12yDM8HiO5bEVJRWW6dS { display:block; }#PnfPx6laoRCP12yDM8HiO5bEVJRWW6dS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9VfGs0kufDfV1okHreIwoUi19DTQhso { top:4.875rem;left:9.7651337523469rem;width:14.5rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4hR5BAmPBs86q2qBdbDZPXh0oSTvmKI { top:4.875rem;left:0rem;width:14.4375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovKT3eUITCM8eT2yIdeEu4vuZXeal2Z7 { top:25.3125rem;left:0rem;width:20.3125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDHV9eEkiMiwzPkDAUIHBBTJB0d9osT9 { top:3.4375rem;left:19.75rem;width:27.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsgcPCz0B1ZeI0yWgwgWlTotS6TOcDAC { top:25.3125rem;left:33.375rem;width:14.375rem;height:19.1868125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pksb0cCV08spOTMOGeMwRkWMZ7pDQk88 { top:25.1875rem;left:16.248046875rem;width:20.625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiUgcTK0prQTLk7lCRVuIWeAAzHlDloJ { display:block; }#MiUgcTK0prQTLk7lCRVuIWeAAzHlDloJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qr4dv3xhNf6IUEbdkb7ks6wehRibbZUp { top:4.9375rem;left:8.6539421081544rem;width:23.625rem;height:17.641063046352rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyne7UaN8c17vnpQkJflbwzURi7N2Jsx { top:1.25rem;left:29rem;width:18.75rem;height:25.1243125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMAo1IEGdVx0OPJbqczoEE8NSvPB4mDR { top:3.5625rem;left:0rem;width:12.0625rem;height:21.638703921831rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZcMei88f3Xi7x1KBWPETvX73MMLRMsB { display:block; }#XZcMei88f3Xi7x1KBWPETvX73MMLRMsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZkFsJsipKs1ISirRqaAsHQiXZrii0KQg { top:2.5rem;left:22.625rem;width:21.3125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AICFPUcvpigosn3SLADDOumUoAZ27TpL { top:2.5rem;left:0.62304496765137rem;width:21.3125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rki71E7cEXcwSWUCD3bicUQ7bHpz3sk8 { top:19.0625rem;left:0.77752113342287rem;width:21.3125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSe3bp7hMbDfDfOHIsJATzWGGopNfu1M { top:19.0625rem;left:22.705787658691rem;width:21.25rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGqBUI6fJm91A96lcJBEMPaneP9297Fx { display:block; }#qGqBUI6fJm91A96lcJBEMPaneP9297Fx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hExvTu1XRUgC9bP26CwwqZv6sRT9Xrpd { top:5.6875rem;left:1.6747618926328rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9xXLpJT1JxwDr81QHCTrmy1VoyLSOnN { top:2.5rem;left:17.25rem;width:29.4375rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf6IyVVSRgsbEsTbhgKSSGBqCxmQ1pc1 { top:25.5625rem;left:30.625rem;width:15.5625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwGqqTVe4LXWzdaH2MArDwqLcUSAtbOK { top:25.5625rem;left:1.625rem;width:27.5rem;height:20.515590915069rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqyQHyUAIae3nm1dVDX8gUb6Uaw37I9n { display:block; }#RqyQHyUAIae3nm1dVDX8gUb6Uaw37I9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEvKpJETkNJNZTNbUhOgwqsgXGeEnxU4 { top:7.8125rem;left:17.125rem;width:30.625rem;height:22.89037773374rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa45XrM5VXr6oPygTRab1gtIFJ6sQ8bb { top:2.5625rem;left:0rem;width:20.625rem;height:15.328453839042rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxGGVuG9GAFRaKuX5HCKFZ0DlN03sipS { top:18.75rem;left:0rem;width:20.9375rem;height:15.640716426484rem;display:block; }
 }@media only screen and (max-width: 763px) { #olTC8pTHWsrHTvaOpOHSqzOuFDe4uEzI { display:block; }#olTC8pTHWsrHTvaOpOHSqzOuFDe4uEzI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwJocZdDWhlgW3rwsEATQFwBvEy0ecBK { top:6.625rem;left:9.8125rem;width:13.3125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcthONK7TzRau9LfJFrJi7fT6D3BFm4G { top:6.625rem;left:0rem;width:13.3125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr0uDTWP4W4RJ0K1unMRodAb7rTbWLuu { top:3.6875rem;left:19.75rem;width:27.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJZH5OVTKA0UvLy5eFklJFLCEsqJ0ODl { top:25.375rem;left:24.5rem;width:15.625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLTif2kzJQ105mGOcC764mLncAXFkhyE { top:25.3125rem;left:7.5619659423825rem;width:15.625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcUAnLPOZrhB3gQAWdzbP8ys7htPHV5A { display:block; }#RcUAnLPOZrhB3gQAWdzbP8ys7htPHV5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSI9eB8MqUlJIfXTILQ7zg7FOzwxcw8l { top:2.8125rem;left:14.6875rem;width:18.3125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib1RnuTugF7EcHqEEKGf1I05VaUlZUED { top:5.5rem;left:0rem;width:14.375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH80oebR23vxfhdVi3VHyQNWIxLnkPh0 { top:4.6875rem;left:32.125rem;width:15.625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwkniEsMz4Tw9fwkTd5NDqyagxK7axQo { display:block; }#UwkniEsMz4Tw9fwkTd5NDqyagxK7axQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9TDDF47qiG84qmSAsFy44MAeyykn9nI { top:6.625rem;left:9.8125rem;width:13.3125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4BXUW0ixZ2H5f3T9rOZkeZl89PGJTOL { top:6.625rem;left:0rem;width:13.3125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwMVqXWsT9SZaKmyATEAEqguRDUTANtx { top:25.5rem;left:0rem;width:23.125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcE7mbAPmEWTFivxM3rfe1k6Tv7u3PQN { top:3.6875rem;left:19.75rem;width:27.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g00qfvu7xgkPbTwql0vvqtLgcBlERqgp { top:25.375rem;left:24.5rem;width:15.625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orenBTJUDWFlhyRSgLFCMcxG7gIeprpX { display:block; }#orenBTJUDWFlhyRSgLFCMcxG7gIeprpX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXDvK3BJMgRdCsMi014ugZIpaPIotxcI { top:6.625rem;left:9.8125rem;width:13.375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slEN2DSp15wsM01XFk6ytVKr2MoLwB41 { top:6.625rem;left:0rem;width:13.375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoSxuA2iac9Ge18HM4h9K2uddmZEmuT3 { top:25.5rem;left:0rem;width:23.1875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zapt1LMx3m8T9h3PUM31SRuaneoTTed4 { top:3.6875rem;left:19.75rem;width:28rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw9V7N6hHWl9nkzRIeMwVOltkGidAHPi { top:25.375rem;left:24.5rem;width:15.625rem;height:20.916461150466rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJaNEVAexlSsyFLDXwAfmwkA2nQdM0xm { display:block; }#DJaNEVAexlSsyFLDXwAfmwkA2nQdM0xm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsI1NOgHVlehtftHdlytdhcJPIofZs55 { top:2.0625rem;left:0.1875rem;width:23.8125rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngRULfSNWsAHhU7C3OCiBP4v9Azn6moO { top:4rem;left:25.6875rem;width:15.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoTIShd0JnlJM1MtTCoiZwc5yK3wwJKa { top:17.4375rem;left:25.625rem;width:21.875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRp1oITkLUs1NKhCBEKbR972BoUipN6C { display:block; }#rRp1oITkLUs1NKhCBEKbR972BoUipN6C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyLrelEfofa1GdmxvW2xvFE3qVOW7Dwn { top:3.5625rem;left:16.75rem;width:30.9375rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryUtHAeB1eEDMEx47NhCnJnBJ5XAZFz1 { top:24rem;left:0rem;width:21.3125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAL7L3rs0IiEi7mCi42Th3DTA8rU4v9p { top:7.0625rem;left:0rem;width:21.3125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0Ckpc63scg8AUp47QEAwiEiSZZWbfQd { display:block; }#R0Ckpc63scg8AUp47QEAwiEiSZZWbfQd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mt7UO1PnTgMpFS72TPq8TKcDfBhzQbIL { top:2.0625rem;left:5rem;width:23.8125rem;height:31.792473081686rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTyVRVVDCxcTxLXUFlITh8rqM6FOwXhk { top:20.1875rem;left:30.5625rem;width:9.6875rem;height:12.978706312422rem;display:block; }
 }@media only screen and (max-width: 763px) { #SffEE0dKT5mM9vRZbpRquivCs75o1dsK { top:2.8125rem;left:30.5625rem;width:12.1875rem;height:16.312125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8l5S1PbF6RTULxseIkRpWTMtnnOI0JW { display:block; }#U8l5S1PbF6RTULxseIkRpWTMtnnOI0JW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQzkkM6NGS5AhiSbh9Mk2PFcJ8ldvOk7 { top:5.75rem;left:10.03125rem;width:13.4375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQpsQE7TrNbpWe9oJaX7lDiuyszyriv2 { top:5.75rem;left:0rem;width:13.4375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgxlS7x1Lb5DNcmVtHPbp7FZ77GIfqW2 { top:24.625rem;left:0rem;width:27.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IycfdAtqx9OaCy6ma0UN6krEB83JLSGI { top:2.8125rem;left:19.5625rem;width:28.125rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1fL8g0SnVNLpoEISUrkOTTlSPIQn8RA { top:24.5rem;left:19.625rem;width:21.8125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofwcv9pPl74NX9AHRvBEqbyOZ6ZAh3f8 { display:block; }#ofwcv9pPl74NX9AHRvBEqbyOZ6ZAh3f8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiRbDT2kDTNEpzGgwgJIBdCc3vzXbzaB { top:1.3125rem;left:0rem;width:23.9375rem;height:31.979566415619rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPb4JA5m20AtkoCMkJAhK2gMqlD3qgi4 { top:16.375rem;left:25.5625rem;width:22.1875rem;height:16.624625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O669LkwwNqkFhz6DEZLK7GhPeV4hOutV { top:2.625rem;left:38.375rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3Z4sOzNZ0qm7VQ8ixDIuLLkTHAEVRPU { top:2.625rem;left:27.875rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqBWGKQB3F7RDBULhM1NO2I4S5vELfV3 { display:block; }#nqBWGKQB3F7RDBULhM1NO2I4S5vELfV3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7RMETdkTocbrBE87ZAKBcidF8zCSUXw { top:5.75rem;left:10.03125rem;width:13.4375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxNdDUJbB94J8oOnlO1d9Znv1vDtN2Sl { top:24.625rem;left:24.71875rem;width:13.4375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #REy6Uocms4N2BDMJS3g9B02ZxmyEIJUm { top:5.75rem;left:0rem;width:13.4375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPMT82I7y2SqOPhgZyl3ds7nUGHWWdR9 { top:24.6875rem;left:34.25rem;width:13.4375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtcks5riZuTzcbMo2aNXxLDF7donPWDu { top:24.625rem;left:0rem;width:27.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kocKk5hQeOkDgCqIzqCUa7ApsIdM08VL { top:2.8125rem;left:19.5625rem;width:28.125rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9keRo32TPENpwxrNzuAUoL5mgytzoNm { display:block; }#e9keRo32TPENpwxrNzuAUoL5mgytzoNm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOcUW4WShUrGAG1u5IqId6dMgXZ5Hz1x { top:1.375rem;left:0rem;width:24.0625rem;height:32.1244375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcJZHI3som20PKOvgV3odpIRDENcZwbP { top:3.625rem;left:21.6875rem;width:14.5625rem;height:10.953039326299rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZVoOfl4kd1bWXRmTXFaRawG4pTZBmZe { top:15.625rem;left:21.6875rem;width:22.3125rem;height:16.640340736096rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Rswd6eFfefwnSVBwQy7bcvq1lTpFpr { top:3.625rem;left:33.1875rem;width:14.5625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuz65c3anXI9UbNpuMSXNu6680rPw0R1 { display:block; }#Cuz65c3anXI9UbNpuMSXNu6680rPw0R1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psyPlIatO9zMVI92QWDyAo8Iyst4TGva { top:3.75rem;left:22.6875rem;width:21.625rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcQkLJNSasiu3ygsw9UImR0PE0G4M9NB { top:3.75rem;left:3.5rem;width:18.1875rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ4FbVe0yJWWEogvQfE4iNlT3za4pTS2 { top:19.1875rem;left:3.375rem;width:18rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWlzJLCZR6VTmnis751ZE6ofas73lboP { display:block; }#KWlzJLCZR6VTmnis751ZE6ofas73lboP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJXJMLkkesh3nZ4kiSUehqbisH6VFdTc { top:2.625rem;left:0.84375rem;width:21.9375rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxyMxEHrBCKKxuGdtwIaSh9c8PurOJIA { top:2.625rem;left:23.84375rem;width:21.9375rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdCUbdBV7hv1KclkN13dSFCTzRfLN3CJ { display:block; }#tdCUbdBV7hv1KclkN13dSFCTzRfLN3CJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gA2B4yiVPvoCOgOhqBhUPbSBRo3EGbd7 { top:3.75rem;left:22.6875rem;width:21.6875rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KckUO5DX8IIbq5CdMgixqavAIhwib6CW { top:3.75rem;left:3.5rem;width:18.25rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC5RBTVIPKGbuxcqkVdarpZ5vlnlfVHo { top:19.1875rem;left:3.375rem;width:18.1875rem;height:13.515877096397rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkBKwF0MFUC1ifGnp89L60uoGmxJ8a8B { display:block; }#CkBKwF0MFUC1ifGnp89L60uoGmxJ8a8B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kw864Npu0VSNs0T0MgVFzCQhAXrifCTR { top:2.625rem;left:0.84375rem;width:22rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #evHdgifapZV9aARHRGLpEnyiA9prbORy { top:2.625rem;left:23.84375rem;width:22rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Mip5GZDZoUVRr6TWNXE3pBH7TK02Rp { display:block; }#G0Mip5GZDZoUVRr6TWNXE3pBH7TK02Rp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXy0DnxlLtPO7goW92N0a2n4vtz0fvEr { top:3.5625rem;left:16.75rem;width:31rem;height:41.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8aCqccw7gZJML8So3PSJyreaa4OEOGD { top:3.5625rem;left:0.90625rem;width:18.3125rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTVpmIHOVtGLWuR8h2BB4CISHp1GKz4g { top:28.875rem;left:0rem;width:21.375rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNm9DKGqcwZNHZhInZRU4i6PECXVrtpw { display:block; }#yNm9DKGqcwZNHZhInZRU4i6PECXVrtpw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kk4aaxTv8XrQTPIuRCRLHzfeHmT3XIq7 { top:2.625rem;left:0.84375rem;width:22.125rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfGMxCgdPRv0c8Bl29Zi1GKhvqXC8P9A { top:2.625rem;left:23.84375rem;width:22.125rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaoTBodIKETRmcth8GOLQ2kUZpauTzZ8 { display:block; }#gaoTBodIKETRmcth8GOLQ2kUZpauTzZ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKpbDMNPw5gTyZS3hPR3aOqvRWxkybUS { top:5.75rem;left:10.03125rem;width:13.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJdn9wxvqmQv69Qae4taQzfsxvLPu977 { top:24.625rem;left:24.71875rem;width:13.5rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwmpvzi9mtQFv264z7PmqgZk4JNehR4K { top:5.75rem;left:0rem;width:13.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzsXnqGDL1Jm8AmVdInu4XdHT8dcTbel { top:24.6875rem;left:34.25rem;width:13.5rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0O2eZAxlBXByitOy6p1loeNCiWq85T8 { top:24.625rem;left:0rem;width:27.875rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9oT5btHNFI12UhIVfcav7MZ7UI9uWpz { top:2.8125rem;left:19.5625rem;width:28.1875rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGSSl7ZKCeo9y5IXeNm8evFocqgIRxa1 { display:block; }#AGSSl7ZKCeo9y5IXeNm8evFocqgIRxa1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzXuu1BkrBnJ1e6qcmx6yHgxgnw5G4GT { top:17rem;left:0rem;width:17.8125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEPcMTpkS5mNUfiFS3lWGmbVBTCPw2FL { top:2.3125rem;left:29rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrSxtkKOnGaOqaiVs8BQnVZmvL7vhNrm { top:17rem;left:29.8125rem;width:17.9375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgeDSDyseIlBdI32TaQKMtTu8uPN6sBP { top:1.9375rem;left:0rem;width:19.3125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDiWsbBZ0wdp7xrqawQ2eqfBLPzPK42P { top:2.5625rem;left:13.96875rem;width:19.8125rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbdJTOSlvqbSIwLxbIyXUiwqME3yARwE { display:block; }#tbdJTOSlvqbSIwLxbIyXUiwqME3yARwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZt9JyhgnTO6Wp8sPb1M2AAATVr0hviS { top:0.8125rem;left:0.27655080944795rem;width:21.6875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6qAKvUVik7hTfB1yxABU0nxzHkaRoaK { top:0.8125rem;left:22.9375rem;width:19.25rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoe7HIpTXpSh6zvhNLZp0Ez2mL6ZTUoe { top:15.5625rem;left:22.9375rem;width:19.25rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK6bfOWQw2JWui86Tte2ZGCJrR72WHUp { display:block; }#aK6bfOWQw2JWui86Tte2ZGCJrR72WHUp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pELxyHKuuX5EU5wes4g8iPH9TKzpcaoQ { top:13rem;left:0rem;width:19.0625rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkoE3k9DtzodbAp2UTypTyhhbqqL7AAH { top:0.9375rem;left:14.34375rem;width:19.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbCUxBEr1NEbvSWItLE7NrDToOP6iuqc { top:13.6875rem;left:14.34375rem;width:19.0625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D08ZT3oMvKzX9asQhgBGsQGACaSuKBx1 { top:0.9375rem;left:0rem;width:19.0625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR0WoFrHgrC3xVr918LxUJVtmpIo2X0T { top:0.875rem;left:28.6875rem;width:19.0625rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhytuEyTFPDxSyTFPWXU6IxhUuOWF90N { top:13.625rem;left:28.6875rem;width:19.0625rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqeAyIiUZbLDLlnXDs7E8obJsDwTVXXi { display:block; }#gqeAyIiUZbLDLlnXDs7E8obJsDwTVXXi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeH7hU5BKRLFdkRgh5uWHvTTQL2i1o7f { top:2.75rem;left:15.9375rem;width:15.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHu4IuREA1ZC16774CTSuOs5uRtXTbVt { top:2.75rem;left:32rem;width:15.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL2hwWlQeptZCmGqvyD6vdkxtPxAcz6O { top:2.75rem;left:0rem;width:15.75rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO9ozDB3Rnpg0fbTulpdkiRbu1x0ab7r { display:block; }#lO9ozDB3Rnpg0fbTulpdkiRbu1x0ab7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEMtiAMr1NnyfJoO5Ehf4cp2Bglt2Ss3 { top:15.5625rem;left:0rem;width:17.9375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoGuw4zMg2KXBJXsS4tJFoOeiIVT1G2m { top:0.875rem;left:28.875rem;width:18.875rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxxre6OW6EAGQpVfuz8euOZrvO54DdD3 { top:15.5625rem;left:29.8125rem;width:17.9375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTilxp2AZpCTcUk0JwtuWT6ZsRQ4eOTE { top:0.5rem;left:0rem;width:19.3125rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTGpoJEBU9uZZ9Fpb7XHrM0z7Z9GkJXt { top:1.125rem;left:13.96875rem;width:19.8125rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wERlPaByXwfETtofwt4RClHV6ksNpMRU { display:block; }#wERlPaByXwfETtofwt4RClHV6ksNpMRU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqPiz0M553D9VQSSZThKXabt3W3Ski6a { top:4.375rem;left:12.185546875rem;width:21.75rem;height:14.395834109411rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF52t85hyqwObSoTWouQM920rorpFAyD { top:5.875rem;left:0rem;width:19.5625rem;height:12.874748400144rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIRH2vTrnlSccnQ5NJiJduC8NJaylRKX { top:19.5rem;left:30.5625rem;width:17.1875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqpCKXuWXU4k5BUy4lJvDCmFBesCqWvT { top:19.5625rem;left:10.967506408691rem;width:25.0625rem;height:16.521751838981rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucoy4ZdFvyo2TRTuX20O2wrmma9B5MrP { top:5.3125rem;left:26.75rem;width:21rem;height:13.437739959642rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgdXw03deoaUlCVyoRktda2RTqIOEnoG { top:19.5rem;left:0rem;width:13.3125rem;height:8.77101861415rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7JWZ8Tfh2IOv3G9flTV1h7Z9z5Jqv7A { display:block; }#y7JWZ8Tfh2IOv3G9flTV1h7Z9z5Jqv7A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHq2fbwVC9r5mVUvag08BxEy7ztE604p { top:30.375rem;left:16.3125rem;width:27rem;height:17.896090608638rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeAwMcqlzDTm8SUaKBUfbh0GqRLhVWDW { top:16.875rem;left:0rem;width:20.4375rem;height:13.458292807859rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFHv73871Rd1MNckCOTLu0sxW0BIU8zE { top:30.8125rem;left:2.375rem;width:12.875rem;height:17.167205745233rem;display:block; }
 }@media only screen and (max-width: 763px) { #axOlVgON8WT0k45Pc0wn4nN0tPuG6NFd { top:2.5rem;left:0rem;width:20.5rem;height:13.583182607163rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDHp6UwrtognRXvWAC4NobwFeVCWBztD { top:21rem;left:34.875rem;width:12.875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7wsWh3GvZicCSQiCa6yzL8KuIlO4K4c { top:11.875rem;left:34.9375rem;width:12.8125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWhrv2vN6NUa95oDEf34LAsehkzoT2EN { top:0.875rem;left:16.0625rem;width:21.25rem;height:28.479723884099rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKTl2TUArbK0cmSwM4pwr35o1hxl1ZN1 { top:2.4375rem;left:34.9375rem;width:12.8125rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFPMIxKyiA9zpgfuexOCg0gskunRSAer { display:block; }#fFPMIxKyiA9zpgfuexOCg0gskunRSAer > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OowSGS1ui4aiFMFlmK18cVtiTEkXVWaq { top:3.9375rem;left:0rem;width:24.0625rem;height:15.687125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R166EWIMTm8feHKLi2ydz6nD4SQqPxis { top:20.8125rem;left:0rem;width:20.4375rem;height:13.521166302827rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5EfJgPTtOfxrRaI5xD7nkOv2BKBZ3E6 { top:0.9375rem;left:18.375rem;width:29.375rem;height:19.1868125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivpffg5oMtHmo1v2U7sqTrS5wzEZvWTU { top:20.875rem;left:15.821022033691rem;width:20.375rem;height:13.457922131937rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfUsdxZqymwyT1EHdaGUpp9TqWKqW38D { top:20.8125rem;left:27.0625rem;width:20.6875rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuisUaWCqUpS7fG6upgPauGMcrdyZpP0 { display:block; }#tuisUaWCqUpS7fG6upgPauGMcrdyZpP0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATp3RWtOiiTBumwJCuddtHKNJPq6y5tg { top:31rem;left:0.8125rem;width:28.5rem;height:18.895455908129rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0z7SwN254qSut1vDnvL2H6d1e4PPkG8 { top:16.25rem;left:2.625rem;width:20.3125rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL8cBc2JOUgiPJUss3746tXfiy0heAsg { top:1.625rem;left:2.5rem;width:20.5rem;height:13.561936542103rem;display:block; }
 }@media only screen and (max-width: 763px) { #a76m0wWONp12bCJAzOGvG7R8wfKXaN2P { top:3.3125rem;left:23.8125rem;width:19.6875rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbOo5ElKF3dKU0T9vWlgDaSH2g0xvgA5 { top:30.4375rem;left:30.591972351074rem;width:14.1875rem;height:9.3958577305844rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVCwrCegSL310Tskn0Ch4gSNC7sKuKpJ { top:40.625rem;left:30.622158050537rem;width:14.125rem;height:9.3341527563013rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm4yFsBRkFWVAQtpD2fVxKRhTIqA0mCF { display:block; }#Dm4yFsBRkFWVAQtpD2fVxKRhTIqA0mCF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M24tDammuTyicVloTMTTtdWpaxRG1p2e { top:1.0625rem;left:0rem;width:24.75rem;height:13.839748078662rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs9xnt6F1RixHJGuWRUDI2GEArgEli4U { top:15.375rem;left:0rem;width:19.4375rem;height:10.902828304844rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmQcbMIPbtIHP7FVJh9vOITEOrwe73by { top:1.0625rem;left:19.498222351074rem;width:13.875rem;height:25.074702238147rem;display:block; }
 }@media only screen and (max-width: 763px) { #krEa95mr9pKpigOyh18HJOxIlO75Eh2y { top:1.0625rem;left:33.6875rem;width:14.0625rem;height:25.2494375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6sQxAXkVoxF6VBIbX5r6c43KKUego0p { top:4.6875rem;left:38.75rem;width:9rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scL4uxdt3sbaLBXwvDbNTplLnt2Gcr0d { display:block; }#scL4uxdt3sbaLBXwvDbNTplLnt2Gcr0d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlkpbqP01nA2PNQXy9zdElVNttfKGtAv { top:1.6875rem;left:25.4375rem;width:22.3125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRO5EOlhuTPWIWNsJ87a1KUP3oagKpOo { top:1.6875rem;left:0rem;width:32.125rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6BeEMkUxx79ksHGTXQFdsLvFx9V1Wi0 { top:17rem;left:29.7568359375rem;width:17.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ0PcdLigSByM3xsIkvbdypqIn0TTshH { display:block; }#aJ0PcdLigSByM3xsIkvbdypqIn0TTshH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIv95bdqqhfZfWZ2yOnmBvbvPOJ1Z5wW { top:2.1875rem;left:22.1875rem;width:25.5625rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB2CFr2wgmUxnnDlJTUmKvrmXu0SlGHB { top:2.1875rem;left:0.875rem;width:25.4375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZbAth6EzVTccxuRx4uLw5FVPO9ZendA { top:20.125rem;left:0rem;width:25.4375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZL9pwd8I2vDMdD2H11PgUy8elGQcB78 { top:20.125rem;left:22.3125rem;width:25.4375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGUsztdTzwoQiGvAC9Uxfay6QTCs39AZ { display:block; }#WGUsztdTzwoQiGvAC9Uxfay6QTCs39AZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vV0BafWqAvhtF7hRsC4G6eUWuxEzQfvC { top:28.125rem;left:20.5439453125rem;width:23.6875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyrK03SQy69Qp6SM9bDx84SAqJShM45T { top:1.375rem;left:20.5439453125rem;width:18.75rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8hApBSi6KyR1l1VzghZOTn3radgccoq { top:5.5625rem;left:0rem;width:24.375rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIkUE6LCLsP6kQT4brqpsSTMRepCPXy7 { top:9.625rem;left:35.125rem;width:12.625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF { display:block; }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPuIA9vTZmtQK34qcGU0f6rc9HKSctAH { top:3rem;left:45.4375rem;width:2.3125rem;height:2.9210974756034rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5A2RTqSSagHklbquLc0cgHssErszBvK { display:none; }
 }@media only screen and (max-width: 763px) { #zw44TNQ5Pa8ZrQynOQbOKb1iNUsTAFUE { top:2.9375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCRZIDrwuogBQ5VXLEJUDl7O2dvC8ePV { top:4.75rem;left:18.375rem;width:29.375rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrHGwFGsZ4yp9fDgSl7EFiNkVp7fx4D4 { display:none; }#XrHGwFGsZ4yp9fDgSl7EFiNkVp7fx4D4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ux0ZfNIMJ52gDzWw2HCETuOQTeu2oybk { top:0.6875rem;left:35.3125rem;width:10.375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTt7aK9FxFKksm2XOqQoXLwP24q21yde { top:0.6875rem;left:39.625rem;width:8.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPKPFR9x6IAfus4C8XVXstUCvFO9qhry { display:block; }#qPKPFR9x6IAfus4C8XVXstUCvFO9qhry > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHL66fHF7HANUbSJV7Av8kATQIGAoIMd { width:23.5rem;height:2.8125rem;top:3.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAIOIlT2yTh6JFUhlyPLPeGyurrgodrU { width:23.75rem;height:1.4375rem;top:2.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6BuH13DIEaRomFUABGIxkO6ZzAHdNc5 { top:8.5rem;left:5.8125rem;width:10.0625rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMK56DFmPQMhNdAeNwdAra8HB074XBbK { top:15.875rem;left:0rem;width:22.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSFw4oHyHWFpLVQaNyQBAsw6wHVUkKB1 { top:17.0625rem;left:0rem;width:22.9375rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLTGMyIuE4Qomz4wRUk8MbyNHHK5Un2E { top:12.75rem;left:9.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBqCyawEnbpWklizeNIQNrWVGKEaoNDR { top:21.9375rem;left:0rem;width:23.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-text {padding-top: 0; padding-bottom: 0;}#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-select {padding-top: 0; padding-bottom: 0;}#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-checkbox-label { width:15.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs  { width:16.6875rem;height:auto;top:0.75rem;left:26.280185699463rem; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs {display:block;}#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs { width:16.6875rem;height:auto;top:0.75rem;left:26.280185699463rem; }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #LsuOyUOXFUvMpODIRfxNPGNWA6qEoZK0 {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #cG3o8x2m36Q18X5ynxxQUgOWkQ0dGvT9 { display:block; }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #KUTKWOJb0SCr1UIe1oW4RaUrqdlybhyD {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #dO6AVnU60gtaT6KFxlXbsVWmy06hw3Lx {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #CGnDliVmB1GqpLPT1TCgtvOtsAVxKMFp { display:block; }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #UBbvNCe9DveZol1xnSXmLWCQp6M3ieiv {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #sy0i6AyzaSia8pSn8yk4ZuDvU2fu1RLm {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #Ci81waRT7rxXJITfZPAbCDDdLIe3uIgM { display:block; }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #VeMJvg3uLOAVViSD6lUo7JHhlix2znyh {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #aiafTRha0iKWib1T8cicq14XuZXR8iJs {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #V6WA7Rp3TNpTc2VqSAfnFPB5AlHIqiLo { display:block; }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #t5DLea9eSNIDbyVgQgmq3AVdqu8cXRpH {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #fOWPOu9sxHaa794Z75Etd8Thx3NTIDoD {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #fkRVC7nL6NrakNxtoAz2LV1TTqhRXG5d {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #TeMIFkQXQ8iqwAHSRu9uHR6iBp87cXlv {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #ZoOtOqXs6pTTPSaO8O5TbTMx1I6DaG45 {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #W222prnm7n86IQ84Eb4kfEhwHoXR9gFZ {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #HfCuqGyqBIX0Cugu9Am3I9Z73cwHTWzL {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #LDkmRbWwvdf6tyiPQpioxS47fRVQ3k20 {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #MvT9MeG03VdEF6HBcRZMCCQSVGB9i6Sp {  }
 }@media only screen and (max-width: 763px) { #fSHcknMoc2T20EHb3RueLUEgCv7ndwLB { top:27.6875rem;left:2.375rem;width:17.0625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #flEN8ntfDpD5w4aZVll8ZFKSDVMfmXT5 { top:24.5625rem;left:9.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTD0EOVl9ksTC4WMhWfCBRVdh54agl1S { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #gLCzZSszPOJikoq3b7QEkxTRh1FM093L { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #twJcT6uQ3BEFS1BgWzD59rphthmZ3yt4 { top:9.8125rem;left:4.25rem;width:13.25rem;height:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTabEtkvpRslup7cARDg5wmipgaeCdh4 { top:2.25rem;left:24.125rem;width:7.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezUMzBSWv7G7EW4inWytoi1viCNdLysd { width:17.5rem;height:3.125rem;top:9.8125rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCFi4ImkASmZ0C0goP2uWFFz30iDoZXp { display:block; }
 }@media only screen and (max-width: 763px) { #PDttN9Wf8LJRUPit1rMPmoAa6ccRt8t8 { top:1.125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXetam2XOd54RNK1eGTNST5OPwSDZGhK { display:block; }#DXetam2XOd54RNK1eGTNST5OPwSDZGhK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0FHziAGt6LiyfnkTwbs7ruqnJCaquaF { width:2.75rem;height:2.75rem;top:0.625rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do1ghuMkEaWhR0o25n46fqso6dV9b7pd { width:2.75rem;height:2.75rem;top:0.625rem;left:43.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kixl3vgVJJZwgugFqboa79h2L9yttfdm { top:1.25rem;left:36.625rem;width:5.75rem;height:1.4996545767628rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3zZIbUnRB7DpAMBPmULAZx5Dv73Wll2 { top:0.8125rem;left:31.375rem;width:2.9375rem;height:2.3123483674764rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJaq02U0ivndZk3usEk6xiwqghRqSQpJ { top:0.8125rem;left:1.125rem;width:1.75rem;height:2.2498687368737rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRANsHcbgM36cdAyXsTCgLkyHlf5QT22 { top:1.3125rem;left:24.4375rem;width:5.125rem;height:1.3123261953491rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv9cz2BAnoToUMF6e4el6wnKRrixJeSp { top:1.5rem;left:15.9375rem;width:6.625rem;height:0.93755306904163rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdRoyBNxzCFqLTZdoab5Sk6LMKhb6Bm4 { top:1.625rem;left:13.8125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLMzssaJr6Tl2XKfHhlDlpESXSGrqvhB { display:none; }#OLMzssaJr6Tl2XKfHhlDlpESXSGrqvhB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bifl5TzB8n6oqtTQgJotbie5Th2AbzIl { width:2.75rem;height:2.75rem;top:0.625rem;left:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDpxawMDP7BHAoE6mpTCZDxN8Mabe1ch { width:2.75rem;height:2.75rem;top:0.625rem;left:43.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwrcE59qnsJWDT3LLVutC3DTM5aeTv8f { top:1.25rem;left:36.625rem;width:5.75rem;height:1.4996545767628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkz5cTl2lK7IL8DanBVweyOof8DtPTvU { top:0.8125rem;left:31.375rem;width:2.9375rem;height:2.3123483674764rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO4AEvHBpoOmeCPJ26wVqUQxXXx7QXRD { top:0.8125rem;left:1.125rem;width:1.75rem;height:2.2498687368737rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhXP1r9pHV9lvf4CaFsbmiHByM0wikp { top:1.3125rem;left:24.4375rem;width:5.125rem;height:1.3123261953491rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm3Ivm9WHxRJ4izW3cTnLHrMTVvvy2Hk { top:1.5rem;left:15.9375rem;width:6.625rem;height:0.93755306904163rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTXW60QJaPlaqOXrtLwkPBtMKIb82bkK { top:1.625rem;left:13.8125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nTGXoJDVmPaX748XBt6l3pHT6qaSBMVI { position:relative;z-index:auto;display:block; }#nTGXoJDVmPaX748XBt6l3pHT6qaSBMVI > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ts7xOAFWMfp1e3QWAdLqpKwsJGODoGv4 { width:13rem;height:3.3125rem;top:3.125rem;left:3.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AxKpSpr6WtM3BIBnUTTehTnn9uLnzUKe { width:19.6875rem;height:0.8125rem;top:6.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4MLsdTodrwExOQE4CnQIloTXMi0UmwK { width:11.625rem;height:2.25rem;top:0.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rfav4sWTXweMMPC74oobB1VuvZz3DVrs { display:block; }
 }@media only screen and (max-width: 763px) { #JEyxK5XVaPJlA7whvQkgHtSPvDGhKemX { width:7.5rem;height:2.25rem;top:0.5625rem;left:12.25rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fmNGILcLOJTaWznwLQsTCAbMVWXVqxKu { display:block; }
 }@media only screen and (max-width: 763px) { #ycJ0nBUAdIcAe3rhi86iTpAvKZpnMoQT { width:20rem;height:3.125rem;top:0rem;left:0rem;z-index:15000;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;display:block; }
 }@media only screen and (max-width: 763px) { #qhq0qbpzOr9P6ZDH4icGKHGvDPqXfh7u { top:8.36647605896rem;left:16.498579561711rem;width:2.24964375rem;height:2.24964375rem;z-index:15020;font-size:1.5625rem;color:#8b4726;display:block; }
 }@media only screen and (max-width: 763px) { #VhICFpgbxMNNgp0KUgsQZiEF25IM0R1U { top:9.0562856048344rem;left:4.1867895722389rem;width:11.624625rem;height:11.81875rem;z-index:15021;font-size:0.8125rem;line-height:2.9;text-align:center;text-align-last:center;color:rgba(0,0,0,0.51);display:block; }
 }@media only screen and (max-width: 763px) { #I7cJPl2eDU0hElUiqhvcWaqcbeD2uDrK { position:relative;z-index:auto;display:none; }#I7cJPl2eDU0hElUiqhvcWaqcbeD2uDrK > .row .container { width:20rem;height:22.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #atHokGZsQuhqScir2FzezHXOIxt9NBu7 { width:7.5rem;height:1.5rem;top:15rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCF8KaessaNDyN0McadkhO0UHdGgFp80 { display:block; }
 }@media only screen and (max-width: 763px) { #k5dOPQnab1OLInGOkuE5c6lTxw9QdaNt { width:7.5rem;height:1.5rem;top:17.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTFoTN6HtfycdHybUIq4rRntTzgfQD20 { display:block; }
 }@media only screen and (max-width: 763px) { #hHmOil3VrVZZL8BbE0M3T5Ca2elNnsn1 { width:7.5rem;height:1.5rem;top:19.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJWgg5z5TQI0epEX8iPeilS2duKWO2rh { display:block; }
 }@media only screen and (max-width: 763px) { #zt1E2nw3bdivfqqILSWeT9vtM6hQDVdP { width:1.875rem;height:1.875rem;top:11.4375rem;left:9.0625rem;font-size:1.3125rem;color:#895e45;display:block; }
 }@media only screen and (max-width: 763px) { #yPATDBVPD49cnrXP0QGnckm6SW9qEpHM { width:13rem;height:3.3125rem;top:5.6240234375rem;left:3.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zgHCggWkxkswi7AoZFAMrsOsGRXZQTTz { width:19.6875rem;height:0.8125rem;top:9.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7TzNbezBz4KyOAl2Hil9As9qKa8e115 { width:7.5rem;height:1.5rem;top:13.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUFM1sDQvELQE9Cn50vTniaNtmaVDNwg { display:block; }
 }@media only screen and (max-width: 763px) { #qqhhEu8ZSNZIB5096FA66xVu2Ph2iB1L { width:11.625rem;height:2.25rem;top:0.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEKe8pRUeHTOFag5t9Nam4qPDZhxXdXR { display:block; }
 }@media only screen and (max-width: 763px) { #gHn5bCD2gocyZigJuyM0QcrIeT0rZo8m { width:7.5rem;height:2.25rem;top:0.5625rem;left:12.25rem;font-size:0.625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #M5nQdOTXpmvTQsOTivrLw8MCVv0odQMO { display:block; }
 }@media only screen and (max-width: 763px) { #b1Azdl78Dne10nb1a0VGdVyqqBl6Os5v { width:20rem;height:3.125rem;top:0rem;left:0rem;z-index:15000;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;display:block; }
 }@media only screen and (max-width: 763px) { #s7Mc0GWM4R5Hibo2lshOog0hVsKOkiGS { position:relative;z-index:auto;display:none; }#s7Mc0GWM4R5Hibo2lshOog0hVsKOkiGS > .row .container { width:20rem;height:28.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iGOZBGmgmy9KKHpXGOENpVhh92OSVoJw { top:0.625rem;left:13rem;width:2.374825rem;height:2.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnVlJ2ul2dkAnBT9QNdZ49k32AD4ApAX { display:block; }
 }@media only screen and (max-width: 763px) { #eSXSUeUHAGhCBssUdm9gwDNwZ1xahmw6 { top:0.625rem;left:15.5625rem;width:2.1875rem;height:2.12446875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yhT7sk8HaVZzV1a6Turf3DbMu3U5mfWu { display:block; }
 }@media only screen and (max-width: 763px) { #VQ87vHZGyOl7zQGSQMcyNhPE866CQWZA { top:0.625rem;left:18rem;width:2.0625rem;height:2.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pyrIboHhxxXTBA9Wmi953hfi8k10ofVX { display:block; }
 }@media only screen and (max-width: 763px) { #WTkWrezWH86CnaMRTL8rtGDn1hGdRfXB { width:0.6875rem;height:0.6875rem;top:35.1240234375rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtBycEJafRimZByOwITku6C99JGIRVHl { width:1.5625rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em6wnrCXEy5oG3ZDVTnK8I5SoBDq0heN { width:0.6875rem;height:0.6875rem;top:23.3115234375rem;left:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQTIRlHzgKyBUmlsdJytm5PFEuExTrJa { width:1.5625rem;height:1.5625rem;top:0.9375rem;left:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGnGDGOhLGsJJrhcSTJIoit1613JWsux { top:0.9375rem;left:3.125rem;width:1.5625rem;height:1.5625rem;z-index:15019;color:#ffffff;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGNeI8I0BKeaC0sl5E9dB3Uyod9s1doW { display:none; }#mGNeI8I0BKeaC0sl5E9dB3Uyod9s1doW > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M8E20fbWbA1GOfvrk5em79ilViJMJaOn { display:none; }#M8E20fbWbA1GOfvrk5em79ilViJMJaOn > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uTc8rBKh4B2JwoeX2c2RTHERTvklJIo2 { width:5.56196875rem;height:4.31196875rem;top:1.4373226165771rem;left:0.68448144197463rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdItWDbGhiLLaAT2fGZXa6tocQMGy9Sk { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GACiNPo11a1FLJwcwxR3yMTkmAAKKMCw { width:12.874625rem;height:1.298825rem;top:2.5625rem;left:7.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZuxXDiRROwAEVmuCp2dQhFc0p6mhB8h { width:12.5rem;height:0.12429rem;top:4.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL0mRMb661TXa70bDrXzJTrNv4f8pOhT { width:8.6248125rem;height:1.055575rem;top:1.375rem;left:7.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GDG81rF2MVFR5wsQ4TLTEa846THHJ4UP { width:12.5rem;height:1.298825rem;top:4.5625rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgECxkTtGO5BCn8ebWIDqTAxq6JDTl2M { width:20rem;height:6.375rem;top:0.37375831604004rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAHnyaKfhOaVkd2ETyJRb90Don1Sf4zp { display:block; }
 }@media only screen and (max-width: 763px) { #DIrVHGAI05V2B25BwIT7HQr0xEoTIMw5 { display:block; }#DIrVHGAI05V2B25BwIT7HQr0xEoTIMw5 > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0p3cZoZnxBhR7HVHPlHUkFNTQGunwdr { width:13.9373125rem;height:18.6248125rem;top:14.620025634766rem;left:3.0300070047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWafngn5Fh2EA6khOK1hlsc48nHUegeh { width:8.8743125rem;height:11.937125rem;top:1.1736507415771rem;left:11.124822020531rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMyOfSxa1Oa1TAT1ey5k8Xx7ZmHzgsxX { width:8.9375rem;height:12rem;top:1.2064952850342rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAuZXV45A9oRiqHVtBBzEtC4aseG9V41 { width:17.5rem;height:23.375rem;top:34.557874099731rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #thZnN2xSeqp0XzAQJyu721RUSNKRctxX { display:block; }#thZnN2xSeqp0XzAQJyu721RUSNKRctxX > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p7w50G2uJtgNf0lQACcWlDD7ZsqykBlI { width:12.1244375rem;height:16.25rem;top:14.744317233562rem;left:3.9364346265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzKGVGu9s8hptIzkvNQ5nOVd7foQcnq9 { width:8.875rem;height:12.8125rem;top:0.93305778503419rem;left:11.124822020531rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpWW6VpsZ1liFbQt0ssMF0GmfzeVJTJG { width:9.5625rem;height:12.8125rem;top:0.93359375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe8d2iUtMQb00689GTAhUKlIEaSQ9VmQ { display:block; }#Pe8d2iUtMQb00689GTAhUKlIEaSQ9VmQ > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWDtx1LTbDqDmDVxOzLrT3F6un9uD1rC { width:10.4368125rem;height:13.9994375rem;top:13.1875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moZcSGxQIwz9xWmcMGfOgeZOHeREopce { width:8.8125rem;height:11.8125rem;top:0.81231689453125rem;left:-0.067050094148512rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3EOaLokfn9TEbLFr3Zs9l45axTCoXVV { width:8.187125rem;height:10.999625rem;top:1.2162599563599rem;left:9.624467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFeLKr3Zq3NLnThb7HzWxA7xxh2eO70z { width:7.249625rem;height:11.937125rem;top:13.187145233154rem;left:1.5527342557907rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBOfTv5XxE7QVC9CyhRLHdW25XE5MJEg { display:block; }#pBOfTv5XxE7QVC9CyhRLHdW25XE5MJEg > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aEgUp6abPhM8taV7imv813tckntm7n5n { width:8.8125rem;height:11.75rem;top:14.58984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Iwdv4pdM3bJRH38yp7Lso0dmCUDE2q { width:8.875rem;height:11.9375rem;top:14.49609375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1DbzBLsvGX1X4CKFnwnirazx3y5PKUN { width:18.25rem;height:12.8125rem;top:0.93359375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHsxGdtxgqaV8670qUIIFhAvmeSpUzTz { display:block; }#tHsxGdtxgqaV8670qUIIFhAvmeSpUzTz > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KASmKLKDJBfeqVMRFW5gZMOZ5TE0Bzvs { width:14rem;height:18.6875rem;top:13.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adJJmAcatvTEl3BtmAKmbZVGBLcpwa8o { width:8.0625rem;height:11rem;top:0.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpyzxkGcIosBoOQdVTC1Mc3gMlnRmTGU { width:9.6875rem;height:7.1875rem;top:4.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMNk1CMfLaIzxUK4emoe9TvnWBKv0BSk { display:block; }#KMNk1CMfLaIzxUK4emoe9TvnWBKv0BSk > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzRruxmh1a9I8hEDeU9NZ60kK0ncBfo6 { width:14rem;height:17.5rem;top:2.87109375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBo8bG0QLXfkiAAR9CQDphm0MlN1Qps4 { width:8.25rem;height:10.3125rem;top:21.93359375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OveVFdhb67oQQHxSwcSCHQvDJ3Pxw3AS { width:8.3125rem;height:10.375rem;top:21.87109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4LQcS0DLmbQbv78eF8Wne0rsfepphZn { display:block; }#n4LQcS0DLmbQbv78eF8Wne0rsfepphZn > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTv4eBFqmUE6GNgkAX9FwofBvGUgbFEN { width:14rem;height:18.6875rem;top:14.80859375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHEIueUP2clmtBncINvPgSRkXFwfGg68 { width:8.25rem;height:11.125rem;top:2.33203125rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smd1HfvqLevJBG7mIeWg8TBQgutwNKm6 { width:8.3125rem;height:11.125rem;top:2.33203125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlOP8quh2vnEbeDTzyQm1hgOPTb3LIvs { display:block; }#dlOP8quh2vnEbeDTzyQm1hgOPTb3LIvs > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7EVUexqAJbWALDKCB284QzUk0TERLMi { width:14rem;height:18.6875rem;top:14.68359375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpLSb5DXLmoksyS2lfTU85DqC37goZVe { width:8.25rem;height:11.125rem;top:1.83203125rem;left:11.608506944444rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdnc43qTgfMwcF4aUUlCkP6NBf362o1V { width:8.3125rem;height:11.1875rem;top:1.83203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfA86vV7ZgAlwq1PvOxFFv9iv1Nd7Xh4 { display:block; }#KfA86vV7ZgAlwq1PvOxFFv9iv1Nd7Xh4 > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTsLe66113cBJ68IVbGxAKB69kSkNS8L { width:15.0625rem;height:15.0625rem;top:1.2060546875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHLMbuF4FldLINokqq2gCSqlsWaPklZO { width:15.125rem;height:19.6875rem;top:33.1875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6TDeWRXETf70nV34BWJQcC2zoT7Nla8 { width:14.9375rem;height:14.9375rem;top:17.40625rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbyW8a2PTQSCXJ8dhaGLBBqapmX1lytt { display:block; }#tbyW8a2PTQSCXJ8dhaGLBBqapmX1lytt > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOeywHkbbN12vwxTKyfwIpvBVm8N3GIF { width:18.6875rem;height:18.6875rem;top:31.55859375rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfW6zMFiMNyKX12DfzkycQzETnJPZz11 { width:9.125rem;height:9.125rem;top:2.33203125rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJUo3bRNn3pKKMgTJI0DDAZiR1Vk63Gk { width:18.75rem;height:18.75rem;top:12.1533203125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni4FQ6ImdvmDgmOgkk2fVaXbJn4p94Td { width:9.125rem;height:9.125rem;top:2.26953125rem;left:10.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Q56briu90nvh0aqFLvJmZxU3bcK77q { display:block; }#X0Q56briu90nvh0aqFLvJmZxU3bcK77q > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsTBybXgatG7BKHQTOlm6nnW2WzMapgo { width:15.125rem;height:15.0625rem;top:2.8310546875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTIDkQXyAD3AN5ZkzfWc14E7HKnprg73 { width:16.75rem;height:16.75rem;top:40.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJrGoB28o6m0UmUq0Qt7DHLBN47yTqgF { width:18.75rem;height:18.75rem;top:19.65625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRkOPmVUL7O4RVtKn7KcSW4WPBUBpzkG { display:block; }#BRkOPmVUL7O4RVtKn7KcSW4WPBUBpzkG > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #du4dL1PGBnsXTcWUOUgil5o003GGQvOQ { width:13.4375rem;height:13.4375rem;top:35.746625900269rem;left:3.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIxto2bXramaAHiW54qXbVV5bf8TLT7N { width:13.4375rem;height:13.4375rem;top:0.64453125rem;left:3.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #c46a5iieavRWNMknDMQmZQmvwVKEkObw { width:18.75rem;height:18.75rem;top:15.716440677643rem;left:0.62411218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8qQVOTAQxWkmP05gK7q0A2o3KvFDTz6 { display:block; }#g8qQVOTAQxWkmP05gK7q0A2o3KvFDTz6 > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kx1RwVkDwXabBWSXhky9MkJXwolS0ir2 { width:15.1875rem;height:20.3125rem;top:1.5189981460571rem;left:2.3739345669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbzyqBAEZlETcTzCC8ODDK9ZamQv4QVe { width:8.9373125rem;height:11.937125rem;top:50.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtApsP6wTnqmlMSIDvdU29DwnL2hkNV0 { width:18.8125rem;height:25.125rem;top:23.998580932618rem;left:0.56196731328964rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7pqM1NFXsm2Lf7Ta2GcrDgSTr0k99D4 { width:8.9994375rem;height:12.1244375rem;top:50.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpLsLgARCF3hQq5MPz0I4nzEmSQTRda6 { display:block; }#wpLsLgARCF3hQq5MPz0I4nzEmSQTRda6 > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Im146Pmi8u2RwvsKfOSKPIdEt6eBwr8B { width:9.375rem;height:12.5rem;top:2.0211296081543rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E59viwmDgMo266RZWZhNEnkM2n1Z6cGT { width:9.375rem;height:12.5rem;top:41.685012817382rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApNkpW8Zz12cIhqefIGBNvFkkBQeiUvG { width:9.375rem;height:12.5rem;top:2.0205965042114rem;left:10.624111711979rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFOtZKX3oTIsh78WcgDvbfmEtLqb0sT4 { width:18.75rem;height:25.125rem;top:15.716440677643rem;left:0.62411218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiU9UGzJ0LDZBON7oPFtLT2W6rXHuGQm { width:9.3125rem;height:12.5rem;top:41.685012817382rem;left:10.688032686711rem;display:block; }
 }@media only screen and (max-width: 763px) { #aymgdRVeH3tt5J1zDIFJeReDgyOScbaz { display:block; }#aymgdRVeH3tt5J1zDIFJeReDgyOScbaz > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wcWT3XEScdwA58yOn1LKKotSn4lRpZ5b { width:15.2494375rem;height:20.374625rem;top:1.5189981460571rem;left:2.3739345669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLF6td6wwEeK7N3qRhPb3pTPe1Qlz1Gi { width:15.999625rem;height:21.4373125rem;top:50.809661865234rem;left:1.9992895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAwcSeLpCxLrmRLuu2osX3IW10h8BzBS { width:18.8743125rem;height:25.1873125rem;top:23.998580932618rem;left:0.56196731328964rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8MmGwLdRRy8UFelIpoeReOO87qfpUmu { display:block; }#B8MmGwLdRRy8UFelIpoeReOO87qfpUmu > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #weFAwBaKMeKmKbtXDUcGVvsCT5fptkAD { width:19.4993125rem;height:14.437125rem;top:3.021133184433rem;left:0.24946731328964rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXdm5SDwJs2fDbB9V7yOgqWTvlu4KOto { width:12.1244375rem;height:9.0625rem;top:18.74467086792rem;left:3.9364343285561rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVoTD2sNZz7DhTUFwInnDoFSnbiQvcF9 { width:18.125rem;height:12.3748125rem;top:29.310194015503rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5BIMXblLDr4TzJnHIDXFwn6lpg2ZF5d { display:block; }#t5BIMXblLDr4TzJnHIDXFwn6lpg2ZF5d > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtzQWVxKMKFRo6gMG5PFmCANX3poMlTM { width:9.124625rem;height:12.1875rem;top:1.0493607521057rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS7id4BhxeiucfSX1FkCoqiokS223qhn { width:8.5rem;height:11.375rem;top:14.3125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k87ZMWUdi7vzrnt5sonuxFJ9zW73T3HV { width:8.9373125rem;height:6.6868125rem;top:15.369318008423rem;left:5.5300069451332rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3u2klFIr2wVZh0cAKm5vS8ygfTETIxd { width:9.1875rem;height:12.375rem;top:1.0493607521057rem;left:10.67067439347rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT4MfXDAhnd5OrpZIc2oaOdexDJsxN79 { width:8.5625rem;height:11.4375rem;top:14.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Us8N5vKUlIxP04cgEvzNzqeWXQ3qF1 { width:17.0625rem;height:12.6875rem;top:27.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDMBuqUO4RQH4Em15s9doi3Z7e2dZ4RI { display:block; }#fDMBuqUO4RQH4Em15s9doi3Z7e2dZ4RI > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2Ew0pTaS5Iu3NaFENtMJOPlcZUHDV5J { width:9.0625rem;height:12.1875rem;top:2.0845165252686rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCZyo92VvOEfdhUHLc2fxyF6XpnMlHRT { width:9.375rem;height:12.5625rem;top:67.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqV6E3ILB44Mkr4gsb1s4xITIC8iFy4w { width:18.75rem;height:25.0625rem;top:15.496273040771rem;left:0.62411218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdBgXuhMRXoiZ0VkOBBhWl5w2llXAQb1 { width:9.3125rem;height:12.625rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSVBT6z3Xvp6D909OOCC93rTN3iDJO1U { width:8.875rem;height:12.1875rem;top:1.9666145252686rem;left:11.090657089144rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIRz4gdHm6IOXyIKQEKBZOqkSPPuti3p { width:18.75rem;height:25.0625rem;top:41.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfdaRipOWAAAMyybTuJ0of6MgflhVnuV { display:block; }#mfdaRipOWAAAMyybTuJ0of6MgflhVnuV > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JeUQUB0axXr2b5zRkIRn459vFn8DpZbv { width:9.1875rem;height:12.25rem;top:1.0511360168457rem;left:5.3737569451332rem;display:block; }
 }@media only screen and (max-width: 763px) { #kek1aJKvxKAcqqHEof45eUlhNg2pVpgz { width:8.5625rem;height:11.4375rem;top:40.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oidM5eDEy0ndBxUX2EGixEX6Ti4wyGTD { width:17.0625rem;height:12.8125rem;top:14.308415472507rem;left:1.4053621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcxI5HhNeFSTKmbdA2gL2ErUIQREclnJ { width:15.3125rem;height:11.4375rem;top:28.082387924194rem;left:2.2478693127632rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaePk7gJNG1TM0KW8CRbTAH5sATvW11m { width:8.625rem;height:11.5625rem;top:40.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqigk17c9VOTI4FPtIZXlGP1ITnEgG6b { width:16.75rem;height:12.5625rem;top:53.511182785034rem;left:1.5926845669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #X33PHxMepWhTsOCPUQA7hGPrp41Gc4lL { display:block; }#X33PHxMepWhTsOCPUQA7hGPrp41Gc4lL > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIgZIMORzMJeB35OMqLxQPo3hRlyc6JE { width:8.5625rem;height:11.4375rem;top:1.1212673187256rem;left:10.444911021986rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIPpdz8tXlKPX47zMWRpoSlUaATRMg6F { width:17.9375rem;height:13.4375rem;top:13.605291366577rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBoHGxGzFl3kFG5ThrgQnUSNEo0dSbuo { width:8.5625rem;height:11.4375rem;top:1.1186075210571rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9IpsOB6DGvtVLHXOM4gEHx3QSAHDOAF { width:15.5rem;height:11.625rem;top:27.998933792114rem;left:2.1866121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz5Kbz7QclNrA7tmEpT43BgifoEXVQEH { width:15.4375rem;height:20.625rem;top:40.87356451416rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4PmdAs0ZWnNycbKwxSv8uNV2VB6PvI3 { display:block; }#o4PmdAs0ZWnNycbKwxSv8uNV2VB6PvI3 > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNlD6koTU1wRUJiJecUqcOg9MkxWMrlJ { width:14.9369375rem;height:20rem;top:2.4343032836914rem;left:2.5301845669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX2mPnsqcno420ZNIP5Fte1vQ9PAlim7 { width:8.499625rem;height:11.3743125rem;top:23.557350158691rem;left:5.7492895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKxfF0J7ntAonTnL9QZpTTDfBeR7PZFz { display:block; }#oKxfF0J7ntAonTnL9QZpTTDfBeR7PZFz > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #avuOL1GddcNzpbR3ZDiF1yxnGVANzq8B { width:12.8125rem;height:12.8125rem;top:14.978691101074rem;left:3.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw49s2BtyFE6CVidLvtv0VOb79obMCDT { width:10.1243125rem;height:13.5618125rem;top:0.53799629211426rem;left:4.9360795617104rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnfPx6laoRCP12yDM8HiO5bEVJRWW6dS { display:block; }#PnfPx6laoRCP12yDM8HiO5bEVJRWW6dS > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u9VfGs0kufDfV1okHreIwoUi19DTQhso { width:9.2498125rem;height:12.4369375rem;top:1.0511360168457rem;left:5.3737569451332rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4hR5BAmPBs86q2qBdbDZPXh0oSTvmKI { width:8.625rem;height:11.5625rem;top:40.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovKT3eUITCM8eT2yIdeEu4vuZXeal2Z7 { width:17.1875rem;height:12.8125rem;top:14.308415472507rem;left:1.4053621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDHV9eEkiMiwzPkDAUIHBBTJB0d9osT9 { width:15.374625rem;height:11.5625rem;top:28.082387924194rem;left:2.2478693127632rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsgcPCz0B1ZeI0yWgwgWlTotS6TOcDAC { width:8.6875rem;height:11.625rem;top:40.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pksb0cCV08spOTMOGeMwRkWMZ7pDQk88 { width:16.8119375rem;height:12.6243125rem;top:53.511182785034rem;left:1.5926845669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiUgcTK0prQTLk7lCRVuIWeAAzHlDloJ { display:block; }#MiUgcTK0prQTLk7lCRVuIWeAAzHlDloJ > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qr4dv3xhNf6IUEbdkb7ks6wehRibbZUp { width:15.3125rem;height:11.4373125rem;top:1.605110168457rem;left:2.3428621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyne7UaN8c17vnpQkJflbwzURi7N2Jsx { width:8.6248125rem;height:11.5625rem;top:15.435897827149rem;left:0.9987570643425rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMAo1IEGdVx0OPJbqczoEE8NSvPB4mDR { width:7.7494375rem;height:13.8743125rem;top:14.280006408691rem;left:10.748401224613rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZcMei88f3Xi7x1KBWPETvX73MMLRMsB { display:block; }#XZcMei88f3Xi7x1KBWPETvX73MMLRMsB > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZkFsJsipKs1ISirRqaAsHQiXZrii0KQg { width:13.5rem;height:10.125rem;top:14.873933792114rem;left:3.1560724377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #AICFPUcvpigosn3SLADDOumUoAZ27TpL { width:16.5rem;height:12.375rem;top:26.186086654663rem;left:1.6548295617104rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rki71E7cEXcwSWUCD3bicUQ7bHpz3sk8 { width:17.5rem;height:13.125rem;top:0.81232261657713rem;left:1.1248224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSe3bp7hMbDfDfOHIsJATzWGGopNfu1M { width:20rem;height:15rem;top:39.810893432617rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGqBUI6fJm91A96lcJBEMPaneP9297Fx { display:block; }#qGqBUI6fJm91A96lcJBEMPaneP9297Fx > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hExvTu1XRUgC9bP26CwwqZv6sRT9Xrpd { width:8.625rem;height:11.5625rem;top:1.1212673187256rem;left:10.444911021986rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9xXLpJT1JxwDr81QHCTrmy1VoyLSOnN { width:18.125rem;height:13.5rem;top:13.605291366577rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #uf6IyVVSRgsbEsTbhgKSSGBqCxmQ1pc1 { width:8.6248125rem;height:11.5625rem;top:1.1186075210571rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwGqqTVe4LXWzdaH2MArDwqLcUSAtbOK { width:15.625rem;height:11.6868125rem;top:27.998933792114rem;left:2.1866121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqyQHyUAIae3nm1dVDX8gUb6Uaw37I9n { display:block; }#RqyQHyUAIae3nm1dVDX8gUb6Uaw37I9n > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qEvKpJETkNJNZTNbUhOgwqsgXGeEnxU4 { width:13.6869375rem;height:10.1873125rem;top:14.873933792114rem;left:3.1560724377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa45XrM5VXr6oPygTRab1gtIFJ6sQ8bb { width:16.6868125rem;height:12.4369375rem;top:26.186086654663rem;left:1.6548295617104rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxGGVuG9GAFRaKuX5HCKFZ0DlN03sipS { width:17.7494375rem;height:13.187125rem;top:0.81232261657713rem;left:1.1248224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #olTC8pTHWsrHTvaOpOHSqzOuFDe4uEzI { display:block; }#olTC8pTHWsrHTvaOpOHSqzOuFDe4uEzI > .row .container { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwJocZdDWhlgW3rwsEATQFwBvEy0ecBK { width:9.9375rem;height:13.3125rem;top:0.99698162078856rem;left:4.9680395722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcthONK7TzRau9LfJFrJi7fT6D3BFm4G { width:8.625rem;height:11.5625rem;top:27.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr0uDTWP4W4RJ0K1unMRodAb7rTbWLuu { width:15.374625rem;height:11.5625rem;top:15.168672561646rem;left:2.3117895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJZH5OVTKA0UvLy5eFklJFLCEsqJ0ODl { width:8.6875rem;height:11.625rem;top:27.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLTif2kzJQ105mGOcC764mLncAXFkhyE { width:15.625rem;height:20.8125rem;top:40.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcUAnLPOZrhB3gQAWdzbP8ys7htPHV5A { display:block; }#RcUAnLPOZrhB3gQAWdzbP8ys7htPHV5A > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DSI9eB8MqUlJIfXTILQ7zg7FOzwxcw8l { width:9.9375rem;height:13.3125rem;top:0.99698162078856rem;left:4.9680395722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib1RnuTugF7EcHqEEKGf1I05VaUlZUED { width:8.625rem;height:11.5625rem;top:15.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH80oebR23vxfhdVi3VHyQNWIxLnkPh0 { width:8.6875rem;height:11.625rem;top:15.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwkniEsMz4Tw9fwkTd5NDqyagxK7axQo { display:block; }#UwkniEsMz4Tw9fwkTd5NDqyagxK7axQo > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9TDDF47qiG84qmSAsFy44MAeyykn9nI { width:9.9375rem;height:13.3125rem;top:0.99698162078856rem;left:4.9680395722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4BXUW0ixZ2H5f3T9rOZkeZl89PGJTOL { width:8.625rem;height:11.5625rem;top:38.604402542114rem;left:10.561966478824rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwMVqXWsT9SZaKmyATEAEqguRDUTANtx { width:14.1875rem;height:10.625rem;top:15.235262870789rem;left:2.8746448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcE7mbAPmEWTFivxM3rfe1k6Tv7u3PQN { width:15.375rem;height:11.5625rem;top:26.420098304749rem;left:2.2176845669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #g00qfvu7xgkPbTwql0vvqtLgcBlERqgp { width:8.6875rem;height:11.625rem;top:38.575989723206rem;left:0.68714481592181rem;display:block; }
 }@media only screen and (max-width: 763px) { #orenBTJUDWFlhyRSgLFCMcxG7gIeprpX { display:block; }#orenBTJUDWFlhyRSgLFCMcxG7gIeprpX > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXDvK3BJMgRdCsMi014ugZIpaPIotxcI { width:10.062125rem;height:13.3744375rem;top:0.99698162078856rem;left:4.9680395722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #slEN2DSp15wsM01XFk6ytVKr2MoLwB41 { width:8.6869375rem;height:11.624625rem;top:38.604402542114rem;left:10.561966478824rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoSxuA2iac9Ge18HM4h9K2uddmZEmuT3 { width:14.2489375rem;height:10.625rem;top:15.235262870789rem;left:2.8746448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zapt1LMx3m8T9h3PUM31SRuaneoTTed4 { width:15.5619375rem;height:11.5625rem;top:26.420098304749rem;left:2.2176845669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw9V7N6hHWl9nkzRIeMwVOltkGidAHPi { width:8.75rem;height:11.6868125rem;top:38.575989723206rem;left:0.68714481592181rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJaNEVAexlSsyFLDXwAfmwkA2nQdM0xm { display:block; }#DJaNEVAexlSsyFLDXwAfmwkA2nQdM0xm > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsI1NOgHVlehtftHdlytdhcJPIofZs55 { width:7.9998125rem;height:10.625rem;top:0.96058082580569rem;left:1.4382100701332rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngRULfSNWsAHhU7C3OCiBP4v9Azn6moO { width:8.75rem;height:6.4994375rem;top:3.0220165252686rem;left:10.023082315922rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoTIShd0JnlJM1MtTCoiZwc5yK3wwJKa { width:17.3125rem;height:12.9375rem;top:12.45827293396rem;left:1.4373224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRp1oITkLUs1NKhCBEKbR972BoUipN6C { display:block; }#rRp1oITkLUs1NKhCBEKbR972BoUipN6C > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kyLrelEfofa1GdmxvW2xvFE3qVOW7Dwn { width:13.3123125rem;height:17.8125rem;top:11.061785697937rem;left:3.3433948159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryUtHAeB1eEDMEx47NhCnJnBJ5XAZFz1 { width:12.8125rem;height:9.5623125rem;top:0.99786949157713rem;left:3.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAL7L3rs0IiEi7mCi42Th3DTA8rU4v9p { width:12.9998125rem;height:9.6244375rem;top:29.623756408691rem;left:3.4987569451332rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0Ckpc63scg8AUp47QEAwiEiSZZWbfQd { display:block; }#R0Ckpc63scg8AUp47QEAwiEiSZZWbfQd > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mt7UO1PnTgMpFS72TPq8TKcDfBhzQbIL { width:8.0625rem;height:10.8125rem;top:1.0866470336914rem;left:0.8132101893425rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTyVRVVDCxcTxLXUFlITh8rqM6FOwXhk { width:9.375rem;height:12.5rem;top:13.220880508423rem;left:5.3116121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #SffEE0dKT5mM9vRZbpRquivCs75o1dsK { width:7.9368125rem;height:10.625rem;top:1.1780891418457rem;left:10.244140207768rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8l5S1PbF6RTULxseIkRpWTMtnnOI0JW { display:block; }#U8l5S1PbF6RTULxseIkRpWTMtnnOI0JW > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQzkkM6NGS5AhiSbh9Mk2PFcJ8ldvOk7 { width:10.1243125rem;height:13.5618125rem;top:1.3725142478943rem;left:9.8748221993444rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQpsQE7TrNbpWe9oJaX7lDiuyszyriv2 { width:8.3123125rem;height:11.0618125rem;top:2.6225109100342rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgxlS7x1Lb5DNcmVtHPbp7FZ77GIfqW2 { width:19.8748125rem;height:14.9369375rem;top:16.049364089966rem;left:0.12517756223679rem;display:block; }
 }@media only screen and (max-width: 763px) { #IycfdAtqx9OaCy6ma0UN6krEB83JLSGI { width:12.5rem;height:9.375rem;top:35.125rem;left:3.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H1fL8g0SnVNLpoEISUrkOTTlSPIQn8RA { width:15.7493125rem;height:11.7498125rem;top:32.379261016846rem;left:2.1244671940804rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofwcv9pPl74NX9AHRvBEqbyOZ6ZAh3f8 { display:block; }#ofwcv9pPl74NX9AHRvBEqbyOZ6ZAh3f8 > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QiRbDT2kDTNEpzGgwgJIBdCc3vzXbzaB { width:8.1875rem;height:10.875rem;top:1.0866470336914rem;left:0.8132101893425rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPb4JA5m20AtkoCMkJAhK2gMqlD3qgi4 { width:19.8118125rem;height:14.8748125rem;top:13.536049842834rem;left:0.18732243776321rem;display:block; }
 }@media only screen and (max-width: 763px) { #O669LkwwNqkFhz6DEZLK7GhPeV4hOutV { width:9.375rem;height:12.5rem;top:30.095878601074rem;left:5.3116121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3Z4sOzNZ0qm7VQ8ixDIuLLkTHAEVRPU { width:8rem;height:10.875rem;top:1.0857561826706rem;left:10.369317591191rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqBWGKQB3F7RDBULhM1NO2I4S5vELfV3 { display:block; }#nqBWGKQB3F7RDBULhM1NO2I4S5vELfV3 > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q7RMETdkTocbrBE87ZAKBcidF8zCSUXw { width:15.6875rem;height:20.9375rem;top:13rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxNdDUJbB94J8oOnlO1d9Znv1vDtN2Sl { width:8.3125rem;height:11.0625rem;top:1.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REy6Uocms4N2BDMJS3g9B02ZxmyEIJUm { width:8.3125rem;height:11.0625rem;top:1.0625rem;left:10.2421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPMT82I7y2SqOPhgZyl3ds7nUGHWWdR9 { width:13.4375rem;height:17.9375rem;top:61.83984375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtcks5riZuTzcbMo2aNXxLDF7donPWDu { width:19.875rem;height:14.9375rem;top:45.6748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kocKk5hQeOkDgCqIzqCUa7ApsIdM08VL { width:12.5rem;height:9.375rem;top:35.125rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9keRo32TPENpwxrNzuAUoL5mgytzoNm { display:block; }#e9keRo32TPENpwxrNzuAUoL5mgytzoNm > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOcUW4WShUrGAG1u5IqId6dMgXZ5Hz1x { width:8.25rem;height:11.0625rem;top:1.0866470336914rem;left:0.8132101893425rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcJZHI3som20PKOvgV3odpIRDENcZwbP { width:9.4993125rem;height:7.1244375rem;top:5.0861148834229rem;left:9.7478690743444rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZVoOfl4kd1bWXRmTXFaRawG4pTZBmZe { width:20rem;height:14.9156875rem;top:25.037285327911rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6Rswd6eFfefwnSVBwQy7bcvq1lTpFpr { width:14.5623125rem;height:10.8744375rem;top:13.100148200989rem;left:2.7183948159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cuz65c3anXI9UbNpuMSXNu6680rPw0R1 { display:block; }#Cuz65c3anXI9UbNpuMSXNu6680rPw0R1 > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psyPlIatO9zMVI92QWDyAo8Iyst4TGva { width:5.5rem;height:7.3125rem;top:1.8421521186829rem;left:2.0596590638161rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcQkLJNSasiu3ygsw9UImR0PE0G4M9NB { width:10.125rem;height:7.5625rem;top:1.8412642478943rem;left:8.3265262246131rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ4FbVe0yJWWEogvQfE4iNlT3za4pTS2 { width:13.0625rem;height:9.8125rem;top:10.685369491577rem;left:3.3744674324989rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWlzJLCZR6VTmnis751ZE6ofas73lboP { display:block; }#KWlzJLCZR6VTmnis751ZE6ofas73lboP > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJXJMLkkesh3nZ4kiSUehqbisH6VFdTc { width:9.5rem;height:12.6875rem;top:1.2118253707886rem;left:10.313387453556rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxyMxEHrBCKKxuGdtwIaSh9c8PurOJIA { width:9.5rem;height:12.6875rem;top:1.2118253707886rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdCUbdBV7hv1KclkN13dSFCTzRfLN3CJ { display:block; }#tdCUbdBV7hv1KclkN13dSFCTzRfLN3CJ > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gA2B4yiVPvoCOgOhqBhUPbSBRo3EGbd7 { width:5.56196875rem;height:7.562125rem;top:1.8421521186829rem;left:2.0596590638161rem;display:block; }
 }@media only screen and (max-width: 763px) { #KckUO5DX8IIbq5CdMgixqavAIhwib6CW { width:10.3125rem;height:7.6243125rem;top:1.8412642478943rem;left:8.3265262246131rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC5RBTVIPKGbuxcqkVdarpZ5vlnlfVHo { width:13.2493125rem;height:9.8748125rem;top:10.685369491577rem;left:3.3744674324989rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkBKwF0MFUC1ifGnp89L60uoGmxJ8a8B { display:block; }#CkBKwF0MFUC1ifGnp89L60uoGmxJ8a8B > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kw864Npu0VSNs0T0MgVFzCQhAXrifCTR { width:9.5625rem;height:12.8125rem;top:1.2118253707886rem;left:10.313387453556rem;display:block; }
 }@media only screen and (max-width: 763px) { #evHdgifapZV9aARHRGLpEnyiA9prbORy { width:9.5625rem;height:12.8125rem;top:1.2118253707886rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Mip5GZDZoUVRr6TWNXE3pBH7TK02Rp { display:block; }#G0Mip5GZDZoUVRr6TWNXE3pBH7TK02Rp > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXy0DnxlLtPO7goW92N0a2n4vtz0fvEr { width:13.375rem;height:17.875rem;top:30.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8aCqccw7gZJML8So3PSJyreaa4OEOGD { width:13.375rem;height:17.875rem;top:0.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTVpmIHOVtGLWuR8h2BB4CISHp1GKz4g { width:12.5625rem;height:9.375rem;top:19.875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNm9DKGqcwZNHZhInZRU4i6PECXVrtpw { display:block; }#yNm9DKGqcwZNHZhInZRU4i6PECXVrtpw > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kk4aaxTv8XrQTPIuRCRLHzfeHmT3XIq7 { width:11.8125rem;height:15.8125rem;top:1rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfGMxCgdPRv0c8Bl29Zi1GKhvqXC8P9A { width:14.3125rem;height:19.1875rem;top:18.4375rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaoTBodIKETRmcth8GOLQ2kUZpauTzZ8 { display:block; }#gaoTBodIKETRmcth8GOLQ2kUZpauTzZ8 > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKpbDMNPw5gTyZS3hPR3aOqvRWxkybUS { width:15.75rem;height:21rem;top:13rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJdn9wxvqmQv69Qae4taQzfsxvLPu977 { width:8.375rem;height:11.25rem;top:1.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwmpvzi9mtQFv264z7PmqgZk4JNehR4K { width:8.375rem;height:11.25rem;top:1.0625rem;left:10.2421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzsXnqGDL1Jm8AmVdInu4XdHT8dcTbel { width:13.5rem;height:18.1875rem;top:61.83984375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0O2eZAxlBXByitOy6p1loeNCiWq85T8 { width:20rem;height:14.977578475336rem;top:45.6748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9oT5btHNFI12UhIVfcav7MZ7UI9uWpz { width:12.5625rem;height:9.375rem;top:35.125rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGSSl7ZKCeo9y5IXeNm8evFocqgIRxa1 { display:block; }#AGSSl7ZKCeo9y5IXeNm8evFocqgIRxa1 > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzXuu1BkrBnJ1e6qcmx6yHgxgnw5G4GT { width:9.125rem;height:6.875rem;top:27.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEPcMTpkS5mNUfiFS3lWGmbVBTCPw2FL { width:18.75rem;height:14.0625rem;top:12.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrSxtkKOnGaOqaiVs8BQnVZmvL7vhNrm { width:8.8125rem;height:6.875rem;top:27.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgeDSDyseIlBdI32TaQKMtTu8uPN6sBP { width:14.1875rem;height:10.625rem;top:1.125rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDiWsbBZ0wdp7xrqawQ2eqfBLPzPK42P { width:11.8125rem;height:15.8125rem;top:35.0625rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbdJTOSlvqbSIwLxbIyXUiwqME3yARwE { display:block; }#tbdJTOSlvqbSIwLxbIyXUiwqME3yARwE > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZt9JyhgnTO6Wp8sPb1M2AAATVr0hviS { width:6.875rem;height:9.1875rem;top:1.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6qAKvUVik7hTfB1yxABU0nxzHkaRoaK { width:9.6875rem;height:7.25rem;top:3.375rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoe7HIpTXpSh6zvhNLZp0Ez2mL6ZTUoe { width:17rem;height:12.75rem;top:11.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK6bfOWQw2JWui86Tte2ZGCJrR72WHUp { display:block; }#aK6bfOWQw2JWui86Tte2ZGCJrR72WHUp > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pELxyHKuuX5EU5wes4g8iPH9TKzpcaoQ { width:17rem;height:9.5625rem;top:7.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkoE3k9DtzodbAp2UTypTyhhbqqL7AAH { width:9.375rem;height:5.1875rem;top:1.25rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbCUxBEr1NEbvSWItLE7NrDToOP6iuqc { width:9.375rem;height:5.1875rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D08ZT3oMvKzX9asQhgBGsQGACaSuKBx1 { width:9.375rem;height:5.25rem;top:1.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vR0WoFrHgrC3xVr918LxUJVtmpIo2X0T { width:17.5rem;height:9.75rem;top:24.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhytuEyTFPDxSyTFPWXU6IxhUuOWF90N { width:9.375rem;height:5.25rem;top:18.34375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqeAyIiUZbLDLlnXDs7E8obJsDwTVXXi { display:block; }#gqeAyIiUZbLDLlnXDs7E8obJsDwTVXXi > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NeH7hU5BKRLFdkRgh5uWHvTTQL2i1o7f { width:15.75rem;height:21rem;top:15.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHu4IuREA1ZC16774CTSuOs5uRtXTbVt { width:9.6875rem;height:12.875rem;top:37.75rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL2hwWlQeptZCmGqvyD6vdkxtPxAcz6O { width:9.6875rem;height:12.875rem;top:1.375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO9ozDB3Rnpg0fbTulpdkiRbu1x0ab7r { display:block; }#lO9ozDB3Rnpg0fbTulpdkiRbu1x0ab7r > .row .container { width:20rem;height:88.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEMtiAMr1NnyfJoO5Ehf4cp2Bglt2Ss3 { width:17rem;height:12.6875rem;top:31.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoGuw4zMg2KXBJXsS4tJFoOeiIVT1G2m { width:18.875rem;height:14.0625rem;top:16.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxxre6OW6EAGQpVfuz8euOZrvO54DdD3 { width:17.9375rem;height:13.4375rem;top:73.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTilxp2AZpCTcUk0JwtuWT6ZsRQ4eOTE { width:18.375rem;height:13.8125rem;top:1.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTGpoJEBU9uZZ9Fpb7XHrM0z7Z9GkJXt { width:18rem;height:27.0625rem;top:45.1875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wERlPaByXwfETtofwt4RClHV6ksNpMRU { display:block; }#wERlPaByXwfETtofwt4RClHV6ksNpMRU > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LqPiz0M553D9VQSSZThKXabt3W3Ski6a { width:20rem;height:13.279960539546rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF52t85hyqwObSoTWouQM920rorpFAyD { width:16.75rem;height:11.125rem;top:19.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIRH2vTrnlSccnQ5NJiJduC8NJaylRKX { width:17.1875rem;height:11.25rem;top:46.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqpCKXuWXU4k5BUy4lJvDCmFBesCqWvT { width:20rem;height:13.206466357062rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucoy4ZdFvyo2TRTuX20O2wrmma9B5MrP { width:17.9375rem;height:11.562943179007rem;top:59.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgdXw03deoaUlCVyoRktda2RTqIOEnoG { width:12.875rem;height:8.5209038886125rem;top:72.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7JWZ8Tfh2IOv3G9flTV1h7Z9z5Jqv7A { display:block; }#y7JWZ8Tfh2IOv3G9flTV1h7Z9z5Jqv7A > .row .container { width:20rem;height:109.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uHq2fbwVC9r5mVUvag08BxEy7ztE604p { width:20rem;height:13.256375rem;top:67.286035537719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeAwMcqlzDTm8SUaKBUfbh0GqRLhVWDW { width:20rem;height:13.171366806009rem;top:15.750875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFHv73871Rd1MNckCOTLu0sxW0BIU8zE { width:12.9368125rem;height:17.24875rem;top:48.724258422851rem;left:3.6221590638161rem;display:block; }
 }@media only screen and (max-width: 763px) { #axOlVgON8WT0k45Pc0wn4nN0tPuG6NFd { width:20rem;height:13.251361801469rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDHp6UwrtognRXvWAC4NobwFeVCWBztD { width:12.875rem;height:8.4998725691038rem;top:100.91619110108rem;left:3.5617895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7wsWh3GvZicCSQiCa6yzL8KuIlO4K4c { width:12.8125rem;height:8.4375rem;top:91.791547775269rem;left:3.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWhrv2vN6NUa95oDEf34LAsehkzoT2EN { width:12.875rem;height:17.25rem;top:30.35777425766rem;left:3.5617895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKTl2TUArbK0cmSwM4pwr35o1hxl1ZN1 { width:12.8125rem;height:8.4375rem;top:82.602982521056rem;left:3.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFPMIxKyiA9zpgfuexOCg0gskunRSAer { display:block; }#fFPMIxKyiA9zpgfuexOCg0gskunRSAer > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OowSGS1ui4aiFMFlmK18cVtiTEkXVWaq { width:20rem;height:13.126522976105rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R166EWIMTm8feHKLi2ydz6nD4SQqPxis { width:20rem;height:13.231157602051rem;top:43.420629501343rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5EfJgPTtOfxrRaI5xD7nkOv2BKBZ3E6 { width:20rem;height:13.211086611476rem;top:15.312503814698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivpffg5oMtHmo1v2U7sqTrS5wzEZvWTU { width:20rem;height:13.211086611476rem;top:29.335052490234rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfUsdxZqymwyT1EHdaGUpp9TqWKqW38D { width:20rem;height:13.111782477341rem;top:57.901256408691rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuisUaWCqUpS7fG6upgPauGMcrdyZpP0 { display:block; }#tuisUaWCqUpS7fG6upgPauGMcrdyZpP0 > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATp3RWtOiiTBumwJCuddtHKNJPq6y5tg { width:20rem;height:13.2590625rem;top:47.523080825806rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0z7SwN254qSut1vDnvL2H6d1e4PPkG8 { width:20rem;height:13.230769230769rem;top:15.7313125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL8cBc2JOUgiPJUss3746tXfiy0heAsg { width:20rem;height:13.232089174538rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a76m0wWONp12bCJAzOGvG7R8wfKXaN2P { width:12.4369375rem;height:16.6868125rem;top:29.9609375rem;left:3.7801843285561rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbOo5ElKF3dKU0T9vWlgDaSH2g0xvgA5 { width:14.2498125rem;height:9.437125rem;top:61.469299316406rem;left:2.8737569451332rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVCwrCegSL310Tskn0Ch4gSNC7sKuKpJ { width:14.1868125rem;height:9.375rem;top:71.656587600706rem;left:2.9057171940804rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm4yFsBRkFWVAQtpD2fVxKRhTIqA0mCF { display:block; }#Dm4yFsBRkFWVAQtpD2fVxKRhTIqA0mCF > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M24tDammuTyicVloTMTTtdWpaxRG1p2e { width:20rem;height:11.18363481104rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cs9xnt6F1RixHJGuWRUDI2GEArgEli4U { width:19.4375rem;height:10.902828304844rem;top:13.6834375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmQcbMIPbtIHP7FVJh9vOITEOrwe73by { width:13.9375rem;height:25.187651347327rem;top:25.8979375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #krEa95mr9pKpigOyh18HJOxIlO75Eh2y { width:7.875rem;height:14.25rem;top:52.397015571594rem;left:1.4346590638161rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6sQxAXkVoxF6VBIbX5r6c43KKUego0p { width:7.8125rem;height:14.25rem;top:52.397015571594rem;left:11.086977013924rem;display:block; }
 }@media only screen and (max-width: 763px) { #scL4uxdt3sbaLBXwvDbNTplLnt2Gcr0d { display:block; }#scL4uxdt3sbaLBXwvDbNTplLnt2Gcr0d > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zlkpbqP01nA2PNQXy9zdElVNttfKGtAv { width:20rem;height:13.165266106443rem;top:15.6123125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRO5EOlhuTPWIWNsJ87a1KUP3oagKpOo { width:20rem;height:13.112840466926rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6BeEMkUxx79ksHGTXQFdsLvFx9V1Wi0 { width:17.6875rem;height:11.6875rem;top:30.027375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ0PcdLigSByM3xsIkvbdypqIn0TTshH { display:block; }#aJ0PcdLigSByM3xsIkvbdypqIn0TTshH > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIv95bdqqhfZfWZ2yOnmBvbvPOJ1Z5wW { width:20rem;height:13.251833740831rem;top:15.8164375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QB2CFr2wgmUxnnDlJTUmKvrmXu0SlGHB { width:20rem;height:13.316953316953rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZbAth6EzVTccxuRx4uLw5FVPO9ZendA { width:20rem;height:13.316953316953rem;top:30.3174375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZL9pwd8I2vDMdD2H11PgUy8elGQcB78 { width:20rem;height:13.316953316953rem;top:44.883875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGUsztdTzwoQiGvAC9Uxfay6QTCs39AZ { display:block; }#WGUsztdTzwoQiGvAC9Uxfay6QTCs39AZ > .row .container { width:20rem;height:88.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vV0BafWqAvhtF7hRsC4G6eUWuxEzQfvC { width:20rem;height:13.192612137203rem;top:74.03025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyrK03SQy69Qp6SM9bDx84SAqJShM45T { width:18.75rem;height:25.25rem;top:29.21775rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8hApBSi6KyR1l1VzghZOTn3radgccoq { width:20rem;height:26.717948717949rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIkUE6LCLsP6kQT4brqpsSTMRepCPXy7 { width:12.625rem;height:17.0625rem;top:55.71775rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2OXnABIL/Projekt_bez_tytu_u_18_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF.adaptive-delivery-prevent-bg, #wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF.lazyload, #wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF.lazyloading { background-image: none; }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF > .row .container { background-color: transparent; background-image: none; }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF > .row .container > .video-iframe-container { display: none; }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF > .row > .video-iframe-container { display: none; }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF > .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); }#wEMntRdBdc1hwHUeyVNl5vRV5Vm3mOiF > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPuIA9vTZmtQK34qcGU0f6rc9HKSctAH { width:2.374825rem;height:2.999825rem;top:0.62322425842285rem;left:16.680574953556rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5A2RTqSSagHklbquLc0cgHssErszBvK { top:0rem;left:16.874111711979rem;width:3.125rem;height:3.125rem;z-index:15025;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #zw44TNQ5Pa8ZrQynOQbOKb1iNUsTAFUE { width:8.812125rem;height:1.1375rem;top:4.1894512176514rem;left:10.183770716191rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCRZIDrwuogBQ5VXLEJUDl7O2dvC8ePV { width:12.3748125rem;height:1.7875rem;top:5.8096580505371rem;left:6.5589485764506rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrHGwFGsZ4yp9fDgSl7EFiNkVp7fx4D4 { display:none; }#XrHGwFGsZ4yp9fDgSl7EFiNkVp7fx4D4 > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ux0ZfNIMJ52gDzWw2HCETuOQTeu2oybk { width:10.374625rem;height:1.298825rem;top:1.4375rem;left:4.8125rem;font-size:1rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTt7aK9FxFKksm2XOqQoXLwP24q21yde { width:8.125rem;height:1.298825rem;top:2.625rem;left:5.9375rem;font-size:1rem;z-index:15008;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qPKPFR9x6IAfus4C8XVXstUCvFO9qhry { display:block; }#qPKPFR9x6IAfus4C8XVXstUCvFO9qhry > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SHL66fHF7HANUbSJV7Av8kATQIGAoIMd { width:18.75rem;height:1.625rem;top:2.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAIOIlT2yTh6JFUhlyPLPeGyurrgodrU { width:18.75rem;height:1.21875rem;top:1.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6BuH13DIEaRomFUABGIxkO6ZzAHdNc5 { width:14.0625rem;height:1.21875rem;top:6.125rem;left:4.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IMK56DFmPQMhNdAeNwdAra8HB074XBbK { width:14.0625rem;height:1.05625rem;top:13.875rem;left:4.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TSFw4oHyHWFpLVQaNyQBAsw6wHVUkKB1 { width:14.0625rem;height:3.9rem;top:15.0625rem;left:4.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iLTGMyIuE4Qomz4wRUk8MbyNHHK5Un2E { width:1.875rem;height:1.875rem;top:15.375rem;left:1.498046875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBqCyawEnbpWklizeNIQNrWVGKEaoNDR { width:14.0625rem;height:1.7875rem;top:19rem;left:4.9375rem;font-size:0.6875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;vertical-align:top;text-align:center;text-align-last:center;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;height:auto;background-color:transparent;background-image:none;font-family:"open sans";font-size:0.75rem;overflow:hidden; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-family:"open sans";height:1.5625rem; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-text {padding-top: 0; padding-bottom: 0;}#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-family:"open sans"; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-select {padding-top: 0; padding-bottom: 0;}#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-checkbox { margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs [class*="-text"]:-moz-placeholder { color:rgba(139,71,38,0.69);font-size:0.6875rem; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs [class*="-text"]::-moz-placeholder { color:rgba(139,71,38,0.69);font-size:0.6875rem; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs [class*="-text"]:-ms-input-placeholder { color:rgba(139,71,38,0.69);font-size:0.6875rem; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs [class*="-text"]::-webkit-input-placeholder { color:rgba(139,71,38,0.69);font-size:0.6875rem; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-container:first-of-type{padding-top:0;}#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .widget-container:last-of-type{padding-bottom:0;}#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs  { width:16.125rem;height:auto;top:24.6875rem;left:0.6875rem;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15036; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs {display:block;}#FvQzQdOUTw84TThCxHp9aex7wMQRnbTs { width:16.125rem;height:auto;top:24.6875rem;left:0.6875rem;background-color:rgba(255,255,255,0.3);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:15036; }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #LsuOyUOXFUvMpODIRfxNPGNWA6qEoZK0 {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #cG3o8x2m36Q18X5ynxxQUgOWkQ0dGvT9 { display:block; }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #KUTKWOJb0SCr1UIe1oW4RaUrqdlybhyD {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #dO6AVnU60gtaT6KFxlXbsVWmy06hw3Lx {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #CGnDliVmB1GqpLPT1TCgtvOtsAVxKMFp { display:block; }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #UBbvNCe9DveZol1xnSXmLWCQp6M3ieiv {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #sy0i6AyzaSia8pSn8yk4ZuDvU2fu1RLm {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #Ci81waRT7rxXJITfZPAbCDDdLIe3uIgM { display:block; }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #VeMJvg3uLOAVViSD6lUo7JHhlix2znyh {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #aiafTRha0iKWib1T8cicq14XuZXR8iJs {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #V6WA7Rp3TNpTc2VqSAfnFPB5AlHIqiLo { display:block; }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #t5DLea9eSNIDbyVgQgmq3AVdqu8cXRpH {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #fOWPOu9sxHaa794Z75Etd8Thx3NTIDoD {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #fkRVC7nL6NrakNxtoAz2LV1TTqhRXG5d {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #TeMIFkQXQ8iqwAHSRu9uHR6iBp87cXlv {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #ZoOtOqXs6pTTPSaO8O5TbTMx1I6DaG45 {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #W222prnm7n86IQ84Eb4kfEhwHoXR9gFZ {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #HfCuqGyqBIX0Cugu9Am3I9Z73cwHTWzL {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #LDkmRbWwvdf6tyiPQpioxS47fRVQ3k20 {  }
 }@media only screen and (max-width: 763px) { #FvQzQdOUTw84TThCxHp9aex7wMQRnbTs #MvT9MeG03VdEF6HBcRZMCCQSVGB9i6Sp {  }
 }@media only screen and (max-width: 763px) { #fSHcknMoc2T20EHb3RueLUEgCv7ndwLB { width:14.0625rem;height:0.975rem;top:20.9375rem;left:4.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #flEN8ntfDpD5w4aZVll8ZFKSDVMfmXT5 { width:1.875rem;height:1.875rem;top:20.46875rem;left:1.498046875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTD0EOVl9ksTC4WMhWfCBRVdh54agl1S { top:7.3125rem;left:1.498046875rem;width:1.875rem;height:1.875rem;z-index:15040;color:#8b4726;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLCzZSszPOJikoq3b7QEkxTRh1FM093L { top:50.25rem;left:9.0625rem;width:1.875rem;height:1.875rem;z-index:15017;font-size:1.3125rem;color:#720000;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(114,0,0,0.7);display:block; }
 }@media only screen and (max-width: 763px) { #twJcT6uQ3BEFS1BgWzD59rphthmZ3yt4 { width:14.0625rem;height:2.4375rem;top:7.3125rem;left:4.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTabEtkvpRslup7cARDg5wmipgaeCdh4 { width:7.25rem;height:1.21875rem;top:23.375rem;left:6.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ezUMzBSWv7G7EW4inWytoi1viCNdLysd { width:17.5rem;height:2.5625rem;top:10.75rem;left:1.25rem;font-size:0.8125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(255,255,255,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#8b4726;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #SCFi4ImkASmZ0C0goP2uWFFz30iDoZXp { display:block; }
 }@media only screen and (max-width: 763px) { #PDttN9Wf8LJRUPit1rMPmoAa6ccRt8t8 { width:3.75rem;height:3.75rem;top:0rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXetam2XOd54RNK1eGTNST5OPwSDZGhK { position:relative;z-index:auto;display:none; }#DXetam2XOd54RNK1eGTNST5OPwSDZGhK > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u0FHziAGt6LiyfnkTwbs7ruqnJCaquaF { width:1.6867875rem;height:1.6867875rem;top:1.1514549255371rem;left:10.936611711979rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do1ghuMkEaWhR0o25n46fqso6dV9b7pd { width:2.75rem;height:2.75rem;top:23.996242578125rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kixl3vgVJJZwgugFqboa79h2L9yttfdm { width:5.75rem;height:1.4996545767628rem;top:21.246773828125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3zZIbUnRB7DpAMBPmULAZx5Dv73Wll2 { width:2.9375rem;height:2.3123483674764rem;top:17.684986328125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJaq02U0ivndZk3usEk6xiwqghRqSQpJ { width:1.75rem;height:2.2498687368737rem;top:0.87180328369138rem;left:7.1866117119787rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRANsHcbgM36cdAyXsTCgLkyHlf5QT22 { width:5.125rem;height:1.3123261953491rem;top:15.122842578125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv9cz2BAnoToUMF6e4el6wnKRrixJeSp { width:6.625rem;height:0.93755306904163rem;top:12.935342578125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdRoyBNxzCFqLTZdoab5Sk6LMKhb6Bm4 { width:0.6875rem;height:0.6875rem;top:10.935698828125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLMzssaJr6Tl2XKfHhlDlpESXSGrqvhB { position:relative;z-index:auto;display:none; }#OLMzssaJr6Tl2XKfHhlDlpESXSGrqvhB > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bifl5TzB8n6oqtTQgJotbie5Th2AbzIl { width:1.6859rem;height:1.6859rem;top:1.8110809326172rem;left:3.1850138306618rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDpxawMDP7BHAoE6mpTCZDxN8Mabe1ch { width:2.12446875rem;height:2.062325rem;top:0.55415725708008rem;left:17.498402178287rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwrcE59qnsJWDT3LLVutC3DTM5aeTv8f { width:4.25rem;height:1.125rem;top:2.681640625rem;left:15.436789095402rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkz5cTl2lK7IL8DanBVweyOof8DtPTvU { width:2.1875rem;height:1.625rem;top:3.1862144470215rem;left:10.278763353824rem;display:none; }
 }@media only screen and (max-width: 763px) { #WO4AEvHBpoOmeCPJ26wVqUQxXXx7QXRD { width:1.749825rem;height:2.24875625rem;top:1.5306053161621rem;left:0.68270593881606rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhXP1r9pHV9lvf4CaFsbmiHByM0wikp { width:4.375rem;height:1.125rem;top:2.681640625rem;left:10.436256945133rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm3Ivm9WHxRJ4izW3cTnLHrMTVvvy2Hk { width:6.62375rem;height:0.9375rem;top:1.3732261657715rem;left:10.434126436711rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTXW60QJaPlaqOXrtLwkPBtMKIb82bkK { width:0.68536875rem;height:0.68536875rem;top:2.3117904663086rem;left:7.3678975701331rem;display:block; }
 }