.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); }#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; }
#XIrCTWf95W0W8cbFDZqIsRQov4dFOAMe { 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; }#XIrCTWf95W0W8cbFDZqIsRQov4dFOAMe > .row .container { border-width: 0; border-radius: 0; }#XIrCTWf95W0W8cbFDZqIsRQov4dFOAMe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XIrCTWf95W0W8cbFDZqIsRQov4dFOAMe > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:none; }#WHo9T10BM2PeH26TuG248BArbxtTQTW5 { 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; }
#v30GT9p3wx2DV4TIuqg0WuHSFwEDOlf3 { 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; }
#QB9HisRoLkkbevPO6O46ZhNbXVtFIMto { 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; }
#THOsm7Vk33F2hyr4TaI2Hq32kCxtT4fy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RpZZdkTT1X0W5iZ66DygGpsPLhd7W8Db { 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; }
#PJOk77vefkAQTcR8FCzoT7UIyDd6KHX1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uZrpuQhclW27II06XMqzp7y1XBv1ebSE { 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; }
#WLN39J7ymHkBrsso48MCWoLN9c6vU1K5 { 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; }
#TeE8gwlMARahSc0QoOTbxXaMNO7nyOCd { 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; }
#QUlrbvUllnMhmRT2B28x1kqWolzOsV2v { 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; }#QUlrbvUllnMhmRT2B28x1kqWolzOsV2v > .row .container { border-width: 0; border-radius: 0; }#QUlrbvUllnMhmRT2B28x1kqWolzOsV2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QUlrbvUllnMhmRT2B28x1kqWolzOsV2v > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:none; }#g2IhU3zePfWLJ4Moi4p9BAxRqfOCDLKz { 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; }
#MWXOaVgDt41v4EdTeEJBERrIEVbApCmq { 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; }
#FoHaZnrWcqTaU5sMPhVpiqH61gKOeRGb { 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; }
#tO1tAMTEdzZd76fCH824VWwJadT9Vlkv { 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; }
#qTfi1dGzF8zrfTTLcFrR8vSrVrscO6RD { 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; }
#srN5DToAueAeVDyisCv8KvGLcpDOL1nw { 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; }
#RayBLHKwuQe2PDM6erEzc5bFLatIzDwq { 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; }
#FT4ym6DUkMGl484DJQmaOnxCIpTlxbHU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#giHFZ6USqxaZGpVRWOqrqCmORmBLeClL { 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; }#giHFZ6USqxaZGpVRWOqrqCmORmBLeClL > .row .container { background-color: transparent; background-image: none; }#giHFZ6USqxaZGpVRWOqrqCmORmBLeClL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giHFZ6USqxaZGpVRWOqrqCmORmBLeClL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giHFZ6USqxaZGpVRWOqrqCmORmBLeClL > .row .container > .video-iframe-container { display: none; }#giHFZ6USqxaZGpVRWOqrqCmORmBLeClL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giHFZ6USqxaZGpVRWOqrqCmORmBLeClL > .row > .video-iframe-container { display: none; }#giHFZ6USqxaZGpVRWOqrqCmORmBLeClL > .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); }#giHFZ6USqxaZGpVRWOqrqCmORmBLeClL > .row .container { border-width: 0; border-radius: 0; }#giHFZ6USqxaZGpVRWOqrqCmORmBLeClL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#giHFZ6USqxaZGpVRWOqrqCmORmBLeClL > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:60rem;position:relative;display:block; }#MxU1ZokPTQM07a1n3lL49Zv5whNUCpcq { 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; }#MxU1ZokPTQM07a1n3lL49Zv5whNUCpcq > .row .container { background-color: transparent; background-image: none; }#MxU1ZokPTQM07a1n3lL49Zv5whNUCpcq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxU1ZokPTQM07a1n3lL49Zv5whNUCpcq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxU1ZokPTQM07a1n3lL49Zv5whNUCpcq > .row .container > .video-iframe-container { display: none; }#MxU1ZokPTQM07a1n3lL49Zv5whNUCpcq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxU1ZokPTQM07a1n3lL49Zv5whNUCpcq > .row > .video-iframe-container { display: none; }#MxU1ZokPTQM07a1n3lL49Zv5whNUCpcq > .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); }#MxU1ZokPTQM07a1n3lL49Zv5whNUCpcq > .row .container { border-width: 0; border-radius: 0; }#MxU1ZokPTQM07a1n3lL49Zv5whNUCpcq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MxU1ZokPTQM07a1n3lL49Zv5whNUCpcq > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:60rem;position:relative;display:block; }#t2NAMKvikWTZZP9EQ1rMVkeQTAysfNfH { 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; }
#se1T0NQ0qRrxBUWOFWkbeNHW0bK9TJk7 { 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; }
#azh8UT3iGqzH8p9BTucHglfMTKw1VNoL { 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; }
#fsyS3yPwNCxT2xIO5Lp8M9Ecx8T5W9HH { 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; }
#WvJC1ndpBff1r5tsLGTa47u9w3mXL5Pf { 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; }#WvJC1ndpBff1r5tsLGTa47u9w3mXL5Pf > .row .container { background-color: transparent; background-image: none; }#WvJC1ndpBff1r5tsLGTa47u9w3mXL5Pf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvJC1ndpBff1r5tsLGTa47u9w3mXL5Pf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvJC1ndpBff1r5tsLGTa47u9w3mXL5Pf > .row .container > .video-iframe-container { display: none; }#WvJC1ndpBff1r5tsLGTa47u9w3mXL5Pf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvJC1ndpBff1r5tsLGTa47u9w3mXL5Pf > .row > .video-iframe-container { display: none; }#WvJC1ndpBff1r5tsLGTa47u9w3mXL5Pf > .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); }#WvJC1ndpBff1r5tsLGTa47u9w3mXL5Pf > .row .container { border-width: 0; border-radius: 0; }#WvJC1ndpBff1r5tsLGTa47u9w3mXL5Pf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WvJC1ndpBff1r5tsLGTa47u9w3mXL5Pf > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#w9IEUUlGPcEg4koqCRISlcdkzazArE7K { 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; }
#p3BvsTlepwLUTTTcoyIP8GvQ0VJ1GVUL { 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; }
#nDsFeFhASLkhrf6Hx9NkF5sibuRIavTQ { 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; }
#ioTFK42Tnu2dlTrTR9Lq5Ui8VsPwciMG { 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; }#ioTFK42Tnu2dlTrTR9Lq5Ui8VsPwciMG > .row .container { background-color: transparent; background-image: none; }#ioTFK42Tnu2dlTrTR9Lq5Ui8VsPwciMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioTFK42Tnu2dlTrTR9Lq5Ui8VsPwciMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioTFK42Tnu2dlTrTR9Lq5Ui8VsPwciMG > .row .container > .video-iframe-container { display: none; }#ioTFK42Tnu2dlTrTR9Lq5Ui8VsPwciMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ioTFK42Tnu2dlTrTR9Lq5Ui8VsPwciMG > .row > .video-iframe-container { display: none; }#ioTFK42Tnu2dlTrTR9Lq5Ui8VsPwciMG > .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); }#ioTFK42Tnu2dlTrTR9Lq5Ui8VsPwciMG > .row .container { border-width: 0; border-radius: 0; }#ioTFK42Tnu2dlTrTR9Lq5Ui8VsPwciMG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ioTFK42Tnu2dlTrTR9Lq5Ui8VsPwciMG > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#Sz8Z73EnLwXzTXGvdkRoS1SmoipHEWvy { 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; }
#OhSJeTVXvxGWNCfILdmBEzQygURt1Cvt { 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; }
#rxF5oArc412xWNbDvv0CWJwpAJvBOWWo { 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; }
#z0ZeRkPevH65k9MyhGeeInrkikEArfux { 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; }
#S4aTTKpJl9BWLsLgkdRJXRSp87l2eqai { 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; }#S4aTTKpJl9BWLsLgkdRJXRSp87l2eqai > .row .container { background-color: transparent; background-image: none; }#S4aTTKpJl9BWLsLgkdRJXRSp87l2eqai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4aTTKpJl9BWLsLgkdRJXRSp87l2eqai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4aTTKpJl9BWLsLgkdRJXRSp87l2eqai > .row .container > .video-iframe-container { display: none; }#S4aTTKpJl9BWLsLgkdRJXRSp87l2eqai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4aTTKpJl9BWLsLgkdRJXRSp87l2eqai > .row > .video-iframe-container { display: none; }#S4aTTKpJl9BWLsLgkdRJXRSp87l2eqai > .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); }#S4aTTKpJl9BWLsLgkdRJXRSp87l2eqai > .row .container { border-width: 0; border-radius: 0; }#S4aTTKpJl9BWLsLgkdRJXRSp87l2eqai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4aTTKpJl9BWLsLgkdRJXRSp87l2eqai > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#vn5URcA0TGiiXDNzn4ToZyyoF1c3Pk8w { 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; }
#wr1AmDvPiPBo4GeU0Azsk6DSzPNxPJGJ { 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; }
#Sk30QD0gqt01Ut5divwCmmvFUez0AaSo { 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; }
#ncJ78FKsscRt1b2TxCv07WJnTlKCedHH { 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; }#ncJ78FKsscRt1b2TxCv07WJnTlKCedHH > .row .container { background-color: transparent; background-image: none; }#ncJ78FKsscRt1b2TxCv07WJnTlKCedHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncJ78FKsscRt1b2TxCv07WJnTlKCedHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncJ78FKsscRt1b2TxCv07WJnTlKCedHH > .row .container > .video-iframe-container { display: none; }#ncJ78FKsscRt1b2TxCv07WJnTlKCedHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncJ78FKsscRt1b2TxCv07WJnTlKCedHH > .row > .video-iframe-container { display: none; }#ncJ78FKsscRt1b2TxCv07WJnTlKCedHH > .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); }#ncJ78FKsscRt1b2TxCv07WJnTlKCedHH > .row .container { border-width: 0; border-radius: 0; }#ncJ78FKsscRt1b2TxCv07WJnTlKCedHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncJ78FKsscRt1b2TxCv07WJnTlKCedHH > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;position:relative;display:block; }#tqp1r2gc5FXPocHVfboEBk9z6xV0FySm { 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; }
#cuNEMEneuQ6W73z9SNsrFikHbEdipmtK { 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; }
#MveTkaKeRPM5UAA0UQSb2ke2Trofsd6n { 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; }
#iXrWrxitbIECIsa4vl2RuK0JuWWGMzJs { 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; }#iXrWrxitbIECIsa4vl2RuK0JuWWGMzJs > .row .container { background-color: transparent; background-image: none; }#iXrWrxitbIECIsa4vl2RuK0JuWWGMzJs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXrWrxitbIECIsa4vl2RuK0JuWWGMzJs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXrWrxitbIECIsa4vl2RuK0JuWWGMzJs > .row .container > .video-iframe-container { display: none; }#iXrWrxitbIECIsa4vl2RuK0JuWWGMzJs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXrWrxitbIECIsa4vl2RuK0JuWWGMzJs > .row > .video-iframe-container { display: none; }#iXrWrxitbIECIsa4vl2RuK0JuWWGMzJs > .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); }#iXrWrxitbIECIsa4vl2RuK0JuWWGMzJs > .row .container { border-width: 0; border-radius: 0; }#iXrWrxitbIECIsa4vl2RuK0JuWWGMzJs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXrWrxitbIECIsa4vl2RuK0JuWWGMzJs > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#C3T7ZddATAw3sLTM5fJVpxihIs115uLO { 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; }
#v85ptIHa82avuVqkXFPbeEE2MLgAbTs1 { 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; }
#q53GvRSLdy0oO8TM5hp13XKkZN4sspRn { 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; }
#bscvKvbJqSGSiTuUkOQFeWv3buDcr2zH { 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; }#bscvKvbJqSGSiTuUkOQFeWv3buDcr2zH > .row .container { background-color: transparent; background-image: none; }#bscvKvbJqSGSiTuUkOQFeWv3buDcr2zH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bscvKvbJqSGSiTuUkOQFeWv3buDcr2zH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bscvKvbJqSGSiTuUkOQFeWv3buDcr2zH > .row .container > .video-iframe-container { display: none; }#bscvKvbJqSGSiTuUkOQFeWv3buDcr2zH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bscvKvbJqSGSiTuUkOQFeWv3buDcr2zH > .row > .video-iframe-container { display: none; }#bscvKvbJqSGSiTuUkOQFeWv3buDcr2zH > .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); }#bscvKvbJqSGSiTuUkOQFeWv3buDcr2zH > .row .container { border-width: 0; border-radius: 0; }#bscvKvbJqSGSiTuUkOQFeWv3buDcr2zH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bscvKvbJqSGSiTuUkOQFeWv3buDcr2zH > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;position:relative;display:block; }#hxe9y2ofFZrKcDNLWPBO1xsK3Zd3FAAa { 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; }
#pJKbKbsg7C0UinORtSwxKtJtFFClScmR { 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; }
#XzXuMic2l4hHy2TUNXnFTKwuuA10OONy { 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; }
#BOUkK6aldqqHpEtaix0XhZK9UWNOuh0p { 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; }#BOUkK6aldqqHpEtaix0XhZK9UWNOuh0p > .row .container { background-color: transparent; background-image: none; }#BOUkK6aldqqHpEtaix0XhZK9UWNOuh0p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOUkK6aldqqHpEtaix0XhZK9UWNOuh0p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOUkK6aldqqHpEtaix0XhZK9UWNOuh0p > .row .container > .video-iframe-container { display: none; }#BOUkK6aldqqHpEtaix0XhZK9UWNOuh0p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BOUkK6aldqqHpEtaix0XhZK9UWNOuh0p > .row > .video-iframe-container { display: none; }#BOUkK6aldqqHpEtaix0XhZK9UWNOuh0p > .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); }#BOUkK6aldqqHpEtaix0XhZK9UWNOuh0p > .row .container { border-width: 0; border-radius: 0; }#BOUkK6aldqqHpEtaix0XhZK9UWNOuh0p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BOUkK6aldqqHpEtaix0XhZK9UWNOuh0p > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#emu97VxaRyJnygTIAHwZlfwWqSJr662b { 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; }
#f8cD0Sf9KZAZdHnTws4mh73NnhoJuVpN { 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; }
#iogedWHZZNdsOnxhLyTulOH71SMcg6q2 { 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; }
#U7HZPJC2QFX60JRC9CkyhbudLMXqterR { 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; }#U7HZPJC2QFX60JRC9CkyhbudLMXqterR > .row .container { background-color: transparent; background-image: none; }#U7HZPJC2QFX60JRC9CkyhbudLMXqterR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7HZPJC2QFX60JRC9CkyhbudLMXqterR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7HZPJC2QFX60JRC9CkyhbudLMXqterR > .row .container > .video-iframe-container { display: none; }#U7HZPJC2QFX60JRC9CkyhbudLMXqterR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7HZPJC2QFX60JRC9CkyhbudLMXqterR > .row > .video-iframe-container { display: none; }#U7HZPJC2QFX60JRC9CkyhbudLMXqterR > .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); }#U7HZPJC2QFX60JRC9CkyhbudLMXqterR > .row .container { border-width: 0; border-radius: 0; }#U7HZPJC2QFX60JRC9CkyhbudLMXqterR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U7HZPJC2QFX60JRC9CkyhbudLMXqterR > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#kC42ecVFg26xGzotaIh0Ia8eLXS6bPRR { 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; }
#TJdURnF7lD2M94i8X9xLTEBqOp3q994s { 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; }
#cpzp8M66AS4WyCMvgFa8KZk3Ho92AzT5 { 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; }
#CyMzsmAf0icG4EJQuSNEKZixAXhBbmoL { 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; }#CyMzsmAf0icG4EJQuSNEKZixAXhBbmoL > .row .container { background-color: transparent; background-image: none; }#CyMzsmAf0icG4EJQuSNEKZixAXhBbmoL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyMzsmAf0icG4EJQuSNEKZixAXhBbmoL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyMzsmAf0icG4EJQuSNEKZixAXhBbmoL > .row .container > .video-iframe-container { display: none; }#CyMzsmAf0icG4EJQuSNEKZixAXhBbmoL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyMzsmAf0icG4EJQuSNEKZixAXhBbmoL > .row > .video-iframe-container { display: none; }#CyMzsmAf0icG4EJQuSNEKZixAXhBbmoL > .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); }#CyMzsmAf0icG4EJQuSNEKZixAXhBbmoL > .row .container { border-width: 0; border-radius: 0; }#CyMzsmAf0icG4EJQuSNEKZixAXhBbmoL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CyMzsmAf0icG4EJQuSNEKZixAXhBbmoL > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;position:relative;display:block; }#H6GxGFyJNwZRi0t20Z6QW0nGyyDJEMkG { 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; }
#I5okGgfWyMbiWAooAzdHsnxzs1MAuEnk { 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; }
#tyIOoThenhl859R60DCFfFl14qkut2xW { 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; }
#fRJDdOnRycOaWXsFNidV7X7zWGKvP5lr { 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; }
#uodFNBdZbVyE2FleKm9FHxUwWD2PwpE0 { 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; }#uodFNBdZbVyE2FleKm9FHxUwWD2PwpE0 > .row .container { background-color: transparent; background-image: none; }#uodFNBdZbVyE2FleKm9FHxUwWD2PwpE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uodFNBdZbVyE2FleKm9FHxUwWD2PwpE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uodFNBdZbVyE2FleKm9FHxUwWD2PwpE0 > .row .container > .video-iframe-container { display: none; }#uodFNBdZbVyE2FleKm9FHxUwWD2PwpE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uodFNBdZbVyE2FleKm9FHxUwWD2PwpE0 > .row > .video-iframe-container { display: none; }#uodFNBdZbVyE2FleKm9FHxUwWD2PwpE0 > .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); }#uodFNBdZbVyE2FleKm9FHxUwWD2PwpE0 > .row .container { border-width: 0; border-radius: 0; }#uodFNBdZbVyE2FleKm9FHxUwWD2PwpE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uodFNBdZbVyE2FleKm9FHxUwWD2PwpE0 > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#i7O9nDLZiNbDsxUsHamzvZy4g9dQfzW6 { 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; }
#eLTLai6meBfntxoLk2rQGSvrbGKAl0xG { 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; }
#Q8hKzwvhQsLVBFeChrSdSzuFShtJGz7m { 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; }
#ScDH61w0XHarQrKbcxUiwPQBBHonGHr8 { 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; }#ScDH61w0XHarQrKbcxUiwPQBBHonGHr8 > .row .container { background-color: transparent; background-image: none; }#ScDH61w0XHarQrKbcxUiwPQBBHonGHr8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScDH61w0XHarQrKbcxUiwPQBBHonGHr8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScDH61w0XHarQrKbcxUiwPQBBHonGHr8 > .row .container > .video-iframe-container { display: none; }#ScDH61w0XHarQrKbcxUiwPQBBHonGHr8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScDH61w0XHarQrKbcxUiwPQBBHonGHr8 > .row > .video-iframe-container { display: none; }#ScDH61w0XHarQrKbcxUiwPQBBHonGHr8 > .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); }#ScDH61w0XHarQrKbcxUiwPQBBHonGHr8 > .row .container { border-width: 0; border-radius: 0; }#ScDH61w0XHarQrKbcxUiwPQBBHonGHr8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ScDH61w0XHarQrKbcxUiwPQBBHonGHr8 > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#kDsTM4LH5WH8ZzAVlUl1tmDqbxoen76l { 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; }
#cukT954uGVWPPmqKgx3OwWFsS4CKF3W7 { 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; }
#A7rJL5kpnLgfz9Myst6opyfkuxHqg4mr { 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; }
#iTNxR4zqq3BcZLcrZ3q7L3X9OhlhDnpd { 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; }#iTNxR4zqq3BcZLcrZ3q7L3X9OhlhDnpd > .row .container { background-color: transparent; background-image: none; }#iTNxR4zqq3BcZLcrZ3q7L3X9OhlhDnpd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTNxR4zqq3BcZLcrZ3q7L3X9OhlhDnpd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTNxR4zqq3BcZLcrZ3q7L3X9OhlhDnpd > .row .container > .video-iframe-container { display: none; }#iTNxR4zqq3BcZLcrZ3q7L3X9OhlhDnpd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTNxR4zqq3BcZLcrZ3q7L3X9OhlhDnpd > .row > .video-iframe-container { display: none; }#iTNxR4zqq3BcZLcrZ3q7L3X9OhlhDnpd > .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); }#iTNxR4zqq3BcZLcrZ3q7L3X9OhlhDnpd > .row .container { border-width: 0; border-radius: 0; }#iTNxR4zqq3BcZLcrZ3q7L3X9OhlhDnpd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTNxR4zqq3BcZLcrZ3q7L3X9OhlhDnpd > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#Z0ilndN4A4ZsphrAJvTa9WZVaZQEZ0RE { 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; }
#lU8wqC0OI4M15CZSOIySZRcruLAbQkWk { 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; }
#Jcxww1kMEU9lQ5tBSBJL7t5pWtElcGIe { 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; }
#KbJHpgIkJ0xfiN4JZ5UoGT7D6yuxxkIm { 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; }
#pt4prhJ87vhJ2JHEF8eTCKitQ0Wpc2mx { 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; }#pt4prhJ87vhJ2JHEF8eTCKitQ0Wpc2mx > .row .container { background-color: transparent; background-image: none; }#pt4prhJ87vhJ2JHEF8eTCKitQ0Wpc2mx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt4prhJ87vhJ2JHEF8eTCKitQ0Wpc2mx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt4prhJ87vhJ2JHEF8eTCKitQ0Wpc2mx > .row .container > .video-iframe-container { display: none; }#pt4prhJ87vhJ2JHEF8eTCKitQ0Wpc2mx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pt4prhJ87vhJ2JHEF8eTCKitQ0Wpc2mx > .row > .video-iframe-container { display: none; }#pt4prhJ87vhJ2JHEF8eTCKitQ0Wpc2mx > .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); }#pt4prhJ87vhJ2JHEF8eTCKitQ0Wpc2mx > .row .container { border-width: 0; border-radius: 0; }#pt4prhJ87vhJ2JHEF8eTCKitQ0Wpc2mx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pt4prhJ87vhJ2JHEF8eTCKitQ0Wpc2mx > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:60rem;position:relative;display:block; }#RU9seznUnwcNa7bLsRtZl3h890GdJIEV { 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; }
#dQHv0qENXULPiz9T5ezHV24ZzGdvb3To { 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; }
#kSsaoVKQCfvasno8QvWO7bgEAbg6qkIv { 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; }
#QssNWJO88TTS2GtcEoKRl7VvyxVEhisN { 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; }
#EnBqFpHl6L0QTaZoFCiuANhN0ICpVfcu { 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; }
#e1EJCW5KTG2S4bHq3PDz7x1LXqwTHNpZ { 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; }#e1EJCW5KTG2S4bHq3PDz7x1LXqwTHNpZ > .row .container { background-color: transparent; background-image: none; }#e1EJCW5KTG2S4bHq3PDz7x1LXqwTHNpZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1EJCW5KTG2S4bHq3PDz7x1LXqwTHNpZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1EJCW5KTG2S4bHq3PDz7x1LXqwTHNpZ > .row .container > .video-iframe-container { display: none; }#e1EJCW5KTG2S4bHq3PDz7x1LXqwTHNpZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1EJCW5KTG2S4bHq3PDz7x1LXqwTHNpZ > .row > .video-iframe-container { display: none; }#e1EJCW5KTG2S4bHq3PDz7x1LXqwTHNpZ > .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); }#e1EJCW5KTG2S4bHq3PDz7x1LXqwTHNpZ > .row .container { border-width: 0; border-radius: 0; }#e1EJCW5KTG2S4bHq3PDz7x1LXqwTHNpZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1EJCW5KTG2S4bHq3PDz7x1LXqwTHNpZ > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#zTwNGtWlPlzv9z1CkQ0wRI9I8LiBMX6w { 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; }
#syhh61OkRK0rITqTP6RhNBP3xUVbTc6z { 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; }
#twIgCMJPvJFkvzgGZrrMnLuL8PVTvEvb { 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; }
#VyvBM8ydHWdtnsmwR3KkLxywmrXS8sDT { 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; }#VyvBM8ydHWdtnsmwR3KkLxywmrXS8sDT > .row .container { background-color: transparent; background-image: none; }#VyvBM8ydHWdtnsmwR3KkLxywmrXS8sDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyvBM8ydHWdtnsmwR3KkLxywmrXS8sDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyvBM8ydHWdtnsmwR3KkLxywmrXS8sDT > .row .container > .video-iframe-container { display: none; }#VyvBM8ydHWdtnsmwR3KkLxywmrXS8sDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyvBM8ydHWdtnsmwR3KkLxywmrXS8sDT > .row > .video-iframe-container { display: none; }#VyvBM8ydHWdtnsmwR3KkLxywmrXS8sDT > .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); }#VyvBM8ydHWdtnsmwR3KkLxywmrXS8sDT > .row .container { border-width: 0; border-radius: 0; }#VyvBM8ydHWdtnsmwR3KkLxywmrXS8sDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VyvBM8ydHWdtnsmwR3KkLxywmrXS8sDT > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;position:relative;display:block; }#Hpo456qeCvKaNREJpKs77NceRVUiWbFn { 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; }
#Fruzl3STKJLV0eozAv6gkdvxge0sIu5r { 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; }
#v2xkVsR2F3aIczQM57TsqFsWKb2zTelq { 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; }
#l3nMkF1O2U9xe9aZDeowHE1PXuDZru1x { 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; }#l3nMkF1O2U9xe9aZDeowHE1PXuDZru1x > .row .container { background-color: transparent; background-image: none; }#l3nMkF1O2U9xe9aZDeowHE1PXuDZru1x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3nMkF1O2U9xe9aZDeowHE1PXuDZru1x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3nMkF1O2U9xe9aZDeowHE1PXuDZru1x > .row .container > .video-iframe-container { display: none; }#l3nMkF1O2U9xe9aZDeowHE1PXuDZru1x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3nMkF1O2U9xe9aZDeowHE1PXuDZru1x > .row > .video-iframe-container { display: none; }#l3nMkF1O2U9xe9aZDeowHE1PXuDZru1x > .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); }#l3nMkF1O2U9xe9aZDeowHE1PXuDZru1x > .row .container { border-width: 0; border-radius: 0; }#l3nMkF1O2U9xe9aZDeowHE1PXuDZru1x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3nMkF1O2U9xe9aZDeowHE1PXuDZru1x > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#MFZD1cGHlffy6GcOxDAwulqOaDrQC6nb { 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; }
#ylPtOl1cLmCnlp145HdWTgGO2R02Ud9m { 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; }
#vAklx6LyJrrVM97mzAsGCz1lBsJkdbR3 { 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; }
#BGKlZVuDXHW6rr9bxxHU4bTQTbWJ4Egk { 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; }
#pqB83fQ30KAfDJr6umRlTUTR5kEsau6U { 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; }
#Ol5SLbkNVJBNE3Oda5hmf9Z8MsZESvUC { 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; }
#lPfqXdf3l6hxPZoT1paZK3xHpbNXC29A { 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; }#lPfqXdf3l6hxPZoT1paZK3xHpbNXC29A > .row .container { background-color: transparent; background-image: none; }#lPfqXdf3l6hxPZoT1paZK3xHpbNXC29A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPfqXdf3l6hxPZoT1paZK3xHpbNXC29A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPfqXdf3l6hxPZoT1paZK3xHpbNXC29A > .row .container > .video-iframe-container { display: none; }#lPfqXdf3l6hxPZoT1paZK3xHpbNXC29A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPfqXdf3l6hxPZoT1paZK3xHpbNXC29A > .row > .video-iframe-container { display: none; }#lPfqXdf3l6hxPZoT1paZK3xHpbNXC29A > .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); }#lPfqXdf3l6hxPZoT1paZK3xHpbNXC29A > .row .container { border-width: 0; border-radius: 0; }#lPfqXdf3l6hxPZoT1paZK3xHpbNXC29A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lPfqXdf3l6hxPZoT1paZK3xHpbNXC29A > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:60rem;position:relative;display:block; }#Xq4lT3ThGU3EexENhricq1O2deTB2gX9 { 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; }
#nWaEVGJzQDox6IHpiEn2WgNTdLvuFMVR { 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; }
#mlu8u31umXqmllGBuu50gspHC1kCGOJs { 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; }
#CGODG4gT8Jt2a0sxxKUdABHnfzoeRriA { 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; }
#xqz2wgCyi6kf6hdffkTMsgXHO72Fgg5I { 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; }
#DBLxdgvdxm5HKq5TKka2a22LwuVLyM6V { 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; }
#tNM4eo9Rh3n0TrcRtLzXl8SlX2aoShnV { 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; }#tNM4eo9Rh3n0TrcRtLzXl8SlX2aoShnV > .row .container { background-color: transparent; background-image: none; }#tNM4eo9Rh3n0TrcRtLzXl8SlX2aoShnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNM4eo9Rh3n0TrcRtLzXl8SlX2aoShnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNM4eo9Rh3n0TrcRtLzXl8SlX2aoShnV > .row .container > .video-iframe-container { display: none; }#tNM4eo9Rh3n0TrcRtLzXl8SlX2aoShnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNM4eo9Rh3n0TrcRtLzXl8SlX2aoShnV > .row > .video-iframe-container { display: none; }#tNM4eo9Rh3n0TrcRtLzXl8SlX2aoShnV > .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); }#tNM4eo9Rh3n0TrcRtLzXl8SlX2aoShnV > .row .container { border-width: 0; border-radius: 0; }#tNM4eo9Rh3n0TrcRtLzXl8SlX2aoShnV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNM4eo9Rh3n0TrcRtLzXl8SlX2aoShnV > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#cfax0OSP3nTQMqv0T7nN3DXVO2QWZ4gd { 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; }
#cSlSKf4IBNwKzin08CGovGqhfKdqpuCq { 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; }
#zTrwGcZ0sQEvTKTFELtStcL7oCVMGndf { 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; }
#VkVtQ1muXaTngrWM7knEhUAF8ePTVaDV { 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; }
#fVR0tVeksQsItUSBvXhnyIm2ZiHG2plu { 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; }
#JSLc2RNSnVIy0M17wDFoHquaZKTv1Os5 { 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; }
#PqJIPdccQW9TSzkupG6s2BfN3y6xPEe4 { 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; }#PqJIPdccQW9TSzkupG6s2BfN3y6xPEe4 > .row .container { background-color: transparent; background-image: none; }#PqJIPdccQW9TSzkupG6s2BfN3y6xPEe4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqJIPdccQW9TSzkupG6s2BfN3y6xPEe4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqJIPdccQW9TSzkupG6s2BfN3y6xPEe4 > .row .container > .video-iframe-container { display: none; }#PqJIPdccQW9TSzkupG6s2BfN3y6xPEe4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqJIPdccQW9TSzkupG6s2BfN3y6xPEe4 > .row > .video-iframe-container { display: none; }#PqJIPdccQW9TSzkupG6s2BfN3y6xPEe4 > .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); }#PqJIPdccQW9TSzkupG6s2BfN3y6xPEe4 > .row .container { border-width: 0; border-radius: 0; }#PqJIPdccQW9TSzkupG6s2BfN3y6xPEe4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PqJIPdccQW9TSzkupG6s2BfN3y6xPEe4 > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#difiPCzpBRkh8nituVG5cFhWcnlwykpq { 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; }
#lq1X5JHSTndCdfm1fy2B4Up1cEDP5qbF { 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; }
#zG6s3IIhizrWSTQPc5MIRHTKfSBvi3Vt { 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; }
#uHXRCkkfquKSMXowICHT3OS14TePkb8a { 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; }
#TVtxhq10ZdAWpKVaFq3bXJNxaCh8HwwB { 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; }
#TIoaDJrNwcBvGNCcg6SDUg8TaE8eEMpI { 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; }#TIoaDJrNwcBvGNCcg6SDUg8TaE8eEMpI > .row .container { background-color: transparent; background-image: none; }#TIoaDJrNwcBvGNCcg6SDUg8TaE8eEMpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIoaDJrNwcBvGNCcg6SDUg8TaE8eEMpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIoaDJrNwcBvGNCcg6SDUg8TaE8eEMpI > .row .container > .video-iframe-container { display: none; }#TIoaDJrNwcBvGNCcg6SDUg8TaE8eEMpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIoaDJrNwcBvGNCcg6SDUg8TaE8eEMpI > .row > .video-iframe-container { display: none; }#TIoaDJrNwcBvGNCcg6SDUg8TaE8eEMpI > .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); }#TIoaDJrNwcBvGNCcg6SDUg8TaE8eEMpI > .row .container { border-width: 0; border-radius: 0; }#TIoaDJrNwcBvGNCcg6SDUg8TaE8eEMpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIoaDJrNwcBvGNCcg6SDUg8TaE8eEMpI > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#Df2Pc2fLtgUHfqkzT8w4PezOk5OrlzrL { 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; }
#SOt2s6n2zg4PsuuZcdrxkRfT9rp7lNSA { 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; }
#v4epmKQIIkuCyb2LXZpkeP3k70Ont1GD { 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; }#v4epmKQIIkuCyb2LXZpkeP3k70Ont1GD > .row .container { background-color: transparent; background-image: none; }#v4epmKQIIkuCyb2LXZpkeP3k70Ont1GD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4epmKQIIkuCyb2LXZpkeP3k70Ont1GD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4epmKQIIkuCyb2LXZpkeP3k70Ont1GD > .row .container > .video-iframe-container { display: none; }#v4epmKQIIkuCyb2LXZpkeP3k70Ont1GD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4epmKQIIkuCyb2LXZpkeP3k70Ont1GD > .row > .video-iframe-container { display: none; }#v4epmKQIIkuCyb2LXZpkeP3k70Ont1GD > .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); }#v4epmKQIIkuCyb2LXZpkeP3k70Ont1GD > .row .container { border-width: 0; border-radius: 0; }#v4epmKQIIkuCyb2LXZpkeP3k70Ont1GD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v4epmKQIIkuCyb2LXZpkeP3k70Ont1GD > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#lTcVGPgcT6Asp2U5eK79ZbLT7NZry5pt { 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; }
#EHvdwSwOO6T1690dzEfwFsEI6IdkJ1wU { 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; }
#sgvEdPRxhMldOS3BywQn4LiAoRCxoT4s { 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; }#sgvEdPRxhMldOS3BywQn4LiAoRCxoT4s > .row .container { background-color: transparent; background-image: none; }#sgvEdPRxhMldOS3BywQn4LiAoRCxoT4s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgvEdPRxhMldOS3BywQn4LiAoRCxoT4s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgvEdPRxhMldOS3BywQn4LiAoRCxoT4s > .row .container > .video-iframe-container { display: none; }#sgvEdPRxhMldOS3BywQn4LiAoRCxoT4s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgvEdPRxhMldOS3BywQn4LiAoRCxoT4s > .row > .video-iframe-container { display: none; }#sgvEdPRxhMldOS3BywQn4LiAoRCxoT4s > .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); }#sgvEdPRxhMldOS3BywQn4LiAoRCxoT4s > .row .container { border-width: 0; border-radius: 0; }#sgvEdPRxhMldOS3BywQn4LiAoRCxoT4s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sgvEdPRxhMldOS3BywQn4LiAoRCxoT4s > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#HOBl1I9o0H7qXlKNZc5Enabh8mieunlR { 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; }
#kxrCKgrze5vVBkHiMuKPO0mPffI66orb { 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; }
#VphZXL2v5im1RTDVq3nGvWOBr1b5lmtc { 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; }
#dd3eZp0y4ZuyJlIJRqOxMJ4REsSJeLsu { 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; }
#xX14UfzaCXe7Wft9W8dJ7JuHTzBE5Ptk { 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; }
#ezcV2pe2T7xwZEFndoWdycVZ2KOrDvCL { 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; }
#TdflGK4FVBzBnTMnyWd9TVGTTgDkG4Fl { 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; }#TdflGK4FVBzBnTMnyWd9TVGTTgDkG4Fl > .row .container { background-color: transparent; background-image: none; }#TdflGK4FVBzBnTMnyWd9TVGTTgDkG4Fl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdflGK4FVBzBnTMnyWd9TVGTTgDkG4Fl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdflGK4FVBzBnTMnyWd9TVGTTgDkG4Fl > .row .container > .video-iframe-container { display: none; }#TdflGK4FVBzBnTMnyWd9TVGTTgDkG4Fl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdflGK4FVBzBnTMnyWd9TVGTTgDkG4Fl > .row > .video-iframe-container { display: none; }#TdflGK4FVBzBnTMnyWd9TVGTTgDkG4Fl > .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); }#TdflGK4FVBzBnTMnyWd9TVGTTgDkG4Fl > .row .container { border-width: 0; border-radius: 0; }#TdflGK4FVBzBnTMnyWd9TVGTTgDkG4Fl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdflGK4FVBzBnTMnyWd9TVGTTgDkG4Fl > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#ZaZ5ZwvVpVKqeKBt5Wfrk0yQpq27gDxS { 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; }
#qARgZG6OAfORrGqeyd77PnaLAGVdnDp2 { 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; }
#df9WHMO8NqE2nupzvZr2brRmWDZhUJF0 { 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; }
#pm9vcoDCVtgt41svTWa6hEsSBtMrS0SZ { 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; }#pm9vcoDCVtgt41svTWa6hEsSBtMrS0SZ > .row .container { background-color: transparent; background-image: none; }#pm9vcoDCVtgt41svTWa6hEsSBtMrS0SZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm9vcoDCVtgt41svTWa6hEsSBtMrS0SZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm9vcoDCVtgt41svTWa6hEsSBtMrS0SZ > .row .container > .video-iframe-container { display: none; }#pm9vcoDCVtgt41svTWa6hEsSBtMrS0SZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm9vcoDCVtgt41svTWa6hEsSBtMrS0SZ > .row > .video-iframe-container { display: none; }#pm9vcoDCVtgt41svTWa6hEsSBtMrS0SZ > .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); }#pm9vcoDCVtgt41svTWa6hEsSBtMrS0SZ > .row .container { border-width: 0; border-radius: 0; }#pm9vcoDCVtgt41svTWa6hEsSBtMrS0SZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pm9vcoDCVtgt41svTWa6hEsSBtMrS0SZ > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#bAglqQdG9oR8P8uMRyBwChzUU3oy5iWC { 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; }
#oTfC88WT7avp6pGNGo7RctIbvOkWkuPJ { 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; }
#PL0v2WkSDJiU6PdZpCzcb2wT6GZ5EaIl { 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; }
#A1a2gTSnzPJ7ZWMErRLsSMqJIyrGRAbz { 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; }
#Sb0EzZqVXJGmUWfQIZhR3nHFRsv46RP6 { 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; }#Sb0EzZqVXJGmUWfQIZhR3nHFRsv46RP6 > .row .container { background-color: transparent; background-image: none; }#Sb0EzZqVXJGmUWfQIZhR3nHFRsv46RP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sb0EzZqVXJGmUWfQIZhR3nHFRsv46RP6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sb0EzZqVXJGmUWfQIZhR3nHFRsv46RP6 > .row .container > .video-iframe-container { display: none; }#Sb0EzZqVXJGmUWfQIZhR3nHFRsv46RP6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sb0EzZqVXJGmUWfQIZhR3nHFRsv46RP6 > .row > .video-iframe-container { display: none; }#Sb0EzZqVXJGmUWfQIZhR3nHFRsv46RP6 > .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); }#Sb0EzZqVXJGmUWfQIZhR3nHFRsv46RP6 > .row .container { border-width: 0; border-radius: 0; }#Sb0EzZqVXJGmUWfQIZhR3nHFRsv46RP6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sb0EzZqVXJGmUWfQIZhR3nHFRsv46RP6 > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#ceREU2fJSAJyA4doCmUAOVfQx5iXPuRw { 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; }
#Mibh9Eo4D0XvOtwUeNIDEOQDxCwvty1R { 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; }
#iz6KlT2g36aRT3BkE6101ESmREoI78uq { 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; }
#TrsJ3UJdHCwrKMiUasuiq56al9ttvZ02 { 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; }
#TI6nIRBSgP6tSsfzSwzODGD1TZdqIhrV { 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; }#TI6nIRBSgP6tSsfzSwzODGD1TZdqIhrV > .row .container { background-color: transparent; background-image: none; }#TI6nIRBSgP6tSsfzSwzODGD1TZdqIhrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI6nIRBSgP6tSsfzSwzODGD1TZdqIhrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI6nIRBSgP6tSsfzSwzODGD1TZdqIhrV > .row .container > .video-iframe-container { display: none; }#TI6nIRBSgP6tSsfzSwzODGD1TZdqIhrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TI6nIRBSgP6tSsfzSwzODGD1TZdqIhrV > .row > .video-iframe-container { display: none; }#TI6nIRBSgP6tSsfzSwzODGD1TZdqIhrV > .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); }#TI6nIRBSgP6tSsfzSwzODGD1TZdqIhrV > .row .container { border-width: 0; border-radius: 0; }#TI6nIRBSgP6tSsfzSwzODGD1TZdqIhrV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TI6nIRBSgP6tSsfzSwzODGD1TZdqIhrV > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:60rem;position:relative;display:block; }#DISyTkPa6QTmurlAHp9PP6taTEy6TXkS { 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; }
#PvI2Hhavu7iGcBG3u3pV8AcwTydrigRQ { 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; }
#vTwTVeNLJNJ8NWlNFwy5qwpOzsx4idkh { 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; }
#bNqTX9XWfwzGq3DRKEuyL9fqwtwvMa7n { 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; }#bNqTX9XWfwzGq3DRKEuyL9fqwtwvMa7n > .row .container { background-color: transparent; background-image: none; }#bNqTX9XWfwzGq3DRKEuyL9fqwtwvMa7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNqTX9XWfwzGq3DRKEuyL9fqwtwvMa7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNqTX9XWfwzGq3DRKEuyL9fqwtwvMa7n > .row .container > .video-iframe-container { display: none; }#bNqTX9XWfwzGq3DRKEuyL9fqwtwvMa7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNqTX9XWfwzGq3DRKEuyL9fqwtwvMa7n > .row > .video-iframe-container { display: none; }#bNqTX9XWfwzGq3DRKEuyL9fqwtwvMa7n > .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); }#bNqTX9XWfwzGq3DRKEuyL9fqwtwvMa7n > .row .container { border-width: 0; border-radius: 0; }#bNqTX9XWfwzGq3DRKEuyL9fqwtwvMa7n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNqTX9XWfwzGq3DRKEuyL9fqwtwvMa7n > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#GEODoJM82nDs4lunXMpc8f7q9Os1HDEO { 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; }
#qke4QNoXzTwg8H0BvUeFNSrJHcXyuCXS { 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; }
#ORBKlTuEkV6SrRiG6MmXU8ak58kNqgAt { 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; }
#mHTZdsXTPAt5rZG1uoObhmappVDQ9m6W { 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; }
#PEyZw4Tt14mtqAxbdS0RQCman3aMDxlL { 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; }
#kp0hh15IfMovrPvWtQJzvJeL3XdWelhH { 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; }#kp0hh15IfMovrPvWtQJzvJeL3XdWelhH > .row .container { background-color: transparent; background-image: none; }#kp0hh15IfMovrPvWtQJzvJeL3XdWelhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp0hh15IfMovrPvWtQJzvJeL3XdWelhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp0hh15IfMovrPvWtQJzvJeL3XdWelhH > .row .container > .video-iframe-container { display: none; }#kp0hh15IfMovrPvWtQJzvJeL3XdWelhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kp0hh15IfMovrPvWtQJzvJeL3XdWelhH > .row > .video-iframe-container { display: none; }#kp0hh15IfMovrPvWtQJzvJeL3XdWelhH > .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); }#kp0hh15IfMovrPvWtQJzvJeL3XdWelhH > .row .container { border-width: 0; border-radius: 0; }#kp0hh15IfMovrPvWtQJzvJeL3XdWelhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kp0hh15IfMovrPvWtQJzvJeL3XdWelhH > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#FP1EJtrHMyAWqJ81c5fmOQeOkHyvRlFf { 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; }
#RL02huLWUGvhPoIpQykss8qsfVug818Q { 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; }
#yk6clmpbFCevEnJwiamM1RyJ5sHFRcFb { 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; }
#GLORaFV82T2NASd2PkAH4tQgHuRuLTuE { 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; }#GLORaFV82T2NASd2PkAH4tQgHuRuLTuE > .row .container { background-color: transparent; background-image: none; }#GLORaFV82T2NASd2PkAH4tQgHuRuLTuE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLORaFV82T2NASd2PkAH4tQgHuRuLTuE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLORaFV82T2NASd2PkAH4tQgHuRuLTuE > .row .container > .video-iframe-container { display: none; }#GLORaFV82T2NASd2PkAH4tQgHuRuLTuE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLORaFV82T2NASd2PkAH4tQgHuRuLTuE > .row > .video-iframe-container { display: none; }#GLORaFV82T2NASd2PkAH4tQgHuRuLTuE > .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); }#GLORaFV82T2NASd2PkAH4tQgHuRuLTuE > .row .container { border-width: 0; border-radius: 0; }#GLORaFV82T2NASd2PkAH4tQgHuRuLTuE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GLORaFV82T2NASd2PkAH4tQgHuRuLTuE > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#gowH2gJOtp3iHiXkTvcvd0kpXInKvZSK { 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; }
#AimeQxEXz1O17XLQULUJmq0Lbuet2MCT { 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; }
#TtxyhpPM6gArIOq2BUwHH2hIHXPN8trK { 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; }
#wXA0EpzVuFrUnfB1JAOJ5XlSLTJJmXT7 { 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; }
#Q5QB11LE5tC2kerJ4V10AyZcCuXEOQPX { 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; }
#tWGhxC84ufpfqv2iyT6Mt4vzrdCzaw13 { 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; }#tWGhxC84ufpfqv2iyT6Mt4vzrdCzaw13 > .row .container { background-color: transparent; background-image: none; }#tWGhxC84ufpfqv2iyT6Mt4vzrdCzaw13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWGhxC84ufpfqv2iyT6Mt4vzrdCzaw13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWGhxC84ufpfqv2iyT6Mt4vzrdCzaw13 > .row .container > .video-iframe-container { display: none; }#tWGhxC84ufpfqv2iyT6Mt4vzrdCzaw13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tWGhxC84ufpfqv2iyT6Mt4vzrdCzaw13 > .row > .video-iframe-container { display: none; }#tWGhxC84ufpfqv2iyT6Mt4vzrdCzaw13 > .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); }#tWGhxC84ufpfqv2iyT6Mt4vzrdCzaw13 > .row .container { border-width: 0; border-radius: 0; }#tWGhxC84ufpfqv2iyT6Mt4vzrdCzaw13 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWGhxC84ufpfqv2iyT6Mt4vzrdCzaw13 > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#lVSgDxZR0qyV8byWO0FaZKXFuJ7KVBRC { 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; }
#vWxVQwCkrTpMtPua3gK3TbATpwk4VDGk { 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; }
#qPG9HtvxowJfkZdwDAA30RVWCeCzK0rH { 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; }
#Hi5rThToe5BStn7TeeGEbiZplAGLTXAv { 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; }
#mTpHE9UkwK9iO1N5LrXP9hfheOfXQDop { 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; }
#hdMWuO6XbQFPFAbwDITXFyJcI0qTLvIz { 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; }#hdMWuO6XbQFPFAbwDITXFyJcI0qTLvIz > .row .container { background-color: transparent; background-image: none; }#hdMWuO6XbQFPFAbwDITXFyJcI0qTLvIz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdMWuO6XbQFPFAbwDITXFyJcI0qTLvIz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdMWuO6XbQFPFAbwDITXFyJcI0qTLvIz > .row .container > .video-iframe-container { display: none; }#hdMWuO6XbQFPFAbwDITXFyJcI0qTLvIz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdMWuO6XbQFPFAbwDITXFyJcI0qTLvIz > .row > .video-iframe-container { display: none; }#hdMWuO6XbQFPFAbwDITXFyJcI0qTLvIz > .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); }#hdMWuO6XbQFPFAbwDITXFyJcI0qTLvIz > .row .container { border-width: 0; border-radius: 0; }#hdMWuO6XbQFPFAbwDITXFyJcI0qTLvIz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hdMWuO6XbQFPFAbwDITXFyJcI0qTLvIz > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#LOilFXrNlz9vAxnThIUTE9oNOy3Wk1LP { 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; }
#Rus4xnMO9s1IcpnAUPZhB2LQe9DhFmPx { 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; }
#sTWiIXI2aBf0Qrdesz6OwwkIGyXpHBfa { 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; }
#EVyxQ2VqVbDTcVbXfr9T6964TrmH2LEn { 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; }#EVyxQ2VqVbDTcVbXfr9T6964TrmH2LEn > .row .container { background-color: transparent; background-image: none; }#EVyxQ2VqVbDTcVbXfr9T6964TrmH2LEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVyxQ2VqVbDTcVbXfr9T6964TrmH2LEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVyxQ2VqVbDTcVbXfr9T6964TrmH2LEn > .row .container > .video-iframe-container { display: none; }#EVyxQ2VqVbDTcVbXfr9T6964TrmH2LEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVyxQ2VqVbDTcVbXfr9T6964TrmH2LEn > .row > .video-iframe-container { display: none; }#EVyxQ2VqVbDTcVbXfr9T6964TrmH2LEn > .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); }#EVyxQ2VqVbDTcVbXfr9T6964TrmH2LEn > .row .container { border-width: 0; border-radius: 0; }#EVyxQ2VqVbDTcVbXfr9T6964TrmH2LEn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EVyxQ2VqVbDTcVbXfr9T6964TrmH2LEn > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:60rem;position:relative;display:block; }#UPh7zJRJdeadfuTMsoraIq3l7MhiHpI2 { 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; }
#xkxkoqph6sFbT3iN7wEEbMZdbDTI6w5c { 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; }
#WX1CMRURX5ktqvFfPucxqTVl5pofsAod { 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; }
#XMoHMwmc4mBTgzi8uSc88C02vv4zoAhk { 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; }#XMoHMwmc4mBTgzi8uSc88C02vv4zoAhk > .row .container { background-color: transparent; background-image: none; }#XMoHMwmc4mBTgzi8uSc88C02vv4zoAhk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMoHMwmc4mBTgzi8uSc88C02vv4zoAhk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMoHMwmc4mBTgzi8uSc88C02vv4zoAhk > .row .container > .video-iframe-container { display: none; }#XMoHMwmc4mBTgzi8uSc88C02vv4zoAhk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMoHMwmc4mBTgzi8uSc88C02vv4zoAhk > .row > .video-iframe-container { display: none; }#XMoHMwmc4mBTgzi8uSc88C02vv4zoAhk > .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); }#XMoHMwmc4mBTgzi8uSc88C02vv4zoAhk > .row .container { border-width: 0; border-radius: 0; }#XMoHMwmc4mBTgzi8uSc88C02vv4zoAhk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XMoHMwmc4mBTgzi8uSc88C02vv4zoAhk > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#A0xiVZTluiDPVK4d3fTvSF819LuBGL6z { 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; }
#SdIBkKISRn3CQeqoZ2IkAHZJxf1fHvkz { 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; }
#W90xheIoCN4czKy8bMkeDe6LKLyGCMZE { 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; }
#qHuv3SJO8e6pEkGidZXnO2PKEXuaD86k { 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; }#qHuv3SJO8e6pEkGidZXnO2PKEXuaD86k > .row .container { background-color: transparent; background-image: none; }#qHuv3SJO8e6pEkGidZXnO2PKEXuaD86k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHuv3SJO8e6pEkGidZXnO2PKEXuaD86k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHuv3SJO8e6pEkGidZXnO2PKEXuaD86k > .row .container > .video-iframe-container { display: none; }#qHuv3SJO8e6pEkGidZXnO2PKEXuaD86k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qHuv3SJO8e6pEkGidZXnO2PKEXuaD86k > .row > .video-iframe-container { display: none; }#qHuv3SJO8e6pEkGidZXnO2PKEXuaD86k > .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); }#qHuv3SJO8e6pEkGidZXnO2PKEXuaD86k > .row .container { border-width: 0; border-radius: 0; }#qHuv3SJO8e6pEkGidZXnO2PKEXuaD86k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qHuv3SJO8e6pEkGidZXnO2PKEXuaD86k > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#CVL7MJzTMbwDQZiCHwOJuxglZ4JrKZEN { 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; }
#n16sELtB5NAXwTxWJAZOlTuT64Ikv9rT { 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; }
#T5gPQelp47kCZV1e11qm8FR1SGycI23J { 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; }
#JPd779T7DPaNzmCUVxZ2RzDHgbP0NEHZ { 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; }
#B03Dd77xaub2cKN5Tma29U4pURTlgWuX { 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; }
#pTnxCgCzE4qVRSh2EC1p1WPe1bdZpVTD { 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; }#pTnxCgCzE4qVRSh2EC1p1WPe1bdZpVTD > .row .container { background-color: transparent; background-image: none; }#pTnxCgCzE4qVRSh2EC1p1WPe1bdZpVTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTnxCgCzE4qVRSh2EC1p1WPe1bdZpVTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTnxCgCzE4qVRSh2EC1p1WPe1bdZpVTD > .row .container > .video-iframe-container { display: none; }#pTnxCgCzE4qVRSh2EC1p1WPe1bdZpVTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTnxCgCzE4qVRSh2EC1p1WPe1bdZpVTD > .row > .video-iframe-container { display: none; }#pTnxCgCzE4qVRSh2EC1p1WPe1bdZpVTD > .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); }#pTnxCgCzE4qVRSh2EC1p1WPe1bdZpVTD > .row .container { border-width: 0; border-radius: 0; }#pTnxCgCzE4qVRSh2EC1p1WPe1bdZpVTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTnxCgCzE4qVRSh2EC1p1WPe1bdZpVTD > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#EfxDXRas8cQAMPEON8S2zNtedN3FVSxg { 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.9375rem;left:6.0625rem;overflow:hidden;display:block; }
#HxWLFPpgNzVTNPTft4tr6D7dUe1xzm4U { 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:17rem;left:31.6875rem;overflow:hidden;display:block; }
#ATE3kDPEUTec8nAtn4iE1Ilkl3m970vb { 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:3.25rem;left:44.5625rem;overflow:hidden;display:block; }
#znkV58TH3E7UsJ4bPvtk4eyoCoL1qO3i { 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:3.25rem;left:34rem;overflow:hidden;display:block; }
#Wdke9TrLOPi0WdhF0aNzx4F5gWGS2b9V { 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; }#Wdke9TrLOPi0WdhF0aNzx4F5gWGS2b9V > .row .container { background-color: transparent; background-image: none; }#Wdke9TrLOPi0WdhF0aNzx4F5gWGS2b9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wdke9TrLOPi0WdhF0aNzx4F5gWGS2b9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wdke9TrLOPi0WdhF0aNzx4F5gWGS2b9V > .row .container > .video-iframe-container { display: none; }#Wdke9TrLOPi0WdhF0aNzx4F5gWGS2b9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wdke9TrLOPi0WdhF0aNzx4F5gWGS2b9V > .row > .video-iframe-container { display: none; }#Wdke9TrLOPi0WdhF0aNzx4F5gWGS2b9V > .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); }#Wdke9TrLOPi0WdhF0aNzx4F5gWGS2b9V > .row .container { border-width: 0; border-radius: 0; }#Wdke9TrLOPi0WdhF0aNzx4F5gWGS2b9V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wdke9TrLOPi0WdhF0aNzx4F5gWGS2b9V > .row .container { font-size:0.875rem;font-family:arial;height:47.875rem;width:60rem;position:relative;display:block; }#TdEBrCPnMOARRbpsZDm31sJF7dT7l3Fn { 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; }
#Pf0TeWlvMcEWGGtP7qvEgvSbpRF2VVKl { 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; }
#ItQEmp8PrJXZJTa0vvRL32TG85NK4vNg { 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; }
#UZiftKHASQRfbQzHoDcmUHWaF52MrmTw { 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; }
#MPSp7lx22T8mbCVRAabWlctlAETvTa5n { 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; }
#oqnUQ96DlcypzBKwaHt92kypgnrAGdWs { 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; }
#K4nSgQBTLVbvhsnGJETpQoB0KdkPt7bM { 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; }#K4nSgQBTLVbvhsnGJETpQoB0KdkPt7bM > .row .container { background-color: transparent; background-image: none; }#K4nSgQBTLVbvhsnGJETpQoB0KdkPt7bM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4nSgQBTLVbvhsnGJETpQoB0KdkPt7bM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4nSgQBTLVbvhsnGJETpQoB0KdkPt7bM > .row .container > .video-iframe-container { display: none; }#K4nSgQBTLVbvhsnGJETpQoB0KdkPt7bM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4nSgQBTLVbvhsnGJETpQoB0KdkPt7bM > .row > .video-iframe-container { display: none; }#K4nSgQBTLVbvhsnGJETpQoB0KdkPt7bM > .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); }#K4nSgQBTLVbvhsnGJETpQoB0KdkPt7bM > .row .container { border-width: 0; border-radius: 0; }#K4nSgQBTLVbvhsnGJETpQoB0KdkPt7bM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K4nSgQBTLVbvhsnGJETpQoB0KdkPt7bM > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:60rem;position:relative;display:block; }#q9cLueaD3uPItLTtfRRQX5fnQNJiE56c { 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; }
#DGESTNlaDfnH2ZQ3xhtrD6wdwzSLEMsu { 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; }
#gX8aeRDH29sxaDQxsqZghskF5afL2Ola { 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; }
#T2tRNGFnQ8VMSi2WvzUeTuwWJmVzv45J { 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; }
#o9xUgAlwL8zkMJytlOZRfQsIQlQnsnpf { 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; }#o9xUgAlwL8zkMJytlOZRfQsIQlQnsnpf > .row .container { background-color: transparent; background-image: none; }#o9xUgAlwL8zkMJytlOZRfQsIQlQnsnpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9xUgAlwL8zkMJytlOZRfQsIQlQnsnpf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9xUgAlwL8zkMJytlOZRfQsIQlQnsnpf > .row .container > .video-iframe-container { display: none; }#o9xUgAlwL8zkMJytlOZRfQsIQlQnsnpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o9xUgAlwL8zkMJytlOZRfQsIQlQnsnpf > .row > .video-iframe-container { display: none; }#o9xUgAlwL8zkMJytlOZRfQsIQlQnsnpf > .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); }#o9xUgAlwL8zkMJytlOZRfQsIQlQnsnpf > .row .container { border-width: 0; border-radius: 0; }#o9xUgAlwL8zkMJytlOZRfQsIQlQnsnpf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o9xUgAlwL8zkMJytlOZRfQsIQlQnsnpf > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#duQQDQwpe2FJtWWidJe4oX6FtJvmtXfN { 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; }
#KG0I8Tp8UPsBv2o8WrORfFDWUxOEtcGV { 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; }
#dtTVx8oAtpmqFEtXATMMzxuPAOxbOsTq { 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; }
#rVIFP3EymUyNN1hBrTLGv8SKU8viD2DL { 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; }#rVIFP3EymUyNN1hBrTLGv8SKU8viD2DL > .row .container { background-color: transparent; background-image: none; }#rVIFP3EymUyNN1hBrTLGv8SKU8viD2DL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVIFP3EymUyNN1hBrTLGv8SKU8viD2DL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVIFP3EymUyNN1hBrTLGv8SKU8viD2DL > .row .container > .video-iframe-container { display: none; }#rVIFP3EymUyNN1hBrTLGv8SKU8viD2DL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rVIFP3EymUyNN1hBrTLGv8SKU8viD2DL > .row > .video-iframe-container { display: none; }#rVIFP3EymUyNN1hBrTLGv8SKU8viD2DL > .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); }#rVIFP3EymUyNN1hBrTLGv8SKU8viD2DL > .row .container { border-width: 0; border-radius: 0; }#rVIFP3EymUyNN1hBrTLGv8SKU8viD2DL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rVIFP3EymUyNN1hBrTLGv8SKU8viD2DL > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;position:relative;display:block; }#eF0otuZf6TKqBqFpAJ4B7xnKnppbFirX { 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; }
#SHok42eU7RcTr00mzfcHXmvJAGzydyqb { 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; }
#Wth3pXxc5mgXtfW8L0SazvAIBtlsQgkZ { 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; }#Wth3pXxc5mgXtfW8L0SazvAIBtlsQgkZ > .row .container { background-color: transparent; background-image: none; }#Wth3pXxc5mgXtfW8L0SazvAIBtlsQgkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wth3pXxc5mgXtfW8L0SazvAIBtlsQgkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wth3pXxc5mgXtfW8L0SazvAIBtlsQgkZ > .row .container > .video-iframe-container { display: none; }#Wth3pXxc5mgXtfW8L0SazvAIBtlsQgkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wth3pXxc5mgXtfW8L0SazvAIBtlsQgkZ > .row > .video-iframe-container { display: none; }#Wth3pXxc5mgXtfW8L0SazvAIBtlsQgkZ > .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); }#Wth3pXxc5mgXtfW8L0SazvAIBtlsQgkZ > .row .container { border-width: 0; border-radius: 0; }#Wth3pXxc5mgXtfW8L0SazvAIBtlsQgkZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wth3pXxc5mgXtfW8L0SazvAIBtlsQgkZ > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:60rem;position:relative;display:block; }#iQOEQ3Hod3FXL8qnwpukIJ73kSCzATlH { 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; }
#izuAH4ATJFtiidB8bnsr7hnRmRPMKovS { 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; }
#EKFgTrqhwcx1gg8HTNDXzvTzieOvPnI3 { 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; }
#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.375rem;width:22rem;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.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; }
#OqE8kJnkelnCpWWWNe1HAinODZNHVCf8 { 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; }#OqE8kJnkelnCpWWWNe1HAinODZNHVCf8 > .row .container { background-color: transparent; background-image: none; }#OqE8kJnkelnCpWWWNe1HAinODZNHVCf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqE8kJnkelnCpWWWNe1HAinODZNHVCf8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqE8kJnkelnCpWWWNe1HAinODZNHVCf8 > .row .container > .video-iframe-container { display: none; }#OqE8kJnkelnCpWWWNe1HAinODZNHVCf8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqE8kJnkelnCpWWWNe1HAinODZNHVCf8 > .row > .video-iframe-container { display: none; }#OqE8kJnkelnCpWWWNe1HAinODZNHVCf8 > .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); }#OqE8kJnkelnCpWWWNe1HAinODZNHVCf8 > .row .container { border-width: 0; border-radius: 0; }#OqE8kJnkelnCpWWWNe1HAinODZNHVCf8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OqE8kJnkelnCpWWWNe1HAinODZNHVCf8 > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;position:relative;display:block; }#gQIQFO0No2STiCAxRswzCFccdrROSi1u { 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; }
#BNzJr2SuFICqeWrl26sobUDHP3g4Z2eG { 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; }
#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:18.125rem;width:13.5rem;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:18rem;width:13.5rem;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:18.125rem;width:13.5rem;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:18.1875rem;width:13.5rem;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.875rem;width:27.875rem;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.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; }
#U6BpaW3oTRzIGHmUfe0macdwnTe2xOZ7 { 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; }#U6BpaW3oTRzIGHmUfe0macdwnTe2xOZ7 > .row .container { background-color: transparent; background-image: none; }#U6BpaW3oTRzIGHmUfe0macdwnTe2xOZ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6BpaW3oTRzIGHmUfe0macdwnTe2xOZ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6BpaW3oTRzIGHmUfe0macdwnTe2xOZ7 > .row .container > .video-iframe-container { display: none; }#U6BpaW3oTRzIGHmUfe0macdwnTe2xOZ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6BpaW3oTRzIGHmUfe0macdwnTe2xOZ7 > .row > .video-iframe-container { display: none; }#U6BpaW3oTRzIGHmUfe0macdwnTe2xOZ7 > .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); }#U6BpaW3oTRzIGHmUfe0macdwnTe2xOZ7 > .row .container { border-width: 0; border-radius: 0; }#U6BpaW3oTRzIGHmUfe0macdwnTe2xOZ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U6BpaW3oTRzIGHmUfe0macdwnTe2xOZ7 > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:block; }#kCPISLUHERDCF1oo4b6IJOin4L9lgd3V { 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; }
#tIBqz7ZVdHyoGQaoFpg06db4OJyheTlJ { 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; }
#emgCHyB7ZCME9bsNRfJuL2JTNzsW3yIG { 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; }
#murlIaMm6ugSyxo8aHKfhgsS0VgavXM8 { 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; }
#nhEUGaUswrhFTqOzmT9vZxqUI5qTEH2t { 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; }
#ot1gZnHO6Q7KV5Kxw8d0dw03eNWJtAHr { 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; }
#l3gRhTkgq0Ma48vT3aXaMHpzG8QinUA9 { 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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-form-header { font-size:0.875rem; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-input-text {padding-top: 0; padding-bottom: 0;}#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-input-select {padding-top: 0; padding-bottom: 0;}#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi [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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi [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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi [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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi [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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-container:first-of-type{padding-top:0;}#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-container:last-of-type{padding-bottom:0;}#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi  { 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.3125rem;top:4.3125rem;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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.8125rem;display:block;vertical-align:top; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi {display:block;}#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi { 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.3125rem;top:4.3125rem;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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #wl6BinW1msw2bhOzly7ErJ1wwqKMT0Ju { position:relative; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #FLIlJwwdDZ0JoJGci7Ir1b8WS2t1387t { position:relative;display:block; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #IRaJazakiC3IwK0oleLbvhbTmbcryzZN { position:relative; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #mQFXf9hUx1eg6P2wCTlZKwOufpCr4WTz { position:relative; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #Vbgx8GffO3QekLMWOEo6bBCna3JSPJxq { position:relative;display:block; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #qaQdiv49Op6a3aZxugBagFfKS0m1Xoos { position:relative; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #v5nXliKJIprTdMGyiNTkBbTLPW4BET8Q { position:relative; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #A4Gx5eHUQOsHQgxzB2dgK26pEV9FheR0 { position:relative;display:block; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #sw5WLn5zt11S385J1JN9TB7rXssHrPbD { position:relative; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #bHC8K9TIBnVQfE6D6yTvpINJl9zhszzJ { position:relative; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #yI4OGuw5fNe9EHn4nfwlTTB04ir5l75R { position:relative;display:block; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #oJwdA1vT4TLMsFzLbVWEDGvRSzGB47dU { position:relative; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #VaafqbywkKgsSWEBpSJPG2zfHt0ekmIz { position:relative; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #eLfT6fLk1quz7B5w3rfCUcpOSz9gazVA { position:relative;z-index:2; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #mMDvWRbqTBaabbC7mUabq5K4PFH1q5Ur { position:relative; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #B0Sh04TemRlUrWpxEAsQ64lJ3NlTh1BU { position:relative; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #FcNva1BzxRx3WleRxdD7SHGPSaF4fKpp { position:relative;z-index:2; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #Rk75cTUaEJb0wqkNUEb69ag4kmWa5wmT { position:relative; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #hhg5W4NL6pT8H7GneQhbr2QM55Ta3Qux { position:relative; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #kw8cyfQK2tvSa4Crfirlaf1y38cABEL8 { position:relative; }
#ydyif7xnoOhK9hBoERQrb4M9wiVdJ3Z4 { 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; }
#HFCZlD6boMMxeA1pO5MTdyWLtI8lWgWf { 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; }
#THGUq1SOlMrQiGbDKzMPfCTiIG0X2D37 { 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; }
#fthqIWsU1KJsrqKDXwAn6p6BCLAeD3B5 { 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; }
#a1MOrdkg3fNyqIkFiABxyKtzgzhMk9GT { 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; }
#wgtJhhTpfTaA2aS6az5uMah4xokTNlTV { 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; }
#Z0OQOGWlHzH7WyW0ik5Ur7gt0gGS6y1i { 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; }
#D8uHF9pwL8PctzcADsiOgC4rxGBmMdD6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JCo2CDr5LzttI8qQaNffTVRJp4R6gGK2 { 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) { #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) { #XIrCTWf95W0W8cbFDZqIsRQov4dFOAMe { display:none; }#XIrCTWf95W0W8cbFDZqIsRQov4dFOAMe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WHo9T10BM2PeH26TuG248BArbxtTQTW5 { top:5.1875rem;left:17.375rem;width:13rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v30GT9p3wx2DV4TIuqg0WuHSFwEDOlf3 { 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) { #QB9HisRoLkkbevPO6O46ZhNbXVtFIMto { width:11.1875rem;height:2.25rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THOsm7Vk33F2hyr4TaI2Hq32kCxtT4fy { display:block; }
 }@media only screen and (max-width: 763px) { #RpZZdkTT1X0W5iZ66DygGpsPLhd7W8Db { width:11.625rem;height:2.25rem;top:0.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJOk77vefkAQTcR8FCzoT7UIyDd6KHX1 { display:block; }
 }@media only screen and (max-width: 763px) { #uZrpuQhclW27II06XMqzp7y1XBv1ebSE { top:3.4375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLN39J7ymHkBrsso48MCWoLN9c6vU1K5 { display:none; }
 }@media only screen and (max-width: 763px) { #TeE8gwlMARahSc0QoOTbxXaMNO7nyOCd { top:9rem;left:0rem;width:11.5625rem;height:11.75rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUlrbvUllnMhmRT2B28x1kqWolzOsV2v { display:block; }#QUlrbvUllnMhmRT2B28x1kqWolzOsV2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2IhU3zePfWLJ4Moi4p9BAxRqfOCDLKz { top:12.3125rem;left:28.625rem;width:7.5625rem;height:5.8893629753502rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWXOaVgDt41v4EdTeEJBERrIEVbApCmq { top:13.75rem;left:19.6875rem;width:28.0625rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoHaZnrWcqTaU5sMPhVpiqH61gKOeRGb { width:15.3125rem;height:1.5625rem;top:13.5rem;left:32.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO1tAMTEdzZd76fCH824VWwJadT9Vlkv { width:15.3125rem;height:0.0625rem;top:15.1875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTfi1dGzF8zrfTTLcFrR8vSrVrscO6RD { 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) { #srN5DToAueAeVDyisCv8KvGLcpDOL1nw { top:15.6875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RayBLHKwuQe2PDM6erEzc5bFLatIzDwq { width:25.8125rem;height:7.3125rem;top:11.4375rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT4ym6DUkMGl484DJQmaOnxCIpTlxbHU { display:block; }
 }@media only screen and (max-width: 763px) { #giHFZ6USqxaZGpVRWOqrqCmORmBLeClL { display:block; }#giHFZ6USqxaZGpVRWOqrqCmORmBLeClL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MxU1ZokPTQM07a1n3lL49Zv5whNUCpcq { display:block; }#MxU1ZokPTQM07a1n3lL49Zv5whNUCpcq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2NAMKvikWTZZP9EQ1rMVkeQTAysfNfH { top:30.125rem;left:24.1875rem;width:16.9375rem;height:22.729549724437rem;display:block; }
 }@media only screen and (max-width: 763px) { #se1T0NQ0qRrxBUWOFWkbeNHW0bK9TJk7 { top:1.4375rem;left:24.1875rem;width:20.625rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #azh8UT3iGqzH8p9BTucHglfMTKw1VNoL { top:1.5625rem;left:2.9375rem;width:20.3125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsyS3yPwNCxT2xIO5Lp8M9Ecx8T5W9HH { top:29.875rem;left:5.8125rem;width:17.5rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvJC1ndpBff1r5tsLGTa47u9w3mXL5Pf { display:block; }#WvJC1ndpBff1r5tsLGTa47u9w3mXL5Pf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9IEUUlGPcEg4koqCRISlcdkzazArE7K { top:2.625rem;left:30.340730667114rem;width:16.6875rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3BvsTlepwLUTTTcoyIP8GvQ0VJ1GVUL { top:2.6875rem;left:14.124464035034rem;width:15.5625rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDsFeFhASLkhrf6Hx9NkF5sibuRIavTQ { top:2.6875rem;left:0rem;width:16.5rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioTFK42Tnu2dlTrTR9Lq5Ui8VsPwciMG { display:block; }#ioTFK42Tnu2dlTrTR9Lq5Ui8VsPwciMG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sz8Z73EnLwXzTXGvdkRoS1SmoipHEWvy { top:0.6875rem;left:32.9375rem;width:14.8125rem;height:19.853419108224rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhSJeTVXvxGWNCfILdmBEzQygURt1Cvt { top:0.6875rem;left:6.9937839508056rem;width:14.8125rem;height:19.791554357828rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxF5oArc412xWNbDvv0CWJwpAJvBOWWo { top:0.625rem;left:22.806104660034rem;width:14.875rem;height:19.917068006745rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0ZeRkPevH65k9MyhGeeInrkikEArfux { top:0.9375rem;left:0rem;width:12.125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4aTTKpJl9BWLsLgkdRJXRSp87l2eqai { display:block; }#S4aTTKpJl9BWLsLgkdRJXRSp87l2eqai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vn5URcA0TGiiXDNzn4ToZyyoF1c3Pk8w { top:3.4375rem;left:30.9375rem;width:16.8125rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr1AmDvPiPBo4GeU0Azsk6DSzPNxPJGJ { top:3.4375rem;left:0rem;width:16.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk30QD0gqt01Ut5divwCmmvFUez0AaSo { top:6.75rem;left:12.53125rem;width:22.6875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncJ78FKsscRt1b2TxCv07WJnTlKCedHH { display:block; }#ncJ78FKsscRt1b2TxCv07WJnTlKCedHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqp1r2gc5FXPocHVfboEBk9z6xV0FySm { top:1.8125rem;left:34.4375rem;width:13.3125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuNEMEneuQ6W73z9SNsrFikHbEdipmtK { top:1.8125rem;left:23.8125rem;width:13.125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MveTkaKeRPM5UAA0UQSb2ke2Trofsd6n { top:0.625rem;left:0rem;width:27.0625rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXrWrxitbIECIsa4vl2RuK0JuWWGMzJs { display:block; }#iXrWrxitbIECIsa4vl2RuK0JuWWGMzJs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3T7ZddATAw3sLTM5fJVpxihIs115uLO { top:20.3125rem;left:29.75rem;width:12.1875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v85ptIHa82avuVqkXFPbeEE2MLgAbTs1 { top:4.625rem;left:5.75rem;width:22.75rem;height:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q53GvRSLdy0oO8TM5hp13XKkZN4sspRn { top:2rem;left:29.75rem;width:12.25rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bscvKvbJqSGSiTuUkOQFeWv3buDcr2zH { display:block; }#bscvKvbJqSGSiTuUkOQFeWv3buDcr2zH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxe9y2ofFZrKcDNLWPBO1xsK3Zd3FAAa { top:2.5rem;left:33.0625rem;width:13.375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJKbKbsg7C0UinORtSwxKtJtFFClScmR { top:2.5rem;left:1.375rem;width:13.375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzXuMic2l4hHy2TUNXnFTKwuuA10OONy { top:2.5rem;left:17.4375rem;width:13.375rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOUkK6aldqqHpEtaix0XhZK9UWNOuh0p { display:block; }#BOUkK6aldqqHpEtaix0XhZK9UWNOuh0p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emu97VxaRyJnygTIAHwZlfwWqSJr662b { top:20.3125rem;left:29.75rem;width:12.1875rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8cD0Sf9KZAZdHnTws4mh73NnhoJuVpN { top:4.625rem;left:5.75rem;width:22.75rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iogedWHZZNdsOnxhLyTulOH71SMcg6q2 { top:2rem;left:29.75rem;width:12.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7HZPJC2QFX60JRC9CkyhbudLMXqterR { display:block; }#U7HZPJC2QFX60JRC9CkyhbudLMXqterR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kC42ecVFg26xGzotaIh0Ia8eLXS6bPRR { top:2rem;left:0.4375rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJdURnF7lD2M94i8X9xLTEBqOp3q994s { top:3.875rem;left:22.3125rem;width:25.4375rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpzp8M66AS4WyCMvgFa8KZk3Ho92AzT5 { top:24.1875rem;left:6.125rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyMzsmAf0icG4EJQuSNEKZixAXhBbmoL { display:block; }#CyMzsmAf0icG4EJQuSNEKZixAXhBbmoL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6GxGFyJNwZRi0t20Z6QW0nGyyDJEMkG { top:22.5625rem;left:24.8125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5okGgfWyMbiWAooAzdHsnxzs1MAuEnk { top:2rem;left:5.125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyIOoThenhl859R60DCFfFl14qkut2xW { top:2rem;left:24.8125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRJDdOnRycOaWXsFNidV7X7zWGKvP5lr { top:22.5625rem;left:5.125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uodFNBdZbVyE2FleKm9FHxUwWD2PwpE0 { display:block; }#uodFNBdZbVyE2FleKm9FHxUwWD2PwpE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7O9nDLZiNbDsxUsHamzvZy4g9dQfzW6 { top:2.0625rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLTLai6meBfntxoLk2rQGSvrbGKAl0xG { top:2.0625rem;left:15.3125rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8hKzwvhQsLVBFeChrSdSzuFShtJGz7m { top:2.0625rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScDH61w0XHarQrKbcxUiwPQBBHonGHr8 { display:block; }#ScDH61w0XHarQrKbcxUiwPQBBHonGHr8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDsTM4LH5WH8ZzAVlUl1tmDqbxoen76l { top:3.75rem;left:29.9375rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cukT954uGVWPPmqKgx3OwWFsS4CKF3W7 { top:3.75rem;left:0rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7rJL5kpnLgfz9Myst6opyfkuxHqg4mr { top:3.75rem;left:14.96875rem;width:17.8125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNxR4zqq3BcZLcrZ3q7L3X9OhlhDnpd { display:block; }#iTNxR4zqq3BcZLcrZ3q7L3X9OhlhDnpd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0ilndN4A4ZsphrAJvTa9WZVaZQEZ0RE { top:1.25rem;left:0rem;width:14.25rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU8wqC0OI4M15CZSOIySZRcruLAbQkWk { top:1.0625rem;left:9.2496452331544rem;width:14.1875rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcxww1kMEU9lQ5tBSBJL7t5pWtElcGIe { top:1.25rem;left:24.311786651611rem;width:14.25rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbJHpgIkJ0xfiN4JZ5UoGT7D6yuxxkIm { top:1.1875rem;left:33.5625rem;width:14.1875rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt4prhJ87vhJ2JHEF8eTCKitQ0Wpc2mx { display:block; }#pt4prhJ87vhJ2JHEF8eTCKitQ0Wpc2mx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RU9seznUnwcNa7bLsRtZl3h890GdJIEV { top:21.25rem;left:24.644706726074rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQHv0qENXULPiz9T5ezHV24ZzGdvb3To { top:1.25rem;left:33.4375rem;width:13.9375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSsaoVKQCfvasno8QvWO7bgEAbg6qkIv { top:1.25rem;left:24.646896160629rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QssNWJO88TTS2GtcEoKRl7VvyxVEhisN { top:1.25rem;left:0rem;width:28.875rem;height:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnBqFpHl6L0QTaZoFCiuANhN0ICpVfcu { top:21.3125rem;left:33.75rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1EJCW5KTG2S4bHq3PDz7x1LXqwTHNpZ { display:block; }#e1EJCW5KTG2S4bHq3PDz7x1LXqwTHNpZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTwNGtWlPlzv9z1CkQ0wRI9I8LiBMX6w { top:1.25rem;left:0rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #syhh61OkRK0rITqTP6RhNBP3xUVbTc6z { top:1.25rem;left:14.5rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #twIgCMJPvJFkvzgGZrrMnLuL8PVTvEvb { top:1.25rem;left:29rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyvBM8ydHWdtnsmwR3KkLxywmrXS8sDT { display:block; }#VyvBM8ydHWdtnsmwR3KkLxywmrXS8sDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hpo456qeCvKaNREJpKs77NceRVUiWbFn { top:5.5rem;left:0rem;width:32.25rem;height:24.140543125676rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fruzl3STKJLV0eozAv6gkdvxge0sIu5r { top:17.5rem;left:29rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2xkVsR2F3aIczQM57TsqFsWKb2zTelq { top:2.125rem;left:29rem;width:18.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3nMkF1O2U9xe9aZDeowHE1PXuDZru1x { display:block; }#l3nMkF1O2U9xe9aZDeowHE1PXuDZru1x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFZD1cGHlffy6GcOxDAwulqOaDrQC6nb { top:3.5rem;left:11.5625rem;width:15.3125rem;height:20.4368125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylPtOl1cLmCnlp145HdWTgGO2R02Ud9m { top:3.5rem;left:0rem;width:15.1875rem;height:20.353805826854rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAklx6LyJrrVM97mzAsGCz1lBsJkdbR3 { top:25.375rem;left:0rem;width:25rem;height:18.6869375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGKlZVuDXHW6rr9bxxHU4bTQTbWJ4Egk { top:25.375rem;left:32.5625rem;width:15.1875rem;height:20.353805826854rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqB83fQ30KAfDJr6umRlTUTR5kEsau6U { top:25.375rem;left:21.25rem;width:15.25rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol5SLbkNVJBNE3Oda5hmf9Z8MsZESvUC { top:5.625rem;left:23.25rem;width:24.4375rem;height:18.203268937394rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPfqXdf3l6hxPZoT1paZK3xHpbNXC29A { display:block; }#lPfqXdf3l6hxPZoT1paZK3xHpbNXC29A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xq4lT3ThGU3EexENhricq1O2deTB2gX9 { top:1.25rem;left:0rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWaEVGJzQDox6IHpiEn2WgNTdLvuFMVR { top:1.25rem;left:14.5rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlu8u31umXqmllGBuu50gspHC1kCGOJs { top:1.25rem;left:29rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGODG4gT8Jt2a0sxxKUdABHnfzoeRriA { top:27.1875rem;left:14.5rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqz2wgCyi6kf6hdffkTMsgXHO72Fgg5I { top:27.1875rem;left:29rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBLxdgvdxm5HKq5TKka2a22LwuVLyM6V { top:27.1875rem;left:0rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNM4eo9Rh3n0TrcRtLzXl8SlX2aoShnV { display:block; }#tNM4eo9Rh3n0TrcRtLzXl8SlX2aoShnV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfax0OSP3nTQMqv0T7nN3DXVO2QWZ4gd { top:4.875rem;left:9.7651337523469rem;width:14.4375rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSlSKf4IBNwKzin08CGovGqhfKdqpuCq { top:4.875rem;left:0rem;width:14.375rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTrwGcZ0sQEvTKTFELtStcL7oCVMGndf { top:25.3125rem;left:0rem;width:20.1875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkVtQ1muXaTngrWM7knEhUAF8ePTVaDV { top:3.4375rem;left:19.75rem;width:27.875rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVR0tVeksQsItUSBvXhnyIm2ZiHG2plu { top:25.3125rem;left:33.375rem;width:14.3125rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSLc2RNSnVIy0M17wDFoHquaZKTv1Os5 { top:25.1875rem;left:16.248046875rem;width:20.625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqJIPdccQW9TSzkupG6s2BfN3y6xPEe4 { display:block; }#PqJIPdccQW9TSzkupG6s2BfN3y6xPEe4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #difiPCzpBRkh8nituVG5cFhWcnlwykpq { top:2.625rem;left:0.16761207580566rem;width:16.125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq1X5JHSTndCdfm1fy2B4Up1cEDP5qbF { top:2.5rem;left:17.25rem;width:29.25rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG6s3IIhizrWSTQPc5MIRHTKfSBvi3Vt { top:25.4375rem;left:32.25rem;width:15.5rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHXRCkkfquKSMXowICHT3OS14TePkb8a { top:25.5rem;left:0rem;width:27.3125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVtxhq10ZdAWpKVaFq3bXJNxaCh8HwwB { top:25.4375rem;left:21.999111175537rem;width:15.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIoaDJrNwcBvGNCcg6SDUg8TaE8eEMpI { display:block; }#TIoaDJrNwcBvGNCcg6SDUg8TaE8eEMpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Df2Pc2fLtgUHfqkzT8w4PezOk5OrlzrL { top:1.25rem;left:4.625rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOt2s6n2zg4PsuuZcdrxkRfT9rp7lNSA { top:1.3125rem;left:24.375rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4epmKQIIkuCyb2LXZpkeP3k70Ont1GD { display:block; }#v4epmKQIIkuCyb2LXZpkeP3k70Ont1GD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTcVGPgcT6Asp2U5eK79ZbLT7NZry5pt { top:1.75rem;left:21.25rem;width:24.0625rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHvdwSwOO6T1690dzEfwFsEI6IdkJ1wU { top:1.75rem;left:2.4375rem;width:18.125rem;height:24.1868125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgvEdPRxhMldOS3BywQn4LiAoRCxoT4s { display:block; }#sgvEdPRxhMldOS3BywQn4LiAoRCxoT4s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOBl1I9o0H7qXlKNZc5Enabh8mieunlR { top:4.875rem;left:9.7651337523469rem;width:14.5rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxrCKgrze5vVBkHiMuKPO0mPffI66orb { top:4.875rem;left:0rem;width:14.4375rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VphZXL2v5im1RTDVq3nGvWOBr1b5lmtc { top:25.3125rem;left:0rem;width:20.3125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd3eZp0y4ZuyJlIJRqOxMJ4REsSJeLsu { top:3.4375rem;left:19.75rem;width:27.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX14UfzaCXe7Wft9W8dJ7JuHTzBE5Ptk { top:25.3125rem;left:33.375rem;width:14.375rem;height:19.1868125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezcV2pe2T7xwZEFndoWdycVZ2KOrDvCL { top:25.1875rem;left:16.248046875rem;width:20.625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdflGK4FVBzBnTMnyWd9TVGTTgDkG4Fl { display:block; }#TdflGK4FVBzBnTMnyWd9TVGTTgDkG4Fl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaZ5ZwvVpVKqeKBt5Wfrk0yQpq27gDxS { top:4.9375rem;left:8.6539421081544rem;width:23.625rem;height:17.641063046352rem;display:block; }
 }@media only screen and (max-width: 763px) { #qARgZG6OAfORrGqeyd77PnaLAGVdnDp2 { top:1.25rem;left:29rem;width:18.75rem;height:25.1243125rem;display:block; }
 }@media only screen and (max-width: 763px) { #df9WHMO8NqE2nupzvZr2brRmWDZhUJF0 { top:3.5625rem;left:0rem;width:12.0625rem;height:21.638703921831rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm9vcoDCVtgt41svTWa6hEsSBtMrS0SZ { display:block; }#pm9vcoDCVtgt41svTWa6hEsSBtMrS0SZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAglqQdG9oR8P8uMRyBwChzUU3oy5iWC { top:2.5rem;left:22.625rem;width:21.3125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTfC88WT7avp6pGNGo7RctIbvOkWkuPJ { top:2.5rem;left:0.62304496765137rem;width:21.3125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL0v2WkSDJiU6PdZpCzcb2wT6GZ5EaIl { top:19.0625rem;left:0.77752113342287rem;width:21.3125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1a2gTSnzPJ7ZWMErRLsSMqJIyrGRAbz { top:19.0625rem;left:22.705787658691rem;width:21.25rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb0EzZqVXJGmUWfQIZhR3nHFRsv46RP6 { display:block; }#Sb0EzZqVXJGmUWfQIZhR3nHFRsv46RP6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceREU2fJSAJyA4doCmUAOVfQx5iXPuRw { top:5.6875rem;left:1.6747618926328rem;width:14rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mibh9Eo4D0XvOtwUeNIDEOQDxCwvty1R { top:2.5rem;left:17.25rem;width:29.4375rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz6KlT2g36aRT3BkE6101ESmREoI78uq { top:25.5625rem;left:30.625rem;width:15.5625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrsJ3UJdHCwrKMiUasuiq56al9ttvZ02 { top:25.5625rem;left:1.625rem;width:27.5rem;height:20.515590915069rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI6nIRBSgP6tSsfzSwzODGD1TZdqIhrV { display:block; }#TI6nIRBSgP6tSsfzSwzODGD1TZdqIhrV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DISyTkPa6QTmurlAHp9PP6taTEy6TXkS { top:7.8125rem;left:17.125rem;width:30.625rem;height:22.89037773374rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvI2Hhavu7iGcBG3u3pV8AcwTydrigRQ { top:2.5625rem;left:0rem;width:20.625rem;height:15.328453839042rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwTVeNLJNJ8NWlNFwy5qwpOzsx4idkh { top:18.75rem;left:0rem;width:20.9375rem;height:15.640716426484rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNqTX9XWfwzGq3DRKEuyL9fqwtwvMa7n { display:block; }#bNqTX9XWfwzGq3DRKEuyL9fqwtwvMa7n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEODoJM82nDs4lunXMpc8f7q9Os1HDEO { top:6.625rem;left:9.8125rem;width:13.3125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qke4QNoXzTwg8H0BvUeFNSrJHcXyuCXS { top:6.625rem;left:0rem;width:13.3125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORBKlTuEkV6SrRiG6MmXU8ak58kNqgAt { top:3.6875rem;left:19.75rem;width:27.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHTZdsXTPAt5rZG1uoObhmappVDQ9m6W { top:25.375rem;left:24.5rem;width:15.625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEyZw4Tt14mtqAxbdS0RQCman3aMDxlL { top:25.3125rem;left:7.5619659423825rem;width:15.625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp0hh15IfMovrPvWtQJzvJeL3XdWelhH { display:block; }#kp0hh15IfMovrPvWtQJzvJeL3XdWelhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FP1EJtrHMyAWqJ81c5fmOQeOkHyvRlFf { top:2.8125rem;left:14.6875rem;width:18.3125rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL02huLWUGvhPoIpQykss8qsfVug818Q { top:5.5rem;left:0rem;width:14.375rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk6clmpbFCevEnJwiamM1RyJ5sHFRcFb { top:4.6875rem;left:32.125rem;width:15.625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLORaFV82T2NASd2PkAH4tQgHuRuLTuE { display:block; }#GLORaFV82T2NASd2PkAH4tQgHuRuLTuE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gowH2gJOtp3iHiXkTvcvd0kpXInKvZSK { top:6.625rem;left:9.8125rem;width:13.3125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AimeQxEXz1O17XLQULUJmq0Lbuet2MCT { top:6.625rem;left:0rem;width:13.3125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtxyhpPM6gArIOq2BUwHH2hIHXPN8trK { top:25.5rem;left:0rem;width:23.125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXA0EpzVuFrUnfB1JAOJ5XlSLTJJmXT7 { top:3.6875rem;left:19.75rem;width:27.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5QB11LE5tC2kerJ4V10AyZcCuXEOQPX { top:25.375rem;left:24.5rem;width:15.625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWGhxC84ufpfqv2iyT6Mt4vzrdCzaw13 { display:block; }#tWGhxC84ufpfqv2iyT6Mt4vzrdCzaw13 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVSgDxZR0qyV8byWO0FaZKXFuJ7KVBRC { top:6.625rem;left:9.8125rem;width:13.375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWxVQwCkrTpMtPua3gK3TbATpwk4VDGk { top:6.625rem;left:0rem;width:13.375rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPG9HtvxowJfkZdwDAA30RVWCeCzK0rH { top:25.5rem;left:0rem;width:23.1875rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi5rThToe5BStn7TeeGEbiZplAGLTXAv { top:3.6875rem;left:19.75rem;width:28rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTpHE9UkwK9iO1N5LrXP9hfheOfXQDop { top:25.375rem;left:24.5rem;width:15.625rem;height:20.916461150466rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdMWuO6XbQFPFAbwDITXFyJcI0qTLvIz { display:block; }#hdMWuO6XbQFPFAbwDITXFyJcI0qTLvIz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOilFXrNlz9vAxnThIUTE9oNOy3Wk1LP { top:2.0625rem;left:0.1875rem;width:23.8125rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rus4xnMO9s1IcpnAUPZhB2LQe9DhFmPx { top:4rem;left:25.6875rem;width:15.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTWiIXI2aBf0Qrdesz6OwwkIGyXpHBfa { top:17.4375rem;left:25.625rem;width:21.875rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVyxQ2VqVbDTcVbXfr9T6964TrmH2LEn { display:block; }#EVyxQ2VqVbDTcVbXfr9T6964TrmH2LEn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPh7zJRJdeadfuTMsoraIq3l7MhiHpI2 { top:3.5625rem;left:16.75rem;width:30.9375rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkxkoqph6sFbT3iN7wEEbMZdbDTI6w5c { top:24rem;left:0rem;width:21.3125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX1CMRURX5ktqvFfPucxqTVl5pofsAod { top:7.0625rem;left:0rem;width:21.3125rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMoHMwmc4mBTgzi8uSc88C02vv4zoAhk { display:block; }#XMoHMwmc4mBTgzi8uSc88C02vv4zoAhk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0xiVZTluiDPVK4d3fTvSF819LuBGL6z { top:2.0625rem;left:5rem;width:23.8125rem;height:31.792473081686rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdIBkKISRn3CQeqoZ2IkAHZJxf1fHvkz { top:20.1875rem;left:30.5625rem;width:9.6875rem;height:12.978706312422rem;display:block; }
 }@media only screen and (max-width: 763px) { #W90xheIoCN4czKy8bMkeDe6LKLyGCMZE { top:2.8125rem;left:30.5625rem;width:12.1875rem;height:16.312125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHuv3SJO8e6pEkGidZXnO2PKEXuaD86k { display:block; }#qHuv3SJO8e6pEkGidZXnO2PKEXuaD86k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVL7MJzTMbwDQZiCHwOJuxglZ4JrKZEN { top:5.75rem;left:10.03125rem;width:13.4375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n16sELtB5NAXwTxWJAZOlTuT64Ikv9rT { top:5.75rem;left:0rem;width:13.4375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5gPQelp47kCZV1e11qm8FR1SGycI23J { top:24.625rem;left:0rem;width:27.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPd779T7DPaNzmCUVxZ2RzDHgbP0NEHZ { top:2.8125rem;left:19.5625rem;width:28.125rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B03Dd77xaub2cKN5Tma29U4pURTlgWuX { top:24.5rem;left:19.625rem;width:21.8125rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTnxCgCzE4qVRSh2EC1p1WPe1bdZpVTD { display:block; }#pTnxCgCzE4qVRSh2EC1p1WPe1bdZpVTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfxDXRas8cQAMPEON8S2zNtedN3FVSxg { top:1.9375rem;left:0rem;width:23.9375rem;height:31.979566415619rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxWLFPpgNzVTNPTft4tr6D7dUe1xzm4U { top:17rem;left:25.5625rem;width:22.1875rem;height:16.624625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATE3kDPEUTec8nAtn4iE1Ilkl3m970vb { top:3.25rem;left:38.375rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #znkV58TH3E7UsJ4bPvtk4eyoCoL1qO3i { top:3.25rem;left:27.875rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdke9TrLOPi0WdhF0aNzx4F5gWGS2b9V { display:block; }#Wdke9TrLOPi0WdhF0aNzx4F5gWGS2b9V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdEBrCPnMOARRbpsZDm31sJF7dT7l3Fn { top:5.75rem;left:10.03125rem;width:13.4375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf0TeWlvMcEWGGtP7qvEgvSbpRF2VVKl { top:24.625rem;left:24.71875rem;width:13.4375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItQEmp8PrJXZJTa0vvRL32TG85NK4vNg { top:5.75rem;left:0rem;width:13.4375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZiftKHASQRfbQzHoDcmUHWaF52MrmTw { top:24.6875rem;left:34.25rem;width:13.4375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPSp7lx22T8mbCVRAabWlctlAETvTa5n { top:24.625rem;left:0rem;width:27.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqnUQ96DlcypzBKwaHt92kypgnrAGdWs { top:2.8125rem;left:19.5625rem;width:28.125rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4nSgQBTLVbvhsnGJETpQoB0KdkPt7bM { display:block; }#K4nSgQBTLVbvhsnGJETpQoB0KdkPt7bM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9cLueaD3uPItLTtfRRQX5fnQNJiE56c { top:1.375rem;left:0rem;width:24.0625rem;height:32.1244375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGESTNlaDfnH2ZQ3xhtrD6wdwzSLEMsu { top:3.625rem;left:21.6875rem;width:14.5625rem;height:10.953039326299rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX8aeRDH29sxaDQxsqZghskF5afL2Ola { top:15.625rem;left:21.6875rem;width:22.3125rem;height:16.640340736096rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2tRNGFnQ8VMSi2WvzUeTuwWJmVzv45J { top:3.625rem;left:33.1875rem;width:14.5625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9xUgAlwL8zkMJytlOZRfQsIQlQnsnpf { display:block; }#o9xUgAlwL8zkMJytlOZRfQsIQlQnsnpf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duQQDQwpe2FJtWWidJe4oX6FtJvmtXfN { top:3.75rem;left:22.6875rem;width:21.625rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG0I8Tp8UPsBv2o8WrORfFDWUxOEtcGV { top:3.75rem;left:3.5rem;width:18.1875rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTVx8oAtpmqFEtXATMMzxuPAOxbOsTq { top:19.1875rem;left:3.375rem;width:18rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVIFP3EymUyNN1hBrTLGv8SKU8viD2DL { display:block; }#rVIFP3EymUyNN1hBrTLGv8SKU8viD2DL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eF0otuZf6TKqBqFpAJ4B7xnKnppbFirX { top:2.625rem;left:0.84375rem;width:21.9375rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHok42eU7RcTr00mzfcHXmvJAGzydyqb { top:2.625rem;left:23.84375rem;width:21.9375rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wth3pXxc5mgXtfW8L0SazvAIBtlsQgkZ { display:block; }#Wth3pXxc5mgXtfW8L0SazvAIBtlsQgkZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQOEQ3Hod3FXL8qnwpukIJ73kSCzATlH { top:3.75rem;left:22.6875rem;width:21.6875rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #izuAH4ATJFtiidB8bnsr7hnRmRPMKovS { top:3.75rem;left:3.5rem;width:18.25rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKFgTrqhwcx1gg8HTNDXzvTzieOvPnI3 { top:19.1875rem;left:3.375rem;width:18.1875rem;height:13.515877096397rem;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:22rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfGMxCgdPRv0c8Bl29Zi1GKhvqXC8P9A { 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) { #OqE8kJnkelnCpWWWNe1HAinODZNHVCf8 { display:block; }#OqE8kJnkelnCpWWWNe1HAinODZNHVCf8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQIQFO0No2STiCAxRswzCFccdrROSi1u { top:2.625rem;left:0.84375rem;width:22.125rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNzJr2SuFICqeWrl26sobUDHP3g4Z2eG { top:2.625rem;left:23.84375rem;width:22.125rem;height:29.5625rem;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.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxNdDUJbB94J8oOnlO1d9Znv1vDtN2Sl { top:24.625rem;left:24.71875rem;width:13.5rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #REy6Uocms4N2BDMJS3g9B02ZxmyEIJUm { top:5.75rem;left:0rem;width:13.5rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPMT82I7y2SqOPhgZyl3ds7nUGHWWdR9 { top:24.6875rem;left:34.25rem;width:13.5rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtcks5riZuTzcbMo2aNXxLDF7donPWDu { top:24.625rem;left:0rem;width:27.875rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kocKk5hQeOkDgCqIzqCUa7ApsIdM08VL { 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) { #U6BpaW3oTRzIGHmUfe0macdwnTe2xOZ7 { display:block; }#U6BpaW3oTRzIGHmUfe0macdwnTe2xOZ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCPISLUHERDCF1oo4b6IJOin4L9lgd3V { width:23.5rem;height:2.8125rem;top:3.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIBqz7ZVdHyoGQaoFpg06db4OJyheTlJ { width:23.75rem;height:1.4375rem;top:2.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #emgCHyB7ZCME9bsNRfJuL2JTNzsW3yIG { 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) { #murlIaMm6ugSyxo8aHKfhgsS0VgavXM8 { top:15.875rem;left:0rem;width:22.9375rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhEUGaUswrhFTqOzmT9vZxqUI5qTEH2t { top:17.0625rem;left:0rem;width:22.9375rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot1gZnHO6Q7KV5Kxw8d0dw03eNWJtAHr { 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) { #l3gRhTkgq0Ma48vT3aXaMHpzG8QinUA9 { top:21.9375rem;left:0rem;width:23.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-input-text {padding-top: 0; padding-bottom: 0;}#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-input-select {padding-top: 0; padding-bottom: 0;}#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-checkbox-label { width:15.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi  { width:16.6875rem;height:auto;top:0.75rem;left:26.280185699463rem; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi {display:block;}#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi { width:16.6875rem;height:auto;top:0.75rem;left:26.280185699463rem; }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #wl6BinW1msw2bhOzly7ErJ1wwqKMT0Ju {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #FLIlJwwdDZ0JoJGci7Ir1b8WS2t1387t { display:block; }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #IRaJazakiC3IwK0oleLbvhbTmbcryzZN {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #mQFXf9hUx1eg6P2wCTlZKwOufpCr4WTz {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #Vbgx8GffO3QekLMWOEo6bBCna3JSPJxq { display:block; }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #qaQdiv49Op6a3aZxugBagFfKS0m1Xoos {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #v5nXliKJIprTdMGyiNTkBbTLPW4BET8Q {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #A4Gx5eHUQOsHQgxzB2dgK26pEV9FheR0 { display:block; }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #sw5WLn5zt11S385J1JN9TB7rXssHrPbD {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #bHC8K9TIBnVQfE6D6yTvpINJl9zhszzJ {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #yI4OGuw5fNe9EHn4nfwlTTB04ir5l75R { display:block; }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #oJwdA1vT4TLMsFzLbVWEDGvRSzGB47dU {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #VaafqbywkKgsSWEBpSJPG2zfHt0ekmIz {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #eLfT6fLk1quz7B5w3rfCUcpOSz9gazVA {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #mMDvWRbqTBaabbC7mUabq5K4PFH1q5Ur {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #B0Sh04TemRlUrWpxEAsQ64lJ3NlTh1BU {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #FcNva1BzxRx3WleRxdD7SHGPSaF4fKpp {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #Rk75cTUaEJb0wqkNUEb69ag4kmWa5wmT {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #hhg5W4NL6pT8H7GneQhbr2QM55Ta3Qux {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #kw8cyfQK2tvSa4Crfirlaf1y38cABEL8 {  }
 }@media only screen and (max-width: 763px) { #ydyif7xnoOhK9hBoERQrb4M9wiVdJ3Z4 { 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) { #HFCZlD6boMMxeA1pO5MTdyWLtI8lWgWf { 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) { #THGUq1SOlMrQiGbDKzMPfCTiIG0X2D37 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #fthqIWsU1KJsrqKDXwAn6p6BCLAeD3B5 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #a1MOrdkg3fNyqIkFiABxyKtzgzhMk9GT { 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) { #wgtJhhTpfTaA2aS6az5uMah4xokTNlTV { 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) { #Z0OQOGWlHzH7WyW0ik5Ur7gt0gGS6y1i { width:17.5rem;height:3.125rem;top:9.8125rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8uHF9pwL8PctzcADsiOgC4rxGBmMdD6 { display:block; }
 }@media only screen and (max-width: 763px) { #JCo2CDr5LzttI8qQaNffTVRJp4R6gGK2 { 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) { #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) { #XIrCTWf95W0W8cbFDZqIsRQov4dFOAMe { position:relative;z-index:auto;display:block; }#XIrCTWf95W0W8cbFDZqIsRQov4dFOAMe > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHo9T10BM2PeH26TuG248BArbxtTQTW5 { width:13rem;height:3.3125rem;top:3.125rem;left:3.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v30GT9p3wx2DV4TIuqg0WuHSFwEDOlf3 { 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) { #QB9HisRoLkkbevPO6O46ZhNbXVtFIMto { width:11.625rem;height:2.25rem;top:0.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THOsm7Vk33F2hyr4TaI2Hq32kCxtT4fy { display:block; }
 }@media only screen and (max-width: 763px) { #RpZZdkTT1X0W5iZ66DygGpsPLhd7W8Db { 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) { #PJOk77vefkAQTcR8FCzoT7UIyDd6KHX1 { display:block; }
 }@media only screen and (max-width: 763px) { #uZrpuQhclW27II06XMqzp7y1XBv1ebSE { 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) { #WLN39J7ymHkBrsso48MCWoLN9c6vU1K5 { 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) { #TeE8gwlMARahSc0QoOTbxXaMNO7nyOCd { top:9.0562856048344rem;left:4.1867895722389rem;width:11.624625rem;height:11.81588125rem;z-index:15021;font-size:0.8125rem;line-height:2.9;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QUlrbvUllnMhmRT2B28x1kqWolzOsV2v { display:none; }#QUlrbvUllnMhmRT2B28x1kqWolzOsV2v > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g2IhU3zePfWLJ4Moi4p9BAxRqfOCDLKz { width:5.56196875rem;height:4.31196875rem;top:1.4373226165771rem;left:0.68448144197463rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWXOaVgDt41v4EdTeEJBERrIEVbApCmq { 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) { #FoHaZnrWcqTaU5sMPhVpiqH61gKOeRGb { 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) { #tO1tAMTEdzZd76fCH824VWwJadT9Vlkv { width:12.5rem;height:0.12429rem;top:4.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTfi1dGzF8zrfTTLcFrR8vSrVrscO6RD { 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) { #srN5DToAueAeVDyisCv8KvGLcpDOL1nw { width:12.5rem;height:1.298825rem;top:4.5625rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RayBLHKwuQe2PDM6erEzc5bFLatIzDwq { width:20rem;height:6.375rem;top:0.37375831604004rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT4ym6DUkMGl484DJQmaOnxCIpTlxbHU { display:block; }
 }@media only screen and (max-width: 763px) { #giHFZ6USqxaZGpVRWOqrqCmORmBLeClL { display:none; }#giHFZ6USqxaZGpVRWOqrqCmORmBLeClL > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MxU1ZokPTQM07a1n3lL49Zv5whNUCpcq { display:block; }#MxU1ZokPTQM07a1n3lL49Zv5whNUCpcq > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2NAMKvikWTZZP9EQ1rMVkeQTAysfNfH { width:13.9373125rem;height:18.6248125rem;top:14.620025634766rem;left:3.0300070047379rem;display:block; }
 }@media only screen and (max-width: 763px) { #se1T0NQ0qRrxBUWOFWkbeNHW0bK9TJk7 { width:8.8743125rem;height:11.937125rem;top:1.1736507415771rem;left:11.124822020531rem;display:block; }
 }@media only screen and (max-width: 763px) { #azh8UT3iGqzH8p9BTucHglfMTKw1VNoL { width:8.9375rem;height:12rem;top:1.2064952850342rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsyS3yPwNCxT2xIO5Lp8M9Ecx8T5W9HH { width:17.5rem;height:23.375rem;top:34.557874099731rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvJC1ndpBff1r5tsLGTa47u9w3mXL5Pf { display:block; }#WvJC1ndpBff1r5tsLGTa47u9w3mXL5Pf > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9IEUUlGPcEg4koqCRISlcdkzazArE7K { width:12.1244375rem;height:16.25rem;top:14.744317233562rem;left:3.9364346265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3BvsTlepwLUTTTcoyIP8GvQ0VJ1GVUL { width:8.875rem;height:12.8125rem;top:0.93305778503419rem;left:11.124822020531rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDsFeFhASLkhrf6Hx9NkF5sibuRIavTQ { width:9.5625rem;height:12.8125rem;top:0.93359375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioTFK42Tnu2dlTrTR9Lq5Ui8VsPwciMG { display:block; }#ioTFK42Tnu2dlTrTR9Lq5Ui8VsPwciMG > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sz8Z73EnLwXzTXGvdkRoS1SmoipHEWvy { width:10.4368125rem;height:13.9994375rem;top:13.1875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhSJeTVXvxGWNCfILdmBEzQygURt1Cvt { width:8.8125rem;height:11.8125rem;top:0.81231689453125rem;left:-0.067050094148512rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxF5oArc412xWNbDvv0CWJwpAJvBOWWo { width:8.187125rem;height:10.999625rem;top:1.2162599563599rem;left:9.624467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0ZeRkPevH65k9MyhGeeInrkikEArfux { width:7.249625rem;height:11.937125rem;top:13.187145233154rem;left:1.5527342557907rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4aTTKpJl9BWLsLgkdRJXRSp87l2eqai { display:block; }#S4aTTKpJl9BWLsLgkdRJXRSp87l2eqai > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vn5URcA0TGiiXDNzn4ToZyyoF1c3Pk8w { width:8.8125rem;height:11.75rem;top:14.58984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr1AmDvPiPBo4GeU0Azsk6DSzPNxPJGJ { width:8.875rem;height:11.9375rem;top:14.49609375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk30QD0gqt01Ut5divwCmmvFUez0AaSo { width:18.25rem;height:12.8125rem;top:0.93359375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncJ78FKsscRt1b2TxCv07WJnTlKCedHH { display:block; }#ncJ78FKsscRt1b2TxCv07WJnTlKCedHH > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqp1r2gc5FXPocHVfboEBk9z6xV0FySm { width:14rem;height:18.6875rem;top:13.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuNEMEneuQ6W73z9SNsrFikHbEdipmtK { width:8.0625rem;height:11rem;top:0.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MveTkaKeRPM5UAA0UQSb2ke2Trofsd6n { width:9.6875rem;height:7.1875rem;top:4.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXrWrxitbIECIsa4vl2RuK0JuWWGMzJs { display:block; }#iXrWrxitbIECIsa4vl2RuK0JuWWGMzJs > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C3T7ZddATAw3sLTM5fJVpxihIs115uLO { width:14rem;height:17.5rem;top:2.87109375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #v85ptIHa82avuVqkXFPbeEE2MLgAbTs1 { width:8.25rem;height:10.3125rem;top:21.93359375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q53GvRSLdy0oO8TM5hp13XKkZN4sspRn { width:8.3125rem;height:10.375rem;top:21.87109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bscvKvbJqSGSiTuUkOQFeWv3buDcr2zH { display:block; }#bscvKvbJqSGSiTuUkOQFeWv3buDcr2zH > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxe9y2ofFZrKcDNLWPBO1xsK3Zd3FAAa { width:14rem;height:18.6875rem;top:14.80859375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJKbKbsg7C0UinORtSwxKtJtFFClScmR { width:8.25rem;height:11.125rem;top:2.33203125rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzXuMic2l4hHy2TUNXnFTKwuuA10OONy { width:8.3125rem;height:11.125rem;top:2.33203125rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOUkK6aldqqHpEtaix0XhZK9UWNOuh0p { display:block; }#BOUkK6aldqqHpEtaix0XhZK9UWNOuh0p > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emu97VxaRyJnygTIAHwZlfwWqSJr662b { width:14rem;height:18.6875rem;top:14.68359375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8cD0Sf9KZAZdHnTws4mh73NnhoJuVpN { width:8.25rem;height:11.125rem;top:1.83203125rem;left:11.608506944444rem;display:block; }
 }@media only screen and (max-width: 763px) { #iogedWHZZNdsOnxhLyTulOH71SMcg6q2 { width:8.3125rem;height:11.1875rem;top:1.83203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7HZPJC2QFX60JRC9CkyhbudLMXqterR { display:block; }#U7HZPJC2QFX60JRC9CkyhbudLMXqterR > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kC42ecVFg26xGzotaIh0Ia8eLXS6bPRR { width:15.0625rem;height:15.0625rem;top:1.2060546875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJdURnF7lD2M94i8X9xLTEBqOp3q994s { width:15.125rem;height:19.6875rem;top:33.1875rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpzp8M66AS4WyCMvgFa8KZk3Ho92AzT5 { width:14.9375rem;height:14.9375rem;top:17.40625rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyMzsmAf0icG4EJQuSNEKZixAXhBbmoL { display:block; }#CyMzsmAf0icG4EJQuSNEKZixAXhBbmoL > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6GxGFyJNwZRi0t20Z6QW0nGyyDJEMkG { width:18.6875rem;height:18.6875rem;top:31.55859375rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5okGgfWyMbiWAooAzdHsnxzs1MAuEnk { width:9.125rem;height:9.125rem;top:2.33203125rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyIOoThenhl859R60DCFfFl14qkut2xW { width:18.75rem;height:18.75rem;top:12.1533203125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRJDdOnRycOaWXsFNidV7X7zWGKvP5lr { width:9.125rem;height:9.125rem;top:2.26953125rem;left:10.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uodFNBdZbVyE2FleKm9FHxUwWD2PwpE0 { display:block; }#uodFNBdZbVyE2FleKm9FHxUwWD2PwpE0 > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7O9nDLZiNbDsxUsHamzvZy4g9dQfzW6 { width:15.125rem;height:15.0625rem;top:2.8310546875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLTLai6meBfntxoLk2rQGSvrbGKAl0xG { width:16.75rem;height:16.75rem;top:40.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8hKzwvhQsLVBFeChrSdSzuFShtJGz7m { width:18.75rem;height:18.75rem;top:19.65625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScDH61w0XHarQrKbcxUiwPQBBHonGHr8 { display:block; }#ScDH61w0XHarQrKbcxUiwPQBBHonGHr8 > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kDsTM4LH5WH8ZzAVlUl1tmDqbxoen76l { width:13.4375rem;height:13.4375rem;top:35.746625900269rem;left:3.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cukT954uGVWPPmqKgx3OwWFsS4CKF3W7 { width:13.4375rem;height:13.4375rem;top:0.64453125rem;left:3.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7rJL5kpnLgfz9Myst6opyfkuxHqg4mr { width:18.75rem;height:18.75rem;top:15.716440677643rem;left:0.62411218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTNxR4zqq3BcZLcrZ3q7L3X9OhlhDnpd { display:block; }#iTNxR4zqq3BcZLcrZ3q7L3X9OhlhDnpd > .row .container { width:20rem;height:63.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z0ilndN4A4ZsphrAJvTa9WZVaZQEZ0RE { width:15.1875rem;height:20.3125rem;top:1.5189981460571rem;left:2.3739345669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU8wqC0OI4M15CZSOIySZRcruLAbQkWk { width:8.9373125rem;height:11.937125rem;top:50.125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcxww1kMEU9lQ5tBSBJL7t5pWtElcGIe { width:18.8125rem;height:25.125rem;top:23.998580932618rem;left:0.56196731328964rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbJHpgIkJ0xfiN4JZ5UoGT7D6yuxxkIm { width:8.9994375rem;height:12.1244375rem;top:50.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt4prhJ87vhJ2JHEF8eTCKitQ0Wpc2mx { display:block; }#pt4prhJ87vhJ2JHEF8eTCKitQ0Wpc2mx > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RU9seznUnwcNa7bLsRtZl3h890GdJIEV { width:9.375rem;height:12.5rem;top:2.0211296081543rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQHv0qENXULPiz9T5ezHV24ZzGdvb3To { width:9.375rem;height:12.5rem;top:41.685012817382rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSsaoVKQCfvasno8QvWO7bgEAbg6qkIv { width:9.375rem;height:12.5rem;top:2.0205965042114rem;left:10.624111711979rem;display:block; }
 }@media only screen and (max-width: 763px) { #QssNWJO88TTS2GtcEoKRl7VvyxVEhisN { width:18.75rem;height:25.125rem;top:15.716440677643rem;left:0.62411218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnBqFpHl6L0QTaZoFCiuANhN0ICpVfcu { width:9.3125rem;height:12.5rem;top:41.685012817382rem;left:10.688032686711rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1EJCW5KTG2S4bHq3PDz7x1LXqwTHNpZ { display:block; }#e1EJCW5KTG2S4bHq3PDz7x1LXqwTHNpZ > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTwNGtWlPlzv9z1CkQ0wRI9I8LiBMX6w { width:15.2494375rem;height:20.374625rem;top:1.5189981460571rem;left:2.3739345669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #syhh61OkRK0rITqTP6RhNBP3xUVbTc6z { width:15.999625rem;height:21.4373125rem;top:50.809661865234rem;left:1.9992895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #twIgCMJPvJFkvzgGZrrMnLuL8PVTvEvb { width:18.8743125rem;height:25.1873125rem;top:23.998580932618rem;left:0.56196731328964rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyvBM8ydHWdtnsmwR3KkLxywmrXS8sDT { display:block; }#VyvBM8ydHWdtnsmwR3KkLxywmrXS8sDT > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hpo456qeCvKaNREJpKs77NceRVUiWbFn { width:19.4993125rem;height:14.437125rem;top:3.021133184433rem;left:0.24946731328964rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fruzl3STKJLV0eozAv6gkdvxge0sIu5r { width:12.1244375rem;height:9.0625rem;top:18.74467086792rem;left:3.9364343285561rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2xkVsR2F3aIczQM57TsqFsWKb2zTelq { width:18.125rem;height:12.3748125rem;top:29.310194015503rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3nMkF1O2U9xe9aZDeowHE1PXuDZru1x { display:block; }#l3nMkF1O2U9xe9aZDeowHE1PXuDZru1x > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFZD1cGHlffy6GcOxDAwulqOaDrQC6nb { width:9.124625rem;height:12.1875rem;top:1.0493607521057rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylPtOl1cLmCnlp145HdWTgGO2R02Ud9m { width:8.5rem;height:11.375rem;top:14.3125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAklx6LyJrrVM97mzAsGCz1lBsJkdbR3 { width:8.9373125rem;height:6.6868125rem;top:15.369318008423rem;left:5.5300069451332rem;display:none; }
 }@media only screen and (max-width: 763px) { #BGKlZVuDXHW6rr9bxxHU4bTQTbWJ4Egk { width:9.1875rem;height:12.375rem;top:1.0493607521057rem;left:10.67067439347rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqB83fQ30KAfDJr6umRlTUTR5kEsau6U { width:8.5625rem;height:11.4375rem;top:14.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol5SLbkNVJBNE3Oda5hmf9Z8MsZESvUC { width:17.0625rem;height:12.6875rem;top:27.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPfqXdf3l6hxPZoT1paZK3xHpbNXC29A { display:block; }#lPfqXdf3l6hxPZoT1paZK3xHpbNXC29A > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xq4lT3ThGU3EexENhricq1O2deTB2gX9 { width:9.0625rem;height:12.1875rem;top:2.0845165252686rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWaEVGJzQDox6IHpiEn2WgNTdLvuFMVR { width:9.375rem;height:12.5625rem;top:67.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlu8u31umXqmllGBuu50gspHC1kCGOJs { width:18.75rem;height:25.0625rem;top:15.496273040771rem;left:0.62411218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGODG4gT8Jt2a0sxxKUdABHnfzoeRriA { width:9.3125rem;height:12.625rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqz2wgCyi6kf6hdffkTMsgXHO72Fgg5I { width:8.875rem;height:12.1875rem;top:1.9666145252686rem;left:11.090657089144rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBLxdgvdxm5HKq5TKka2a22LwuVLyM6V { width:18.75rem;height:25.0625rem;top:41.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNM4eo9Rh3n0TrcRtLzXl8SlX2aoShnV { display:block; }#tNM4eo9Rh3n0TrcRtLzXl8SlX2aoShnV > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfax0OSP3nTQMqv0T7nN3DXVO2QWZ4gd { width:9.1875rem;height:12.25rem;top:1.0511360168457rem;left:5.3737569451332rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSlSKf4IBNwKzin08CGovGqhfKdqpuCq { width:8.5625rem;height:11.4375rem;top:40.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTrwGcZ0sQEvTKTFELtStcL7oCVMGndf { width:17.0625rem;height:12.8125rem;top:14.308415472507rem;left:1.4053621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkVtQ1muXaTngrWM7knEhUAF8ePTVaDV { width:15.3125rem;height:11.4375rem;top:28.082387924194rem;left:2.2478693127632rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVR0tVeksQsItUSBvXhnyIm2ZiHG2plu { width:8.625rem;height:11.5625rem;top:40.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSLc2RNSnVIy0M17wDFoHquaZKTv1Os5 { width:16.75rem;height:12.5625rem;top:53.511182785034rem;left:1.5926845669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqJIPdccQW9TSzkupG6s2BfN3y6xPEe4 { display:block; }#PqJIPdccQW9TSzkupG6s2BfN3y6xPEe4 > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #difiPCzpBRkh8nituVG5cFhWcnlwykpq { width:8.5625rem;height:11.4375rem;top:1.1212673187256rem;left:10.444911021986rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq1X5JHSTndCdfm1fy2B4Up1cEDP5qbF { width:17.9375rem;height:13.4375rem;top:13.605291366577rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG6s3IIhizrWSTQPc5MIRHTKfSBvi3Vt { width:8.5625rem;height:11.4375rem;top:1.1186075210571rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHXRCkkfquKSMXowICHT3OS14TePkb8a { width:15.5rem;height:11.625rem;top:27.998933792114rem;left:2.1866121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVtxhq10ZdAWpKVaFq3bXJNxaCh8HwwB { width:15.4375rem;height:20.625rem;top:40.87356451416rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIoaDJrNwcBvGNCcg6SDUg8TaE8eEMpI { display:block; }#TIoaDJrNwcBvGNCcg6SDUg8TaE8eEMpI > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Df2Pc2fLtgUHfqkzT8w4PezOk5OrlzrL { width:14.9369375rem;height:20rem;top:2.4343032836914rem;left:2.5301845669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOt2s6n2zg4PsuuZcdrxkRfT9rp7lNSA { width:8.499625rem;height:11.3743125rem;top:23.557350158691rem;left:5.7492895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4epmKQIIkuCyb2LXZpkeP3k70Ont1GD { display:block; }#v4epmKQIIkuCyb2LXZpkeP3k70Ont1GD > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTcVGPgcT6Asp2U5eK79ZbLT7NZry5pt { width:12.8125rem;height:12.8125rem;top:14.978691101074rem;left:3.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHvdwSwOO6T1690dzEfwFsEI6IdkJ1wU { width:10.1243125rem;height:13.5618125rem;top:0.53799629211426rem;left:4.9360795617104rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgvEdPRxhMldOS3BywQn4LiAoRCxoT4s { display:block; }#sgvEdPRxhMldOS3BywQn4LiAoRCxoT4s > .row .container { width:20rem;height:67.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOBl1I9o0H7qXlKNZc5Enabh8mieunlR { width:9.2498125rem;height:12.4369375rem;top:1.0511360168457rem;left:5.3737569451332rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxrCKgrze5vVBkHiMuKPO0mPffI66orb { width:8.625rem;height:11.5625rem;top:40.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VphZXL2v5im1RTDVq3nGvWOBr1b5lmtc { width:17.1875rem;height:12.8125rem;top:14.308415472507rem;left:1.4053621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd3eZp0y4ZuyJlIJRqOxMJ4REsSJeLsu { width:15.374625rem;height:11.5625rem;top:28.082387924194rem;left:2.2478693127632rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX14UfzaCXe7Wft9W8dJ7JuHTzBE5Ptk { width:8.6875rem;height:11.625rem;top:40.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezcV2pe2T7xwZEFndoWdycVZ2KOrDvCL { width:16.8119375rem;height:12.6243125rem;top:53.511182785034rem;left:1.5926845669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdflGK4FVBzBnTMnyWd9TVGTTgDkG4Fl { display:block; }#TdflGK4FVBzBnTMnyWd9TVGTTgDkG4Fl > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaZ5ZwvVpVKqeKBt5Wfrk0yQpq27gDxS { width:15.3125rem;height:11.4373125rem;top:1.605110168457rem;left:2.3428621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #qARgZG6OAfORrGqeyd77PnaLAGVdnDp2 { width:8.6248125rem;height:11.5625rem;top:15.435897827149rem;left:0.9987570643425rem;display:block; }
 }@media only screen and (max-width: 763px) { #df9WHMO8NqE2nupzvZr2brRmWDZhUJF0 { width:7.7494375rem;height:13.8743125rem;top:14.280006408691rem;left:10.748401224613rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm9vcoDCVtgt41svTWa6hEsSBtMrS0SZ { display:block; }#pm9vcoDCVtgt41svTWa6hEsSBtMrS0SZ > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAglqQdG9oR8P8uMRyBwChzUU3oy5iWC { width:13.5rem;height:10.125rem;top:14.873933792114rem;left:3.1560724377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTfC88WT7avp6pGNGo7RctIbvOkWkuPJ { width:16.5rem;height:12.375rem;top:26.186086654663rem;left:1.6548295617104rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL0v2WkSDJiU6PdZpCzcb2wT6GZ5EaIl { width:17.5rem;height:13.125rem;top:0.81232261657713rem;left:1.1248224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1a2gTSnzPJ7ZWMErRLsSMqJIyrGRAbz { width:20rem;height:15rem;top:39.810893432617rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb0EzZqVXJGmUWfQIZhR3nHFRsv46RP6 { display:block; }#Sb0EzZqVXJGmUWfQIZhR3nHFRsv46RP6 > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ceREU2fJSAJyA4doCmUAOVfQx5iXPuRw { width:8.625rem;height:11.5625rem;top:1.1212673187256rem;left:10.444911021986rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mibh9Eo4D0XvOtwUeNIDEOQDxCwvty1R { width:18.125rem;height:13.5rem;top:13.605291366577rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz6KlT2g36aRT3BkE6101ESmREoI78uq { width:8.6248125rem;height:11.5625rem;top:1.1186075210571rem;left:0.93749994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrsJ3UJdHCwrKMiUasuiq56al9ttvZ02 { width:15.625rem;height:11.6868125rem;top:27.998933792114rem;left:2.1866121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI6nIRBSgP6tSsfzSwzODGD1TZdqIhrV { display:block; }#TI6nIRBSgP6tSsfzSwzODGD1TZdqIhrV > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DISyTkPa6QTmurlAHp9PP6taTEy6TXkS { width:13.6869375rem;height:10.1873125rem;top:14.873933792114rem;left:3.1560724377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvI2Hhavu7iGcBG3u3pV8AcwTydrigRQ { width:16.6868125rem;height:12.4369375rem;top:26.186086654663rem;left:1.6548295617104rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwTVeNLJNJ8NWlNFwy5qwpOzsx4idkh { width:17.7494375rem;height:13.187125rem;top:0.81232261657713rem;left:1.1248224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNqTX9XWfwzGq3DRKEuyL9fqwtwvMa7n { display:block; }#bNqTX9XWfwzGq3DRKEuyL9fqwtwvMa7n > .row .container { width:20rem;height:63.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEODoJM82nDs4lunXMpc8f7q9Os1HDEO { width:9.9375rem;height:13.3125rem;top:0.99698162078856rem;left:4.9680395722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #qke4QNoXzTwg8H0BvUeFNSrJHcXyuCXS { width:8.625rem;height:11.5625rem;top:27.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORBKlTuEkV6SrRiG6MmXU8ak58kNqgAt { width:15.374625rem;height:11.5625rem;top:15.168672561646rem;left:2.3117895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHTZdsXTPAt5rZG1uoObhmappVDQ9m6W { width:8.6875rem;height:11.625rem;top:27.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEyZw4Tt14mtqAxbdS0RQCman3aMDxlL { width:15.625rem;height:20.8125rem;top:40.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kp0hh15IfMovrPvWtQJzvJeL3XdWelhH { display:block; }#kp0hh15IfMovrPvWtQJzvJeL3XdWelhH > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FP1EJtrHMyAWqJ81c5fmOQeOkHyvRlFf { width:9.9375rem;height:13.3125rem;top:0.99698162078856rem;left:4.9680395722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL02huLWUGvhPoIpQykss8qsfVug818Q { width:8.625rem;height:11.5625rem;top:15.4375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yk6clmpbFCevEnJwiamM1RyJ5sHFRcFb { width:8.6875rem;height:11.625rem;top:15.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLORaFV82T2NASd2PkAH4tQgHuRuLTuE { display:block; }#GLORaFV82T2NASd2PkAH4tQgHuRuLTuE > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gowH2gJOtp3iHiXkTvcvd0kpXInKvZSK { width:9.9375rem;height:13.3125rem;top:0.99698162078856rem;left:4.9680395722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #AimeQxEXz1O17XLQULUJmq0Lbuet2MCT { width:8.625rem;height:11.5625rem;top:38.604402542114rem;left:10.561966478824rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtxyhpPM6gArIOq2BUwHH2hIHXPN8trK { width:14.1875rem;height:10.625rem;top:15.235262870789rem;left:2.8746448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXA0EpzVuFrUnfB1JAOJ5XlSLTJJmXT7 { width:15.375rem;height:11.5625rem;top:26.420098304749rem;left:2.2176845669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5QB11LE5tC2kerJ4V10AyZcCuXEOQPX { width:8.6875rem;height:11.625rem;top:38.575989723206rem;left:0.68714481592181rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWGhxC84ufpfqv2iyT6Mt4vzrdCzaw13 { display:block; }#tWGhxC84ufpfqv2iyT6Mt4vzrdCzaw13 > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVSgDxZR0qyV8byWO0FaZKXFuJ7KVBRC { width:10.062125rem;height:13.3744375rem;top:0.99698162078856rem;left:4.9680395722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWxVQwCkrTpMtPua3gK3TbATpwk4VDGk { width:8.6869375rem;height:11.624625rem;top:38.604402542114rem;left:10.561966478824rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPG9HtvxowJfkZdwDAA30RVWCeCzK0rH { width:14.2489375rem;height:10.625rem;top:15.235262870789rem;left:2.8746448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi5rThToe5BStn7TeeGEbiZplAGLTXAv { width:15.5619375rem;height:11.5625rem;top:26.420098304749rem;left:2.2176845669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTpHE9UkwK9iO1N5LrXP9hfheOfXQDop { width:8.75rem;height:11.6868125rem;top:38.575989723206rem;left:0.68714481592181rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdMWuO6XbQFPFAbwDITXFyJcI0qTLvIz { display:block; }#hdMWuO6XbQFPFAbwDITXFyJcI0qTLvIz > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOilFXrNlz9vAxnThIUTE9oNOy3Wk1LP { width:7.9998125rem;height:10.625rem;top:0.96058082580569rem;left:1.4382100701332rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rus4xnMO9s1IcpnAUPZhB2LQe9DhFmPx { width:8.75rem;height:6.4994375rem;top:3.0220165252686rem;left:10.023082315922rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTWiIXI2aBf0Qrdesz6OwwkIGyXpHBfa { width:17.3125rem;height:12.9375rem;top:12.45827293396rem;left:1.4373224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVyxQ2VqVbDTcVbXfr9T6964TrmH2LEn { display:block; }#EVyxQ2VqVbDTcVbXfr9T6964TrmH2LEn > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UPh7zJRJdeadfuTMsoraIq3l7MhiHpI2 { width:13.3123125rem;height:17.8125rem;top:11.061785697937rem;left:3.3433948159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkxkoqph6sFbT3iN7wEEbMZdbDTI6w5c { width:12.8125rem;height:9.5623125rem;top:0.99786949157713rem;left:3.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX1CMRURX5ktqvFfPucxqTVl5pofsAod { width:12.9998125rem;height:9.6244375rem;top:29.623756408691rem;left:3.4987569451332rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMoHMwmc4mBTgzi8uSc88C02vv4zoAhk { display:block; }#XMoHMwmc4mBTgzi8uSc88C02vv4zoAhk > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0xiVZTluiDPVK4d3fTvSF819LuBGL6z { width:8.0625rem;height:10.8125rem;top:1.0866470336914rem;left:0.8132101893425rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdIBkKISRn3CQeqoZ2IkAHZJxf1fHvkz { width:9.375rem;height:12.5rem;top:13.220880508423rem;left:5.3116121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #W90xheIoCN4czKy8bMkeDe6LKLyGCMZE { width:7.9368125rem;height:10.625rem;top:1.1780891418457rem;left:10.244140207768rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHuv3SJO8e6pEkGidZXnO2PKEXuaD86k { display:block; }#qHuv3SJO8e6pEkGidZXnO2PKEXuaD86k > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVL7MJzTMbwDQZiCHwOJuxglZ4JrKZEN { width:10.1243125rem;height:13.5618125rem;top:1.3725142478943rem;left:9.8748221993444rem;display:block; }
 }@media only screen and (max-width: 763px) { #n16sELtB5NAXwTxWJAZOlTuT64Ikv9rT { width:8.3123125rem;height:11.0618125rem;top:2.6225109100342rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5gPQelp47kCZV1e11qm8FR1SGycI23J { width:19.8748125rem;height:14.9369375rem;top:16.049364089966rem;left:0.12517756223679rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPd779T7DPaNzmCUVxZ2RzDHgbP0NEHZ { width:12.5rem;height:9.375rem;top:35.125rem;left:3.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B03Dd77xaub2cKN5Tma29U4pURTlgWuX { width:15.7493125rem;height:11.7498125rem;top:32.379261016846rem;left:2.1244671940804rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTnxCgCzE4qVRSh2EC1p1WPe1bdZpVTD { display:block; }#pTnxCgCzE4qVRSh2EC1p1WPe1bdZpVTD > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EfxDXRas8cQAMPEON8S2zNtedN3FVSxg { width:8.1875rem;height:10.875rem;top:1.0866470336914rem;left:0.8132101893425rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxWLFPpgNzVTNPTft4tr6D7dUe1xzm4U { width:19.8118125rem;height:14.8748125rem;top:13.536049842834rem;left:0.18732243776321rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATE3kDPEUTec8nAtn4iE1Ilkl3m970vb { width:9.375rem;height:12.5rem;top:30.095878601074rem;left:5.3116121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #znkV58TH3E7UsJ4bPvtk4eyoCoL1qO3i { width:8rem;height:10.875rem;top:1.0857561826706rem;left:10.369317591191rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wdke9TrLOPi0WdhF0aNzx4F5gWGS2b9V { display:block; }#Wdke9TrLOPi0WdhF0aNzx4F5gWGS2b9V > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdEBrCPnMOARRbpsZDm31sJF7dT7l3Fn { width:15.6875rem;height:20.9375rem;top:13rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf0TeWlvMcEWGGtP7qvEgvSbpRF2VVKl { width:8.3125rem;height:11.0625rem;top:1.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItQEmp8PrJXZJTa0vvRL32TG85NK4vNg { width:8.3125rem;height:11.0625rem;top:1.0625rem;left:10.2421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZiftKHASQRfbQzHoDcmUHWaF52MrmTw { width:13.4375rem;height:17.9375rem;top:61.83984375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPSp7lx22T8mbCVRAabWlctlAETvTa5n { width:19.875rem;height:14.9375rem;top:45.6748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqnUQ96DlcypzBKwaHt92kypgnrAGdWs { width:12.5rem;height:9.375rem;top:35.125rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4nSgQBTLVbvhsnGJETpQoB0KdkPt7bM { display:block; }#K4nSgQBTLVbvhsnGJETpQoB0KdkPt7bM > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9cLueaD3uPItLTtfRRQX5fnQNJiE56c { width:8.25rem;height:11.0625rem;top:1.0866470336914rem;left:0.8132101893425rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGESTNlaDfnH2ZQ3xhtrD6wdwzSLEMsu { width:9.4993125rem;height:7.1244375rem;top:5.0861148834229rem;left:9.7478690743444rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX8aeRDH29sxaDQxsqZghskF5afL2Ola { width:20rem;height:14.9156875rem;top:25.037285327911rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2tRNGFnQ8VMSi2WvzUeTuwWJmVzv45J { width:14.5623125rem;height:10.8744375rem;top:13.100148200989rem;left:2.7183948159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9xUgAlwL8zkMJytlOZRfQsIQlQnsnpf { display:block; }#o9xUgAlwL8zkMJytlOZRfQsIQlQnsnpf > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #duQQDQwpe2FJtWWidJe4oX6FtJvmtXfN { width:5.5rem;height:7.3125rem;top:1.8421521186829rem;left:2.0596590638161rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG0I8Tp8UPsBv2o8WrORfFDWUxOEtcGV { width:10.125rem;height:7.5625rem;top:1.8412642478943rem;left:8.3265262246131rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtTVx8oAtpmqFEtXATMMzxuPAOxbOsTq { width:13.0625rem;height:9.8125rem;top:10.685369491577rem;left:3.3744674324989rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVIFP3EymUyNN1hBrTLGv8SKU8viD2DL { display:block; }#rVIFP3EymUyNN1hBrTLGv8SKU8viD2DL > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eF0otuZf6TKqBqFpAJ4B7xnKnppbFirX { width:9.5rem;height:12.6875rem;top:1.2118253707886rem;left:10.313387453556rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHok42eU7RcTr00mzfcHXmvJAGzydyqb { width:9.5rem;height:12.6875rem;top:1.2118253707886rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wth3pXxc5mgXtfW8L0SazvAIBtlsQgkZ { display:block; }#Wth3pXxc5mgXtfW8L0SazvAIBtlsQgkZ > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQOEQ3Hod3FXL8qnwpukIJ73kSCzATlH { width:5.56196875rem;height:7.562125rem;top:1.8421521186829rem;left:2.0596590638161rem;display:block; }
 }@media only screen and (max-width: 763px) { #izuAH4ATJFtiidB8bnsr7hnRmRPMKovS { width:10.3125rem;height:7.6243125rem;top:1.8412642478943rem;left:8.3265262246131rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKFgTrqhwcx1gg8HTNDXzvTzieOvPnI3 { width:13.2493125rem;height:9.8748125rem;top:10.685369491577rem;left:3.3744674324989rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNm9DKGqcwZNHZhInZRU4i6PECXVrtpw { display:block; }#yNm9DKGqcwZNHZhInZRU4i6PECXVrtpw > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kk4aaxTv8XrQTPIuRCRLHzfeHmT3XIq7 { width:9.5625rem;height:12.8125rem;top:1.2118253707886rem;left:10.313387453556rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfGMxCgdPRv0c8Bl29Zi1GKhvqXC8P9A { 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) { #OqE8kJnkelnCpWWWNe1HAinODZNHVCf8 { display:block; }#OqE8kJnkelnCpWWWNe1HAinODZNHVCf8 > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQIQFO0No2STiCAxRswzCFccdrROSi1u { width:11.8125rem;height:15.8125rem;top:1rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNzJr2SuFICqeWrl26sobUDHP3g4Z2eG { width:14.3125rem;height:19.1875rem;top:18.4375rem;left:2.84375rem;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.75rem;height:21rem;top:13rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxNdDUJbB94J8oOnlO1d9Znv1vDtN2Sl { width:8.375rem;height:11.25rem;top:1.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REy6Uocms4N2BDMJS3g9B02ZxmyEIJUm { width:8.375rem;height:11.25rem;top:1.0625rem;left:10.2421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPMT82I7y2SqOPhgZyl3ds7nUGHWWdR9 { width:13.5rem;height:18.1875rem;top:61.83984375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtcks5riZuTzcbMo2aNXxLDF7donPWDu { width:20rem;height:14.977578475336rem;top:45.6748046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kocKk5hQeOkDgCqIzqCUa7ApsIdM08VL { 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.78621875rem;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) { #U6BpaW3oTRzIGHmUfe0macdwnTe2xOZ7 { display:block; }#U6BpaW3oTRzIGHmUfe0macdwnTe2xOZ7 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCPISLUHERDCF1oo4b6IJOin4L9lgd3V { 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) { #tIBqz7ZVdHyoGQaoFpg06db4OJyheTlJ { 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) { #emgCHyB7ZCME9bsNRfJuL2JTNzsW3yIG { 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) { #murlIaMm6ugSyxo8aHKfhgsS0VgavXM8 { 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) { #nhEUGaUswrhFTqOzmT9vZxqUI5qTEH2t { 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) { #ot1gZnHO6Q7KV5Kxw8d0dw03eNWJtAHr { 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) { #l3gRhTkgq0Ma48vT3aXaMHpzG8QinUA9 { width:14.0625rem;height:1.786225rem;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) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-input-text {padding-top: 0; padding-bottom: 0;}#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .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"; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-input-select {padding-top: 0; padding-bottom: 0;}#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi [class*="-text"]:-moz-placeholder { color:rgba(139,71,38,0.69);font-size:0.6875rem; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi [class*="-text"]::-moz-placeholder { color:rgba(139,71,38,0.69);font-size:0.6875rem; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi [class*="-text"]:-ms-input-placeholder { color:rgba(139,71,38,0.69);font-size:0.6875rem; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi [class*="-text"]::-webkit-input-placeholder { color:rgba(139,71,38,0.69);font-size:0.6875rem; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-container:first-of-type{padding-top:0;}#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .widget-container:last-of-type{padding-bottom:0;}#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi  { 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; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi {display:block;}#xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi { 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) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #wl6BinW1msw2bhOzly7ErJ1wwqKMT0Ju {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #FLIlJwwdDZ0JoJGci7Ir1b8WS2t1387t { display:block; }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #IRaJazakiC3IwK0oleLbvhbTmbcryzZN {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #mQFXf9hUx1eg6P2wCTlZKwOufpCr4WTz {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #Vbgx8GffO3QekLMWOEo6bBCna3JSPJxq { display:block; }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #qaQdiv49Op6a3aZxugBagFfKS0m1Xoos {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #v5nXliKJIprTdMGyiNTkBbTLPW4BET8Q {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #A4Gx5eHUQOsHQgxzB2dgK26pEV9FheR0 { display:block; }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #sw5WLn5zt11S385J1JN9TB7rXssHrPbD {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #bHC8K9TIBnVQfE6D6yTvpINJl9zhszzJ {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #yI4OGuw5fNe9EHn4nfwlTTB04ir5l75R { display:block; }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #oJwdA1vT4TLMsFzLbVWEDGvRSzGB47dU {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #VaafqbywkKgsSWEBpSJPG2zfHt0ekmIz {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #eLfT6fLk1quz7B5w3rfCUcpOSz9gazVA {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #mMDvWRbqTBaabbC7mUabq5K4PFH1q5Ur {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #B0Sh04TemRlUrWpxEAsQ64lJ3NlTh1BU {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #FcNva1BzxRx3WleRxdD7SHGPSaF4fKpp {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #Rk75cTUaEJb0wqkNUEb69ag4kmWa5wmT {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #hhg5W4NL6pT8H7GneQhbr2QM55Ta3Qux {  }
 }@media only screen and (max-width: 763px) { #xRw4UBMPDp51BHPVTX6qh1wD9w0HviTi #kw8cyfQK2tvSa4Crfirlaf1y38cABEL8 {  }
 }@media only screen and (max-width: 763px) { #ydyif7xnoOhK9hBoERQrb4M9wiVdJ3Z4 { 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) { #HFCZlD6boMMxeA1pO5MTdyWLtI8lWgWf { 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) { #THGUq1SOlMrQiGbDKzMPfCTiIG0X2D37 { 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) { #fthqIWsU1KJsrqKDXwAn6p6BCLAeD3B5 { 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) { #a1MOrdkg3fNyqIkFiABxyKtzgzhMk9GT { width:14.0625rem;height:2.436075rem;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) { #wgtJhhTpfTaA2aS6az5uMah4xokTNlTV { 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) { #Z0OQOGWlHzH7WyW0ik5Ur7gt0gGS6y1i { 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) { #D8uHF9pwL8PctzcADsiOgC4rxGBmMdD6 { display:block; }
 }@media only screen and (max-width: 763px) { #JCo2CDr5LzttI8qQaNffTVRJp4R6gGK2 { 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; }
 }