.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:214,226,239;--color-primary-1:155,209,253;--color-primary-2:51,112,173;--color-primary-3:0,76,152;--color-primary-4:10,22,35;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:73,73,73;--color-tertiary-2:53,53,53;--color-tertiary-3:51,51,51;--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); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu { 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; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { background-color: transparent; background-image: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container > .video-iframe-container { display: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row > .video-iframe-container { display: none; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .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); }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { border-width: 0; border-radius: 0; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }#PQ8FI1pTcROdc9idZP5EcDQ8gUAalecc { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.818359375rem;left:30.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rS3EehNe4UQReTQIO7NgeZcXwoAgb30e { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.818359375rem;left:41.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h89BwmDUUVexi1ZXD8N3Msn7rk6UG5zd { color:rgba(var(--color-tertiary-1),1);display:block;width:8.9375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.818359375rem;left:50.250001907349rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UqbvRnpa2WHVBERlhDQkxlPwdVhKnDBV { 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:1.875rem;width:12.375rem;top:1.40625rem;left:2.3125rem;overflow:hidden;display:block; }
#hHWoO2huN4KwoM7Cipa6pVrvHtzE6N3b { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.796875rem;left:21.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRsTc3EW4rzTXFa28Bt3CprJFVyNKLTW { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),0.48);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.1875rem;width:3.875rem;top:2.912109375rem;left:33.09375rem;display:block; }
#tkixBKQvgFD1Hv4Jq8DdsyWVTTJAsKpG { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.5rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/edb73fea-da18-43da-9d40-8691a4dfa5f3/shutterstock_640286563.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:33.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row .container { background-color: transparent; background-image: none; }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row .container > .video-iframe-container { display: none; }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row > .video-iframe-container { display: none; }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .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); }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row .container { border-width: 0; border-radius: 0; }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row .container { width:60rem;height:10.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#O1K6Sig69kX5TDnNi4O54wPd094mRwQV { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:1.949775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ldbWy0DEBpF95mbIGqSDGqC1Mg989vyU { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),0.48);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.4375rem;width:12.5rem;top:5.88671875rem;left:23.59375rem;display:block; }
#Tx1OsFp7drNBF341yA064pVr4FHldhD3 { color:rgba(var(--color-tertiary-3),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:6.94921875rem;left:10.0625rem;height:1.39955625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Um5UhgAcwu79UR5v7mQIr2RoMRoPMpvr { 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; }#Um5UhgAcwu79UR5v7mQIr2RoMRoPMpvr > .row .container { background-color: transparent; background-image: none; }#Um5UhgAcwu79UR5v7mQIr2RoMRoPMpvr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Um5UhgAcwu79UR5v7mQIr2RoMRoPMpvr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Um5UhgAcwu79UR5v7mQIr2RoMRoPMpvr > .row .container > .video-iframe-container { display: none; }#Um5UhgAcwu79UR5v7mQIr2RoMRoPMpvr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Um5UhgAcwu79UR5v7mQIr2RoMRoPMpvr > .row > .video-iframe-container { display: none; }#Um5UhgAcwu79UR5v7mQIr2RoMRoPMpvr > .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); }#Um5UhgAcwu79UR5v7mQIr2RoMRoPMpvr > .row .container { border-width: 0; border-radius: 0; }#Um5UhgAcwu79UR5v7mQIr2RoMRoPMpvr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Um5UhgAcwu79UR5v7mQIr2RoMRoPMpvr > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:block; }#twhUUiDruGP2kix5xk4L1qs06dKAHKy2 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.08) ;height:26.875rem;width:17.375rem;top:0.875rem;left:1.3125rem;display:block; }
#SMaO26JZVVeVgTMFfvi9436zNvICIS1z { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.08) ;height:27.0625rem;width:17.375rem;top:0.71875rem;left:21.3125rem;display:block; }
#Io9wGgz8XrkMwz4OtEJ9UzUvEXFn1iwI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.08) ;height:27.125rem;width:17.375rem;top:0.71875rem;left:41.3125rem;display:block; }
#S9CTvDhhxs51iQ77Fi2vhz5hPtA5Cl7W { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.73828125rem;left:2.8125rem;height:6.3348125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RFSQXiUW1WTMDwIlPH4cieqVxAaenEq6 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.90625rem;left:1.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nOPqJMHyh5dxCow2JnK8I3ALyIwoUfqD { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:25.2578125rem;left:0.5625rem;height:1.05580625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m89FId0feSoLvGaaw9AFxfxJgwxi1nqK { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:"istok web";font-size:16rem;font-weight:700;z-index:15020;line-height:.1;letter-spacing:0;top:9.125rem;left:13.25rem;height:1.5998875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u9dNrOH8HP8lx7PFdNMOrkfzkpV4QcgM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:23.75rem;left:21.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EngPQsQngmX34XqliUQC3QJOLwxfPQJZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25.125rem;left:20.4375rem;height:1.05580625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BRQ6kAGZJ0G9NiGU76VrqGFuEGVPTluE { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:23.875rem;left:41.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kpLWCzk0kkhQVbCIpmTEwh071D7yVvE9 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:25.25rem;left:41.5625rem;height:1.05580625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tyhtnJXLtfhd88fM7ZmwtNsJnZgms2Js { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.5rem;width:17.4375rem;top:0.8125rem;left:1.3125rem;overflow:hidden;display:block; }
#sxCK8JtfMyZtVNigRRvbf8hnIIkpmlie { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.73828125rem;left:22.96875rem;height:6.334rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xgnKKcNTP0C37H05lkTnAtwo5pTPmUTh { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.86328125rem;left:42.84375rem;height:5.27901875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UeZclwcut7vONhlGnXSJpDD2M9QwnToB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.4375rem;width:17.375rem;top:0.875rem;left:21.3125rem;overflow:hidden;display:block; }
#fNT60K6CIvpmIFeOr2CJ9kTHya06OhZq { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:"istok web";font-size:16rem;font-weight:700;z-index:15016;line-height:.1;letter-spacing:0;top:9.1875rem;left:33.25rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ip8afKiGGQxL8EhFdKCotzmLscDtUeIv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:14.375rem;width:17.3125rem;top:0.875rem;left:41.3125rem;overflow:hidden;display:block; }
#P4GpsLv4Tlkk5603qZNyEFNTlARtE7ab { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:"istok web";font-size:16rem;font-weight:700;z-index:15018;line-height:.1;letter-spacing:0;top:9.1875rem;left:53.25rem;height:1.5998875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx { 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; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container { background-color: transparent; background-image: none; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container > .video-iframe-container { display: none; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row > .video-iframe-container { display: none; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .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); }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container { border-width: 0; border-radius: 0; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#a0C9Md9f8GG18rdW80HlJby3XG0rVikk { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),0.48);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.4375rem;width:12.5rem;top:3.875rem;left:23.75rem;display:block; }
#w5pJ28awAlvowVnhgVQAF53CednXLq8h { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:1.949775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SGOif0dgQOsun5G2IewGQ9h5KEawsPye { color:rgba(var(--color-tertiary-3),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:5.25rem;left:10.21875rem;height:1.39955625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K2QMuR3IyVgFuhoTdlad7ETOIQ9Pwmfm { 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; }#K2QMuR3IyVgFuhoTdlad7ETOIQ9Pwmfm > .row .container { background-color: transparent; background-image: none; }#K2QMuR3IyVgFuhoTdlad7ETOIQ9Pwmfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2QMuR3IyVgFuhoTdlad7ETOIQ9Pwmfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2QMuR3IyVgFuhoTdlad7ETOIQ9Pwmfm > .row .container > .video-iframe-container { display: none; }#K2QMuR3IyVgFuhoTdlad7ETOIQ9Pwmfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2QMuR3IyVgFuhoTdlad7ETOIQ9Pwmfm > .row > .video-iframe-container { display: none; }#K2QMuR3IyVgFuhoTdlad7ETOIQ9Pwmfm > .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); }#K2QMuR3IyVgFuhoTdlad7ETOIQ9Pwmfm > .row .container { border-width: 0; border-radius: 0; }#K2QMuR3IyVgFuhoTdlad7ETOIQ9Pwmfm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K2QMuR3IyVgFuhoTdlad7ETOIQ9Pwmfm > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;position:relative;display:block; }#WCAiTCMoIhXMNaoDhKCxS1zVOTDSsyF9 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.375rem;left:0rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g6dZoNrydGeUSiWTRdCs5H7MHTVQ8H1J { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.375rem;left:15.4375rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZMQMcE4WtwpF9ElTLiHxVePwazb8q0KB { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:10.375rem;left:30.4375rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hSxaG8rTB89RHVsVgnJipUdSt1tNdcDA { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:22.875rem;left:30.4375rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZGox9xaNmizyBDbiepQkrZ3kxaiodZoF { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:22.875rem;left:45.4375rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wHICkeyePqKRQQnKPMfpeInhXuJsLrr8 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:22.875rem;left:15.4375rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KHQEqwm1dTTxbNL0Vf0FNkUIfVn5WaOt { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:22.875rem;left:0.4375rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UmCHLDVteMSx9cRKSZOtF84yb0oDTwPh { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:35.875rem;left:30.375rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TJlxexoMyTBVCvn1IAl23e1G2ClIxqfp { color:rgba(var(--color-tertiary-3),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:35.874350547791rem;left:17.53125rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UqycTaU2HGG3FovzcGNgydm72AO47Fe8 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:35.875rem;left:45.4375rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyroC8H2FoXIZkNesM5u58ZoJ64Rani1 { color:rgba(var(--color-tertiary-3),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:35.874350547791rem;left:3.1875rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QPd7IEBEWSLL5r5JzHJJF3W59iUOWMAg { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:10.3125rem;left:45.53125rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TdhFovsWLZ8sX8rnKoRvTO4Fzzng15Gx { 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:4.0625rem;width:5.0625rem;top:16.875rem;left:35.09375rem;overflow:hidden;display:block; }
#HQO6yigS0caBxESnuJ9FXsQIZT3m8Sb2 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:3rem;top:5.21875rem;left:51.65625rem;overflow:hidden;display:block; }
#whZIHZrA4IndNfy2Zg2GbzVOA5iFA9IC { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:4.875rem;left:5.0625rem;overflow:hidden;display:block; }
#SLnrHQiJNb8KoNtEESDITNOZTS9oX6Ag { 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:3.625rem;width:3.625rem;top:5.15625rem;left:20.65625rem;overflow:hidden;display:block; }
#kbGhhVXRTOMLd5BA2A8kyBsk0JO1HCy2 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;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:5rem;left:35.59375rem;overflow:hidden;display:block; }
#MlTTA7GvH6gTUTIVAmQPhhhkscofra69 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;width:3.6875rem;top:30.625rem;left:5.34375rem;overflow:hidden;display:block; }
#lR3k7FM2OHiQ7NRSrJVHxQuylTzWx327 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:3.875rem;top:30.5625rem;left:20.5625rem;overflow:hidden;display:block; }
#sTXVyOgsvxwDZ7bG0lkxkk3mQgWFuaw5 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;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.9375rem;width:3.9375rem;top:16.5rem;left:50.53125rem;overflow:hidden;display:block; }
#RggNqcHFocAuTEc6WK60FHmq9HeX0z2S { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:3.5625rem;top:30.6875rem;left:50.71875rem;overflow:hidden;display:block; }
#vireIOqA2FtDBHWSnMnRwFTnJ4JJ7Qee { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:3.5rem;top:30.75rem;left:35.71875rem;overflow:hidden;display:block; }
#Qg4EIwGQyvmAEaB59eFawHFJzy0K4qun { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;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:17.25rem;left:5.625rem;overflow:hidden;display:block; }
#F6SV7IW34AxfRdIVqT5B8TlO9sAJVBz8 { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:3.0625rem;top:17.1875rem;left:21.21875rem;overflow:hidden;display:block; }
#CtQFG8nwuktEBPJATzdMZdP4m0RrUanT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.5rem;display:none; }
#VqgOCEH9KXJwSBMoOzrMyt0LMuLwA2FO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.5rem;display:none; }
#Ev8roCGKC2mEVS6h93TVoPoCKGsMzHCt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.5rem;display:none; }
#fAG5rKNu6k3m9TZCQZNAcd0nSbWHim0n { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.5rem;display:none; }
#BHERohPGz49RxPC8nmpvqUhLz7zq02VT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.5rem;display:none; }
#fK5sXHU8encPi2k1buJC39O0sE4I9wtH { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.5rem;display:none; }
#mGtCA9moSqodXn73kfENpFBP8SZnQRd9 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.5rem;display:none; }
#ZwkX0o6L4HXLlxfS2eV8kffllW5fAK64 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.5rem;display:none; }
#HCShyezQZkL8mSJQgyXPQ4BxWC9tET5O { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.5rem;display:none; }
#Crd5hKFIltbweVwKZIxnCJP3py7BLFfM { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.5rem;display:none; }
#azA5NSZSbDcJpEzPcoJzEWdL8EAxTcv7 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.5rem;display:none; }
#gvIylTHEkBmDyTodNwilNRTlTzowCmTD { position:absolute;display:block;z-index:15039;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:14.5rem;left:13.40625rem;display:block; }
#cyP1MoRfT4EHX914eQGpIimsyu0hJISd { position:absolute;display:block;z-index:15040;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:0.0625rem;top:13.0234375rem;left:14.9375rem;display:block; }
#fn0zqsPsdcN0HzTG4ldKsHgnNI9PblW9 { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:14.4375rem;left:28.4375rem;display:block; }
#JHrpsWk9KHBSHypvg4NBLfQ7FzxpWLNn { position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:0.0625rem;top:13rem;left:29.9375rem;display:block; }
#pV8bpqwBJ0keaq1RNJo65lfXLiwOSWdS { position:absolute;display:block;z-index:15043;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:14.375rem;left:43.5rem;display:block; }
#rtT9tM7iu2TSXRHQ5MOK7gcVhi70zBGr { position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:0.0625rem;top:12.9375rem;left:44.9375rem;display:block; }
#bk5yJpBEiTqMNo6KBCiPO2IMcNG0wgBw { position:absolute;display:block;z-index:15051;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:28.1875rem;left:13.40625rem;display:block; }
#INwifknPPXgU7a29k4ICUb2MLWMzZEGL { position:absolute;display:block;z-index:15052;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.0625rem;width:0.0625rem;top:26.7109375rem;left:14.9375rem;display:block; }
#qzB9WFutfc5V6zSQcyT1mcgQB5OggGnn { position:absolute;display:block;z-index:15053;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:28.125rem;left:28.375rem;display:block; }
#Ka67KnyJx4idalWfyJ3ZSsJJakgKzFuS { position:absolute;display:block;z-index:15054;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:0.0625rem;top:26.6875rem;left:29.875rem;display:block; }
#cc9FJr8vNVRmbNVPSvcGGWdZfry1Ocpk { position:absolute;display:block;z-index:15055;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:28.0625rem;left:43.4375rem;display:block; }
#ZGG2Dwu8y5p0IUzS4Bai9IOzyVTiPtPQ { position:absolute;display:block;z-index:15056;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:0.0625rem;top:26.625rem;left:44.875rem;display:block; }
#fDH3yoMg4eT73NLLpaaFnxfqiNDTuvuo { position:absolute;display:block;z-index:15057;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:1.625rem;left:13.46875rem;display:block; }
#enbZZIlLQpuGQecZDEU1GUuplZgcd6XJ { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:0.0625rem;top:1.6484375rem;left:15rem;display:block; }
#zLvagKLz9Ntf7puTz9d4zck0yIMavg0K { position:absolute;display:block;z-index:15059;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:1.5625rem;left:28.4375rem;display:block; }
#PiZJO0L5Msa9IneiqJ5TwwTSBoOwuhUz { position:absolute;display:block;z-index:15060;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:0.0625rem;top:1.5625rem;left:29.9375rem;display:block; }
#BvyadIBBUai4T29DhUD2TtgMkMirUiEB { position:absolute;display:block;z-index:15061;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:1.5rem;left:43.4375rem;display:block; }
#OlNiQXvr7eqpH0LNhDsKJQMSs3ofaiha { position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:0.0625rem;top:1.5625rem;left:44.875rem;display:block; }
#K0ARkxeO6uNJikkBIMdEgUXsRaTO2oqC { position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:0.0625rem;top:40.25rem;left:14.96875rem;display:block; }
#xcNGxu7uGmZOaPBeF18rgarIW714VlnT { position:absolute;display:block;z-index:15060;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:0.0625rem;top:40.2265625rem;left:29.90625rem;display:block; }
#fBI3wxpCgdKI6wZA2PNNN6ymApT5Tkid { position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5625rem;width:0.0625rem;top:40.1640625rem;left:44.90625rem;display:block; }
#E1fA2vBcQHeSKLvxhFh0ufq9Ttr7JUQO { position:absolute;display:block;z-index:15061;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:41.6015625rem;left:43.46875rem;display:block; }
#OIkvf51LTkv9ZFIddzS9S2S7vlsSszqD { position:absolute;display:block;z-index:15057;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:41.7265625rem;left:13.4375rem;display:block; }
#K5TB0uvXCyMpMEVFZbOX3Tep9RdkoWuG { position:absolute;display:block;z-index:15059;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:3.125rem;top:41.6640625rem;left:28.40625rem;display:block; }
#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row .container { background-color: transparent; background-image: none; }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row .container > .video-iframe-container { display: none; }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row > .video-iframe-container { display: none; }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .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); }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row .container { border-width: 0; border-radius: 0; }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row .container { width:60rem;height:8.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#uFlf50qwi4C2aEnoSl5n4P4csOmM1eD0 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:1.949775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h2UoRKkqva0B2yvFooZfcuIvU3pqufp2 { color:rgba(var(--color-tertiary-3),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:5.9375rem;left:10.21875rem;height:1.39955625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I6XFdoickVyVcHBOsI0c5FKgQMbLZPPQ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),0.48);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.4375rem;width:12.5rem;top:4.88671875rem;left:22.78125rem;display:block; }
#rpP84pDqFwFznPpmgcisvV2e50Ia3oFP { 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; }#rpP84pDqFwFznPpmgcisvV2e50Ia3oFP > .row .container { background-color: transparent; background-image: none; }#rpP84pDqFwFznPpmgcisvV2e50Ia3oFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpP84pDqFwFznPpmgcisvV2e50Ia3oFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpP84pDqFwFznPpmgcisvV2e50Ia3oFP > .row .container > .video-iframe-container { display: none; }#rpP84pDqFwFznPpmgcisvV2e50Ia3oFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpP84pDqFwFznPpmgcisvV2e50Ia3oFP > .row > .video-iframe-container { display: none; }#rpP84pDqFwFznPpmgcisvV2e50Ia3oFP > .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); }#rpP84pDqFwFznPpmgcisvV2e50Ia3oFP > .row .container { border-width: 0; border-radius: 0; }#rpP84pDqFwFznPpmgcisvV2e50Ia3oFP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpP84pDqFwFznPpmgcisvV2e50Ia3oFP > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#wyWatT1lSTeEbzTaDN8G7bCsZ5ClXEIE { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:9.75rem;left:2.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rTrR1RfTLkA7954a5IqIdB59wbNETuIq { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:9.8125rem;left:22.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SkJyiRbF0kQwLdLMq1C8XGLUPWgb2T2h { color:rgba(var(--color-tertiary-3),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:9.75rem;left:42.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tqVJBo811mn7uHdoQd4WM6aWFWvqFPas { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:4.4375rem;left:8.0625rem;overflow:hidden;display:block; }
#Za4lLzU23SziKqdTrbgq45bMt6vFt5gi { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:5.125rem;top:3.90625rem;left:27.4375rem;overflow:hidden;display:block; }
#z2GQ5SJzPMO2gZbfl60H4sVKO6I2Bzxx { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;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:4.125rem;left:47.6875rem;overflow:hidden;display:block; }
#rUdvunPiFR9eymW813ybwvFkkQD59OEs { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:2.1875rem;top:6.5625rem;left:49.9375rem;overflow:hidden;display:block; }
#k7u8WfuaT5ATFtcQFxhMW29Kkx7v0GBS { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:5.1875rem;top:7.8125rem;left:17.375rem;overflow:hidden;display:block; }
#UzC1TngcCD4K4JAIavP5tRGb6hg1MwBD { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;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.875rem;width:5.1875rem;top:7.21875rem;left:37.4375rem;overflow:hidden;display:block; }
#hdXH3rULKw4H4NNWP0TQoPJxy8ycffCA { 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:6.75rem;width:1.25rem;display:none; }
#ZQas4SrnTqaqv8Bn7851sPFnFBeeCV2W { 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:6.75rem;width:1.25rem;display:none; }
#QesM8iMBwmDePHyQKTA1s8yrz74npcW5 { 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; }#QesM8iMBwmDePHyQKTA1s8yrz74npcW5 > .row .container { background-color: transparent; background-image: none; }#QesM8iMBwmDePHyQKTA1s8yrz74npcW5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QesM8iMBwmDePHyQKTA1s8yrz74npcW5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QesM8iMBwmDePHyQKTA1s8yrz74npcW5 > .row .container > .video-iframe-container { display: none; }#QesM8iMBwmDePHyQKTA1s8yrz74npcW5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QesM8iMBwmDePHyQKTA1s8yrz74npcW5 > .row > .video-iframe-container { display: none; }#QesM8iMBwmDePHyQKTA1s8yrz74npcW5 > .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); }#QesM8iMBwmDePHyQKTA1s8yrz74npcW5 > .row .container { border-width: 0; border-radius: 0; }#QesM8iMBwmDePHyQKTA1s8yrz74npcW5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QesM8iMBwmDePHyQKTA1s8yrz74npcW5 > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#gny93U4X9bJE4F7uTwRgx7AQR5TUT4Tk { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.949775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O5XwbtFWCUeB314qucg3IqRQMQDPnQmM { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),0.48);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.4375rem;width:12.5rem;top:4.75rem;left:23.75rem;display:block; }
#XLJwOXGbRCPeHs8OXJ5R1uQqkq2xAwv8 { color:rgba(var(--color-tertiary-3),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:5.625rem;left:10.15625rem;height:1.39955625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TJi8qXLhpFU6Ia8ohyDeQVCSGRWdi5ef { 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; }#TJi8qXLhpFU6Ia8ohyDeQVCSGRWdi5ef > .row .container { background-color: transparent; background-image: none; }#TJi8qXLhpFU6Ia8ohyDeQVCSGRWdi5ef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJi8qXLhpFU6Ia8ohyDeQVCSGRWdi5ef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJi8qXLhpFU6Ia8ohyDeQVCSGRWdi5ef > .row .container > .video-iframe-container { display: none; }#TJi8qXLhpFU6Ia8ohyDeQVCSGRWdi5ef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJi8qXLhpFU6Ia8ohyDeQVCSGRWdi5ef > .row > .video-iframe-container { display: none; }#TJi8qXLhpFU6Ia8ohyDeQVCSGRWdi5ef > .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); }#TJi8qXLhpFU6Ia8ohyDeQVCSGRWdi5ef > .row .container { border-width: 0; border-radius: 0; }#TJi8qXLhpFU6Ia8ohyDeQVCSGRWdi5ef > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJi8qXLhpFU6Ia8ohyDeQVCSGRWdi5ef > .row .container { font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;position:relative;display:block; }#tD95EdGBcEU9q8Tld4bCKnA1bsGugiXa { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.08) ;height:17.625rem;width:17.375rem;top:0.875rem;left:1.3125rem;display:block; }
#ULL353heZbQI9a30oCekkGEoVbIbAxNp { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.30078125rem;left:2.3125rem;height:1.21875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#GpugbUUgpDpdM8hcwhRvwssn7yfLhsme { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.5rem;width:17.5rem;top:0.8125rem;left:1.3125rem;overflow:hidden;display:block; }
#PnDpD32woaXQZa93mDfRHHcexzNWMFDg { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.08) ;height:17.625rem;width:17.375rem;top:0.9375rem;left:21.25rem;display:block; }
#VgcynhCpu4T1X7D6WPq8SCRUb0JM49qf { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.3125rem;left:22.25rem;height:1.21875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#epB0aJS9hTPlySDNIgTfWQvIPXutPzl0 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.4375rem;width:17.4375rem;top:0.875rem;left:21.25rem;overflow:hidden;display:block; }
#BFl07EFmrATMxnXPIcbA23tJ4fRDPJrH { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.08) ;height:17.625rem;width:17.375rem;top:0.9375rem;left:41.25rem;display:block; }
#NxJxZDxwGtnSD1GG2FMy9Io7iz9uUtkT { color:rgba(var(--color-tertiary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.3125rem;left:42.25rem;height:1.21875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qTTpURITvygLxVkPSKS2cd8BpadWi9gL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.5rem;width:17.4375rem;top:0.875rem;left:41.25rem;overflow:hidden;display:block; }
#XIr4fH5ZpgJFAuPHqHooNXf942KZ9yEl { 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; }#XIr4fH5ZpgJFAuPHqHooNXf942KZ9yEl > .row .container { background-color: transparent; background-image: none; }#XIr4fH5ZpgJFAuPHqHooNXf942KZ9yEl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIr4fH5ZpgJFAuPHqHooNXf942KZ9yEl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIr4fH5ZpgJFAuPHqHooNXf942KZ9yEl > .row .container > .video-iframe-container { display: none; }#XIr4fH5ZpgJFAuPHqHooNXf942KZ9yEl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIr4fH5ZpgJFAuPHqHooNXf942KZ9yEl > .row > .video-iframe-container { display: none; }#XIr4fH5ZpgJFAuPHqHooNXf942KZ9yEl > .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); }#XIr4fH5ZpgJFAuPHqHooNXf942KZ9yEl > .row .container { border-width: 0; border-radius: 0; }#XIr4fH5ZpgJFAuPHqHooNXf942KZ9yEl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XIr4fH5ZpgJFAuPHqHooNXf942KZ9yEl > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc > .row .container { background-color: transparent; background-image: none; }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc > .row .container > .video-iframe-container { display: none; }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc > .row > .video-iframe-container { display: none; }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc > .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); }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc > .row .container { border-width: 0; border-radius: 0; }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc > .row .container { width:60rem;height:11.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#OUDHTwLPFfzxeO3HEACzMgOBFz60OBtw { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.86328125rem;left:0rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mcbXkxoOVquLy64HM3aPoUXMD2xTcJcL { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.23828125rem;left:0rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CvbUQOvWyyViiX3qPsyUlu0dcJomdWIH { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.7);border-left:0.0625rem solid rgba(var(--color-secondary-0),0.7);border-right:0.0625rem solid rgba(var(--color-secondary-0),0.7);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),0.7);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.0625rem;left:23.96875rem;display:block; }
#OBi4ub9fQSXvsUQKuuv3XEQ7A8J6W0tT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { 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; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { background-color: transparent; background-image: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .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); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { border-width: 0; border-radius: 0; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:block; }#uw8sq0s8KGNT0Fz04O6GUiS0pr8is6PM { color:rgba(var(--color-tertiary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:4.5rem;left:2.96875rem;height:5.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e84AeADKM4BWWTORaQVOXrQgyOLcV1oL { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.140625rem;left:48.53125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eFny8ewQv3pMhNXq63iq0qboRTVCUmtF { 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:1.5rem;width:10.4375rem;top:1.9375rem;left:2.96875rem;overflow:hidden;display:block; }
#J43cDyynNRASgl4dA56XPu5COCP1DJJd { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15016;opacity:1;top:4.96875rem;left:47.1875rem; }
#J43cDyynNRASgl4dA56XPu5COCP1DJJd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ro3qnDSFiSB5E8FA30BTa2EQzJvGiCt8 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15017;opacity:1;top:4.9375rem;left:49.65625rem; }
#ro3qnDSFiSB5E8FA30BTa2EQzJvGiCt8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#bkvhu5581TFlwutQwkQhoQaq34kupi0T { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15018;opacity:1;top:4.9375rem;left:52.103515625rem; }
#bkvhu5581TFlwutQwkQhoQaq34kupi0T > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ix0Vo4UMTH3qhuGx1xuQemyBW1fCbNTe { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15019;opacity:1;top:4.9375rem;left:54.759765625rem; }
#ix0Vo4UMTH3qhuGx1xuQemyBW1fCbNTe > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#va0tSHSw2Jtd3K12K0vQt06QcaWpHGzc { 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; }#va0tSHSw2Jtd3K12K0vQt06QcaWpHGzc > .row .container { background-color: transparent; background-image: none; }#va0tSHSw2Jtd3K12K0vQt06QcaWpHGzc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#va0tSHSw2Jtd3K12K0vQt06QcaWpHGzc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#va0tSHSw2Jtd3K12K0vQt06QcaWpHGzc > .row .container > .video-iframe-container { display: none; }#va0tSHSw2Jtd3K12K0vQt06QcaWpHGzc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#va0tSHSw2Jtd3K12K0vQt06QcaWpHGzc > .row > .video-iframe-container { display: none; }#va0tSHSw2Jtd3K12K0vQt06QcaWpHGzc > .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); }#va0tSHSw2Jtd3K12K0vQt06QcaWpHGzc > .row .container { border-width: 0; border-radius: 0; }#va0tSHSw2Jtd3K12K0vQt06QcaWpHGzc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#va0tSHSw2Jtd3K12K0vQt06QcaWpHGzc > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:60rem;position:relative;display:block; }#ncBUl152tJapz5Bzy6oX0T8Wy44hV45d { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:0.462890625rem;left:41rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uaiml07M7crtbsdQIpOoa3HRTBPdNaxb { color:rgba(var(--color-tertiary-2),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:0.462890625rem;left:1.25rem;height:1.199775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETrzTrgZkFbFNiXHsWA6Bmh2i0c12k6V { 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:1rem;width:1.8125rem;top:0.59375rem;left:15.8125rem;overflow:hidden;display:block; }
#KWshioo1HBTvyo6DbyJSNRKRitfk7cwD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.5rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu { display:block; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQ8FI1pTcROdc9idZP5EcDQ8gUAalecc { width:8.9375rem;height:1.1875rem;top:1.8125rem;left:22.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS3EehNe4UQReTQIO7NgeZcXwoAgb30e { width:8.9375rem;height:1.1875rem;top:1.8125rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h89BwmDUUVexi1ZXD8N3Msn7rk6UG5zd { width:8.9375rem;height:1.1875rem;top:1.8125rem;left:38.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqbvRnpa2WHVBERlhDQkxlPwdVhKnDBV { top:1.375rem;left:0.25rem;width:12.375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHWoO2huN4KwoM7Cipa6pVrvHtzE6N3b { width:8.9375rem;height:1.1875rem;top:1.75rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRsTc3EW4rzTXFa28Bt3CprJFVyNKLTW { top:2.875rem;left:26.90625rem;width:3.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkixBKQvgFD1Hv4Jq8DdsyWVTTJAsKpG { display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 { display:block; }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1K6Sig69kX5TDnNi4O54wPd094mRwQV { width:47.75rem;height:1.9375rem;top:4rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldbWy0DEBpF95mbIGqSDGqC1Mg989vyU { top:5.875rem;left:17.46875rem;width:12.5rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx1OsFp7drNBF341yA064pVr4FHldhD3 { width:39.5625rem;height:1.375rem;top:6.9375rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um5UhgAcwu79UR5v7mQIr2RoMRoPMpvr { display:block; }#Um5UhgAcwu79UR5v7mQIr2RoMRoPMpvr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twhUUiDruGP2kix5xk4L1qs06dKAHKy2 { top:0.875rem;left:0rem;width:17.375rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMaO26JZVVeVgTMFfvi9436zNvICIS1z { top:0.6875rem;left:14.375rem;width:17.375rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io9wGgz8XrkMwz4OtEJ9UzUvEXFn1iwI { top:0.6875rem;left:30.25rem;width:17.375rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9CTvDhhxs51iQ77Fi2vhz5hPtA5Cl7W { width:14.9375rem;height:6.3125rem;top:16.6875rem;left:0.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFSQXiUW1WTMDwIlPH4cieqVxAaenEq6 { width:14.75rem;height:1.3125rem;top:23.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOPqJMHyh5dxCow2JnK8I3ALyIwoUfqD { width:10.75rem;height:1rem;top:25.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m89FId0feSoLvGaaw9AFxfxJgwxi1nqK { width:4.25rem;height:1.5625rem;top:9.125rem;left:11.1875rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9dNrOH8HP8lx7PFdNMOrkfzkpV4QcgM { width:16.5625rem;height:1.3125rem;top:23.75rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EngPQsQngmX34XqliUQC3QJOLwxfPQJZ { width:17.125rem;height:1.0625rem;top:25.125rem;left:14.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRQ6kAGZJ0G9NiGU76VrqGFuEGVPTluE { width:9.5625rem;height:1.25rem;top:23.875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpLWCzk0kkhQVbCIpmTEwh071D7yVvE9 { width:10.75rem;height:1rem;top:25.25rem;left:31.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyhtnJXLtfhd88fM7ZmwtNsJnZgms2Js { top:0.8125rem;left:0rem;width:17.4375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxCK8JtfMyZtVNigRRvbf8hnIIkpmlie { width:14.0625rem;height:6.3125rem;top:16.6875rem;left:16.78125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgnKKcNTP0C37H05lkTnAtwo5pTPmUTh { width:14.0625rem;height:5.25rem;top:16.8125rem;left:32.53125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeZclwcut7vONhlGnXSJpDD2M9QwnToB { top:0.875rem;left:15.6875rem;width:17.375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNT60K6CIvpmIFeOr2CJ9kTHya06OhZq { width:4.25rem;height:1.5625rem;top:9.1875rem;left:27.0625rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip8afKiGGQxL8EhFdKCotzmLscDtUeIv { top:0.875rem;left:30.4375rem;width:17.3125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4GpsLv4Tlkk5603qZNyEFNTlARtE7ab { width:4.25rem;height:1.5625rem;top:9.1875rem;left:42.9375rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzX2LtwyAx6xPwBudRvK8295nt9wzmlx { display:block; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0C9Md9f8GG18rdW80HlJby3XG0rVikk { top:3.875rem;left:17.625rem;width:12.5rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5pJ28awAlvowVnhgVQAF53CednXLq8h { width:47.75rem;height:1.9375rem;top:1.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGOif0dgQOsun5G2IewGQ9h5KEawsPye { width:39.5625rem;height:1.375rem;top:5.25rem;left:4.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2QMuR3IyVgFuhoTdlad7ETOIQ9Pwmfm { display:block; }#K2QMuR3IyVgFuhoTdlad7ETOIQ9Pwmfm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCAiTCMoIhXMNaoDhKCxS1zVOTDSsyF9 { width:14.1875rem;height:2.25rem;top:10.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6dZoNrydGeUSiWTRdCs5H7MHTVQ8H1J { width:14.1875rem;height:2.25rem;top:10.375rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMQMcE4WtwpF9ElTLiHxVePwazb8q0KB { width:14.1875rem;height:2.25rem;top:10.375rem;left:21.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSxaG8rTB89RHVsVgnJipUdSt1tNdcDA { width:14.1875rem;height:2.25rem;top:22.875rem;left:21.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGox9xaNmizyBDbiepQkrZ3kxaiodZoF { width:14.1875rem;height:2.25rem;top:22.875rem;left:33.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHICkeyePqKRQQnKPMfpeInhXuJsLrr8 { width:14.1875rem;height:2.25rem;top:22.875rem;left:9.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHQEqwm1dTTxbNL0Vf0FNkUIfVn5WaOt { width:14.1875rem;height:2.25rem;top:22.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmCHLDVteMSx9cRKSZOtF84yb0oDTwPh { width:14.1875rem;height:2.25rem;top:35.875rem;left:21.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJlxexoMyTBVCvn1IAl23e1G2ClIxqfp { width:9.9375rem;height:2.25rem;top:35.8125rem;left:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqycTaU2HGG3FovzcGNgydm72AO47Fe8 { width:14.1875rem;height:2.25rem;top:35.875rem;left:33.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyroC8H2FoXIZkNesM5u58ZoJ64Rani1 { width:8.625rem;height:2.25rem;top:35.8125rem;left:1.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPd7IEBEWSLL5r5JzHJJF3W59iUOWMAg { width:14.1875rem;height:2.25rem;top:10.3125rem;left:33.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdhFovsWLZ8sX8rnKoRvTO4Fzzng15Gx { top:16.875rem;left:27.4375rem;width:5.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQO6yigS0caBxESnuJ9FXsQIZT3m8Sb2 { top:5.1875rem;left:40.9375rem;width:3rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #whZIHZrA4IndNfy2Zg2GbzVOA5iFA9IC { top:4.875rem;left:3.53125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLnrHQiJNb8KoNtEESDITNOZTS9oX6Ag { top:5.125rem;left:16.0625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbGhhVXRTOMLd5BA2A8kyBsk0JO1HCy2 { top:5rem;left:27.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlTTA7GvH6gTUTIVAmQPhhhkscofra69 { top:30.625rem;left:3.8125rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR3k7FM2OHiQ7NRSrJVHxQuylTzWx327 { top:30.5625rem;left:15.96875rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTXVyOgsvxwDZ7bG0lkxkk3mQgWFuaw5 { top:16.5rem;left:39.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RggNqcHFocAuTEc6WK60FHmq9HeX0z2S { top:30.6875rem;left:40rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vireIOqA2FtDBHWSnMnRwFTnJ4JJ7Qee { top:30.75rem;left:28.0625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg4EIwGQyvmAEaB59eFawHFJzy0K4qun { top:17.25rem;left:4.09375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6SV7IW34AxfRdIVqT5B8TlO9sAJVBz8 { top:17.1875rem;left:16.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtQFG8nwuktEBPJATzdMZdP4m0RrUanT { display:none; }
 }@media only screen and (max-width: 763px) { #VqgOCEH9KXJwSBMoOzrMyt0LMuLwA2FO { display:none; }
 }@media only screen and (max-width: 763px) { #Ev8roCGKC2mEVS6h93TVoPoCKGsMzHCt { display:none; }
 }@media only screen and (max-width: 763px) { #fAG5rKNu6k3m9TZCQZNAcd0nSbWHim0n { display:none; }
 }@media only screen and (max-width: 763px) { #BHERohPGz49RxPC8nmpvqUhLz7zq02VT { display:none; }
 }@media only screen and (max-width: 763px) { #fK5sXHU8encPi2k1buJC39O0sE4I9wtH { display:none; }
 }@media only screen and (max-width: 763px) { #mGtCA9moSqodXn73kfENpFBP8SZnQRd9 { display:none; }
 }@media only screen and (max-width: 763px) { #ZwkX0o6L4HXLlxfS2eV8kffllW5fAK64 { display:none; }
 }@media only screen and (max-width: 763px) { #HCShyezQZkL8mSJQgyXPQ4BxWC9tET5O { display:none; }
 }@media only screen and (max-width: 763px) { #Crd5hKFIltbweVwKZIxnCJP3py7BLFfM { display:none; }
 }@media only screen and (max-width: 763px) { #azA5NSZSbDcJpEzPcoJzEWdL8EAxTcv7 { display:none; }
 }@media only screen and (max-width: 763px) { #gvIylTHEkBmDyTodNwilNRTlTzowCmTD { top:14.5rem;left:8.8125rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyP1MoRfT4EHX914eQGpIimsyu0hJISd { top:13rem;left:11.875rem;width:0.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn0zqsPsdcN0HzTG4ldKsHgnNI9PblW9 { top:14.4375rem;left:20.75rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHrpsWk9KHBSHypvg4NBLfQ7FzxpWLNn { top:13rem;left:23.8125rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV8bpqwBJ0keaq1RNJo65lfXLiwOSWdS { top:14.375rem;left:32.6875rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtT9tM7iu2TSXRHQ5MOK7gcVhi70zBGr { top:12.9375rem;left:35.75rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk5yJpBEiTqMNo6KBCiPO2IMcNG0wgBw { top:28.1875rem;left:8.8125rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INwifknPPXgU7a29k4ICUb2MLWMzZEGL { top:26.6875rem;left:11.875rem;width:0.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzB9WFutfc5V6zSQcyT1mcgQB5OggGnn { top:28.125rem;left:20.75rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka67KnyJx4idalWfyJ3ZSsJJakgKzFuS { top:26.6875rem;left:23.8125rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc9FJr8vNVRmbNVPSvcGGWdZfry1Ocpk { top:28.0625rem;left:32.6875rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGG2Dwu8y5p0IUzS4Bai9IOzyVTiPtPQ { top:26.625rem;left:35.75rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDH3yoMg4eT73NLLpaaFnxfqiNDTuvuo { top:1.625rem;left:8.8125rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enbZZIlLQpuGQecZDEU1GUuplZgcd6XJ { top:1.625rem;left:11.9375rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLvagKLz9Ntf7puTz9d4zck0yIMavg0K { top:1.5625rem;left:20.75rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiZJO0L5Msa9IneiqJ5TwwTSBoOwuhUz { top:1.5625rem;left:23.8125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvyadIBBUai4T29DhUD2TtgMkMirUiEB { top:1.5rem;left:32.6875rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlNiQXvr7eqpH0LNhDsKJQMSs3ofaiha { top:1.5625rem;left:35.75rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ARkxeO6uNJikkBIMdEgUXsRaTO2oqC { top:40.25rem;left:11.875rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcNGxu7uGmZOaPBeF18rgarIW714VlnT { top:40.1875rem;left:23.8125rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBI3wxpCgdKI6wZA2PNNN6ymApT5Tkid { top:40.125rem;left:35.75rem;width:0.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1fA2vBcQHeSKLvxhFh0ufq9Ttr7JUQO { top:41.5625rem;left:32.6875rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIkvf51LTkv9ZFIddzS9S2S7vlsSszqD { top:41.6875rem;left:8.8125rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5TB0uvXCyMpMEVFZbOX3Tep9RdkoWuG { top:41.625rem;left:20.75rem;width:3.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttinUtiLnVWkB7q6I3RdyTrizMXTrohF { display:block; }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFlf50qwi4C2aEnoSl5n4P4csOmM1eD0 { width:47.75rem;height:1.9375rem;top:3rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2UoRKkqva0B2yvFooZfcuIvU3pqufp2 { width:39.5625rem;height:1.375rem;top:5.9375rem;left:4.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6XFdoickVyVcHBOsI0c5FKgQMbLZPPQ { top:4.875rem;left:16.65625rem;width:12.5rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpP84pDqFwFznPpmgcisvV2e50Ia3oFP { display:block; }#rpP84pDqFwFznPpmgcisvV2e50Ia3oFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyWatT1lSTeEbzTaDN8G7bCsZ5ClXEIE { width:14.1875rem;height:2.4375rem;top:9.75rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTrR1RfTLkA7954a5IqIdB59wbNETuIq { width:14.1875rem;height:2.4375rem;top:9.8125rem;left:16.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkJyiRbF0kQwLdLMq1C8XGLUPWgb2T2h { width:14.1875rem;height:2.4375rem;top:9.75rem;left:32.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqVJBo811mn7uHdoQd4WM6aWFWvqFPas { top:4.4375rem;left:6rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za4lLzU23SziKqdTrbgq45bMt6vFt5gi { top:3.875rem;left:21.25rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GQ5SJzPMO2gZbfl60H4sVKO6I2Bzxx { top:4.125rem;left:37.375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUdvunPiFR9eymW813ybwvFkkQD59OEs { top:6.5625rem;left:39.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7u8WfuaT5ATFtcQFxhMW29Kkx7v0GBS { top:7.8125rem;left:10.6875rem;width:5.1875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzC1TngcCD4K4JAIavP5tRGb6hg1MwBD { top:7.1875rem;left:26.5625rem;width:5.1875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdXH3rULKw4H4NNWP0TQoPJxy8ycffCA { width:1.25rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQas4SrnTqaqv8Bn7851sPFnFBeeCV2W { width:1.25rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QesM8iMBwmDePHyQKTA1s8yrz74npcW5 { display:block; }#QesM8iMBwmDePHyQKTA1s8yrz74npcW5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gny93U4X9bJE4F7uTwRgx7AQR5TUT4Tk { width:47.75rem;height:1.9375rem;top:2.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5XwbtFWCUeB314qucg3IqRQMQDPnQmM { top:4.75rem;left:17.625rem;width:12.5rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLJwOXGbRCPeHs8OXJ5R1uQqkq2xAwv8 { width:39.5625rem;height:1.375rem;top:5.625rem;left:4.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJi8qXLhpFU6Ia8ohyDeQVCSGRWdi5ef { display:block; }#TJi8qXLhpFU6Ia8ohyDeQVCSGRWdi5ef > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tD95EdGBcEU9q8Tld4bCKnA1bsGugiXa { top:0.875rem;left:0rem;width:17.375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULL353heZbQI9a30oCekkGEoVbIbAxNp { width:14.0625rem;height:1.1875rem;top:15.25rem;left:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpugbUUgpDpdM8hcwhRvwssn7yfLhsme { top:0.8125rem;left:0rem;width:17.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnDpD32woaXQZa93mDfRHHcexzNWMFDg { top:0.9375rem;left:14.375rem;width:17.375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgcynhCpu4T1X7D6WPq8SCRUb0JM49qf { width:14.0625rem;height:1.1875rem;top:15.3125rem;left:16.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epB0aJS9hTPlySDNIgTfWQvIPXutPzl0 { top:0.875rem;left:14.3125rem;width:17.4375rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFl07EFmrATMxnXPIcbA23tJ4fRDPJrH { top:0.9375rem;left:30.25rem;width:17.375rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxJxZDxwGtnSD1GG2FMy9Io7iz9uUtkT { width:14.0625rem;height:1.1875rem;top:15.3125rem;left:31.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTTpURITvygLxVkPSKS2cd8BpadWi9gL { top:0.875rem;left:30.1875rem;width:17.4375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIr4fH5ZpgJFAuPHqHooNXf942KZ9yEl { display:block; }#XIr4fH5ZpgJFAuPHqHooNXf942KZ9yEl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc { display:block; }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUDHTwLPFfzxeO3HEACzMgOBFz60OBtw { width:47.75rem;height:2.0625rem;top:1.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcbXkxoOVquLy64HM3aPoUXMD2xTcJcL { width:47.75rem;height:1.6875rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvbUQOvWyyViiX3qPsyUlu0dcJomdWIH { width:12.875rem;height:2.125rem;top:7.0625rem;left:17.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBi4ub9fQSXvsUQKuuv3XEQ7A8J6W0tT { display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uw8sq0s8KGNT0Fz04O6GUiS0pr8is6PM { width:18.25rem;height:5.1875rem;top:4.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e84AeADKM4BWWTORaQVOXrQgyOLcV1oL { width:8.6875rem;height:1.1875rem;top:2.125rem;left:39.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFny8ewQv3pMhNXq63iq0qboRTVCUmtF { top:1.9375rem;left:0rem;width:10.4375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J43cDyynNRASgl4dA56XPu5COCP1DJJd { top:4.9375rem;left:41.0625rem;width:1.875rem;height:1.875rem;display:block; }
#J43cDyynNRASgl4dA56XPu5COCP1DJJd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ro3qnDSFiSB5E8FA30BTa2EQzJvGiCt8 { top:4.9375rem;left:43.53125rem;width:1.875rem;height:1.875rem;display:block; }
#ro3qnDSFiSB5E8FA30BTa2EQzJvGiCt8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bkvhu5581TFlwutQwkQhoQaq34kupi0T { top:4.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#bkvhu5581TFlwutQwkQhoQaq34kupi0T > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ix0Vo4UMTH3qhuGx1xuQemyBW1fCbNTe { top:4.9375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#ix0Vo4UMTH3qhuGx1xuQemyBW1fCbNTe > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #va0tSHSw2Jtd3K12K0vQt06QcaWpHGzc { display:block; }#va0tSHSw2Jtd3K12K0vQt06QcaWpHGzc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncBUl152tJapz5Bzy6oX0T8Wy44hV45d { width:17.1875rem;height:1.1875rem;top:0.4375rem;left:30.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uaiml07M7crtbsdQIpOoa3HRTBPdNaxb { width:15.5625rem;height:1.1875rem;top:0.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETrzTrgZkFbFNiXHsWA6Bmh2i0c12k6V { top:0.5625rem;left:9.6875rem;width:1.8125rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWshioo1HBTvyo6DbyJSNRKRitfk7cwD { display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu { display:block; }#gsHqPXLDi5i4LghBMWgaRtoslhp93Wgu > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQ8FI1pTcROdc9idZP5EcDQ8gUAalecc { width:9.75rem;height:1.29980625rem;top:4.75rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS3EehNe4UQReTQIO7NgeZcXwoAgb30e { width:8.9375rem;height:1.29980625rem;top:4.75rem;left:9.9375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #h89BwmDUUVexi1ZXD8N3Msn7rk6UG5zd { width:8.9375rem;height:1.29980625rem;top:6.849609375rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqbvRnpa2WHVBERlhDQkxlPwdVhKnDBV { width:12.375rem;height:1.875rem;top:0.94921875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHWoO2huN4KwoM7Cipa6pVrvHtzE6N3b { width:8.9375rem;height:1.29980625rem;top:6.75rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRsTc3EW4rzTXFa28Bt3CprJFVyNKLTW { width:3.875rem;height:0.1875rem;top:5.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkixBKQvgFD1Hv4Jq8DdsyWVTTJAsKpG { top:3.5rem;left:3.125rem;width:13.75rem;height:0.0625rem;z-index:15018;background-color:#94979b;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 { display:block; }#KcdwuEVoiG9WdIB85L5iJG7L84Wy11h5 > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1K6Sig69kX5TDnNi4O54wPd094mRwQV { width:11.75rem;height:3.57421875rem;top:2.125rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldbWy0DEBpF95mbIGqSDGqC1Mg989vyU { width:12.5rem;height:0.4375rem;top:6.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx1OsFp7drNBF341yA064pVr4FHldhD3 { width:20rem;height:1.5996125rem;top:7.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um5UhgAcwu79UR5v7mQIr2RoMRoPMpvr { display:block; }#Um5UhgAcwu79UR5v7mQIr2RoMRoPMpvr > .row .container { width:20rem;height:82.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #twhUUiDruGP2kix5xk4L1qs06dKAHKy2 { width:17.375rem;height:26.125rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMaO26JZVVeVgTMFfvi9436zNvICIS1z { width:17.375rem;height:24.625rem;top:29.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Io9wGgz8XrkMwz4OtEJ9UzUvEXFn1iwI { width:17.375rem;height:25.125rem;top:56rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9CTvDhhxs51iQ77Fi2vhz5hPtA5Cl7W { width:15.6875rem;height:6.334rem;top:16.9228515625rem;left:2.21875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFSQXiUW1WTMDwIlPH4cieqVxAaenEq6 { width:13.25rem;height:1.29980625rem;top:24.03125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOPqJMHyh5dxCow2JnK8I3ALyIwoUfqD { width:10.375rem;height:1.0556625rem;top:25.3828125rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m89FId0feSoLvGaaw9AFxfxJgwxi1nqK { width:4.25rem;height:1.5996125rem;top:9.3125rem;left:13.3125rem;text-align:center;text-align-last:center;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9dNrOH8HP8lx7PFdNMOrkfzkpV4QcgM { width:15rem;height:1.29980625rem;top:50.8125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EngPQsQngmX34XqliUQC3QJOLwxfPQJZ { width:12.8125rem;height:1.0556625rem;top:52.0625rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRQ6kAGZJ0G9NiGU76VrqGFuEGVPTluE { width:9.5625rem;height:1.29980625rem;top:77.75rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpLWCzk0kkhQVbCIpmTEwh071D7yVvE9 { width:10.75rem;height:1.0556625rem;top:79rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyhtnJXLtfhd88fM7ZmwtNsJnZgms2Js { width:17.4375rem;height:14.5rem;top:1.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxCK8JtfMyZtVNigRRvbf8hnIIkpmlie { width:15.625rem;height:5.27831875rem;top:44.9375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgnKKcNTP0C37H05lkTnAtwo5pTPmUTh { width:15.5rem;height:5.27831875rem;top:71.6875rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeZclwcut7vONhlGnXSJpDD2M9QwnToB { width:17.3125rem;height:14.375rem;top:29.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNT60K6CIvpmIFeOr2CJ9kTHya06OhZq { width:4.25rem;height:1.5996125rem;top:37.25rem;left:13.375rem;text-align:center;text-align-last:center;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip8afKiGGQxL8EhFdKCotzmLscDtUeIv { width:17.375rem;height:14.4375rem;top:56rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4GpsLv4Tlkk5603qZNyEFNTlARtE7ab { width:4.25rem;height:1.5996125rem;top:63.875rem;left:13.4375rem;text-align:center;text-align-last:center;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzX2LtwyAx6xPwBudRvK8295nt9wzmlx { display:block; }#TzX2LtwyAx6xPwBudRvK8295nt9wzmlx > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0C9Md9f8GG18rdW80HlJby3XG0rVikk { width:12.5rem;height:0.4375rem;top:3.78125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5pJ28awAlvowVnhgVQAF53CednXLq8h { width:20rem;height:1.7871125rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGOif0dgQOsun5G2IewGQ9h5KEawsPye { width:18.125rem;height:3.19921875rem;top:5.09375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2QMuR3IyVgFuhoTdlad7ETOIQ9Pwmfm { display:block; }#K2QMuR3IyVgFuhoTdlad7ETOIQ9Pwmfm > .row .container { width:20rem;height:161.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCAiTCMoIhXMNaoDhKCxS1zVOTDSsyF9 { width:19.25rem;height:2.5996125rem;top:7.9375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6dZoNrydGeUSiWTRdCs5H7MHTVQ8H1J { width:14.1875rem;height:2.5996125rem;top:51.125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMQMcE4WtwpF9ElTLiHxVePwazb8q0KB { width:14.1875rem;height:2.5996125rem;top:93.1875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSxaG8rTB89RHVsVgnJipUdSt1tNdcDA { width:14.1875rem;height:2.5996125rem;top:105.625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGox9xaNmizyBDbiepQkrZ3kxaiodZoF { width:14.1875rem;height:2.5996125rem;top:143.3125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHICkeyePqKRQQnKPMfpeInhXuJsLrr8 { width:14.1875rem;height:2.5996125rem;top:65.0625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHQEqwm1dTTxbNL0Vf0FNkUIfVn5WaOt { width:14.1875rem;height:2.5996125rem;top:22.125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmCHLDVteMSx9cRKSZOtF84yb0oDTwPh { width:14.1875rem;height:2.5996125rem;top:117.875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJlxexoMyTBVCvn1IAl23e1G2ClIxqfp { width:14.1875rem;height:2.5996125rem;top:79.125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqycTaU2HGG3FovzcGNgydm72AO47Fe8 { width:14.1875rem;height:2.5996125rem;top:156.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyroC8H2FoXIZkNesM5u58ZoJ64Rani1 { width:12.875rem;height:2.5996125rem;top:36.9375rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPd7IEBEWSLL5r5JzHJJF3W59iUOWMAg { width:14.1875rem;height:2.5996125rem;top:131.125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdhFovsWLZ8sX8rnKoRvTO4Fzzng15Gx { width:5.0625rem;height:4.0625rem;top:101.625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQO6yigS0caBxESnuJ9FXsQIZT3m8Sb2 { width:3rem;height:3.5rem;top:126.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whZIHZrA4IndNfy2Zg2GbzVOA5iFA9IC { width:4.1875rem;height:4.1875rem;top:3rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLnrHQiJNb8KoNtEESDITNOZTS9oX6Ag { width:3.625rem;height:3.625rem;top:46.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbGhhVXRTOMLd5BA2A8kyBsk0JO1HCy2 { width:3.75rem;height:3.75rem;top:88.1875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlTTA7GvH6gTUTIVAmQPhhhkscofra69 { width:3.6875rem;height:3.6875rem;top:32rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lR3k7FM2OHiQ7NRSrJVHxQuylTzWx327 { width:3.875rem;height:3.875rem;top:74rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTXVyOgsvxwDZ7bG0lkxkk3mQgWFuaw5 { width:3.9375rem;height:3.9375rem;top:139.375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #RggNqcHFocAuTEc6WK60FHmq9HeX0z2S { width:3.5625rem;height:3.5625rem;top:151.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vireIOqA2FtDBHWSnMnRwFTnJ4JJ7Qee { width:3.5rem;height:3.5rem;top:114.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg4EIwGQyvmAEaB59eFawHFJzy0K4qun { width:3.75rem;height:3.75rem;top:17.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6SV7IW34AxfRdIVqT5B8TlO9sAJVBz8 { width:3.0625rem;height:3.0625rem;top:60.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtQFG8nwuktEBPJATzdMZdP4m0RrUanT { top:148.8125rem;left:6.875rem;width:6.25rem;height:0.0625rem;z-index:15018;background-color:#94979b;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) { #VqgOCEH9KXJwSBMoOzrMyt0LMuLwA2FO { top:136.625rem;left:6.875rem;width:6.25rem;height:0.0625rem;z-index:15019;background-color:#94979b;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) { #Ev8roCGKC2mEVS6h93TVoPoCKGsMzHCt { top:123.5rem;left:6.875rem;width:6.25rem;height:0.0625rem;z-index:15020;background-color:#94979b;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) { #fAG5rKNu6k3m9TZCQZNAcd0nSbWHim0n { top:110.9375rem;left:6.8125rem;width:6.25rem;height:0.0625rem;z-index:15021;background-color:#94979b;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) { #BHERohPGz49RxPC8nmpvqUhLz7zq02VT { top:98.6875rem;left:6.875rem;width:6.25rem;height:0.0625rem;z-index:15022;background-color:#94979b;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) { #fK5sXHU8encPi2k1buJC39O0sE4I9wtH { top:85.0625rem;left:6.84375rem;width:6.25rem;height:0.0625rem;z-index:15023;background-color:#94979b;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) { #mGtCA9moSqodXn73kfENpFBP8SZnQRd9 { top:70.875rem;left:6.875rem;width:6.25rem;height:0.0625rem;z-index:15024;background-color:#94979b;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) { #ZwkX0o6L4HXLlxfS2eV8kffllW5fAK64 { top:57.1875rem;left:6.875rem;width:6.25rem;height:0.0625rem;z-index:15025;background-color:#94979b;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) { #HCShyezQZkL8mSJQgyXPQ4BxWC9tET5O { top:42.9375rem;left:6.875rem;width:6.25rem;height:0.0625rem;z-index:15026;background-color:#94979b;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) { #Crd5hKFIltbweVwKZIxnCJP3py7BLFfM { top:28.3125rem;left:6.875rem;width:6.25rem;height:0.0625rem;z-index:15027;background-color:#94979b;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) { #azA5NSZSbDcJpEzPcoJzEWdL8EAxTcv7 { top:13.5625rem;left:6.875rem;width:6.25rem;height:0.0625rem;z-index:15028;background-color:#94979b;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) { #gvIylTHEkBmDyTodNwilNRTlTzowCmTD { width:3.125rem;height:0.0625rem;top:14.5rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cyP1MoRfT4EHX914eQGpIimsyu0hJISd { width:0.0625rem;height:3.0625rem;top:13rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fn0zqsPsdcN0HzTG4ldKsHgnNI9PblW9 { width:3.125rem;height:0.0625rem;top:14.4375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JHrpsWk9KHBSHypvg4NBLfQ7FzxpWLNn { width:0.0625rem;height:3.125rem;top:13rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pV8bpqwBJ0keaq1RNJo65lfXLiwOSWdS { width:3.125rem;height:0.0625rem;top:14.375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtT9tM7iu2TSXRHQ5MOK7gcVhi70zBGr { width:0.0625rem;height:3.125rem;top:12.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bk5yJpBEiTqMNo6KBCiPO2IMcNG0wgBw { width:3.125rem;height:0.0625rem;top:28.1875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #INwifknPPXgU7a29k4ICUb2MLWMzZEGL { width:0.0625rem;height:3.0625rem;top:26.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzB9WFutfc5V6zSQcyT1mcgQB5OggGnn { width:3.125rem;height:0.0625rem;top:28.125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ka67KnyJx4idalWfyJ3ZSsJJakgKzFuS { width:0.0625rem;height:3.125rem;top:26.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cc9FJr8vNVRmbNVPSvcGGWdZfry1Ocpk { width:3.125rem;height:0.0625rem;top:28.0625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGG2Dwu8y5p0IUzS4Bai9IOzyVTiPtPQ { width:0.0625rem;height:3.125rem;top:26.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDH3yoMg4eT73NLLpaaFnxfqiNDTuvuo { width:3.125rem;height:0.0625rem;top:1.625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #enbZZIlLQpuGQecZDEU1GUuplZgcd6XJ { width:0.0625rem;height:1.5625rem;top:1.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLvagKLz9Ntf7puTz9d4zck0yIMavg0K { width:3.125rem;height:0.0625rem;top:1.5625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PiZJO0L5Msa9IneiqJ5TwwTSBoOwuhUz { width:0.0625rem;height:1.5625rem;top:1.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvyadIBBUai4T29DhUD2TtgMkMirUiEB { width:3.125rem;height:0.0625rem;top:1.5rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlNiQXvr7eqpH0LNhDsKJQMSs3ofaiha { width:0.0625rem;height:1.5625rem;top:1.5625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0ARkxeO6uNJikkBIMdEgUXsRaTO2oqC { width:0.0625rem;height:1.5625rem;top:40.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcNGxu7uGmZOaPBeF18rgarIW714VlnT { width:0.0625rem;height:1.5625rem;top:40.1875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fBI3wxpCgdKI6wZA2PNNN6ymApT5Tkid { width:0.0625rem;height:1.5625rem;top:40.125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1fA2vBcQHeSKLvxhFh0ufq9Ttr7JUQO { width:3.125rem;height:0.0625rem;top:41.5625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OIkvf51LTkv9ZFIddzS9S2S7vlsSszqD { width:3.125rem;height:0.0625rem;top:41.6875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5TB0uvXCyMpMEVFZbOX3Tep9RdkoWuG { width:3.125rem;height:0.0625rem;top:41.625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttinUtiLnVWkB7q6I3RdyTrizMXTrohF { display:block; }#ttinUtiLnVWkB7q6I3RdyTrizMXTrohF > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFlf50qwi4C2aEnoSl5n4P4csOmM1eD0 { width:16.4375rem;height:4.0625rem;top:2.125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2UoRKkqva0B2yvFooZfcuIvU3pqufp2 { width:17.375rem;height:1.5996125rem;top:8.1201171875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6XFdoickVyVcHBOsI0c5FKgQMbLZPPQ { width:12.5rem;height:0.4375rem;top:6.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpP84pDqFwFznPpmgcisvV2e50Ia3oFP { display:block; }#rpP84pDqFwFznPpmgcisvV2e50Ia3oFP > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wyWatT1lSTeEbzTaDN8G7bCsZ5ClXEIE { width:14.1875rem;height:2.4375rem;top:7.625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTrR1RfTLkA7954a5IqIdB59wbNETuIq { width:14.1875rem;height:2.4375rem;top:24.8125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkJyiRbF0kQwLdLMq1C8XGLUPWgb2T2h { width:14.1875rem;height:2.4375rem;top:41.875rem;left:3.09375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqVJBo811mn7uHdoQd4WM6aWFWvqFPas { width:4.1875rem;height:4.1875rem;top:2.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za4lLzU23SziKqdTrbgq45bMt6vFt5gi { width:5.125rem;height:5.125rem;top:19.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GQ5SJzPMO2gZbfl60H4sVKO6I2Bzxx { width:3.75rem;height:3.75rem;top:36.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUdvunPiFR9eymW813ybwvFkkQD59OEs { width:2.1875rem;height:2.1875rem;top:38.9375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7u8WfuaT5ATFtcQFxhMW29Kkx7v0GBS { width:5.1875rem;height:0.875rem;top:27.3125rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzC1TngcCD4K4JAIavP5tRGb6hg1MwBD { width:5.1875rem;height:0.875rem;top:7.1875rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdXH3rULKw4H4NNWP0TQoPJxy8ycffCA { top:11.8125rem;left:9.59375rem;width:0.8125rem;height:5.375rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ZQas4SrnTqaqv8Bn7851sPFnFBeeCV2W { top:29rem;left:9.59375rem;width:0.8125rem;height:5.375rem;z-index:15031;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QesM8iMBwmDePHyQKTA1s8yrz74npcW5 { display:block; }#QesM8iMBwmDePHyQKTA1s8yrz74npcW5 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gny93U4X9bJE4F7uTwRgx7AQR5TUT4Tk { width:20rem;height:1.70605625rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5XwbtFWCUeB314qucg3IqRQMQDPnQmM { width:12.5rem;height:0.4375rem;top:3.912109375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLJwOXGbRCPeHs8OXJ5R1uQqkq2xAwv8 { width:20rem;height:1.5996125rem;top:5.599609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJi8qXLhpFU6Ia8ohyDeQVCSGRWdi5ef { display:block; }#TJi8qXLhpFU6Ia8ohyDeQVCSGRWdi5ef > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tD95EdGBcEU9q8Tld4bCKnA1bsGugiXa { width:17.375rem;height:18.0625rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULL353heZbQI9a30oCekkGEoVbIbAxNp { width:14.0625rem;height:1.0556625rem;top:16.05078125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpugbUUgpDpdM8hcwhRvwssn7yfLhsme { width:17.5rem;height:13.4375rem;top:1.25rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnDpD32woaXQZa93mDfRHHcexzNWMFDg { width:17.375rem;height:17.625rem;top:21.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgcynhCpu4T1X7D6WPq8SCRUb0JM49qf { width:14.0625rem;height:1.0556625rem;top:35.9375rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epB0aJS9hTPlySDNIgTfWQvIPXutPzl0 { width:17.4375rem;height:13.4375rem;top:21.5625rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFl07EFmrATMxnXPIcbA23tJ4fRDPJrH { width:17.375rem;height:17.625rem;top:41.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxJxZDxwGtnSD1GG2FMy9Io7iz9uUtkT { width:14.0625rem;height:1.0556625rem;top:56rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTTpURITvygLxVkPSKS2cd8BpadWi9gL { width:17.4375rem;height:13.5rem;top:41.625rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIr4fH5ZpgJFAuPHqHooNXf942KZ9yEl { display:block; }#XIr4fH5ZpgJFAuPHqHooNXf942KZ9yEl > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc { display:block; }#PFEKMVCZaWJ6vDc9hUwLtfKVN85rTlTc > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUDHTwLPFfzxeO3HEACzMgOBFz60OBtw { width:16.9375rem;height:5.361325rem;top:1.9365234375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcbXkxoOVquLy64HM3aPoUXMD2xTcJcL { width:20rem;height:1.29980625rem;top:7.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvbUQOvWyyViiX3qPsyUlu0dcJomdWIH { width:12.791666625rem;height:2.041666625rem;top:10.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBi4ub9fQSXvsUQKuuv3XEQ7A8J6W0tT { display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uw8sq0s8KGNT0Fz04O6GUiS0pr8is6PM { width:18.25rem;height:5.19921875rem;top:3.625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e84AeADKM4BWWTORaQVOXrQgyOLcV1oL { width:8.6875rem;height:1.21875rem;top:10.5rem;left:5.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFny8ewQv3pMhNXq63iq0qboRTVCUmtF { width:10.4375rem;height:1.5rem;top:1.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J43cDyynNRASgl4dA56XPu5COCP1DJJd { display:flex;width:1.875rem;height:1.875rem;top:12.4375rem;left:4.9375rem; }
#J43cDyynNRASgl4dA56XPu5COCP1DJJd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ro3qnDSFiSB5E8FA30BTa2EQzJvGiCt8 { display:flex;width:1.875rem;height:1.875rem;top:12.4375rem;left:7.5rem; }
#ro3qnDSFiSB5E8FA30BTa2EQzJvGiCt8 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #bkvhu5581TFlwutQwkQhoQaq34kupi0T { display:flex;width:1.875rem;height:1.875rem;top:12.4375rem;left:10.1875rem; }
#bkvhu5581TFlwutQwkQhoQaq34kupi0T > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ix0Vo4UMTH3qhuGx1xuQemyBW1fCbNTe { display:flex;width:1.875rem;height:1.875rem;top:12.4375rem;left:13.1875rem; }
#ix0Vo4UMTH3qhuGx1xuQemyBW1fCbNTe > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #va0tSHSw2Jtd3K12K0vQt06QcaWpHGzc { display:block; }#va0tSHSw2Jtd3K12K0vQt06QcaWpHGzc > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncBUl152tJapz5Bzy6oX0T8Wy44hV45d { width:17.1875rem;height:1.19921875rem;top:2.8125rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uaiml07M7crtbsdQIpOoa3HRTBPdNaxb { width:14.1875rem;height:1.19921875rem;top:0.5rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETrzTrgZkFbFNiXHsWA6Bmh2i0c12k6V { width:1.8125rem;height:1rem;top:0.5625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWshioo1HBTvyo6DbyJSNRKRitfk7cwD { top:2.1875rem;left:0rem;width:20rem;height:0.0625rem;z-index:15006;display:block; }
 }