.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#ZEugiMw0TOi8i1mArT2blZnwNWantGiC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5da;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ZEugiMw0TOi8i1mArT2blZnwNWantGiC > .row .container { background-color: transparent; background-image: none; }#ZEugiMw0TOi8i1mArT2blZnwNWantGiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEugiMw0TOi8i1mArT2blZnwNWantGiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEugiMw0TOi8i1mArT2blZnwNWantGiC > .row .container > .video-iframe-container { display: none; }#ZEugiMw0TOi8i1mArT2blZnwNWantGiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZEugiMw0TOi8i1mArT2blZnwNWantGiC > .row > .video-iframe-container { display: none; }#ZEugiMw0TOi8i1mArT2blZnwNWantGiC > .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); }#ZEugiMw0TOi8i1mArT2blZnwNWantGiC > .row .container { border-width: 0; border-radius: 0; }#ZEugiMw0TOi8i1mArT2blZnwNWantGiC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZEugiMw0TOi8i1mArT2blZnwNWantGiC > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#IpVpAu6wIaBVGZE7fO8dmdT4PDQ5MvTv { 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:4.5rem;width:8rem;top:0.125rem;left:0.125rem;overflow:hidden;display:block; }
#mDPgiT4kOPImQIqGCht4w0i1bTHIhsfI { background-color:rgba(var(--color-secondary-2),0);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#3f3b3b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.6875rem;left:20.8125rem;display:block; }
#gsVs3QQPgvVkEGH6ReJnE6kmhMd2UTA6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U8HRsTNqFH8Amxr1uxJv1TOxDtmbOdEU { background-color:rgba(var(--color-secondary-2),0);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#3f3b3b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.6875rem;left:31.6875rem;display:block; }
#sA4S0rCTrWEHhDxgszT0OhPyfMmToIL5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tF9TbR4P4M0RIcBs4nIP1hoOkkh2FpzW { background-color:rgba(var(--color-secondary-2),0);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#3f3b3b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.6875rem;left:42.625rem;display:block; }
#pki1dlGL1dlH8xLKQihgiEPBTV3soNxw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQMIyvMlA9LaG1X3RRTT1ABS8ZiiXqOq { background-color:rgba(var(--color-secondary-2),0);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#3f3b3b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.6875rem;left:53.6875rem;display:block; }
#i2J5RrEpnBagM0fpQrCKragTut9fvpPG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y8nyIDyfqnakGMTzHR49PeREcQsXQKdZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#de0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.09375rem;left:66.125rem;display:block; }
#bmAPdzA5StA3RNrMTXQolxeoUPcPiQTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z9JTKQsRFK3Zpf1l9Q9qVqcVB3PgV6Gb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#DT4efef7vpFAPevSaS2fPyG6WJNJgQaX { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#JHCyWLp7TT8BBWTEiWXWZMhKkpOP8DpH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X7qRW7RmKsEahWRnu7ouNONK4UXXJNoc { position:relative;display:none; }#X7qRW7RmKsEahWRnu7ouNONK4UXXJNoc { border-width: 0; border-radius: 0; }#X7qRW7RmKsEahWRnu7ouNONK4UXXJNoc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X7qRW7RmKsEahWRnu7ouNONK4UXXJNoc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SNxx5KJEokaHMLCGiVEAtbOvOWaisXk9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:12rem;left:14.25rem;display:none; }
#auGO3c0mi0aOkWD8PsnquQffDkkWOX8b { position:relative;display:block; }#auGO3c0mi0aOkWD8PsnquQffDkkWOX8b { background-color: transparent; background-image: none; }#auGO3c0mi0aOkWD8PsnquQffDkkWOX8b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auGO3c0mi0aOkWD8PsnquQffDkkWOX8b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auGO3c0mi0aOkWD8PsnquQffDkkWOX8b > .row .container > .video-iframe-container { display: none; }#auGO3c0mi0aOkWD8PsnquQffDkkWOX8b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#auGO3c0mi0aOkWD8PsnquQffDkkWOX8b > .row > .video-iframe-container { display: none; }#auGO3c0mi0aOkWD8PsnquQffDkkWOX8b > .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); }#auGO3c0mi0aOkWD8PsnquQffDkkWOX8b { border-width: 0; border-radius: 0; }#auGO3c0mi0aOkWD8PsnquQffDkkWOX8b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#auGO3c0mi0aOkWD8PsnquQffDkkWOX8b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(215,215,215,0.17);background-image:url("../images/neocoverdesktop.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh.adaptive-delivery-prevent-bg, #uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh.lazyload, #uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh.lazyloading { background-image: none; }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .row .container { background-color: transparent; background-image: none; }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .row .container > .video-iframe-container { display: none; }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .row > .video-iframe-container { display: none; }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .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); }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .row .container { border-width: 0; border-radius: 0; }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#Xli65IbBvA9Vlg3twiOmbVSoezEe3uiW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:#de0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:15.0625rem;left:4.375rem;display:block; }
#wEKT0ysms4RxuDw0n8CGNcPov8GhdKsx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X32CAiDqdg7HEuyzSTGBGTvv4TIOlOAg { position:relative;display:block; }#X32CAiDqdg7HEuyzSTGBGTvv4TIOlOAg { background-color: transparent; background-image: none; }#X32CAiDqdg7HEuyzSTGBGTvv4TIOlOAg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X32CAiDqdg7HEuyzSTGBGTvv4TIOlOAg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X32CAiDqdg7HEuyzSTGBGTvv4TIOlOAg > .row .container > .video-iframe-container { display: none; }#X32CAiDqdg7HEuyzSTGBGTvv4TIOlOAg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X32CAiDqdg7HEuyzSTGBGTvv4TIOlOAg > .row > .video-iframe-container { display: none; }#X32CAiDqdg7HEuyzSTGBGTvv4TIOlOAg > .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); }#X32CAiDqdg7HEuyzSTGBGTvv4TIOlOAg { border-width: 0; border-radius: 0; }#X32CAiDqdg7HEuyzSTGBGTvv4TIOlOAg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#X32CAiDqdg7HEuyzSTGBGTvv4TIOlOAg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fi8g5uVtnglzEqUQugG2f7EN8gyD6lAw { position:relative;display:block; }#fi8g5uVtnglzEqUQugG2f7EN8gyD6lAw { background-color: transparent; background-image: none; }#fi8g5uVtnglzEqUQugG2f7EN8gyD6lAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fi8g5uVtnglzEqUQugG2f7EN8gyD6lAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fi8g5uVtnglzEqUQugG2f7EN8gyD6lAw > .row .container > .video-iframe-container { display: none; }#fi8g5uVtnglzEqUQugG2f7EN8gyD6lAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fi8g5uVtnglzEqUQugG2f7EN8gyD6lAw > .row > .video-iframe-container { display: none; }#fi8g5uVtnglzEqUQugG2f7EN8gyD6lAw > .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); }#fi8g5uVtnglzEqUQugG2f7EN8gyD6lAw { border-width: 0; border-radius: 0; }#fi8g5uVtnglzEqUQugG2f7EN8gyD6lAw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fi8g5uVtnglzEqUQugG2f7EN8gyD6lAw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu { position:relative;display:block; }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu { background-color: transparent; background-image: none; }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu > .row .container > .video-iframe-container { display: none; }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu > .row > .video-iframe-container { display: none; }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu > .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); }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu { border-width: 0; border-radius: 0; }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu > .row .container { border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#cx0nkEcbPwWiLe0EsB7g5kTBnbVg94Ti { color:#de0000;display:block;width:29.9375rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:20.9375rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZHSwqRaWLqkZ2SfRfMhGJZ1hAoJTBVWT { position:absolute;display:block;z-index:15148;height:1.6875rem;width:2.5625rem;top:1.65625rem;left:69.375rem;display:block; }
#nh0yLR7lSfCoXp2rdicftpPK7Bt9mHh1 { position:relative;display:block; }#nh0yLR7lSfCoXp2rdicftpPK7Bt9mHh1 { background-color: transparent; background-image: none; }#nh0yLR7lSfCoXp2rdicftpPK7Bt9mHh1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh0yLR7lSfCoXp2rdicftpPK7Bt9mHh1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh0yLR7lSfCoXp2rdicftpPK7Bt9mHh1 > .row .container > .video-iframe-container { display: none; }#nh0yLR7lSfCoXp2rdicftpPK7Bt9mHh1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nh0yLR7lSfCoXp2rdicftpPK7Bt9mHh1 > .row > .video-iframe-container { display: none; }#nh0yLR7lSfCoXp2rdicftpPK7Bt9mHh1 > .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); }#nh0yLR7lSfCoXp2rdicftpPK7Bt9mHh1 { border-width: 0; border-radius: 0; }#nh0yLR7lSfCoXp2rdicftpPK7Bt9mHh1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nh0yLR7lSfCoXp2rdicftpPK7Bt9mHh1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uBv7myziqDI5gZmby6mP3DNcmSI2Wvmy { position:relative;display:block; }#uBv7myziqDI5gZmby6mP3DNcmSI2Wvmy { background-color: transparent; background-image: none; }#uBv7myziqDI5gZmby6mP3DNcmSI2Wvmy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBv7myziqDI5gZmby6mP3DNcmSI2Wvmy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBv7myziqDI5gZmby6mP3DNcmSI2Wvmy > .row .container > .video-iframe-container { display: none; }#uBv7myziqDI5gZmby6mP3DNcmSI2Wvmy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uBv7myziqDI5gZmby6mP3DNcmSI2Wvmy > .row > .video-iframe-container { display: none; }#uBv7myziqDI5gZmby6mP3DNcmSI2Wvmy > .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); }#uBv7myziqDI5gZmby6mP3DNcmSI2Wvmy { border-width: 0; border-radius: 0; }#uBv7myziqDI5gZmby6mP3DNcmSI2Wvmy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uBv7myziqDI5gZmby6mP3DNcmSI2Wvmy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JB2qrgqaGUxKHgwzckp5JLAT4ub7Lgit { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:8.75rem;left:39.9375rem;height:0.9746125rem;display:block; }
#n8bOITldM3ZfyEO0hhf6DmTScNlSMNIt { box-sizing:content-box;height:2.1875rem;width:16.875rem;position:absolute;display:block;z-index:15119;background-color:rgba(241,233,235,0.72);background-image:none;top:11.6875rem;left:38.4375rem;display:block; }
#NOFWhn3hME2fr7vNoTlVFwhC37aT6CvS { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:12.130859375rem;left:39.96875rem;height:1.29980625rem;font-style:normal;display:block; }
#PvQJvTFt0xXryHcefTr4E8LyeUSTv81F { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.125rem;left:39.9375rem;overflow:hidden;display:block; }
#tiXnrptH1bx6qwXKQk5qBfFo6k3Q0zo3 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15114;line-height:1.3;letter-spacing:0;top:17.3125rem;left:43.5rem;height:1.13720625rem;display:block; }
#JMzHPttwhGfgRetLHsvRTTr04cGmAsrp { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:18.4375rem;left:43.5rem;height:1.13720625rem;display:block; }
#hqyDwUvOCMQiaxLLfAfm5hq7lplTptzu { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:20.0625rem;left:39.9375rem;overflow:hidden;display:block; }
#XkR88aUPJs7vOiNHKA4s6y8i4ftAsKZc { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:20.1875rem;left:43.5rem;height:1.13720625rem;display:block; }
#cMOMbGV4uIz7Fh6d9bhztU9NTZi15xEz { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:21.3125rem;left:43.5rem;height:1.13720625rem;display:block; }
#hCXlXtIpSHt7dP57hzd6p4PpQXkqQQgI { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:23rem;left:39.9375rem;overflow:hidden;display:block; }
#qWcu8eBsMxlhlca4sK5SfSE9Q3SJRiPg { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:23.9375rem;left:43.5rem;height:1.13720625rem;display:block; }
#eBREddtJI0EluL0tvlCGL90w52lzhsxG { position:absolute;display:block;z-index:15108;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:25.9375rem;left:39.9375rem;overflow:hidden;display:block; }
#cmb5m7Vo1ZqOM3b20eQRg3vaxOv1RF5h { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:26.125rem;left:43.5rem;height:1.13720625rem;display:block; }
#Xv2XBGQFDvzVKwTFKCv1fS5sTiFfeIUH { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:27.25rem;left:43.5rem;height:2.2744125rem;display:block; }
#AbEbB0v9FK6lpipivg4duaomgxNHMz2m { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:32rem;left:41.875rem;display:block; }
#orW6TuaRNOFpC2Qs5l6lI9nvvnsOkeBo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qupqkM0uaPPl6ldV3oFiv5sB7kFeLrMV { box-sizing:content-box;height:33.75rem;width:16.875rem;position:absolute;display:block;z-index:15047;background-color:rgba(0,0,0,0);background-image:none;top:0.875rem;left:38.375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#i0A7aKOfdwAPWydSoCg2t4rqsSFR6Dy2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:3.0625rem;left:39.9375rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PgJeal0oKDN7mXG7EB7TnAJlW15WJS7t { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:5.9375rem;left:39.9375rem;height:0.9746125rem;display:block; }
#aLWAH7RQoMDxGD8JUIMkHZG4FXXxbslf { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:6.875rem;left:39.9375rem;height:1.7871125rem;font-style:normal;display:block; }
#uBtkVBCpMVhhVDRU2Qr9DrOuBNMc8h13 { box-sizing:content-box;height:33.75rem;width:16.875rem;position:absolute;display:block;z-index:15067;background-color:rgba(0,0,0,0);background-image:none;top:0.875rem;left:57.125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);display:block; }
#uZoeHuSgphBREZS6NsbDwndAFn2HulMe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:3.0625rem;left:58.6875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q77XeeCpKCW22i44oLm79mwITcOSTIhq { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:5.9375rem;left:58.6875rem;height:0.9746125rem;display:block; }
#Z2SECNCSpT0DOqqshq25iqJtwO3LaRPU { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1875rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:6.875rem;left:58.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#PSy06CiI6En1f3BiAxmFmQeCZ6mCVSyF { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15081;line-height:1.3;letter-spacing:0;top:8.75rem;left:58.6875rem;height:0.9746125rem;display:block; }
#OzsTZt54E0NzdtgwbJl0DdWaDKO55JTs { box-sizing:content-box;height:2.1875rem;width:16.875rem;position:absolute;display:block;z-index:15139;background-color:rgba(241,233,235,0.72);background-image:none;top:11.6875rem;left:57.1875rem;display:block; }
#EBZcO5hbA4laVeSUhvV7TNQhKLqmIdxs { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15140;line-height:1.3;letter-spacing:0;top:12.130859375rem;left:58.78125rem;height:1.29980625rem;font-style:normal;display:block; }
#n1wLim2AOm5MONBd4ob0ii2iu2l6dTTw { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:15.4375rem;left:58.875rem;overflow:hidden;display:block; }
#cI0rvepSVIOe0AqHBsRUduwJTKyPU0Vq { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15101;line-height:1.3;letter-spacing:0;top:15.625rem;left:62.4375rem;height:1.13720625rem;display:block; }
#UpxbX3fRrsBITvvuIUFCdg075HsXATDG { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15102;line-height:1.3;letter-spacing:0;top:16.75rem;left:62.4375rem;height:1.13720625rem;display:block; }
#TMGXa6JvVUbShP0lxMI3LFAZ0nBQg8Fv { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:18.375rem;left:58.875rem;overflow:hidden;display:block; }
#pzdrk9GKhWDuaz2FQkWH8svNxdg9LP5y { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:18.5rem;left:62.4375rem;height:1.13720625rem;display:block; }
#DbwPoe6WMuqJPO8xgw6IZqrnIwrSONl8 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:19.625rem;left:62.4375rem;height:1.13720625rem;display:block; }
#zFyTG7cXK7Nct2XRbJ0GZUgTUAEb0yfM { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:21.3125rem;left:58.875rem;overflow:hidden;display:block; }
#wduz3h9T6kZEBM8nJZ4Wb0ss7bhx3onZ { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:22rem;left:62.4375rem;height:1.13720625rem;display:block; }
#uQ8Pi8WiPc3hBwASZ32orFzpSrnLIFIP { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:24.0625rem;left:58.875rem;overflow:hidden;display:block; }
#tEaidDFyqQgHIZ8PK2sEnmJDcTd99N1i { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:25rem;left:62.4375rem;height:1.13720625rem;display:block; }
#vT8h2vIyL7RARkakvaVeDkJOR61SHUJ6 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:27rem;left:58.875rem;overflow:hidden;display:block; }
#UZTV48mRFRDH3wsTof5Ko5HGyxRilmCv { color:rgba(var(--color-tertiary-4),1);display:block;width:5.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15103;line-height:1.3;letter-spacing:0;top:27.1875rem;left:62.4375rem;height:1.13720625rem;display:block; }
#D7ZHovfIgsm6ZxQlp54xLoDPAq35DgTP { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15104;line-height:1.3;letter-spacing:0;top:28.3125rem;left:62.4375rem;height:1.13720625rem;display:block; }
#hvrvfK7XZXuu8SQ7pBWJd1HmXVg3zvm5 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15090;text-align:center;text-align-last:center;top:31.9375rem;left:60.5625rem;display:block; }
#iht9uT3xtXeWJQTttoHWfflU2RV4pBJJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yVLnCgCVgAmAgtb2NqTRFT7v5obNwhP6 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:arial;font-size:1.6875rem;font-weight:700;z-index:15141;line-height:1.6;letter-spacing:0;top:3.412109375rem;left:0.875rem;height:5.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W4EzmPiQ7g4knzFHpvgFKlMUT7oQyoP7 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15142;line-height:1.3;letter-spacing:0;top:10.25rem;left:1rem;height:2.2744125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S5tBLd3oAyfVqx5Gy5WSgIBzAguTNEum { position:absolute;display:block;z-index:15303;height:0.6875rem;width:0.6875rem;top:12.25rem;left:52.53125rem;display:block; }
#yaEnw74v5e5OzmfoSDhPTQNRthxI7sZe { position:absolute;display:block;z-index:15304;height:0.6875rem;width:0.6875rem;top:12.25rem;left:71.34375rem;display:block; }
#pmbqvDL851WkOmhfb06LfzH4uKckIM71 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.8125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15303;line-height:1.3;letter-spacing:0;top:1.96240234375rem;left:39.9375rem;height:0.9746125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PrPa4mJGlv8y03m0aUut2C72R7XffA9x { color:rgba(var(--color-tertiary-2),1);display:block;width:10.8125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15304;line-height:1.3;letter-spacing:0;top:1.9375rem;left:58.6875rem;height:0.9746125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZQy06lNg2za4PeoMWhdnwcMukoNf5iH0 { position:relative;display:block; }#ZQy06lNg2za4PeoMWhdnwcMukoNf5iH0 { background-color: transparent; background-image: none; }#ZQy06lNg2za4PeoMWhdnwcMukoNf5iH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQy06lNg2za4PeoMWhdnwcMukoNf5iH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQy06lNg2za4PeoMWhdnwcMukoNf5iH0 > .row .container > .video-iframe-container { display: none; }#ZQy06lNg2za4PeoMWhdnwcMukoNf5iH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQy06lNg2za4PeoMWhdnwcMukoNf5iH0 > .row > .video-iframe-container { display: none; }#ZQy06lNg2za4PeoMWhdnwcMukoNf5iH0 > .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); }#ZQy06lNg2za4PeoMWhdnwcMukoNf5iH0 { border-width: 0; border-radius: 0; }#ZQy06lNg2za4PeoMWhdnwcMukoNf5iH0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZQy06lNg2za4PeoMWhdnwcMukoNf5iH0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh { position:relative;display:block; }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh { background-color: transparent; background-image: none; }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh > .row .container > .video-iframe-container { display: none; }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh > .row > .video-iframe-container { display: none; }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh > .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); }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh { border-width: 0; border-radius: 0; }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh > .row .container { border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#usVbxFMIRwT0VyH5DQJbqQh955SCpw76 { color:#de0000;display:block;width:18.375rem;position:absolute;font-family:arial;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.19970703125rem;left:26.9375rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iM0FN7JnFdiTnm6RlobTB4IuLXHOlU4T { position:absolute;display:block;z-index:15149;height:1.6875rem;width:2.5625rem;top:2.0625rem;left:70.4375rem;display:none; }
#ZgIskfhOFbeuwuLkVew2hNWvNeNtkBwN { position:relative;display:block; }#ZgIskfhOFbeuwuLkVew2hNWvNeNtkBwN { background-color: transparent; background-image: none; }#ZgIskfhOFbeuwuLkVew2hNWvNeNtkBwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgIskfhOFbeuwuLkVew2hNWvNeNtkBwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgIskfhOFbeuwuLkVew2hNWvNeNtkBwN > .row .container > .video-iframe-container { display: none; }#ZgIskfhOFbeuwuLkVew2hNWvNeNtkBwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZgIskfhOFbeuwuLkVew2hNWvNeNtkBwN > .row > .video-iframe-container { display: none; }#ZgIskfhOFbeuwuLkVew2hNWvNeNtkBwN > .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); }#ZgIskfhOFbeuwuLkVew2hNWvNeNtkBwN { border-width: 0; border-radius: 0; }#ZgIskfhOFbeuwuLkVew2hNWvNeNtkBwN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZgIskfhOFbeuwuLkVew2hNWvNeNtkBwN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TfBZWgNyIwPv5VqbmwtGI6tcIMBdiMwr { position:relative;display:block; }#TfBZWgNyIwPv5VqbmwtGI6tcIMBdiMwr { background-color: transparent; background-image: none; }#TfBZWgNyIwPv5VqbmwtGI6tcIMBdiMwr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfBZWgNyIwPv5VqbmwtGI6tcIMBdiMwr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfBZWgNyIwPv5VqbmwtGI6tcIMBdiMwr > .row .container > .video-iframe-container { display: none; }#TfBZWgNyIwPv5VqbmwtGI6tcIMBdiMwr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfBZWgNyIwPv5VqbmwtGI6tcIMBdiMwr > .row > .video-iframe-container { display: none; }#TfBZWgNyIwPv5VqbmwtGI6tcIMBdiMwr > .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); }#TfBZWgNyIwPv5VqbmwtGI6tcIMBdiMwr { border-width: 0; border-radius: 0; }#TfBZWgNyIwPv5VqbmwtGI6tcIMBdiMwr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TfBZWgNyIwPv5VqbmwtGI6tcIMBdiMwr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sMOk3nCrwJrwSsWUCfK1Xac8yUmrNrCr { box-sizing:content-box;height:34.5625rem;width:16.875rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.8125rem;left:0.875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;box-shadow: none;display:block; }
#ACt3sbEvGhTqepPlTHyT4oKlEyEqcatc { box-sizing:content-box;height:1.25rem;width:5.375rem;position:absolute;display:block;z-index:15149;background-color:#de0000;background-image:none;top:1.25rem;left:2rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#StsE8X2ggUukzbHJpfDeSi0Zo6iGX3m9 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15150;line-height:1.3;letter-spacing:0;top:1.3125rem;left:2.75rem;height:0.9746125rem;font-style:normal;display:block; }
#fNN7o5vtaqzKSVbf25KIo7uLm3PDAxwg { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:3.25rem;left:2rem;height:1.29980625rem;font-style:normal;display:block; }
#Is3eTNUWOuW6f6io6aIorPlgZINxNCEy { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15141;line-height:1.3;letter-spacing:0;top:5.4375rem;left:2rem;height:0.9746125rem;font-style:normal;display:block; }
#mIQ37fJwva5Nay2FRnesXCcdW3TuPX4X { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:6.375rem;left:2rem;height:1.29980625rem;font-style:normal;display:block; }
#oK2bNcFIPRJTep5ddLTiTQJQ5X95hnyH { position:absolute;display:block;z-index:15143;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:14.8125rem;top:7.9375rem;left:2rem;overflow:hidden;display:block; }
#gNxHGz50qTPh1sUlWDiwdbXggmEEMJHM { color:#de0000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:8.6875rem;left:2rem;height:0.9746125rem;font-style:normal;display:block; }
#VTkzpEGI7nhsGskfVDVZTzK1TvbidGOK { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:10.8125rem;left:2rem;height:0.9746125rem;font-style:normal;display:block; }
#wnAVpTHcfPyr0EC32y3TwZ6x1m3T0kkO { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15144;line-height:1.3;letter-spacing:0;top:11.75rem;left:2rem;height:1.13720625rem;font-style:normal;display:block; }
#WiyTlN2CVbJQcbCPmMELiPTRepb3qpEX { position:absolute;display:block;z-index:15145;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:13.5rem;left:2rem;overflow:hidden;display:block; }
#UPG71H4MbZvJ6fG9eJx7iXBkSbcu8wTs { position:absolute;display:block;z-index:15146;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:13.5rem;left:5.125rem;overflow:hidden;display:block; }
#m7iWhOlUGsoHhcePT4NzFP8uOEqmGEJl { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:16.625rem;left:2rem;height:0.8125rem;font-style:normal;display:block; }
#tC69hoNCh7DKQIsFd3aJ1azAiCfMnPad { position:absolute;display:block;z-index:15147;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.75rem;left:11.375rem;overflow:hidden;display:block; }
#aqK0DdXtvtnOhdIZFm6sErppFO0iy3wi { position:absolute;display:block;z-index:15148;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.75rem;left:2rem;overflow:hidden;display:block; }
#uNxNugrymCG2qhJTgKcaStAocVFETINx { position:absolute;display:block;z-index:15149;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.75rem;left:5.125rem;overflow:hidden;display:block; }
#N1dsgFB9XVGCv1hh4VNBIgTOhF0G2Isk { position:absolute;display:block;z-index:15150;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.75rem;left:8.25rem;overflow:hidden;display:block; }
#qXPTkWv6TeoP89HglonG97k5cGcIA1oq { box-sizing:content-box;height:4.6875rem;width:16.875rem;position:absolute;display:block;z-index:15151;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b50000, #ff2f2f);background-image: -moz-linear-gradient(90deg, #b50000, #ff2f2f);background-image: -ms-linear-gradient(90deg, #b50000, #ff2f2f);background-image: -o-linear-gradient(90deg, #b50000, #ff2f2f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#ff2f2f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#ff2f2f' );";background-image: linear-gradient(90deg, #b50000, #ff2f2f);background-size:auto !important;top:20.875rem;left:0.9375rem;display:block; }
#SHauXHU4kwJWU9HOpbid2Ahs9GvgMKUn { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15152;line-height:1.3;letter-spacing:0;top:21.375rem;left:2rem;height:0.9746125rem;font-style:normal;display:block; }
#QC6lAe5ykDTOmvuh0IlGUMGGMSqAUCqe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15153;line-height:1.3;letter-spacing:0;top:22.5625rem;left:2.3125rem;height:2.0996125rem;font-style:normal;display:block; }#QC6lAe5ykDTOmvuh0IlGUMGGMSqAUCqe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QC6lAe5ykDTOmvuh0IlGUMGGMSqAUCqe li:before{ content: "\2003"; background-image: url(../images/icon_ec7b614c792671c2bb97f9281fe03826429ef5cb.svg); }
#pTX83MQfcPkkPu17bD5x2X7bVggoCzgQ { color:#646464;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:27.5625rem;left:2.0625rem;height:0.9746125rem;display:block; }
#k2RZ5FqcRcdIsZHAhF09QFyt5KhE9tmJ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:28.5rem;left:2rem;height:1.7871125rem;font-style:normal;display:block; }
#kvnHUB210t7BxgMynT1niMqhsIs4vDNW { box-sizing:content-box;height:1.25rem;width:8.25rem;position:absolute;display:block;z-index:15147;background-color:#de0000;background-image:none;top:30.3125rem;left:20.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#BAnnI4QdV0iC3gT6VnnCHQlJ4hmf7bKp { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15148;line-height:1.3;letter-spacing:0;top:30.4375rem;left:21.0625rem;height:0.89355625rem;font-style:normal;display:block; }
#eUCJ0rrw1M61wSzdJNArgtbH2k83hA7T { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:30.5625rem;left:2rem;height:0.89355625rem;display:block; }
#s3JTD4DNRk3nGRq5qdufWzqXwGoSh5vk { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:33.125rem;left:4.375rem;display:block; }
#a5DBDs2wFKeElzmbIx42nAB7hyDxhXkd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vlqiaWOAkSozO5O0E3nh7FCLlNwvLAb8 { box-sizing:content-box;height:34.5625rem;width:16.875rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.8125rem;left:19.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;box-shadow: none;display:block; }
#FTIBmiN1Znrwo3wtW867Gx9NnVWuW0NT { box-sizing:content-box;height:1.25rem;width:5.375rem;position:absolute;display:block;z-index:15151;background-color:#de0000;background-image:none;top:1.25rem;left:20.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
#CZDEA6FqRnw079HzHSJwxClfIMXPCJXU { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:3.25rem;left:20.75rem;height:1.29980625rem;font-style:normal;display:block; }
#gcAiiyi4hUgV4TruxQtNofdVpqtTuObT { color:rgba(var(--color-tertiary-0),1);display:block;width:4.0625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15152;line-height:1.3;letter-spacing:0;top:1.3125rem;left:21.5rem;height:0.9746125rem;font-style:normal;display:block; }
#kfSrXo18Bbg1xkMLB5O0zBrERpeglAG7 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15166;line-height:1.3;letter-spacing:0;top:5.4375rem;left:20.75rem;height:0.9746125rem;font-style:normal;display:block; }
#ThtOo6V3gO4GHPXo6tasX81VzoTATh9G { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15167;line-height:1.3;letter-spacing:0;top:6.375rem;left:20.75rem;height:1.29980625rem;font-style:normal;display:block; }
#yJCoBOVJqmAiJXLayTwwOVl65z4okmdh { position:absolute;display:block;z-index:15168;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:14.8125rem;top:7.9375rem;left:20.75rem;overflow:hidden;display:block; }
#U3UJVJ66cVNQIOPZ7tcc7SEmIHURbOms { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15168;line-height:1.3;letter-spacing:0;top:10.8125rem;left:20.75rem;height:0.9746125rem;font-style:normal;display:block; }
#mBMJcr55P3rbeZ4QCyGt4Tkdu2mSRbdc { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15169;line-height:1.3;letter-spacing:0;top:11.75rem;left:20.75rem;height:1.13720625rem;font-style:normal;display:block; }
#Xzpa5FdwEmpm65FnZN09ZKIcCLlO5sDR { position:absolute;display:block;z-index:15171;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:13.5rem;left:20.75rem;overflow:hidden;display:block; }
#GQyL2kNOsWpWdkSNVhC7TlWqffIfoa2m { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:16.625rem;left:20.75rem;height:0.8125rem;font-style:normal;display:block; }
#WHgqz1ftqzKt6XXudi5S3tcUG1rguTXf { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.75rem;left:23.875rem;overflow:hidden;display:block; }
#yDmbPx1ohBIvVwfCEubS5gICN6a6eoNT { position:absolute;display:block;z-index:15175;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.75rem;left:20.75rem;overflow:hidden;display:block; }
#XKfsW5bJruuxGzA9WmT7ESGZwU81A990 { color:#646464;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:27.5625rem;left:20.8125rem;height:0.9746125rem;display:block; }
#ial92BNP6elClI3crZ4IxbL9y7p03JRN { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:28.5rem;left:20.75rem;height:1.7871125rem;font-style:normal;display:block; }
#CDdQ2lTRElDEPMOex66qgLDImCDfUJkJ { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15113;line-height:1.3;letter-spacing:0;top:30.54345703125rem;left:29.25rem;height:0.89355625rem;display:block; }
#QlyAXksmLMPMBHr0hVwXd9oMTzxXTFzW { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:33.125rem;left:23.125rem;display:block; }
#V3Gk1SXnfNyPemeEZ3p52Jlguz8glMeO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DsXJz09GvlgxJs7lrmVGTQNBDbGSNg0z { box-sizing:content-box;height:34.5625rem;width:16.875rem;position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.625rem;left:57.125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;box-shadow: none;display:block; }
#acWxN39gfnUo6dRtZ3TX1FlP1D4XaCUO { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:3.25rem;left:58.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#VLT9F0PT3c8GDc6cOJTXsKdzbtJl2fRc { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15182;line-height:1.3;letter-spacing:0;top:5.4375rem;left:58.3125rem;height:0.9746125rem;font-style:normal;display:block; }
#yhptdmKskkDeL5L01xtt5ThoODONC1TU { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15183;line-height:1.3;letter-spacing:0;top:6.1875rem;left:58.25rem;height:1.29980625rem;font-style:normal;display:block; }
#MpfMUzLL2ERO9XC0WwXeqVnahdZo8Uvi { position:absolute;display:block;z-index:15184;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:14.8125rem;top:7.9375rem;left:58.3125rem;overflow:hidden;display:block; }
#kdC0eOh5k0kW6SpbvLQ9s0ZiPr483wWi { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15184;line-height:1.3;letter-spacing:0;top:10.8125rem;left:58.3125rem;height:0.9746125rem;font-style:normal;display:block; }
#Q1axf5r5n20MqpOUBc14J1ulGkwReXAi { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15185;line-height:1.3;letter-spacing:0;top:11.75rem;left:58.3125rem;height:1.13720625rem;font-style:normal;display:block; }
#rH6A4LLxJXnfigfwAq2XKWlbcJig3hr7 { position:absolute;display:block;z-index:15187;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:13.5rem;left:67.6875rem;overflow:hidden;display:block; }
#H5DHkvXuVmNtrSgd3dWlpKwclEwOn00J { position:absolute;display:block;z-index:15146;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:13.5rem;left:58.3125rem;overflow:hidden;display:block; }
#T7cPieZaUwHTn3CblFvypMN7O7otAq0u { position:absolute;display:block;z-index:15198;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:13.5rem;left:61.4375rem;overflow:hidden;display:block; }
#DpvRcvaXBMGFqs4DWqhoQc0LcaCkJyzd { position:absolute;display:block;z-index:15199;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:13.5rem;left:64.5625rem;overflow:hidden;display:block; }
#l5DOOTofJQz8MyNEQxcnO4GgsPLUZXGm { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:16.625rem;left:58.3125rem;height:0.8125rem;font-style:normal;display:block; }
#r3uaEGtCaRuHkd7THl9mLkTg3TK90yMm { position:absolute;display:block;z-index:15188;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.75rem;left:61.4375rem;overflow:hidden;display:block; }
#HqXO8xHOHc5dyWyKLrqQmpuJWXlnlSMK { position:absolute;display:block;z-index:15191;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.75rem;left:58.3125rem;overflow:hidden;display:block; }
#ci8zZbT1xuDiADico0iRt0EhAhGQRW2t { position:absolute;display:block;z-index:15200;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.75rem;left:64.5625rem;overflow:hidden;display:block; }
#Rp4zTdKbFGN4qWJpDv7C0KvzPHrlbOWS { color:#646464;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:27.375rem;left:58.3125rem;height:0.9746125rem;display:block; }
#wRnUaMelhUf0LLm7SeyK2s1w8RD8Md9A { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:28.3125rem;left:58.25rem;height:1.7871125rem;font-style:normal;display:block; }
#V3bABBXCKieynbJDGr4PAw1KmqmwlNoP { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:30.5625rem;left:58.25rem;height:0.89355625rem;display:block; }
#WksTgEAwhNaHdJN8wsxJwIqS2vVGNy72 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15111;text-align:center;text-align-last:center;top:33.125rem;left:60.625rem;display:block; }
#XWTM7Gn8hLrTktWuTylLXztIN3GN8O4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oSMh78nay7phNFX2xAG7mCgSkSxTWiJL { box-sizing:content-box;height:34.5625rem;width:16.875rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.625rem;left:38.375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;box-shadow: none;display:block; }
#eR4VNbFKUdhUBW76k5ZCyICG0iETtHS8 { color:#646464;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15105;line-height:1.3;letter-spacing:0;top:27.625rem;left:39.5625rem;height:0.9746125rem;display:block; }
#O0V7e2LzxMnNmgGlXEK8aHfTNQpkS6An { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:33.125rem;left:41.875rem;display:block; }
#apVl4SviQGu2sABtDKUGhHW58gZELyU3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DsypfD39360bDeaDCIi5EXeCPazJSdFv { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:28.5625rem;left:39.5rem;height:1.7871125rem;font-style:normal;display:block; }
#bQEMkk9qJN7ldeMciW62HduphhKunQ1t { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:30.5625rem;left:39.5rem;height:0.89355625rem;display:block; }
#bDa7CP3TIBNRJBp3NK6ccKDh7ol4EATr { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:16.625rem;left:39.5625rem;height:0.8125rem;font-style:normal;display:block; }
#XA6BO8OyVt5rEhIpeLRmIPLUPo61WeEc { position:absolute;display:block;z-index:15172;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.75rem;left:39.5625rem;overflow:hidden;display:block; }
#WdIqH2kkTLwHh8taBX3PZfubBlfVfd6A { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15169;line-height:1.3;letter-spacing:0;top:11.75rem;left:39.5625rem;height:1.13720625rem;font-style:normal;display:block; }
#JTd8vRPIuO5hT6weRlsQhLBu2MbTzT7r { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15168;line-height:1.3;letter-spacing:0;top:10.8125rem;left:39.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#T8ibJXQWpbuPl5QyvUFdqvyuTlhTCqUT { position:absolute;display:block;z-index:15168;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:14.8125rem;top:7.9375rem;left:39.5625rem;overflow:hidden;display:block; }
#Ua2QJRGK9m30mLAMeIzXXRIdgsBzP7dm { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15167;line-height:1.3;letter-spacing:0;top:6.375rem;left:39.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#ma36U9TT7MPTQ3EQmMi9gNHuwd2rR32u { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15166;line-height:1.3;letter-spacing:0;top:5.4375rem;left:39.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#NSqGqbvTyXV6qvl3PPTaTqlEKrw09gD0 { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:3.25rem;left:39.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#pA0ridxKMU7yA3gVTTCvCsOkhfcoDP7r { box-sizing:content-box;height:4.6875rem;width:16.875rem;position:absolute;display:block;z-index:15154;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #b50000, #ff2f2f);background-image: -moz-linear-gradient(90deg, #b50000, #ff2f2f);background-image: -ms-linear-gradient(90deg, #b50000, #ff2f2f);background-image: -o-linear-gradient(90deg, #b50000, #ff2f2f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#ff2f2f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b50000', endColorstr='#ff2f2f' );";background-image: linear-gradient(90deg, #b50000, #ff2f2f);background-size:auto !important;top:20.875rem;left:19.6875rem;display:block; }
#e7fo1pIbM4qIr43D6K9n0dDDsk6slrU9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:700;z-index:15156;line-height:1.3;letter-spacing:0;top:22.5625rem;left:21.0625rem;height:0.89355625rem;font-style:normal;display:block; }#e7fo1pIbM4qIr43D6K9n0dDDsk6slrU9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e7fo1pIbM4qIr43D6K9n0dDDsk6slrU9 li:before{ content: "\2003"; background-image: url(../images/icon_ec7b614c792671c2bb97f9281fe03826429ef5cb.svg); }
#F7HoRJ2qXflqRIEwKTSfxWtzm0UbfqVe { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15155;line-height:1.3;letter-spacing:0;top:21.375rem;left:20.75rem;height:0.9746125rem;font-style:normal;display:block; }
#aO41BnlXQW3AfQ6WfCKiD6JnPhcpiHx1 { position:absolute;display:block;z-index:15298;height:0.6875rem;width:0.6875rem;top:16.6875rem;left:7.90625rem;display:block; }
#XAKcyDKGraLhulVh6FLUJaFcxny294Ml { position:absolute;display:block;z-index:15298;height:0.6875rem;width:0.6875rem;top:16.6875rem;left:26.8125rem;display:block; }
#XHf0P4015kyJqbkyoRkks25EOOJsuMlF { position:absolute;display:block;z-index:15302;height:0.6875rem;width:0.6875rem;top:16.6875rem;left:45.59375rem;display:block; }
#epxHALaELEQZEzG8dToGMXd1d3fiWGzT { position:absolute;display:block;z-index:15299;height:0.6875rem;width:0.6875rem;top:16.6875rem;left:64.4375rem;display:block; }
#mwwkf4pAkLyQD9Bw581ypng2PBssguFW { position:relative;display:block; }#mwwkf4pAkLyQD9Bw581ypng2PBssguFW { background-color: transparent; background-image: none; }#mwwkf4pAkLyQD9Bw581ypng2PBssguFW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwwkf4pAkLyQD9Bw581ypng2PBssguFW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwwkf4pAkLyQD9Bw581ypng2PBssguFW > .row .container > .video-iframe-container { display: none; }#mwwkf4pAkLyQD9Bw581ypng2PBssguFW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mwwkf4pAkLyQD9Bw581ypng2PBssguFW > .row > .video-iframe-container { display: none; }#mwwkf4pAkLyQD9Bw581ypng2PBssguFW > .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); }#mwwkf4pAkLyQD9Bw581ypng2PBssguFW { border-width: 0; border-radius: 0; }#mwwkf4pAkLyQD9Bw581ypng2PBssguFW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mwwkf4pAkLyQD9Bw581ypng2PBssguFW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WSvaDB6ZoO8moRsy50actUrPyP7w8L2C { box-sizing:content-box;height:34.5625rem;width:16.875rem;position:absolute;display:block;z-index:15109;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.125rem;left:0.875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;box-shadow: none;display:block; }
#THJJT4Tp0MnKoS2sQPJy80BfRb5fcQ0n { color:rgba(var(--color-tertiary-4),1);display:block;width:8.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15112;line-height:1.3;letter-spacing:0;top:2.5625rem;left:2rem;height:1.29980625rem;font-style:normal;display:block; }
#TnZkVN5ifZKfdohd989BqpDGdUaau2qT { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15202;line-height:1.3;letter-spacing:0;top:5.4375rem;left:2rem;height:0.9746125rem;font-style:normal;display:block; }
#ev3hGyd9Py37kah4JosiavyBDaeCTH3Q { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15203;line-height:1.3;letter-spacing:0;top:6.375rem;left:2rem;height:1.29980625rem;font-style:normal;display:block; }
#rV2I4gKwoXB2S5vQPRQwkCyQ63T6bTvC { position:absolute;display:block;z-index:15204;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:14.8125rem;top:7.9375rem;left:2rem;overflow:hidden;display:block; }
#irbUF1hgcQOW6937PFPT8mWfr51wmCnV { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15204;line-height:1.3;letter-spacing:0;top:10.125rem;left:2rem;height:0.9746125rem;font-style:normal;display:block; }
#WVZsKq3hloTPDK9gT6mUxwTUW7u7piPQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15205;line-height:1.3;letter-spacing:0;top:11.0625rem;left:2rem;height:1.13720625rem;font-style:normal;display:block; }
#prULJBf1ab5VwLT1Dvr5d1SA3gZS3xmJ { position:absolute;display:block;z-index:15166;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:12.8125rem;left:2rem;overflow:hidden;display:block; }
#tlKPiRrsu5iQA0geGNwpGyTEIIb0hIsz { position:absolute;display:block;z-index:15218;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:12.8125rem;left:5.125rem;overflow:hidden;display:block; }
#kBLCtzqVnweiF57khqNMM77slEzTCnFa { position:absolute;display:block;z-index:15219;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:12.8125rem;left:8.25rem;overflow:hidden;display:block; }
#GX7Sko5nhrXmwxN4y5ziadelAtLIROCs { position:absolute;display:block;z-index:15207;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:12.8125rem;left:11.375rem;overflow:hidden;display:block; }
#IoscBz6k3RA1OAAtnh2cSLko2zsuuERQ { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:700;z-index:15206;line-height:1.3;letter-spacing:0;top:15.9375rem;left:2rem;height:0.8125rem;font-style:normal;display:block; }
#QbKpC9ey644KPL5bFhS1uJoWi0v9u8T9 { position:absolute;display:block;z-index:15152;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.0625rem;left:2rem;overflow:hidden;display:block; }
#v44utezvHx1zTKegr1NMM4ucdDoqMeUi { position:absolute;display:block;z-index:15153;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.0625rem;left:5.125rem;overflow:hidden;display:block; }
#nSFVaLhdok4zmCbeCAhVh8x7BRhr5pIQ { position:absolute;display:block;z-index:15154;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.0625rem;left:8.25rem;overflow:hidden;display:block; }
#xcdoRJ9ffxMZO4aTL3nPkr5kBZJUHTVn { position:absolute;display:block;z-index:15151;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.0625rem;left:11.375rem;overflow:hidden;display:block; }
#Af6Q7xgQR6gLDOiT5d3haHkRTvMC4JfJ { position:absolute;display:block;z-index:15220;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.0625rem;left:14.5rem;overflow:hidden;display:block; }
#Ga24ITm4JkqutPPquI2pMFkEiFNhQslh { position:absolute;display:block;z-index:15221;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:20.1875rem;left:2rem;overflow:hidden;display:block; }
#mBmy7fNNJC5UDx9wyNK4FDEM1xBKSrhy { color:#646464;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:26.875rem;left:2.0625rem;height:0.9746125rem;display:block; }
#cSrtXHZuWsNl2f6XHgTB0VNiMcvXF5d8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:27.8125rem;left:2rem;height:1.7871125rem;font-style:normal;display:block; }
#wKZJ6AvUBl3aaxMQG5XB36HJk8NMOf1g { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15149;line-height:1.3;letter-spacing:0;top:29.5625rem;left:2rem;height:0.89355625rem;display:block; }
#T8IdUNysh09lzi673fvzeT4Or2GOQDSc { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15131;text-align:center;text-align-last:center;top:32.4375rem;left:4.4375rem;display:block; }
#P94awzUbwbegUwrk0T6guz9h3grqglLh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UUrSFHhAZmBflMVD4whqSl1Im4kbOlqk { box-sizing:content-box;height:34.5625rem;width:16.875rem;position:absolute;display:block;z-index:15132;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.125rem;left:19.625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;box-shadow: none;display:block; }
#nTh7RsTqp90ZXLhBFNRoFDEEMbh75qAw { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15135;line-height:1.3;letter-spacing:0;top:2.5625rem;left:20.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#T32FeoNQpMclVtA81Hqy8ATppx6LaNRf { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15225;line-height:1.3;letter-spacing:0;top:5.4375rem;left:20.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#musLQCGJfpr5Bw3Ev0ktpIlzp5lT5Cfa { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15226;line-height:1.3;letter-spacing:0;top:6.375rem;left:20.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#uWimFrl1mKMV4SmakMtUZW29hHrDoaq8 { position:absolute;display:block;z-index:15227;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:14.8125rem;top:7.9375rem;left:20.6875rem;overflow:hidden;display:block; }
#OkMZbAFsX7T6yNrswim9eEvGUWSDzUez { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15227;line-height:1.3;letter-spacing:0;top:10.125rem;left:20.6875rem;height:0.9746125rem;font-style:normal;display:block; }
#LfQaItrEJbqakueMXE54dmkgtBrTVoKU { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15228;line-height:1.3;letter-spacing:0;top:11.0625rem;left:20.6875rem;height:1.13720625rem;font-style:normal;display:block; }
#Vf5VaIKHXvbOOSOQT7OsF3VJoJDIFBMR { position:absolute;display:block;z-index:15189;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:12.8125rem;left:20.6875rem;overflow:hidden;display:block; }
#BEcl90DvdmCTh50WBo5nXVMemLthuK3m { position:absolute;display:block;z-index:15241;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:12.8125rem;left:23.8125rem;overflow:hidden;display:block; }
#P21tszv7MXKw8Vu1OF85zAJ6K9UJiueC { position:absolute;display:block;z-index:15242;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:12.8125rem;left:26.9375rem;overflow:hidden;display:block; }
#ISAV5qzJAExCFzpDN4q9aaCubDTRwTlA { position:absolute;display:block;z-index:15230;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:12.8125rem;left:30.0625rem;overflow:hidden;display:block; }
#St2xDc9MSrOG8T0IASFFJ93NIX6sV1Sd { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:700;z-index:15229;line-height:1.3;letter-spacing:0;top:15.9375rem;left:20.6875rem;height:0.8125rem;font-style:normal;display:block; }
#x1OQdRTNlC0pifsgBLmchMIb382b4ybK { position:absolute;display:block;z-index:15175;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.0625rem;left:20.6875rem;overflow:hidden;display:block; }
#EsaVygTUFX7HrRQt0BGTlDxFzbCF0B8b { position:absolute;display:block;z-index:15176;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.0625rem;left:23.8125rem;overflow:hidden;display:block; }
#aXNUDMvTsQUkwqaHOT9O26JEW10rNMgH { position:absolute;display:block;z-index:15177;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.0625rem;left:26.9375rem;overflow:hidden;display:block; }
#bIZPavp24SHCHywOGNwDDIbrtMrTfB3I { position:absolute;display:block;z-index:15174;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.0625rem;left:30.0625rem;overflow:hidden;display:block; }
#pEtF5eGfqibJ806ATlsvLyQ2ILl484eG { position:absolute;display:block;z-index:15243;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.0625rem;left:33.1875rem;overflow:hidden;display:block; }
#KxkwVrNmJ8EKBp7poiahTGKRNhh73qwz { position:absolute;display:block;z-index:15244;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:20.1875rem;left:20.6875rem;overflow:hidden;display:block; }
#HpTctmRtS7pTZcAsHzinBgXiSiRbMKek { color:#646464;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:26.875rem;left:20.8125rem;height:0.9746125rem;display:block; }
#mmPgbbFp6tRWWm1nk52yFVODagSr9Amd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15168;line-height:1.3;letter-spacing:0;top:27.8125rem;left:20.75rem;height:1.7871125rem;font-style:normal;display:block; }
#FtOGnr0vJ9c3ImZnddzGMuMlapoDQ0pn { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:29.5625rem;left:20.75rem;height:0.89355625rem;display:block; }
#UyQc9pyAdT0muMleZEUzOt0mPtXmJb7e { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15154;text-align:center;text-align-last:center;top:32.4375rem;left:23.125rem;display:block; }
#LDdTnlnm6hqy5NiF5G6GxVx32R8y1pRr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#utIHw2mRHq4nv7m9WnlMsJJSD8cSmn8w { box-sizing:content-box;height:34.5625rem;width:16.875rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.125rem;left:38.375rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;box-shadow: none;display:block; }
#TuJFr1tmq7J0IVUJsGSv27nUz61Fi163 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:2.5625rem;left:39.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#ZbUqZRdAuwGxXnTPzvvgac07MpD883Gb { color:rgba(var(--color-tertiary-4),1);display:block;width:6.1875rem;position:absolute;font-family:arial;font-size:1rem;font-weight:700;z-index:15181;line-height:1.3;letter-spacing:0;top:6.375rem;left:39.5625rem;height:1.29980625rem;font-style:normal;display:block; }
#x7vpwfMMhiTRrJV1I0XAuw9NKc3OUpfW { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15180;line-height:1.3;letter-spacing:0;top:5.4375rem;left:39.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#WWOTUoCsuuscISUkxTVr0fSwFoGRKTqU { position:absolute;display:block;z-index:15182;border-top:0;border-left:0;border-right:0;border-bottom:0;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.625rem;width:14.8125rem;top:7.9375rem;left:39.5625rem;overflow:hidden;display:block; }
#rtymlqDkd9D7zoclnreZu2lT8JEwSPxm { color:rgba(var(--color-tertiary-4),1);display:block;width:4.25rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15182;line-height:1.3;letter-spacing:0;top:10.125rem;left:39.5625rem;height:0.9746125rem;font-style:normal;display:block; }
#ndVpu97aMyxOGfAPqGz8cR1fQpgRRLKu { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:700;z-index:15183;line-height:1.3;letter-spacing:0;top:11.0625rem;left:39.5625rem;height:1.13720625rem;font-style:normal;display:block; }
#cokacXxeUf09PRvdp2Al170oAdweiUnS { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:arial;font-size:0.625rem;font-weight:700;z-index:15184;line-height:1.3;letter-spacing:0;top:15.875rem;left:39.5625rem;height:0.8125rem;font-style:normal;display:block; }
#UnLbfupSfuSgcdUgT8EyhevAfxQDvFdz { position:absolute;display:block;z-index:15186;border-top:0;border-left:0;border-right:0;border-bottom:0;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.5rem;width:2.5rem;top:17.0625rem;left:39.5625rem;overflow:hidden;display:block; }
#CxkBWNMhldFaqQuNZ6LLsVfKGI3PcJQa { color:#646464;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:26.6875rem;left:39.5625rem;height:0.9746125rem;display:block; }
#BXIKAoVwS4xadT2KgcoTQzT4rI3vBaQg { color:rgba(var(--color-tertiary-4),1);display:block;width:10.75rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:700;z-index:15120;line-height:1.3;letter-spacing:0;top:27.625rem;left:39.5rem;height:1.7871125rem;font-style:normal;display:block; }
#A8mv7TXBPXcsEJvHNs3U0pleOadGTVi5 { color:rgba(var(--color-tertiary-3),1);display:block;width:6.3125rem;position:absolute;font-family:arial;font-size:0.6875rem;font-weight:normal;z-index:15124;line-height:1.3;letter-spacing:0;top:29.4375rem;left:39.5rem;height:0.89355625rem;display:block; }
#tg8ODLTsHughCJvikmwLbv3tvbnVlkhZ { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.125rem;text-decoration:none;z-index:15109;text-align:center;text-align-last:center;top:32.4375rem;left:41.875rem;display:block; }
#RKbFo1kzGvMTt62BqERx93cVIZaTMhgD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SU5Q7ZcidIkua2Ji8z1PdJVFydCHVepB { position:absolute;display:block;z-index:15300;height:0.6875rem;width:0.6875rem;top:16rem;left:8.125rem;display:block; }
#DTwfH9TShezZXls92LcIQo5riKoJQBFK { position:absolute;display:block;z-index:15324;height:0.6875rem;width:0.6875rem;top:16.0625rem;left:26.75rem;display:block; }
#pVABOlFKi2mX28bokFAC6k5eBvKToER7 { position:absolute;display:block;z-index:15303;height:0.6875rem;width:0.6875rem;top:16rem;left:45.75rem;display:block; }
#Hugzd3dLrvkyLRsTHnIWBlZLSVkCXJhH { position:relative;display:block; }#Hugzd3dLrvkyLRsTHnIWBlZLSVkCXJhH { background-color: transparent; background-image: none; }#Hugzd3dLrvkyLRsTHnIWBlZLSVkCXJhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hugzd3dLrvkyLRsTHnIWBlZLSVkCXJhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hugzd3dLrvkyLRsTHnIWBlZLSVkCXJhH > .row .container > .video-iframe-container { display: none; }#Hugzd3dLrvkyLRsTHnIWBlZLSVkCXJhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hugzd3dLrvkyLRsTHnIWBlZLSVkCXJhH > .row > .video-iframe-container { display: none; }#Hugzd3dLrvkyLRsTHnIWBlZLSVkCXJhH > .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); }#Hugzd3dLrvkyLRsTHnIWBlZLSVkCXJhH { border-width: 0; border-radius: 0; }#Hugzd3dLrvkyLRsTHnIWBlZLSVkCXJhH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Hugzd3dLrvkyLRsTHnIWBlZLSVkCXJhH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HpHmw5IT1PAWxvDfVvKrXUhOzO9VshVh { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5625rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.63134765625rem;left:0.6875rem;height:2.9238375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5da;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; }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ > .row .container { background-color: transparent; background-image: none; }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ > .row .container > .video-iframe-container { display: none; }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ > .row > .video-iframe-container { display: none; }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ > .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); }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ > .row .container { border-width: 0; border-radius: 0; }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#Jy7pVDVZ2ESvTu7P6QFTOLsBQT63XkXQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10.125rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#rE1hdMWQiNnuMRpDHILpRmevHMvSCxqb { color:rgba(var(--color-primary-2),1);display:block;width:8.0625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1875rem;left:62.75rem;height:1.625rem;font-style:normal;display:block; }
#I35yDXXehHB0LQ9X99rRPZa4sGX7UFAO { color:#3f3b3b;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5625rem;left:13.875rem;height:1.3808625rem;font-style:normal;display:block; }
#Oibz0iOHlpDW74xVHEpWrNQnkoSEFzxM { 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:15008;opacity:1;top:2.0625rem;left:60.625rem; }
#fDBVrA5pTPeKk3dWoBiZruUanKJb373k { color:#000000;display:block;width:14.125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.125rem;left:60.625rem;height:1.54345625rem;font-style:normal;display:block; }
#E6NoZutldrk0GE375xwdpqg0sQ8Kufx0 { color:#3f3b3b;display:block;width:11.9375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.125rem;left:60.6875rem;height:3.41161875rem;font-style:normal;display:block; }
#M0IBTk2K7xxK45TchDAxrzNiErEfJsIa { color:#646464;display:block;width:23.75rem;position:absolute;font-family:arial;font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:13.0234375rem;left:23.6875rem;height:1.05615rem;display:block; }
#rE2Z0UUyXCvqBUTwAMUDryMPrFieHvtw { color:#000000;display:block;width:43.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.125rem;left:13.875rem;height:3.8994125rem;text-align:justify;text-align-last:initial;display:block; }
#PiiR0Uzme0WHOFcyUvXsid1mFAygTg3O { color:rgba(var(--color-primary-3),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9rem;left:1.125rem;height:0.9746125rem;font-style:normal;display:block; }
#on7CZUe1tdIBe4TdZtm2Q2NzZ39KDmL3 { color:rgba(var(--color-primary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.125rem;left:1.125rem;height:0.9746125rem;font-style:normal;display:block; }
#zqOQoJxqWTQpTKZ3RSqvKWeMNpE5O9d1 { color:rgba(var(--color-primary-3),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:11.3125rem;left:1.125rem;height:0.9746125rem;font-style:normal;display:block; }
#sgTdtxXa7BJWsKqsn07kcBcJL8ckKLsW { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.875rem;left:60.625rem;height:1.29980625rem;display:block; }
#L5FV0HTfER1PRIJrGIZP40SLIJBCwVNi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#L5FV0HTfER1PRIJrGIZP40SLIJBCwVNi > .row .container { background-color: transparent; background-image: none; }#L5FV0HTfER1PRIJrGIZP40SLIJBCwVNi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5FV0HTfER1PRIJrGIZP40SLIJBCwVNi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5FV0HTfER1PRIJrGIZP40SLIJBCwVNi > .row .container > .video-iframe-container { display: none; }#L5FV0HTfER1PRIJrGIZP40SLIJBCwVNi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5FV0HTfER1PRIJrGIZP40SLIJBCwVNi > .row > .video-iframe-container { display: none; }#L5FV0HTfER1PRIJrGIZP40SLIJBCwVNi > .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); }#L5FV0HTfER1PRIJrGIZP40SLIJBCwVNi > .row .container { border-width: 0; border-radius: 0; }#L5FV0HTfER1PRIJrGIZP40SLIJBCwVNi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L5FV0HTfER1PRIJrGIZP40SLIJBCwVNi > .row .container { font-size:0.875rem;font-family:arial;height:1rem;width:75rem;position:relative;display:block; }#WgPkL63MvLXWeGNrrgmhdydVJTqWatbd { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:24.5625rem;height:1.94921875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZEugiMw0TOi8i1mArT2blZnwNWantGiC { display:block; }#ZEugiMw0TOi8i1mArT2blZnwNWantGiC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpVpAu6wIaBVGZE7fO8dmdT4PDQ5MvTv { top:0.125rem;left:0rem;width:8rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDPgiT4kOPImQIqGCht4w0i1bTHIhsfI { width:10rem;height:3.4375rem;top:0.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsVs3QQPgvVkEGH6ReJnE6kmhMd2UTA6 { display:block; }
 }@media only screen and (max-width: 763px) { #U8HRsTNqFH8Amxr1uxJv1TOxDtmbOdEU { width:10rem;height:3.4375rem;top:0.6875rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA4S0rCTrWEHhDxgszT0OhPyfMmToIL5 { display:block; }
 }@media only screen and (max-width: 763px) { #tF9TbR4P4M0RIcBs4nIP1hoOkkh2FpzW { width:10rem;height:3.4375rem;top:0.6875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #pki1dlGL1dlH8xLKQihgiEPBTV3soNxw { display:block; }
 }@media only screen and (max-width: 763px) { #sQMIyvMlA9LaG1X3RRTT1ABS8ZiiXqOq { width:10rem;height:3.4375rem;top:0.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2J5RrEpnBagM0fpQrCKragTut9fvpPG { display:block; }
 }@media only screen and (max-width: 763px) { #y8nyIDyfqnakGMTzHR49PeREcQsXQKdZ { width:7.5rem;height:2.625rem;top:1.0625rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmAPdzA5StA3RNrMTXQolxeoUPcPiQTR { display:block; }
 }@media only screen and (max-width: 763px) { #Z9JTKQsRFK3Zpf1l9Q9qVqcVB3PgV6Gb { display:none; }
 }@media only screen and (max-width: 763px) { #DT4efef7vpFAPevSaS2fPyG6WJNJgQaX { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #JHCyWLp7TT8BBWTEiWXWZMhKkpOP8DpH { display:block; }
 }@media only screen and (max-width: 763px) { #X7qRW7RmKsEahWRnu7ouNONK4UXXJNoc { display:none; }#X7qRW7RmKsEahWRnu7ouNONK4UXXJNoc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SNxx5KJEokaHMLCGiVEAtbOvOWaisXk9 { top:12rem;left:0.625rem;width:12.5rem;height:5.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #auGO3c0mi0aOkWD8PsnquQffDkkWOX8b { display:block; }#auGO3c0mi0aOkWD8PsnquQffDkkWOX8b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh { display:block; }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xli65IbBvA9Vlg3twiOmbVSoezEe3uiW { width:9.0625rem;height:2.75rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEKT0ysms4RxuDw0n8CGNcPov8GhdKsx { display:block; }
 }@media only screen and (max-width: 763px) { #X32CAiDqdg7HEuyzSTGBGTvv4TIOlOAg { display:block; }#X32CAiDqdg7HEuyzSTGBGTvv4TIOlOAg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fi8g5uVtnglzEqUQugG2f7EN8gyD6lAw { display:block; }#fi8g5uVtnglzEqUQugG2f7EN8gyD6lAw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLA4v4kwbr4KcNfq9oehgW148kwiGMmu { display:block; }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cx0nkEcbPwWiLe0EsB7g5kTBnbVg94Ti { top:1.25rem;left:7.3125rem;width:29.9375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHSwqRaWLqkZ2SfRfMhGJZ1hAoJTBVWT { top:1.625rem;left:45.1875rem;width:2.5625rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh0yLR7lSfCoXp2rdicftpPK7Bt9mHh1 { display:block; }#nh0yLR7lSfCoXp2rdicftpPK7Bt9mHh1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBv7myziqDI5gZmby6mP3DNcmSI2Wvmy { display:block; }#uBv7myziqDI5gZmby6mP3DNcmSI2Wvmy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JB2qrgqaGUxKHgwzckp5JLAT4ub7Lgit { top:8.75rem;left:23.875rem;width:6.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8bOITldM3ZfyEO0hhf6DmTScNlSMNIt { top:11.6875rem;left:18.9375rem;width:16.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOFWhn3hME2fr7vNoTlVFwhC37aT6CvS { top:12.125rem;left:23.875rem;width:12.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvQJvTFt0xXryHcefTr4E8LyeUSTv81F { top:17.125rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiXnrptH1bx6qwXKQk5qBfFo6k3Q0zo3 { top:17.3125rem;left:26.46875rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMzHPttwhGfgRetLHsvRTTr04cGmAsrp { top:18.4375rem;left:26.46875rem;width:4.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyDwUvOCMQiaxLLfAfm5hq7lplTptzu { top:20.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkR88aUPJs7vOiNHKA4s6y8i4ftAsKZc { top:20.1875rem;left:26.46875rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMOMbGV4uIz7Fh6d9bhztU9NTZi15xEz { top:21.3125rem;left:26.46875rem;width:4.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCXlXtIpSHt7dP57hzd6p4PpQXkqQQgI { top:23rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWcu8eBsMxlhlca4sK5SfSE9Q3SJRiPg { top:23.9375rem;left:25.9375rem;width:9.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBREddtJI0EluL0tvlCGL90w52lzhsxG { top:25.9375rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmb5m7Vo1ZqOM3b20eQRg3vaxOv1RF5h { top:26.125rem;left:26.46875rem;width:8.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv2XBGQFDvzVKwTFKCv1fS5sTiFfeIUH { top:27.25rem;left:25.25rem;width:10.5625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbEbB0v9FK6lpipivg4duaomgxNHMz2m { width:10rem;height:2.125rem;top:32rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orW6TuaRNOFpC2Qs5l6lI9nvvnsOkeBo { display:block; }
 }@media only screen and (max-width: 763px) { #qupqkM0uaPPl6ldV3oFiv5sB7kFeLrMV { top:0.875rem;left:18.8125rem;width:16.875rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0A7aKOfdwAPWydSoCg2t4rqsSFR6Dy2 { top:3.0625rem;left:21rem;width:12.0625rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgJeal0oKDN7mXG7EB7TnAJlW15WJS7t { top:5.9375rem;left:23.3125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLWAH7RQoMDxGD8JUIMkHZG4FXXxbslf { top:6.875rem;left:23.875rem;width:11.25rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBtkVBCpMVhhVDRU2Qr9DrOuBNMc8h13 { top:0.875rem;left:30.75rem;width:16.875rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZoeHuSgphBREZS6NsbDwndAFn2HulMe { top:3.0625rem;left:32.875rem;width:12.25rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q77XeeCpKCW22i44oLm79mwITcOSTIhq { top:5.9375rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2SECNCSpT0DOqqshq25iqJtwO3LaRPU { top:6.875rem;left:35.8125rem;width:11.1875rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSy06CiI6En1f3BiAxmFmQeCZ6mCVSyF { top:8.75rem;left:35.8125rem;width:6.3125rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzsTZt54E0NzdtgwbJl0DdWaDKO55JTs { top:11.6875rem;left:30.875rem;width:16.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBZcO5hbA4laVeSUhvV7TNQhKLqmIdxs { top:12.125rem;left:35.1875rem;width:12.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1wLim2AOm5MONBd4ob0ii2iu2l6dTTw { top:15.4375rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI0rvepSVIOe0AqHBsRUduwJTKyPU0Vq { top:15.625rem;left:38.59375rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpxbX3fRrsBITvvuIUFCdg075HsXATDG { top:16.75rem;left:38.59375rem;width:4.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMGXa6JvVUbShP0lxMI3LFAZ0nBQg8Fv { top:18.375rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzdrk9GKhWDuaz2FQkWH8svNxdg9LP5y { top:18.5rem;left:38.59375rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbwPoe6WMuqJPO8xgw6IZqrnIwrSONl8 { top:19.625rem;left:38.59375rem;width:4.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFyTG7cXK7Nct2XRbJ0GZUgTUAEb0yfM { top:21.3125rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wduz3h9T6kZEBM8nJZ4Wb0ss7bhx3onZ { top:22rem;left:38.59375rem;width:6rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ8Pi8WiPc3hBwASZ32orFzpSrnLIFIP { top:24.0625rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEaidDFyqQgHIZ8PK2sEnmJDcTd99N1i { top:25rem;left:37.875rem;width:9.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT8h2vIyL7RARkakvaVeDkJOR61SHUJ6 { top:27rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZTV48mRFRDH3wsTof5Ko5HGyxRilmCv { top:27.1875rem;left:38.59375rem;width:5.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7ZHovfIgsm6ZxQlp54xLoDPAq35DgTP { top:28.3125rem;left:38.59375rem;width:8.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvrvfK7XZXuu8SQ7pBWJd1HmXVg3zvm5 { width:10rem;height:2.125rem;top:31.9375rem;left:36.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iht9uT3xtXeWJQTttoHWfflU2RV4pBJJ { display:block; }
 }@media only screen and (max-width: 763px) { #yVLnCgCVgAmAgtb2NqTRFT7v5obNwhP6 { top:3.375rem;left:0rem;width:29.0625rem;height:5.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4EzmPiQ7g4knzFHpvgFKlMUT7oQyoP7 { top:10.25rem;left:0rem;width:33.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5tBLd3oAyfVqx5Gy5WSgIBzAguTNEum { top:12.25rem;left:35.125rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaEnw74v5e5OzmfoSDhPTQNRthxI7sZe { top:12.25rem;left:47.0625rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmbqvDL851WkOmhfb06LfzH4uKckIM71 { top:1.9375rem;left:23.875rem;width:10.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrPa4mJGlv8y03m0aUut2C72R7XffA9x { top:1.9375rem;left:35.8125rem;width:10.8125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQy06lNg2za4PeoMWhdnwcMukoNf5iH0 { display:block; }#ZQy06lNg2za4PeoMWhdnwcMukoNf5iH0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p89ryKbqgD49fTvFu2laC9KWvLoeAmsh { display:block; }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usVbxFMIRwT0VyH5DQJbqQh955SCpw76 { top:1.1875rem;left:13.3125rem;width:18.375rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM0FN7JnFdiTnm6RlobTB4IuLXHOlU4T { top:2.6875rem;left:45.1875rem;width:2.5625rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZgIskfhOFbeuwuLkVew2hNWvNeNtkBwN { display:block; }#ZgIskfhOFbeuwuLkVew2hNWvNeNtkBwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfBZWgNyIwPv5VqbmwtGI6tcIMBdiMwr { display:block; }#TfBZWgNyIwPv5VqbmwtGI6tcIMBdiMwr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMOk3nCrwJrwSsWUCfK1Xac8yUmrNrCr { top:1.8125rem;left:0rem;width:16.875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACt3sbEvGhTqepPlTHyT4oKlEyEqcatc { top:1.25rem;left:0rem;width:5.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #StsE8X2ggUukzbHJpfDeSi0Zo6iGX3m9 { top:1.3125rem;left:0rem;width:4.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNN7o5vtaqzKSVbf25KIo7uLm3PDAxwg { top:3.25rem;left:0rem;width:7.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is3eTNUWOuW6f6io6aIorPlgZINxNCEy { top:5.4375rem;left:0rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIQ37fJwva5Nay2FRnesXCcdW3TuPX4X { top:6.375rem;left:0rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK2bNcFIPRJTep5ddLTiTQJQ5X95hnyH { top:7.9375rem;left:0rem;width:14.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNxHGz50qTPh1sUlWDiwdbXggmEEMJHM { top:8.6875rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTkzpEGI7nhsGskfVDVZTzK1TvbidGOK { top:10.8125rem;left:0rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnAVpTHcfPyr0EC32y3TwZ6x1m3T0kkO { top:11.75rem;left:0rem;width:11.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiyTlN2CVbJQcbCPmMELiPTRepb3qpEX { top:13.5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPG71H4MbZvJ6fG9eJx7iXBkSbcu8wTs { top:13.5rem;left:1.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7iWhOlUGsoHhcePT4NzFP8uOEqmGEJl { top:16.625rem;left:0rem;width:6.125rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC69hoNCh7DKQIsFd3aJ1azAiCfMnPad { top:17.75rem;left:7.96875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqK0DdXtvtnOhdIZFm6sErppFO0iy3wi { top:17.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNxNugrymCG2qhJTgKcaStAocVFETINx { top:17.75rem;left:1.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1dsgFB9XVGCv1hh4VNBIgTOhF0G2Isk { top:17.75rem;left:4.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXPTkWv6TeoP89HglonG97k5cGcIA1oq { top:20.875rem;left:0rem;width:16.875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHauXHU4kwJWU9HOpbid2Ahs9GvgMKUn { top:21.375rem;left:0rem;width:6.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC6lAe5ykDTOmvuh0IlGUMGGMSqAUCqe { top:22.5625rem;left:0rem;width:12.5rem;height:;font-size:0.6875rem;display:block; }#QC6lAe5ykDTOmvuh0IlGUMGGMSqAUCqe li:before{ content: "\2003"; background-image: url(../images/icon_ec7b614c792671c2bb97f9281fe03826429ef5cb.svg); }
 }@media only screen and (max-width: 763px) { #pTX83MQfcPkkPu17bD5x2X7bVggoCzgQ { top:27.5625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2RZ5FqcRcdIsZHAhF09QFyt5KhE9tmJ { top:28.5rem;left:0rem;width:10.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvnHUB210t7BxgMynT1niMqhsIs4vDNW { top:30.3125rem;left:11.9375rem;width:8.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAnnI4QdV0iC3gT6VnnCHQlJ4hmf7bKp { top:30.4375rem;left:11.9375rem;width:7.5625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUCJ0rrw1M61wSzdJNArgtbH2k83hA7T { top:30.5625rem;left:0rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3JTD4DNRk3nGRq5qdufWzqXwGoSh5vk { width:10rem;height:2.125rem;top:33.125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5DBDs2wFKeElzmbIx42nAB7hyDxhXkd { display:block; }
 }@media only screen and (max-width: 763px) { #vlqiaWOAkSozO5O0E3nh7FCLlNwvLAb8 { top:1.8125rem;left:6.875rem;width:16.875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTIBmiN1Znrwo3wtW867Gx9NnVWuW0NT { top:1.25rem;left:11.9375rem;width:5.375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZDEA6FqRnw079HzHSJwxClfIMXPCJXU { top:3.25rem;left:11.9375rem;width:6.0625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcAiiyi4hUgV4TruxQtNofdVpqtTuObT { top:1.3125rem;left:11.9375rem;width:4.0625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfSrXo18Bbg1xkMLB5O0zBrERpeglAG7 { top:5.4375rem;left:11.9375rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThtOo6V3gO4GHPXo6tasX81VzoTATh9G { top:6.375rem;left:11.9375rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJCoBOVJqmAiJXLayTwwOVl65z4okmdh { top:7.9375rem;left:9.0625rem;width:14.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3UJVJ66cVNQIOPZ7tcc7SEmIHURbOms { top:10.8125rem;left:11.9375rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBMJcr55P3rbeZ4QCyGt4Tkdu2mSRbdc { top:11.75rem;left:11.9375rem;width:11.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzpa5FdwEmpm65FnZN09ZKIcCLlO5sDR { top:13.5rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQyL2kNOsWpWdkSNVhC7TlWqffIfoa2m { top:16.625rem;left:11.9375rem;width:6rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHgqz1ftqzKt6XXudi5S3tcUG1rguTXf { top:17.75rem;left:13.65625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDmbPx1ohBIvVwfCEubS5gICN6a6eoNT { top:17.75rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKfsW5bJruuxGzA9WmT7ESGZwU81A990 { top:27.5625rem;left:11.375rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ial92BNP6elClI3crZ4IxbL9y7p03JRN { top:28.5rem;left:11.9375rem;width:10.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDdQ2lTRElDEPMOex66qgLDImCDfUJkJ { top:30.5rem;left:17.5625rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlyAXksmLMPMBHr0hVwXd9oMTzxXTFzW { width:10rem;height:2.125rem;top:33.125rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Gk1SXnfNyPemeEZ3p52Jlguz8glMeO { display:block; }
 }@media only screen and (max-width: 763px) { #DsXJz09GvlgxJs7lrmVGTQNBDbGSNg0z { top:1.625rem;left:30.75rem;width:16.875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acWxN39gfnUo6dRtZ3TX1FlP1D4XaCUO { top:3.25rem;left:35.8125rem;width:6.0625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLT9F0PT3c8GDc6cOJTXsKdzbtJl2fRc { top:5.4375rem;left:35.8125rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhptdmKskkDeL5L01xtt5ThoODONC1TU { top:6.1875rem;left:35.8125rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpfMUzLL2ERO9XC0WwXeqVnahdZo8Uvi { top:7.9375rem;left:32.9375rem;width:14.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdC0eOh5k0kW6SpbvLQ9s0ZiPr483wWi { top:10.8125rem;left:35.8125rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1axf5r5n20MqpOUBc14J1ulGkwReXAi { top:11.75rem;left:32.75rem;width:15rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH6A4LLxJXnfigfwAq2XKWlbcJig3hr7 { top:13.5rem;left:43.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5DHkvXuVmNtrSgd3dWlpKwclEwOn00J { top:13.5rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7cPieZaUwHTn3CblFvypMN7O7otAq0u { top:13.5rem;left:37.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpvRcvaXBMGFqs4DWqhoQc0LcaCkJyzd { top:13.5rem;left:40.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5DOOTofJQz8MyNEQxcnO4GgsPLUZXGm { top:16.625rem;left:35.8125rem;width:6rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3uaEGtCaRuHkd7THl9mLkTg3TK90yMm { top:17.75rem;left:37.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqXO8xHOHc5dyWyKLrqQmpuJWXlnlSMK { top:17.75rem;left:35.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci8zZbT1xuDiADico0iRt0EhAhGQRW2t { top:17.75rem;left:40.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp4zTdKbFGN4qWJpDv7C0KvzPHrlbOWS { top:27.375rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRnUaMelhUf0LLm7SeyK2s1w8RD8Md9A { top:28.3125rem;left:35.8125rem;width:10.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3bABBXCKieynbJDGr4PAw1KmqmwlNoP { top:30.5625rem;left:35.8125rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WksTgEAwhNaHdJN8wsxJwIqS2vVGNy72 { width:10rem;height:2.125rem;top:33.125rem;left:36.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWTM7Gn8hLrTktWuTylLXztIN3GN8O4T { display:block; }
 }@media only screen and (max-width: 763px) { #oSMh78nay7phNFX2xAG7mCgSkSxTWiJL { top:1.625rem;left:18.8125rem;width:16.875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR4VNbFKUdhUBW76k5ZCyICG0iETtHS8 { top:27.625rem;left:23.3125rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0V7e2LzxMnNmgGlXEK8aHfTNQpkS6An { width:10rem;height:2.125rem;top:33.125rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #apVl4SviQGu2sABtDKUGhHW58gZELyU3 { display:block; }
 }@media only screen and (max-width: 763px) { #DsypfD39360bDeaDCIi5EXeCPazJSdFv { top:28.5625rem;left:23.875rem;width:10.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQEMkk9qJN7ldeMciW62HduphhKunQ1t { top:30.5625rem;left:23.875rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDa7CP3TIBNRJBp3NK6ccKDh7ol4EATr { top:16.625rem;left:23.875rem;width:7.6875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA6BO8OyVt5rEhIpeLRmIPLUPo61WeEc { top:17.75rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdIqH2kkTLwHh8taBX3PZfubBlfVfd6A { top:11.75rem;left:23.875rem;width:11.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTd8vRPIuO5hT6weRlsQhLBu2MbTzT7r { top:10.8125rem;left:23.875rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ibJXQWpbuPl5QyvUFdqvyuTlhTCqUT { top:7.9375rem;left:21rem;width:14.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua2QJRGK9m30mLAMeIzXXRIdgsBzP7dm { top:6.375rem;left:23.875rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma36U9TT7MPTQ3EQmMi9gNHuwd2rR32u { top:5.4375rem;left:23.875rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSqGqbvTyXV6qvl3PPTaTqlEKrw09gD0 { top:3.25rem;left:23.875rem;width:10rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA0ridxKMU7yA3gVTTCvCsOkhfcoDP7r { top:20.875rem;left:7rem;width:16.875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7fo1pIbM4qIr43D6K9n0dDDsk6slrU9 { top:22.5625rem;left:11.375rem;width:12.5rem;height:;font-size:0.6875rem;display:block; }#e7fo1pIbM4qIr43D6K9n0dDDsk6slrU9 li:before{ content: "\2003"; background-image: url(../images/icon_ec7b614c792671c2bb97f9281fe03826429ef5cb.svg); }
 }@media only screen and (max-width: 763px) { #F7HoRJ2qXflqRIEwKTSfxWtzm0UbfqVe { top:21.375rem;left:11.9375rem;width:6.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO41BnlXQW3AfQ6WfCKiD6JnPhcpiHx1 { top:16.6875rem;left:4.5rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAKcyDKGraLhulVh6FLUJaFcxny294Ml { top:16.6875rem;left:16.59375rem;width:0.6875rem;height:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XHf0P4015kyJqbkyoRkks25EOOJsuMlF { top:16.6875rem;left:28.5625rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epxHALaELEQZEzG8dToGMXd1d3fiWGzT { top:16.6875rem;left:40.59375rem;width:0.6875rem;height:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwwkf4pAkLyQD9Bw581ypng2PBssguFW { display:block; }#mwwkf4pAkLyQD9Bw581ypng2PBssguFW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSvaDB6ZoO8moRsy50actUrPyP7w8L2C { top:1.125rem;left:0rem;width:16.875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THJJT4Tp0MnKoS2sQPJy80BfRb5fcQ0n { top:2.5625rem;left:0rem;width:8.125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnZkVN5ifZKfdohd989BqpDGdUaau2qT { top:5.4375rem;left:0rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev3hGyd9Py37kah4JosiavyBDaeCTH3Q { top:6.375rem;left:0rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV2I4gKwoXB2S5vQPRQwkCyQ63T6bTvC { top:7.9375rem;left:0rem;width:14.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irbUF1hgcQOW6937PFPT8mWfr51wmCnV { top:10.125rem;left:0rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVZsKq3hloTPDK9gT6mUxwTUW7u7piPQ { top:11.0625rem;left:0rem;width:13.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prULJBf1ab5VwLT1Dvr5d1SA3gZS3xmJ { top:12.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlKPiRrsu5iQA0geGNwpGyTEIIb0hIsz { top:12.8125rem;left:1.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBLCtzqVnweiF57khqNMM77slEzTCnFa { top:12.8125rem;left:4.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX7Sko5nhrXmwxN4y5ziadelAtLIROCs { top:12.8125rem;left:7.96875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoscBz6k3RA1OAAtnh2cSLko2zsuuERQ { top:15.9375rem;left:0rem;width:6rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbKpC9ey644KPL5bFhS1uJoWi0v9u8T9 { top:17.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v44utezvHx1zTKegr1NMM4ucdDoqMeUi { top:17.0625rem;left:1.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSFVaLhdok4zmCbeCAhVh8x7BRhr5pIQ { top:17.0625rem;left:4.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcdoRJ9ffxMZO4aTL3nPkr5kBZJUHTVn { top:17.0625rem;left:7.96875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af6Q7xgQR6gLDOiT5d3haHkRTvMC4JfJ { top:17.0625rem;left:9.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga24ITm4JkqutPPquI2pMFkEiFNhQslh { top:20.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBmy7fNNJC5UDx9wyNK4FDEM1xBKSrhy { top:26.875rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSrtXHZuWsNl2f6XHgTB0VNiMcvXF5d8 { top:27.8125rem;left:0rem;width:12.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKZJ6AvUBl3aaxMQG5XB36HJk8NMOf1g { top:29.5625rem;left:0rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8IdUNysh09lzi673fvzeT4Or2GOQDSc { width:10rem;height:2.125rem;top:32.4375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P94awzUbwbegUwrk0T6guz9h3grqglLh { display:block; }
 }@media only screen and (max-width: 763px) { #UUrSFHhAZmBflMVD4whqSl1Im4kbOlqk { top:1.125rem;left:6.875rem;width:16.875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTh7RsTqp90ZXLhBFNRoFDEEMbh75qAw { top:2.5625rem;left:11.9375rem;width:9.375rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T32FeoNQpMclVtA81Hqy8ATppx6LaNRf { top:5.4375rem;left:11.9375rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #musLQCGJfpr5Bw3Ev0ktpIlzp5lT5Cfa { top:6.375rem;left:11.9375rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWimFrl1mKMV4SmakMtUZW29hHrDoaq8 { top:7.9375rem;left:9.0625rem;width:14.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkMZbAFsX7T6yNrswim9eEvGUWSDzUez { top:10.125rem;left:11.9375rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfQaItrEJbqakueMXE54dmkgtBrTVoKU { top:11.0625rem;left:10.25rem;width:13.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf5VaIKHXvbOOSOQT7OsF3VJoJDIFBMR { top:12.8125rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEcl90DvdmCTh50WBo5nXVMemLthuK3m { top:12.8125rem;left:13.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P21tszv7MXKw8Vu1OF85zAJ6K9UJiueC { top:12.8125rem;left:16.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISAV5qzJAExCFzpDN4q9aaCubDTRwTlA { top:12.8125rem;left:19.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #St2xDc9MSrOG8T0IASFFJ93NIX6sV1Sd { top:15.9375rem;left:11.9375rem;width:6rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1OQdRTNlC0pifsgBLmchMIb382b4ybK { top:17.0625rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsaVygTUFX7HrRQt0BGTlDxFzbCF0B8b { top:17.0625rem;left:13.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXNUDMvTsQUkwqaHOT9O26JEW10rNMgH { top:17.0625rem;left:16.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIZPavp24SHCHywOGNwDDIbrtMrTfB3I { top:17.0625rem;left:19.84375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEtF5eGfqibJ806ATlsvLyQ2ILl484eG { top:17.0625rem;left:21.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxkwVrNmJ8EKBp7poiahTGKRNhh73qwz { top:20.1875rem;left:11.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpTctmRtS7pTZcAsHzinBgXiSiRbMKek { top:26.875rem;left:11.375rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmPgbbFp6tRWWm1nk52yFVODagSr9Amd { top:27.8125rem;left:11.75rem;width:12.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtOGnr0vJ9c3ImZnddzGMuMlapoDQ0pn { top:29.5625rem;left:11.9375rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyQc9pyAdT0muMleZEUzOt0mPtXmJb7e { width:10rem;height:2.125rem;top:32.4375rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDdTnlnm6hqy5NiF5G6GxVx32R8y1pRr { display:block; }
 }@media only screen and (max-width: 763px) { #utIHw2mRHq4nv7m9WnlMsJJSD8cSmn8w { top:1.125rem;left:18.8125rem;width:16.875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuJFr1tmq7J0IVUJsGSv27nUz61Fi163 { top:2.5625rem;left:23.875rem;width:10.375rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbUqZRdAuwGxXnTPzvvgac07MpD883Gb { top:6.375rem;left:23.875rem;width:6.1875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7vpwfMMhiTRrJV1I0XAuw9NKc3OUpfW { top:5.4375rem;left:23.875rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWOTUoCsuuscISUkxTVr0fSwFoGRKTqU { top:7.9375rem;left:21rem;width:14.8125rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtymlqDkd9D7zoclnreZu2lT8JEwSPxm { top:10.125rem;left:23.875rem;width:4.25rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndVpu97aMyxOGfAPqGz8cR1fQpgRRLKu { top:11.0625rem;left:23.875rem;width:11.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cokacXxeUf09PRvdp2Al170oAdweiUnS { top:15.875rem;left:23.875rem;width:8.625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnLbfupSfuSgcdUgT8EyhevAfxQDvFdz { top:17.0625rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxkBWNMhldFaqQuNZ6LLsVfKGI3PcJQa { top:26.6875rem;left:23.3125rem;width:12.5rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXIKAoVwS4xadT2KgcoTQzT4rI3vBaQg { top:27.625rem;left:23.875rem;width:10.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8mv7TXBPXcsEJvHNs3U0pleOadGTVi5 { top:29.4375rem;left:23.875rem;width:6.3125rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg8ODLTsHughCJvikmwLbv3tvbnVlkhZ { width:10rem;height:2.125rem;top:32.4375rem;left:24.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKbFo1kzGvMTt62BqERx93cVIZaTMhgD { display:block; }
 }@media only screen and (max-width: 763px) { #SU5Q7ZcidIkua2Ji8z1PdJVFydCHVepB { top:16rem;left:4.71875rem;width:0.6875rem;height:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTwfH9TShezZXls92LcIQo5riKoJQBFK { top:16.0625rem;left:16.53125rem;width:0.6875rem;height:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pVABOlFKi2mX28bokFAC6k5eBvKToER7 { top:16rem;left:28.71875rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hugzd3dLrvkyLRsTHnIWBlZLSVkCXJhH { display:block; }#Hugzd3dLrvkyLRsTHnIWBlZLSVkCXJhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpHmw5IT1PAWxvDfVvKrXUhOzO9VshVh { top:0.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ { display:block; }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jy7pVDVZ2ESvTu7P6QFTOLsBQT63XkXQ { top:2.1875rem;left:0rem;width:10.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE1hdMWQiNnuMRpDHILpRmevHMvSCxqb { top:2.1875rem;left:39.6875rem;width:8.0625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I35yDXXehHB0LQ9X99rRPZa4sGX7UFAO { top:4.5625rem;left:0.25rem;width:7rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oibz0iOHlpDW74xVHEpWrNQnkoSEFzxM { top:2.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDBVrA5pTPeKk3dWoBiZruUanKJb373k { top:9.125rem;left:33.625rem;width:14.125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6NoZutldrk0GE375xwdpqg0sQ8Kufx0 { top:11.125rem;left:35.8125rem;width:11.9375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0IBTk2K7xxK45TchDAxrzNiErEfJsIa { top:13rem;left:10.0625rem;width:23.75rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE2Z0UUyXCvqBUTwAMUDryMPrFieHvtw { top:7.125rem;left:0.25rem;width:43.375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiiR0Uzme0WHOFcyUvXsid1mFAygTg3O { top:9rem;left:0rem;width:6.3125rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #on7CZUe1tdIBe4TdZtm2Q2NzZ39KDmL3 { top:10.125rem;left:0rem;width:8.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqOQoJxqWTQpTKZ3RSqvKWeMNpE5O9d1 { top:11.3125rem;left:0rem;width:4.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgTdtxXa7BJWsKqsn07kcBcJL8ckKLsW { top:4.875rem;left:38.375rem;width:9.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5FV0HTfER1PRIJrGIZP40SLIJBCwVNi { display:block; }#L5FV0HTfER1PRIJrGIZP40SLIJBCwVNi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgPkL63MvLXWeGNrrgmhdydVJTqWatbd { top:0rem;left:10.9375rem;width:25.875rem;height:1.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZEugiMw0TOi8i1mArT2blZnwNWantGiC { position:relative;z-index:auto;display:block; }#ZEugiMw0TOi8i1mArT2blZnwNWantGiC > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IpVpAu6wIaBVGZE7fO8dmdT4PDQ5MvTv { width:4.8125rem;height:2.6875rem;top:0.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDPgiT4kOPImQIqGCht4w0i1bTHIhsfI { width:3rem;height:1.875rem;top:3.4375rem;left:0rem;z-index:15009;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gsVs3QQPgvVkEGH6ReJnE6kmhMd2UTA6 { display:block; }
 }@media only screen and (max-width: 763px) { #U8HRsTNqFH8Amxr1uxJv1TOxDtmbOdEU { width:6.25rem;height:1.875rem;top:3.4375rem;left:6.875rem;z-index:15010;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sA4S0rCTrWEHhDxgszT0OhPyfMmToIL5 { display:block; }
 }@media only screen and (max-width: 763px) { #tF9TbR4P4M0RIcBs4nIP1hoOkkh2FpzW { width:6.25rem;height:1.875rem;top:3.4375rem;left:13.75rem;z-index:15011;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pki1dlGL1dlH8xLKQihgiEPBTV3soNxw { display:block; }
 }@media only screen and (max-width: 763px) { #sQMIyvMlA9LaG1X3RRTT1ABS8ZiiXqOq { width:7.8125rem;height:1.875rem;top:5.3125rem;left:6.09375rem;z-index:15012;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #i2J5RrEpnBagM0fpQrCKragTut9fvpPG { display:block; }
 }@media only screen and (max-width: 763px) { #y8nyIDyfqnakGMTzHR49PeREcQsXQKdZ { width:6.25rem;height:2.625rem;top:0.375rem;left:11.3125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmAPdzA5StA3RNrMTXQolxeoUPcPiQTR { display:block; }
 }@media only screen and (max-width: 763px) { #Z9JTKQsRFK3Zpf1l9Q9qVqcVB3PgV6Gb { display:flex;top:0.40625rem;left:17.5rem;width:2.5rem;height:2.5rem;z-index:15000;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #DT4efef7vpFAPevSaS2fPyG6WJNJgQaX { top:0.8125rem;left:10.8125rem;width:6.75rem;height:1.6875rem;z-index:15003;color:#de0000;background-color:#e5e5da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:arial;font-size:1.0625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHCyWLp7TT8BBWTEiWXWZMhKkpOP8DpH { display:block; }
 }@media only screen and (max-width: 763px) { #X7qRW7RmKsEahWRnu7ouNONK4UXXJNoc { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X7qRW7RmKsEahWRnu7ouNONK4UXXJNoc > .row .container { background-color: transparent; background-image: none; }#X7qRW7RmKsEahWRnu7ouNONK4UXXJNoc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7qRW7RmKsEahWRnu7ouNONK4UXXJNoc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7qRW7RmKsEahWRnu7ouNONK4UXXJNoc > .row .container > .video-iframe-container { display: none; }#X7qRW7RmKsEahWRnu7ouNONK4UXXJNoc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7qRW7RmKsEahWRnu7ouNONK4UXXJNoc > .row > .video-iframe-container { display: none; }#X7qRW7RmKsEahWRnu7ouNONK4UXXJNoc > .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); }#X7qRW7RmKsEahWRnu7ouNONK4UXXJNoc > .row .container { border-width: 0; border-radius: 0; }#X7qRW7RmKsEahWRnu7ouNONK4UXXJNoc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X7qRW7RmKsEahWRnu7ouNONK4UXXJNoc > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNxx5KJEokaHMLCGiVEAtbOvOWaisXk9 { top:0.25rem;left:0.1875rem;width:9.1875rem;height:8.699225rem;z-index:15001;line-height:2.9;font-family:lato;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #auGO3c0mi0aOkWD8PsnquQffDkkWOX8b { display:block; }#auGO3c0mi0aOkWD8PsnquQffDkkWOX8b > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh { background-color:#ffffff;background-image:url("../images/mobnewbanner.PNG");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh.adaptive-delivery-prevent-bg, #uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh.lazyload, #uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh.lazyloading { background-image: none; }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .row .container { background-color: transparent; background-image: none; }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .row .container > .video-iframe-container { display: none; }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .row > .video-iframe-container { display: none; }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .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); }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .row .container { border-width: 0; border-radius: 0; }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uaNb6M0d3BMN4SZmmD2XRH9wVFk8Xixh > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xli65IbBvA9Vlg3twiOmbVSoezEe3uiW { width:7.375rem;height:2rem;top:26.875rem;left:8.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wEKT0ysms4RxuDw0n8CGNcPov8GhdKsx { display:block; }
 }@media only screen and (max-width: 763px) { #X32CAiDqdg7HEuyzSTGBGTvv4TIOlOAg { display:block; }#X32CAiDqdg7HEuyzSTGBGTvv4TIOlOAg > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fi8g5uVtnglzEqUQugG2f7EN8gyD6lAw { display:block; }#fi8g5uVtnglzEqUQugG2f7EN8gyD6lAw > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLA4v4kwbr4KcNfq9oehgW148kwiGMmu { display:block; }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu { background-color: transparent; background-image: none; }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu > .row .container > .video-iframe-container { display: none; }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu > .row > .video-iframe-container { display: none; }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu > .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); }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu { border-width: 0; border-radius: 0; }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#VLA4v4kwbr4KcNfq9oehgW148kwiGMmu > .row .container { width:20rem;height:6.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cx0nkEcbPwWiLe0EsB7g5kTBnbVg94Ti { width:17.4375rem;height:1.625rem;top:0.75rem;left:1.28125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZHSwqRaWLqkZ2SfRfMhGJZ1hAoJTBVWT { width:2.5625rem;height:1.6875rem;top:3.625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh0yLR7lSfCoXp2rdicftpPK7Bt9mHh1 { display:block; }#nh0yLR7lSfCoXp2rdicftpPK7Bt9mHh1 > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBv7myziqDI5gZmby6mP3DNcmSI2Wvmy { display:block; }#uBv7myziqDI5gZmby6mP3DNcmSI2Wvmy > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JB2qrgqaGUxKHgwzckp5JLAT4ub7Lgit { width:9.0625rem;height:0.89355625rem;top:14.13525390625rem;left:2.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8bOITldM3ZfyEO0hhf6DmTScNlSMNIt { width:18.75rem;height:2.1875rem;top:17.07275390625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOFWhn3hME2fr7vNoTlVFwhC37aT6CvS { width:13.5rem;height:1.29980625rem;top:17.45361328125rem;left:3.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvQJvTFt0xXryHcefTr4E8LyeUSTv81F { width:2.5rem;height:2.5rem;top:22.88525390625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiXnrptH1bx6qwXKQk5qBfFo6k3Q0zo3 { width:5.4375rem;height:1.13720625rem;top:23.07275390625rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMzHPttwhGfgRetLHsvRTTr04cGmAsrp { width:4.875rem;height:1.13720625rem;top:24.19775390625rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyDwUvOCMQiaxLLfAfm5hq7lplTptzu { width:2.5rem;height:2.5rem;top:25.82275390625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkR88aUPJs7vOiNHKA4s6y8i4ftAsKZc { width:5.4375rem;height:1.13720625rem;top:25.94775390625rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMOMbGV4uIz7Fh6d9bhztU9NTZi15xEz { width:4.875rem;height:1.13720625rem;top:27.07275390625rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCXlXtIpSHt7dP57hzd6p4PpQXkqQQgI { width:2.5rem;height:2.5rem;top:28.76025390625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWcu8eBsMxlhlca4sK5SfSE9Q3SJRiPg { width:9.875rem;height:1.13720625rem;top:29.69775390625rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBREddtJI0EluL0tvlCGL90w52lzhsxG { width:2.5rem;height:2.5rem;top:31.69775390625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmb5m7Vo1ZqOM3b20eQRg3vaxOv1RF5h { width:8.1875rem;height:1.13720625rem;top:31.88525390625rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv2XBGQFDvzVKwTFKCv1fS5sTiFfeIUH { width:12.9375rem;height:1.13720625rem;top:33.01025390625rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbEbB0v9FK6lpipivg4duaomgxNHMz2m { width:15.625rem;height:2.5rem;top:36.88525390625rem;left:2.1875rem;font-size:1.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #orW6TuaRNOFpC2Qs5l6lI9nvvnsOkeBo { display:block; }
 }@media only screen and (max-width: 763px) { #qupqkM0uaPPl6ldV3oFiv5sB7kFeLrMV { width:18.75rem;height:33.75rem;top:6.26025390625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0A7aKOfdwAPWydSoCg2t4rqsSFR6Dy2 { width:13.875rem;height:1.4624rem;top:8.19775390625rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgJeal0oKDN7mXG7EB7TnAJlW15WJS7t { width:12.5rem;height:0.89355625rem;top:11.32275390625rem;left:2.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLWAH7RQoMDxGD8JUIMkHZG4FXXxbslf { width:12.5rem;height:1.94970625rem;top:12.26025390625rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBtkVBCpMVhhVDRU2Qr9DrOuBNMc8h13 { width:18.75rem;height:33.75rem;top:42.01025390625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZoeHuSgphBREZS6NsbDwndAFn2HulMe { width:13.8125rem;height:1.4624rem;top:43.94775390625rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q77XeeCpKCW22i44oLm79mwITcOSTIhq { width:12.5rem;height:0.89355625rem;top:47.07275390625rem;left:2.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2SECNCSpT0DOqqshq25iqJtwO3LaRPU { width:13.625rem;height:1.94970625rem;top:48.01025390625rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSy06CiI6En1f3BiAxmFmQeCZ6mCVSyF { width:6.3125rem;height:0.89355625rem;top:49.88525390625rem;left:2.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzsTZt54E0NzdtgwbJl0DdWaDKO55JTs { width:18.75rem;height:2.1875rem;top:52.82275390625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBZcO5hbA4laVeSUhvV7TNQhKLqmIdxs { width:13.125rem;height:1.29980625rem;top:53.26611328125rem;left:3.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1wLim2AOm5MONBd4ob0ii2iu2l6dTTw { width:2.5rem;height:2.5rem;top:56.57275390625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI0rvepSVIOe0AqHBsRUduwJTKyPU0Vq { width:5.4375rem;height:1.13720625rem;top:56.76025390625rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpxbX3fRrsBITvvuIUFCdg075HsXATDG { width:4.875rem;height:1.13720625rem;top:57.88525390625rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMGXa6JvVUbShP0lxMI3LFAZ0nBQg8Fv { width:2.5rem;height:2.5rem;top:59.51025390625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzdrk9GKhWDuaz2FQkWH8svNxdg9LP5y { width:5.4375rem;height:1.13720625rem;top:59.63525390625rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbwPoe6WMuqJPO8xgw6IZqrnIwrSONl8 { width:4.875rem;height:1.13720625rem;top:60.76025390625rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFyTG7cXK7Nct2XRbJ0GZUgTUAEb0yfM { width:2.5rem;height:2.5rem;top:62.44775390625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wduz3h9T6kZEBM8nJZ4Wb0ss7bhx3onZ { width:6rem;height:1.13720625rem;top:63.13525390625rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ8Pi8WiPc3hBwASZ32orFzpSrnLIFIP { width:2.5rem;height:2.5rem;top:65.19775390625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEaidDFyqQgHIZ8PK2sEnmJDcTd99N1i { width:9.875rem;height:1.13720625rem;top:66.13525390625rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT8h2vIyL7RARkakvaVeDkJOR61SHUJ6 { width:2.5rem;height:2.5rem;top:68.13525390625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZTV48mRFRDH3wsTof5Ko5HGyxRilmCv { width:5.4375rem;height:1.13720625rem;top:68.32275390625rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7ZHovfIgsm6ZxQlp54xLoDPAq35DgTP { width:8.875rem;height:1.13720625rem;top:69.44775390625rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvrvfK7XZXuu8SQ7pBWJd1HmXVg3zvm5 { width:15.625rem;height:2.5rem;top:72.69775390625rem;left:2.1875rem;font-size:1.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iht9uT3xtXeWJQTttoHWfflU2RV4pBJJ { display:block; }
 }@media only screen and (max-width: 763px) { #yVLnCgCVgAmAgtb2NqTRFT7v5obNwhP6 { width:14.9375rem;height:2.79980625rem;top:0rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W4EzmPiQ7g4knzFHpvgFKlMUT7oQyoP7 { width:19.5625rem;height:2.6806625rem;top:2.88671875rem;left:0.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S5tBLd3oAyfVqx5Gy5WSgIBzAguTNEum { width:0.6875rem;height:0.6875rem;top:17.82275390625rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaEnw74v5e5OzmfoSDhPTQNRthxI7sZe { width:0.6875rem;height:0.6875rem;top:53.57275390625rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmbqvDL851WkOmhfb06LfzH4uKckIM71 { width:10.8125rem;height:0.9746125rem;top:7.28515625rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrPa4mJGlv8y03m0aUut2C72R7XffA9x { width:10.8125rem;height:0.9746125rem;top:43.03515625rem;left:2.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQy06lNg2za4PeoMWhdnwcMukoNf5iH0 { display:block; }#ZQy06lNg2za4PeoMWhdnwcMukoNf5iH0 > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p89ryKbqgD49fTvFu2laC9KWvLoeAmsh { display:block; }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh { background-color: transparent; background-image: none; }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh > .row .container > .video-iframe-container { display: none; }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh > .row > .video-iframe-container { display: none; }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh > .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); }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh { border-width: 0; border-radius: 0; }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#p89ryKbqgD49fTvFu2laC9KWvLoeAmsh > .row .container { width:20rem;height:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usVbxFMIRwT0VyH5DQJbqQh955SCpw76 { width:12.0625rem;height:1.625rem;top:0.75rem;left:3.96875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iM0FN7JnFdiTnm6RlobTB4IuLXHOlU4T { width:1.6875rem;height:1.125rem;top:1rem;left:16.9375rem;z-index:15148;display:block; }
 }@media only screen and (max-width: 763px) { #ZgIskfhOFbeuwuLkVew2hNWvNeNtkBwN { display:block; }#ZgIskfhOFbeuwuLkVew2hNWvNeNtkBwN > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TfBZWgNyIwPv5VqbmwtGI6tcIMBdiMwr { display:block; }#TfBZWgNyIwPv5VqbmwtGI6tcIMBdiMwr > .row .container { width:20rem;height:148.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMOk3nCrwJrwSsWUCfK1Xac8yUmrNrCr { width:18.75rem;height:34.375rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACt3sbEvGhTqepPlTHyT4oKlEyEqcatc { width:6.875rem;height:1.25rem;top:0.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StsE8X2ggUukzbHJpfDeSi0Zo6iGX3m9 { width:4.5625rem;height:1.05615rem;top:0.8125rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNN7o5vtaqzKSVbf25KIo7uLm3PDAxwg { width:8.6875rem;height:1.4624rem;top:2.6875rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is3eTNUWOuW6f6io6aIorPlgZINxNCEy { width:4.25rem;height:0.9746125rem;top:4.875rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIQ37fJwva5Nay2FRnesXCcdW3TuPX4X { width:4.875rem;height:1.29980625rem;top:5.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK2bNcFIPRJTep5ddLTiTQJQ5X95hnyH { width:15.9375rem;height:0.5rem;top:7.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNxHGz50qTPh1sUlWDiwdbXggmEEMJHM { width:12.5rem;height:0.9746125rem;top:8.125rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTkzpEGI7nhsGskfVDVZTzK1TvbidGOK { width:4.25rem;height:0.9746125rem;top:9.8125rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnAVpTHcfPyr0EC32y3TwZ6x1m3T0kkO { width:11.5rem;height:1.13720625rem;top:10.75rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiyTlN2CVbJQcbCPmMELiPTRepb3qpEX { width:2.5rem;height:2.5rem;top:12.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPG71H4MbZvJ6fG9eJx7iXBkSbcu8wTs { width:2.5rem;height:2.5rem;top:12.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7iWhOlUGsoHhcePT4NzFP8uOEqmGEJl { width:8.375rem;height:0.89355625rem;top:15.3125rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC69hoNCh7DKQIsFd3aJ1azAiCfMnPad { width:2.5rem;height:2.5rem;top:16.4375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqK0DdXtvtnOhdIZFm6sErppFO0iy3wi { width:2.5rem;height:2.5rem;top:16.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNxNugrymCG2qhJTgKcaStAocVFETINx { width:2.5rem;height:2.5rem;top:16.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1dsgFB9XVGCv1hh4VNBIgTOhF0G2Isk { width:2.5rem;height:2.5rem;top:16.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXPTkWv6TeoP89HglonG97k5cGcIA1oq { width:18.75rem;height:5.625rem;top:19.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHauXHU4kwJWU9HOpbid2Ahs9GvgMKUn { width:6.5625rem;height:0.9746125rem;top:20.4375rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC6lAe5ykDTOmvuh0IlGUMGGMSqAUCqe { width:12.5rem;height:2.0996125rem;top:21.625rem;left:2.3125rem;font-size:0.6875rem;display:block; }#QC6lAe5ykDTOmvuh0IlGUMGGMSqAUCqe li:before{ content: "\2003"; background-image: url(../images/icon_ec7b614c792671c2bb97f9281fe03826429ef5cb.svg); }
 }@media only screen and (max-width: 763px) { #pTX83MQfcPkkPu17bD5x2X7bVggoCzgQ { width:12.5rem;height:1.05615rem;top:26.875rem;left:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2RZ5FqcRcdIsZHAhF09QFyt5KhE9tmJ { width:14.125rem;height:1.94970625rem;top:27.875rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvnHUB210t7BxgMynT1niMqhsIs4vDNW { width:8.3125rem;height:1.25rem;top:67.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAnnI4QdV0iC3gT6VnnCHQlJ4hmf7bKp { width:8.5rem;height:0.9746125rem;top:67.4375rem;left:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUCJ0rrw1M61wSzdJNArgtbH2k83hA7T { width:6.3125rem;height:0.89355625rem;top:30.0625rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3JTD4DNRk3nGRq5qdufWzqXwGoSh5vk { width:15.625rem;height:2.5rem;top:32.2060546875rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5DBDs2wFKeElzmbIx42nAB7hyDxhXkd { display:block; }
 }@media only screen and (max-width: 763px) { #vlqiaWOAkSozO5O0E3nh7FCLlNwvLAb8 { width:18.75rem;height:34.375rem;top:38.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTIBmiN1Znrwo3wtW867Gx9NnVWuW0NT { width:6.875rem;height:1.25rem;top:37.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZDEA6FqRnw079HzHSJwxClfIMXPCJXU { width:6.0625rem;height:1.4624rem;top:39.75rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcAiiyi4hUgV4TruxQtNofdVpqtTuObT { width:4.6875rem;height:1.05615rem;top:37.8125rem;left:3.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfSrXo18Bbg1xkMLB5O0zBrERpeglAG7 { width:4.25rem;height:0.9746125rem;top:41.9375rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThtOo6V3gO4GHPXo6tasX81VzoTATh9G { width:4.875rem;height:1.29980625rem;top:42.875rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJCoBOVJqmAiJXLayTwwOVl65z4okmdh { width:15.9375rem;height:0.625rem;top:44.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3UJVJ66cVNQIOPZ7tcc7SEmIHURbOms { width:4.25rem;height:0.9746125rem;top:47.3125rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBMJcr55P3rbeZ4QCyGt4Tkdu2mSRbdc { width:11.5rem;height:1.13720625rem;top:48.25rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzpa5FdwEmpm65FnZN09ZKIcCLlO5sDR { width:2.5rem;height:2.5rem;top:50rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQyL2kNOsWpWdkSNVhC7TlWqffIfoa2m { width:8.4375rem;height:0.89355625rem;top:53.125rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHgqz1ftqzKt6XXudi5S3tcUG1rguTXf { width:2.5rem;height:2.5rem;top:54.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDmbPx1ohBIvVwfCEubS5gICN6a6eoNT { width:2.5rem;height:2.5rem;top:54.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKfsW5bJruuxGzA9WmT7ESGZwU81A990 { width:12.5rem;height:1.05615rem;top:64.4375rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ial92BNP6elClI3crZ4IxbL9y7p03JRN { width:13.25rem;height:1.94970625rem;top:65.375rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDdQ2lTRElDEPMOex66qgLDImCDfUJkJ { width:6.3125rem;height:0.89355625rem;top:67.63671875rem;left:11rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlyAXksmLMPMBHr0hVwXd9oMTzxXTFzW { width:15.625rem;height:2.5rem;top:69.3125rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Gk1SXnfNyPemeEZ3p52Jlguz8glMeO { display:block; }
 }@media only screen and (max-width: 763px) { #DsXJz09GvlgxJs7lrmVGTQNBDbGSNg0z { width:18.75rem;height:34.375rem;top:112.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acWxN39gfnUo6dRtZ3TX1FlP1D4XaCUO { width:8.5rem;height:1.4624rem;top:113.875rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLT9F0PT3c8GDc6cOJTXsKdzbtJl2fRc { width:4.25rem;height:0.9746125rem;top:116.0625rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhptdmKskkDeL5L01xtt5ThoODONC1TU { width:4.875rem;height:1.29980625rem;top:117rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpfMUzLL2ERO9XC0WwXeqVnahdZo8Uvi { width:15.9375rem;height:0.625rem;top:118.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdC0eOh5k0kW6SpbvLQ9s0ZiPr483wWi { width:4.25rem;height:0.9746125rem;top:121.4375rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1axf5r5n20MqpOUBc14J1ulGkwReXAi { width:15.0625rem;height:1.13720625rem;top:122.375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH6A4LLxJXnfigfwAq2XKWlbcJig3hr7 { width:2.5rem;height:2.5rem;top:124.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5DHkvXuVmNtrSgd3dWlpKwclEwOn00J { width:2.5rem;height:2.5rem;top:124.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7cPieZaUwHTn3CblFvypMN7O7otAq0u { width:2.5rem;height:2.5rem;top:124.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpvRcvaXBMGFqs4DWqhoQc0LcaCkJyzd { width:2.5rem;height:2.5rem;top:124.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5DOOTofJQz8MyNEQxcnO4GgsPLUZXGm { width:9.8125rem;height:0.89355625rem;top:127.25rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3uaEGtCaRuHkd7THl9mLkTg3TK90yMm { width:2.5rem;height:2.5rem;top:128.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqXO8xHOHc5dyWyKLrqQmpuJWXlnlSMK { width:2.5rem;height:2.5rem;top:128.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci8zZbT1xuDiADico0iRt0EhAhGQRW2t { width:2.5rem;height:2.5rem;top:128.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp4zTdKbFGN4qWJpDv7C0KvzPHrlbOWS { width:12.5rem;height:1.05615rem;top:138.8125rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRnUaMelhUf0LLm7SeyK2s1w8RD8Md9A { width:13.4375rem;height:1.94970625rem;top:139.75rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3bABBXCKieynbJDGr4PAw1KmqmwlNoP { width:6.3125rem;height:0.89355625rem;top:141.5rem;left:2.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WksTgEAwhNaHdJN8wsxJwIqS2vVGNy72 { width:15.625rem;height:2.5rem;top:143.4375rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWTM7Gn8hLrTktWuTylLXztIN3GN8O4T { display:block; }
 }@media only screen and (max-width: 763px) { #oSMh78nay7phNFX2xAG7mCgSkSxTWiJL { width:18.75rem;height:34.375rem;top:75.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR4VNbFKUdhUBW76k5ZCyICG0iETtHS8 { width:12.5rem;height:1.05615rem;top:101.25rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0V7e2LzxMnNmgGlXEK8aHfTNQpkS6An { width:15.625rem;height:2.5rem;top:106.4375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apVl4SviQGu2sABtDKUGhHW58gZELyU3 { display:block; }
 }@media only screen and (max-width: 763px) { #DsypfD39360bDeaDCIi5EXeCPazJSdFv { width:13.625rem;height:1.94970625rem;top:102.375rem;left:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQEMkk9qJN7ldeMciW62HduphhKunQ1t { width:6.3125rem;height:0.89355625rem;top:104.1875rem;left:1.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDa7CP3TIBNRJBp3NK6ccKDh7ol4EATr { width:9.0625rem;height:0.89355625rem;top:90rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA6BO8OyVt5rEhIpeLRmIPLUPo61WeEc { width:2.5rem;height:2.5rem;top:91.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdIqH2kkTLwHh8taBX3PZfubBlfVfd6A { width:11.5rem;height:1.13720625rem;top:85.3125rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTd8vRPIuO5hT6weRlsQhLBu2MbTzT7r { width:4.25rem;height:0.9746125rem;top:84.375rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8ibJXQWpbuPl5QyvUFdqvyuTlhTCqUT { width:15.9375rem;height:0.625rem;top:81.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua2QJRGK9m30mLAMeIzXXRIdgsBzP7dm { width:4.875rem;height:1.29980625rem;top:79.9375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ma36U9TT7MPTQ3EQmMi9gNHuwd2rR32u { width:4.25rem;height:0.9746125rem;top:79rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSqGqbvTyXV6qvl3PPTaTqlEKrw09gD0 { width:11.625rem;height:1.4624rem;top:76.8125rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA0ridxKMU7yA3gVTTCvCsOkhfcoDP7r { width:18.75rem;height:5.625rem;top:57.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7fo1pIbM4qIr43D6K9n0dDDsk6slrU9 { width:12.5rem;height:0.89355625rem;top:59.6875rem;left:1.9375rem;font-size:0.6875rem;display:block; }#e7fo1pIbM4qIr43D6K9n0dDDsk6slrU9 li:before{ content: "\2003"; background-image: url(../images/icon_ec7b614c792671c2bb97f9281fe03826429ef5cb.svg); }
 }@media only screen and (max-width: 763px) { #F7HoRJ2qXflqRIEwKTSfxWtzm0UbfqVe { width:6.5625rem;height:0.9746125rem;top:58.5rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO41BnlXQW3AfQ6WfCKiD6JnPhcpiHx1 { width:0.6875rem;height:0.6875rem;top:10.912109375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAKcyDKGraLhulVh6FLUJaFcxny294Ml { width:0.6875rem;height:0.6875rem;top:53.22802734375rem;left:8.875rem;z-index:15299;display:block; }
 }@media only screen and (max-width: 763px) { #XHf0P4015kyJqbkyoRkks25EOOJsuMlF { width:0.6875rem;height:0.6875rem;top:90.0810546875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epxHALaELEQZEzG8dToGMXd1d3fiWGzT { width:0.6875rem;height:0.6875rem;top:127.35302734375rem;left:8.875rem;z-index:15300;display:block; }
 }@media only screen and (max-width: 763px) { #mwwkf4pAkLyQD9Bw581ypng2PBssguFW { display:block; }#mwwkf4pAkLyQD9Bw581ypng2PBssguFW > .row .container { width:20rem;height:111.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSvaDB6ZoO8moRsy50actUrPyP7w8L2C { width:18.75rem;height:34.375rem;top:1.6875rem;left:0.5625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #THJJT4Tp0MnKoS2sQPJy80BfRb5fcQ0n { width:10.25rem;height:1.4624rem;top:3rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnZkVN5ifZKfdohd989BqpDGdUaau2qT { width:4.25rem;height:0.9746125rem;top:5.1875rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev3hGyd9Py37kah4JosiavyBDaeCTH3Q { width:4.875rem;height:1.29980625rem;top:6.125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV2I4gKwoXB2S5vQPRQwkCyQ63T6bTvC { width:15.9375rem;height:0.625rem;top:7.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #irbUF1hgcQOW6937PFPT8mWfr51wmCnV { width:4.25rem;height:0.9746125rem;top:10.5625rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVZsKq3hloTPDK9gT6mUxwTUW7u7piPQ { width:13.625rem;height:1.13720625rem;top:11.5rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prULJBf1ab5VwLT1Dvr5d1SA3gZS3xmJ { width:2.5rem;height:2.5rem;top:13.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlKPiRrsu5iQA0geGNwpGyTEIIb0hIsz { width:2.5rem;height:2.5rem;top:13.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBLCtzqVnweiF57khqNMM77slEzTCnFa { width:2.5rem;height:2.5rem;top:13.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX7Sko5nhrXmwxN4y5ziadelAtLIROCs { width:2.5rem;height:2.5rem;top:13.25rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoscBz6k3RA1OAAtnh2cSLko2zsuuERQ { width:8.3125rem;height:0.89355625rem;top:16.375rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbKpC9ey644KPL5bFhS1uJoWi0v9u8T9 { width:2.5rem;height:2.5rem;top:17.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v44utezvHx1zTKegr1NMM4ucdDoqMeUi { width:2.5rem;height:2.5rem;top:17.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSFVaLhdok4zmCbeCAhVh8x7BRhr5pIQ { width:2.5rem;height:2.5rem;top:17.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcdoRJ9ffxMZO4aTL3nPkr5kBZJUHTVn { width:2.5rem;height:2.5rem;top:17.5rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af6Q7xgQR6gLDOiT5d3haHkRTvMC4JfJ { width:2.5rem;height:2.5rem;top:17.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga24ITm4JkqutPPquI2pMFkEiFNhQslh { width:2.5rem;height:2.5rem;top:20.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBmy7fNNJC5UDx9wyNK4FDEM1xBKSrhy { width:12.5rem;height:1.05615rem;top:28.25rem;left:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSrtXHZuWsNl2f6XHgTB0VNiMcvXF5d8 { width:14.0625rem;height:1.94970625rem;top:29.1875rem;left:2.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKZJ6AvUBl3aaxMQG5XB36HJk8NMOf1g { width:6.3125rem;height:0.89355625rem;top:30.9375rem;left:2.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8IdUNysh09lzi673fvzeT4Or2GOQDSc { width:15.625rem;height:2.5rem;top:32.8125rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P94awzUbwbegUwrk0T6guz9h3grqglLh { display:block; }
 }@media only screen and (max-width: 763px) { #UUrSFHhAZmBflMVD4whqSl1Im4kbOlqk { width:18.75rem;height:34.375rem;top:38.375rem;left:0.5625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nTh7RsTqp90ZXLhBFNRoFDEEMbh75qAw { width:8.6875rem;height:1.4624rem;top:39.875rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T32FeoNQpMclVtA81Hqy8ATppx6LaNRf { width:4.25rem;height:0.9746125rem;top:42.0625rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #musLQCGJfpr5Bw3Ev0ktpIlzp5lT5Cfa { width:4.875rem;height:1.29980625rem;top:43rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWimFrl1mKMV4SmakMtUZW29hHrDoaq8 { width:15.9375rem;height:0.625rem;top:44.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkMZbAFsX7T6yNrswim9eEvGUWSDzUez { width:4.25rem;height:0.9746125rem;top:47.4375rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfQaItrEJbqakueMXE54dmkgtBrTVoKU { width:13.625rem;height:1.13720625rem;top:48.375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf5VaIKHXvbOOSOQT7OsF3VJoJDIFBMR { width:2.5rem;height:2.5rem;top:50.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEcl90DvdmCTh50WBo5nXVMemLthuK3m { width:2.5rem;height:2.5rem;top:50.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P21tszv7MXKw8Vu1OF85zAJ6K9UJiueC { width:2.5rem;height:2.5rem;top:50.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISAV5qzJAExCFzpDN4q9aaCubDTRwTlA { width:2.5rem;height:2.5rem;top:50.125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #St2xDc9MSrOG8T0IASFFJ93NIX6sV1Sd { width:8.0625rem;height:0.89355625rem;top:53.25rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1OQdRTNlC0pifsgBLmchMIb382b4ybK { width:2.5rem;height:2.5rem;top:54.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsaVygTUFX7HrRQt0BGTlDxFzbCF0B8b { width:2.5rem;height:2.5rem;top:54.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXNUDMvTsQUkwqaHOT9O26JEW10rNMgH { width:2.5rem;height:2.5rem;top:54.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIZPavp24SHCHywOGNwDDIbrtMrTfB3I { width:2.5rem;height:2.5rem;top:54.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEtF5eGfqibJ806ATlsvLyQ2ILl484eG { width:2.5rem;height:2.5rem;top:54.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxkwVrNmJ8EKBp7poiahTGKRNhh73qwz { width:2.5rem;height:2.5rem;top:57.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpTctmRtS7pTZcAsHzinBgXiSiRbMKek { width:12.5rem;height:1.05615rem;top:64.625rem;left:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmPgbbFp6tRWWm1nk52yFVODagSr9Amd { width:12.125rem;height:1.94970625rem;top:65.5625rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtOGnr0vJ9c3ImZnddzGMuMlapoDQ0pn { width:6.3125rem;height:0.89355625rem;top:67.3125rem;left:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyQc9pyAdT0muMleZEUzOt0mPtXmJb7e { width:15.625rem;height:2.5rem;top:69.5rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDdTnlnm6hqy5NiF5G6GxVx32R8y1pRr { display:block; }
 }@media only screen and (max-width: 763px) { #utIHw2mRHq4nv7m9WnlMsJJSD8cSmn8w { width:18.75rem;height:34.5625rem;top:75.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuJFr1tmq7J0IVUJsGSv27nUz61Fi163 { width:10.5rem;height:1.4624rem;top:76.75rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbUqZRdAuwGxXnTPzvvgac07MpD883Gb { width:6.25rem;height:1.29980625rem;top:80.3125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7vpwfMMhiTRrJV1I0XAuw9NKc3OUpfW { width:4.25rem;height:0.9746125rem;top:78.9375rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWOTUoCsuuscISUkxTVr0fSwFoGRKTqU { width:15.9375rem;height:0.625rem;top:81.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtymlqDkd9D7zoclnreZu2lT8JEwSPxm { width:4.25rem;height:0.9746125rem;top:84.75rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndVpu97aMyxOGfAPqGz8cR1fQpgRRLKu { width:11.5rem;height:1.13720625rem;top:85.6875rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cokacXxeUf09PRvdp2Al170oAdweiUnS { width:9.0625rem;height:0.89355625rem;top:90.5rem;left:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnLbfupSfuSgcdUgT8EyhevAfxQDvFdz { width:2.5rem;height:2.5rem;top:91.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxkBWNMhldFaqQuNZ6LLsVfKGI3PcJQa { width:12.5rem;height:1.05615rem;top:101.75rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXIKAoVwS4xadT2KgcoTQzT4rI3vBaQg { width:11.3125rem;height:1.94970625rem;top:102.6875rem;left:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8mv7TXBPXcsEJvHNs3U0pleOadGTVi5 { width:6.3125rem;height:0.89355625rem;top:104.5rem;left:2.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg8ODLTsHughCJvikmwLbv3tvbnVlkhZ { width:15.625rem;height:2.5rem;top:106.375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKbFo1kzGvMTt62BqERx93cVIZaTMhgD { display:block; }
 }@media only screen and (max-width: 763px) { #SU5Q7ZcidIkua2Ji8z1PdJVFydCHVepB { width:0.6875rem;height:0.6875rem;top:16.4375rem;left:8.6875rem;z-index:15301;display:block; }
 }@media only screen and (max-width: 763px) { #DTwfH9TShezZXls92LcIQo5riKoJQBFK { width:0.6875rem;height:0.6875rem;top:53.35302734375rem;left:8.65625rem;z-index:15325;display:block; }
 }@media only screen and (max-width: 763px) { #pVABOlFKi2mX28bokFAC6k5eBvKToER7 { width:0.6875rem;height:0.6875rem;top:90.60302734375rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hugzd3dLrvkyLRsTHnIWBlZLSVkCXJhH { display:block; }#Hugzd3dLrvkyLRsTHnIWBlZLSVkCXJhH > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HpHmw5IT1PAWxvDfVvKrXUhOzO9VshVh { width:20rem;height:2.923825rem;top:0.5rem;left:0rem;font-size:0.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ { background-color:#e5e5da;background-image:none;display:block; }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ > .row .container { background-color: transparent; background-image: none; }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ > .row .container > .video-iframe-container { display: none; }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ > .row > .video-iframe-container { display: none; }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ > .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); }#aZb3ogJpmAcziU85DC2mAeIF2nwQoICQ > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jy7pVDVZ2ESvTu7P6QFTOLsBQT63XkXQ { width:5.625rem;height:3.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE1hdMWQiNnuMRpDHILpRmevHMvSCxqb { width:4.8125rem;height:1.4624rem;top:1.6748046875rem;left:12.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I35yDXXehHB0LQ9X99rRPZa4sGX7UFAO { width:6.0625rem;height:1.13720625rem;top:4.59375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oibz0iOHlpDW74xVHEpWrNQnkoSEFzxM { display:flex;width:1.25rem;height:1.25rem;top:1.6875rem;left:11.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fDBVrA5pTPeKk3dWoBiZruUanKJb373k { width:10.5rem;height:1.13720625rem;top:10.712890625rem;left:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6NoZutldrk0GE375xwdpqg0sQ8Kufx0 { width:9.3125rem;height:2.68066875rem;top:11.9375rem;left:9.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0IBTk2K7xxK45TchDAxrzNiErEfJsIa { width:19.5rem;height:0.89355625rem;top:15.54345703125rem;left:0.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE2Z0UUyXCvqBUTwAMUDryMPrFieHvtw { width:20rem;height:3.8984375rem;top:6.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiiR0Uzme0WHOFcyUvXsid1mFAygTg3O { width:5.375rem;height:0.8125rem;top:10.875rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #on7CZUe1tdIBe4TdZtm2Q2NzZ39KDmL3 { width:7.0625rem;height:0.8125rem;top:12.1875rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zqOQoJxqWTQpTKZ3RSqvKWeMNpE5O9d1 { width:4rem;height:0.8125rem;top:13.4375rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sgTdtxXa7BJWsKqsn07kcBcJL8ckKLsW { width:7.3125rem;height:0.89355625rem;top:3.16845703125rem;left:11.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5FV0HTfER1PRIJrGIZP40SLIJBCwVNi { display:block; }#L5FV0HTfER1PRIJrGIZP40SLIJBCwVNi > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WgPkL63MvLXWeGNrrgmhdydVJTqWatbd { width:20rem;height:1.4619125rem;top:0.125rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }