.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
: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); }#WANappuGuoqsBdcM1BDaqqBUUOEIMJvC { position:relative;display:block; }#WANappuGuoqsBdcM1BDaqqBUUOEIMJvC { background-color: transparent; background-image: none; }#WANappuGuoqsBdcM1BDaqqBUUOEIMJvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WANappuGuoqsBdcM1BDaqqBUUOEIMJvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WANappuGuoqsBdcM1BDaqqBUUOEIMJvC > .row .container > .video-iframe-container { display: none; }#WANappuGuoqsBdcM1BDaqqBUUOEIMJvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WANappuGuoqsBdcM1BDaqqBUUOEIMJvC > .row > .video-iframe-container { display: none; }#WANappuGuoqsBdcM1BDaqqBUUOEIMJvC > .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); }#WANappuGuoqsBdcM1BDaqqBUUOEIMJvC { border-width: 0; border-radius: 0; }#WANappuGuoqsBdcM1BDaqqBUUOEIMJvC > .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; }#WANappuGuoqsBdcM1BDaqqBUUOEIMJvC > .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:42.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; }#IyLdprZq1src8nxzlBSTNvBz4DK43yya { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:11.5rem;top:0.9375rem;left:30.493490815162rem;overflow:hidden;display:block; }
#uRP4VF9I5Ig8AV3DIG1NFDt4WKpO2dKT { color:#37465a;display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4375rem;left:23.337240815162rem;height:2.4375rem;display:block; }
#Zp7GuN3vZEvhUkAtnEr23lgNNySz85I0 { color:#37465a;display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:9.6875rem;left:13.868489861488rem;height:6.5rem;text-align:justify;text-align-last:initial;display:block; }
#WUxa1mfGfeqT73r4k8MlLi2nT2VUJkvA { color:#cb2030;display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:17.0625rem;left:13.868489861488rem;height:2.4rem;display:block; }
#sAyzQ7JUxUoTFkyzUX8hMVFfIgg5CWKT { color:#37465a;display:block;width:11.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.228515625rem;left:30.430990815162rem;height:2.5996125rem;display:block; }
#AXWw1cGaTTdM5v5qbenGW9VAyygVBQJ6 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;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.9375rem;width:5.875rem;top:26.625rem;left:31.305990815162rem;overflow:hidden;display:block; }
#oBWF1pzsefxsqRMZlZ7dySWOc5w4wQeM { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:4.0625rem;top:34.625rem;left:55.118490815163rem;overflow:hidden;display:block; }
#ZuGid3Q1X65CnwSaGZAT1RTMJPXFSpgv { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;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.375rem;width:5rem;top:34.1875rem;left:31.305990815162rem;overflow:hidden;display:block; }
#L4xExyIbT3B52kXsrRvV95IGgJ5gH6R2 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4.5625rem;top:34.166667938233rem;left:22.165365815162rem;overflow:hidden;display:block; }
#lnW2k8DxxheJnXuRB7w5XFdSRwyWEC8s { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;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.3125rem;width:4.9375rem;top:33.854167938233rem;left:13.868489861488rem;overflow:hidden;display:block; }
#JuKIv7lMVuiFGII68J9gs6WK5AQqHcuB { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;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.125rem;width:4.75rem;top:26.625rem;left:47.087240815163rem;overflow:hidden;display:block; }
#qHA4vCsr4RUNEdw3QDTg7pTpPq5k2wL3 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;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.375rem;width:6.1875rem;top:25.828125rem;left:54.055990815163rem;overflow:hidden;display:block; }
#D2AT31DJWbqrXkPlv5tkQOfRoJvgazKw { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6.625rem;top:25.828125rem;left:21.134115815162rem;overflow:hidden;display:block; }
#rTPWl7oGLDkX5a9JelQuFqpHVED4D7lu { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.875rem;top:26.4375rem;left:13.868489861488rem;overflow:hidden;display:block; }
#DVOTl1DhKQXlxt5XaQhwCWoOU7F96GMn { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;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.8125rem;width:5.5rem;top:26.6875rem;left:39.055990815163rem;overflow:hidden;display:block; }
#qJAzUZUCgTLvmp1O7GDPoNvldCXQ3co6 { color:#37465a;display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:31.5625rem;left:13.055989861488rem;height:0.89355625rem;display:block; }
#kwZG9AV8ElWl7vJ0tExRP5p8snvJM4Tr { color:#37465a;display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:31.5625rem;left:20.915365815162rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#vICTHaHfhet4HoPSykpfXJz42ZIgkZvK { color:#37465a;display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:31.5625rem;left:30.493490815162rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#oA1drH0Euy1Ga5qUAlCVyzkUPLehMAC4 { color:#37465a;display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:31.5625rem;left:38.337240815163rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#I7eQphmdM9pgmGBfVzkfTX1bVTqXGXti { color:#37465a;display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:31.5625rem;left:46.305990815163rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#gsZUgALvzFybP4Xa3c1TGbGzmUb48E8q { color:#37465a;display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:31.468751907349rem;left:54.785158753395rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#rDtk7RJomzNtJNGftx2bqrZRmtIyguqU { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;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.5625rem;width:5.25rem;top:34.09375rem;left:39.347658753395rem;overflow:hidden;display:block; }
#OwTU8cdfpLVqwLFmPJRh24zaVyIhK8iV { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;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.875rem;width:5.625rem;top:33.9375rem;left:46.649740815163rem;overflow:hidden;display:block; }
#A4Kp5uHMpRJzkAsaDX3BlNHZleMDMq1A { color:#37465a;display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:38.125rem;left:13.180989861488rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#dfN0Dg6UU9VzV3Q4RIi5nhXvlJhSZigT { color:#37465a;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:38.125rem;left:21.446615815162rem;height:0.89355625rem;text-align:center;text-align-last:center;display:block; }
#pWAdbGQ8mybFl0doEdOerOZVTCqnn3XM { color:#37465a;display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:38.125rem;left:30.493490815162rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#GElBRTnhszbV7Cdqyr5bJtHGfoF2VKEz { color:#37465a;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:38.125rem;left:45.649740815163rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#aTR5s4Aa7zNDMSzuKUeXJ5PhyDokccgk { color:#37465a;display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:38.125rem;left:55.118490815163rem;height:0.89355625rem;display:block; }
#r3N3NSccASXrvtioep0ox2t7gdbzLorf { color:#37465a;display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:38.125rem;left:38.430990815163rem;height:0.89355625rem;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:arial;height:69.5625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#e2Ll1CXQ8pNLVcc42C37uV8qSEfcxTRp { color:#37465a;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8125rem;left:28.35416662693rem;height:2.4375rem;display:block; }
#pFbVXTbBq79TsLr8FfycXexIO7G1Rewt { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:7.125rem;top:0.9375rem;left:22.645834565162rem;overflow:hidden;display:block; }
#BkcrwvhQvd8xDObNg93DmNTuDWRbqdW4 { color:#37465a;display:block;width:53.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.1523425579069rem;left:12.51041662693rem;height:18.28125rem;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; }
#vwuNpkRxnC9DSbNZIX1V6lTmTDO2D8DC { color:#cb2030;display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.895832777023rem;left:11.63541662693rem;height:2.275rem;display:block; }
#Zqa48APHs9PUGgMOcNM0sp5bfVZsu33P { color:#37465a;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.999349594116rem;left:28.35416662693rem;height:2.4375rem;display:block; }
#lKTqOBvgyWN8xZFEIeN0gic5HPmp2iCE { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.5625rem;top:31.655599594116rem;left:22.250000596046rem;overflow:hidden;display:block; }
#we1fJf7bG5WDbOAZee7ubQUTQno6Efab { color:#37465a;display:block;width:52.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38.780601501465rem;left:12.66666662693rem;height:27.1875rem;display:block; }#we1fJf7bG5WDbOAZee7ubQUTQno6Efab li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#we1fJf7bG5WDbOAZee7ubQUTQno6Efab li:before{  }
#Ffe59mdvMNB29gJ6ipJ87WrlGaVLwokE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.21);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; }#Ffe59mdvMNB29gJ6ipJ87WrlGaVLwokE > .row .container { background-color: transparent; background-image: none; }#Ffe59mdvMNB29gJ6ipJ87WrlGaVLwokE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ffe59mdvMNB29gJ6ipJ87WrlGaVLwokE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ffe59mdvMNB29gJ6ipJ87WrlGaVLwokE > .row .container > .video-iframe-container { display: none; }#Ffe59mdvMNB29gJ6ipJ87WrlGaVLwokE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ffe59mdvMNB29gJ6ipJ87WrlGaVLwokE > .row > .video-iframe-container { display: none; }#Ffe59mdvMNB29gJ6ipJ87WrlGaVLwokE > .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); }#Ffe59mdvMNB29gJ6ipJ87WrlGaVLwokE > .row .container { border-width: 0; border-radius: 0; }#Ffe59mdvMNB29gJ6ipJ87WrlGaVLwokE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ffe59mdvMNB29gJ6ipJ87WrlGaVLwokE > .row .container { font-size:0.875rem;font-family:arial;height:16.1875rem;width:75rem;position:relative;display:block; }#wQOrDJXMgz09ABbIoniR9Z8sHq70w0tt { color:#37465a;display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8750009536743rem;left:23.63541662693rem;height:2.4375rem;display:block; }
#V4cJvTJoOU8TBg0uhp4aHTGd8ZB4SIpu { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:18.5625rem;top:0rem;left:8.8020836114881rem;overflow:hidden;display:block; }
#Fe1JiD8LbTBrWNoQcE5ia38MTWPi5AVc { color:#37465a;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.1640625rem;left:23.63541662693rem;height:7.3125rem;text-align:justify;text-align-last:initial;display:block; }
#h894RDTWs93I4skWAHvBwFBEQR2bF2wP { position:relative;display:block; }#h894RDTWs93I4skWAHvBwFBEQR2bF2wP { background-color: transparent; background-image: none; }#h894RDTWs93I4skWAHvBwFBEQR2bF2wP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h894RDTWs93I4skWAHvBwFBEQR2bF2wP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h894RDTWs93I4skWAHvBwFBEQR2bF2wP > .row .container > .video-iframe-container { display: none; }#h894RDTWs93I4skWAHvBwFBEQR2bF2wP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h894RDTWs93I4skWAHvBwFBEQR2bF2wP > .row > .video-iframe-container { display: none; }#h894RDTWs93I4skWAHvBwFBEQR2bF2wP > .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); }#h894RDTWs93I4skWAHvBwFBEQR2bF2wP { border-width: 0; border-radius: 0; }#h894RDTWs93I4skWAHvBwFBEQR2bF2wP > .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; }#h894RDTWs93I4skWAHvBwFBEQR2bF2wP > .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:14.0625rem;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; }#BP55u1dnG2f9S1BVwSb49wmapi9DhoUT { color:#37465a;display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8320322036743rem;left:14.10416662693rem;height:2.4375rem;display:block; }
#ZQsIgo72dT5aCSLAx2S0bgynR9q6w6lG { color:#37465a;display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.150390625rem;left:14.10416662693rem;height:4.875rem;text-align:justify;text-align-last:initial;display:block; }
#VaVFacZoNfyTf0zWZk87kQyqVtB2k0d4 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:15.625rem;top:0rem;left:49.291015625rem;overflow:hidden;display:block; }
#pSVB07NKJrA8gzdCBbuowQWfxMspR3Pd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.2);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; }#pSVB07NKJrA8gzdCBbuowQWfxMspR3Pd > .row .container { background-color: transparent; background-image: none; }#pSVB07NKJrA8gzdCBbuowQWfxMspR3Pd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSVB07NKJrA8gzdCBbuowQWfxMspR3Pd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSVB07NKJrA8gzdCBbuowQWfxMspR3Pd > .row .container > .video-iframe-container { display: none; }#pSVB07NKJrA8gzdCBbuowQWfxMspR3Pd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSVB07NKJrA8gzdCBbuowQWfxMspR3Pd > .row > .video-iframe-container { display: none; }#pSVB07NKJrA8gzdCBbuowQWfxMspR3Pd > .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); }#pSVB07NKJrA8gzdCBbuowQWfxMspR3Pd > .row .container { border-width: 0; border-radius: 0; }#pSVB07NKJrA8gzdCBbuowQWfxMspR3Pd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pSVB07NKJrA8gzdCBbuowQWfxMspR3Pd > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#hg9l4wGlcwZ6H6i7SrLNVwnRTo0Q85hA { color:#37465a;display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3326826095581rem;left:26.35416662693rem;height:2.4375rem;display:block; }
#RIo2Dqw8C5yVbDviixyN1cE0Rzc0VvFT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.2);top:8.3639326095581rem;left:15.125000596046rem;height:19.2rem;text-align:center;text-align-last:center;display:block; }
#Sks7RG3pbIDI8DyMl773yOPAtM0OlzlL { color:#37465a;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:8.3639326095581rem;left:41.97916662693rem;height:19.2rem;text-align:center;text-align-last:center;display:block; }
#seRBT6TPdeGt7MTko0WAZzlTE648oOhI { position:relative;display:block; }#seRBT6TPdeGt7MTko0WAZzlTE648oOhI { background-color: transparent; background-image: none; }#seRBT6TPdeGt7MTko0WAZzlTE648oOhI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seRBT6TPdeGt7MTko0WAZzlTE648oOhI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seRBT6TPdeGt7MTko0WAZzlTE648oOhI > .row .container > .video-iframe-container { display: none; }#seRBT6TPdeGt7MTko0WAZzlTE648oOhI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#seRBT6TPdeGt7MTko0WAZzlTE648oOhI > .row > .video-iframe-container { display: none; }#seRBT6TPdeGt7MTko0WAZzlTE648oOhI > .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); }#seRBT6TPdeGt7MTko0WAZzlTE648oOhI { border-width: 0; border-radius: 0; }#seRBT6TPdeGt7MTko0WAZzlTE648oOhI > .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; }#seRBT6TPdeGt7MTko0WAZzlTE648oOhI > .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:75.875rem;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; }#IFv0GByotpEoXe6FqxalWV2lgIxm2orA { color:#37465a;display:block;width:25.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.2500002384186rem;left:24.270834565162rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#CNk2dxy6KPS3W0pUfxN6xe2VsdBWl4ZU { color:#37465a;display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.985013961792rem;left:15.958334565163rem;height:20.71875rem;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; }
#Olx0doyU7hR61vgV0uUmfF03Iuc3QDVi { color:#37465a;display:block;width:48.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.529935359955rem;left:12.552083611488rem;height:1.29980625rem;display:block; }#Olx0doyU7hR61vgV0uUmfF03Iuc3QDVi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Olx0doyU7hR61vgV0uUmfF03Iuc3QDVi li:before{  }
#ES9MKazTBQbulU0AMR92U6ZGoblFTbsz { color:#37465a;display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.415351867676rem;left:12.552083611488rem;height:1.29980625rem;display:block; }#ES9MKazTBQbulU0AMR92U6ZGoblFTbsz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ES9MKazTBQbulU0AMR92U6ZGoblFTbsz li:before{  }
#LUbs0WRCkRykpQayvHpvHQ7go5rZ1CB1 { color:#37465a;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:39.265625rem;left:13.239583611488rem;height:1.29980625rem;display:block; }#LUbs0WRCkRykpQayvHpvHQ7go5rZ1CB1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LUbs0WRCkRykpQayvHpvHQ7go5rZ1CB1 li:before{  }
#KuiaukkCZuTdplC1O2UJw1deopHly24M { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:41.064453125rem;left:13.239583611488rem;height:1.29980625rem;display:block; }#KuiaukkCZuTdplC1O2UJw1deopHly24M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KuiaukkCZuTdplC1O2UJw1deopHly24M li:before{  }
#epddG59de6SBEL9ndmoFDKs3tFQN5ca2 { color:#37465a;display:block;width:51.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:42.966796875rem;left:13.239583611488rem;height:2.5996125rem;display:block; }#epddG59de6SBEL9ndmoFDKs3tFQN5ca2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#epddG59de6SBEL9ndmoFDKs3tFQN5ca2 li:before{  }
#p3zMwxXLPMPtwwQCA2PVKTJeVWBkJ2Ia { color:#37465a;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:45.5234375rem;left:13.239583611488rem;height:1.29980625rem;display:block; }#p3zMwxXLPMPtwwQCA2PVKTJeVWBkJ2Ia li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#p3zMwxXLPMPtwwQCA2PVKTJeVWBkJ2Ia li:before{  }
#T8n0Io3V507V0qGNFwe7fO7XgEvXWVTZ { color:#37465a;display:block;width:45rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:47.447260856628rem;left:13.239583611488rem;height:1.29980625rem;display:block; }#T8n0Io3V507V0qGNFwe7fO7XgEvXWVTZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T8n0Io3V507V0qGNFwe7fO7XgEvXWVTZ li:before{  }
#Vdrnfp5HHu2yAIpQUzdPaZ9ydan95c1X { color:#37465a;display:block;width:51.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:51.31379699707rem;left:13.239583611488rem;height:1.29980625rem;display:block; }#Vdrnfp5HHu2yAIpQUzdPaZ9ydan95c1X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vdrnfp5HHu2yAIpQUzdPaZ9ydan95c1X li:before{  }
#spanomUg1lMFyK21Cgxxoc1TXnrlELA6 { color:#37465a;display:block;width:53.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:49.308588981628rem;left:13.239583611488rem;height:1.29980625rem;display:block; }#spanomUg1lMFyK21Cgxxoc1TXnrlELA6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#spanomUg1lMFyK21Cgxxoc1TXnrlELA6 li:before{  }
#Us51PhKIAc17NMiPmcPxACX5z778Jk4J { color:#37465a;display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:53.361974716186rem;left:13.239583611488rem;height:1.29980625rem;display:block; }#Us51PhKIAc17NMiPmcPxACX5z778Jk4J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Us51PhKIAc17NMiPmcPxACX5z778Jk4J li:before{  }
#L1XWe6Z5aZRrMwJz8N4IJlPHFGVwoOlp { color:#37465a;display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:55.285151481628rem;left:13.239583611488rem;height:2.5996125rem;display:block; }#L1XWe6Z5aZRrMwJz8N4IJlPHFGVwoOlp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L1XWe6Z5aZRrMwJz8N4IJlPHFGVwoOlp li:before{  }
#srzEOyggqcOzGt3V1p6JqVlZylUiIwki { color:#37465a;display:block;width:44.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:58.345052719116rem;left:13.239583611488rem;height:1.29980625rem;display:block; }#srzEOyggqcOzGt3V1p6JqVlZylUiIwki li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#srzEOyggqcOzGt3V1p6JqVlZylUiIwki li:before{  }
#WFsRf77u5uFGpJ8e3eaxJMw9BBT3sJzX { color:#37465a;display:block;width:52.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:60.666011810302rem;left:13.239583611488rem;height:2.6rem;display:block; }#WFsRf77u5uFGpJ8e3eaxJMw9BBT3sJzX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WFsRf77u5uFGpJ8e3eaxJMw9BBT3sJzX li:before{  }
#MW6bJT0yKq0XkawbTQpICskgumI6HikS { color:#37465a;display:block;width:47.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:63.223308563231rem;left:13.531250596046rem;height:1.29980625rem;display:block; }#MW6bJT0yKq0XkawbTQpICskgumI6HikS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MW6bJT0yKq0XkawbTQpICskgumI6HikS li:before{  }
#b6KRqEXNvq8x0ZtDKLrlJ7SacUCJob05 { color:#37465a;display:block;width:51.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:65.069011688231rem;left:13.239583611488rem;height:1.29980625rem;display:block; }#b6KRqEXNvq8x0ZtDKLrlJ7SacUCJob05 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b6KRqEXNvq8x0ZtDKLrlJ7SacUCJob05 li:before{  }
#C779gwQnOdK702CfLqfyBAmCCSdNO5A5 { color:#37465a;display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:66.387371063231rem;left:13.239583611488rem;height:2.5996125rem;display:block; }#C779gwQnOdK702CfLqfyBAmCCSdNO5A5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#C779gwQnOdK702CfLqfyBAmCCSdNO5A5 li:before{  }
#zNcPy0mZeduWaswS2axNxVPEOT1zGtuO { color:#37465a;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:68.944011688231rem;left:13.239583611488rem;height:1.29980625rem;display:block; }#zNcPy0mZeduWaswS2axNxVPEOT1zGtuO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zNcPy0mZeduWaswS2axNxVPEOT1zGtuO li:before{  }
#mkpHi71Ga44XfUqCR2Fv4rJV9leVz9Wh { color:#37465a;display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:70.755859375rem;left:13.239583611488rem;height:2.6rem;display:block; }#mkpHi71Ga44XfUqCR2Fv4rJV9leVz9Wh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mkpHi71Ga44XfUqCR2Fv4rJV9leVz9Wh li:before{  }
#Ofne38C1ZycalRArz0VbMLbTaXuZbiNA { color:#37465a;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:73.3125rem;left:13.239583611488rem;height:1.29980625rem;display:block; }#Ofne38C1ZycalRArz0VbMLbTaXuZbiNA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ofne38C1ZycalRArz0VbMLbTaXuZbiNA li:before{  }
#Fhxcc5XWihTrPv52kGohHdgq8zxVbMX7 { color:#37465a;display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:10.457018852234rem;left:10.958333611488rem;height:1.29980625rem;display:block; }
#dSHsmAFZLk8CfPq27QBJAbpvaMURE12M { color:#37465a;display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:16.186185359955rem;left:12.552083611488rem;height:1.29980625rem;display:block; }#dSHsmAFZLk8CfPq27QBJAbpvaMURE12M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dSHsmAFZLk8CfPq27QBJAbpvaMURE12M li:before{  }
#tpoT3NRqP4T4OkfETxht2xlnuuM83ATC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.21);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; }#tpoT3NRqP4T4OkfETxht2xlnuuM83ATC > .row .container { background-color: transparent; background-image: none; }#tpoT3NRqP4T4OkfETxht2xlnuuM83ATC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpoT3NRqP4T4OkfETxht2xlnuuM83ATC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpoT3NRqP4T4OkfETxht2xlnuuM83ATC > .row .container > .video-iframe-container { display: none; }#tpoT3NRqP4T4OkfETxht2xlnuuM83ATC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tpoT3NRqP4T4OkfETxht2xlnuuM83ATC > .row > .video-iframe-container { display: none; }#tpoT3NRqP4T4OkfETxht2xlnuuM83ATC > .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); }#tpoT3NRqP4T4OkfETxht2xlnuuM83ATC > .row .container { border-width: 0; border-radius: 0; }#tpoT3NRqP4T4OkfETxht2xlnuuM83ATC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tpoT3NRqP4T4OkfETxht2xlnuuM83ATC > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#U0xu4DMdzsGyxZzbNx7uC8SszOKiD6Rx { color:#37465a;display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:27.16666662693rem;height:2.4375rem;display:block; }
#o02Mot1JgeyhiLxKWSPac2Tm6frTelwG { color:#000000;display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8313798904419rem;left:11.395833611488rem;height:7.3125rem;text-align:justify;text-align-last:initial;display:block; }#o02Mot1JgeyhiLxKWSPac2Tm6frTelwG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#o02Mot1JgeyhiLxKWSPac2Tm6frTelwG li:before{  }
#rrbsJO0J4cSZS1bfWpDUpS51BO4uVJ22 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:16.0625rem;top:2.21875rem;left:49.41666662693rem;overflow:hidden;display:block; }
#duTyzK2M22GCLycmBmEsykIs7Bit9K72 { position:relative;display:block; }#duTyzK2M22GCLycmBmEsykIs7Bit9K72 { background-color: transparent; background-image: none; }#duTyzK2M22GCLycmBmEsykIs7Bit9K72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duTyzK2M22GCLycmBmEsykIs7Bit9K72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duTyzK2M22GCLycmBmEsykIs7Bit9K72 > .row .container > .video-iframe-container { display: none; }#duTyzK2M22GCLycmBmEsykIs7Bit9K72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duTyzK2M22GCLycmBmEsykIs7Bit9K72 > .row > .video-iframe-container { display: none; }#duTyzK2M22GCLycmBmEsykIs7Bit9K72 > .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); }#duTyzK2M22GCLycmBmEsykIs7Bit9K72 { border-width: 0; border-radius: 0; }#duTyzK2M22GCLycmBmEsykIs7Bit9K72 > .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; }#duTyzK2M22GCLycmBmEsykIs7Bit9K72 > .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:34.875rem;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; }#neapuFQN3WxBVxHlO0msAfMTm6DQeI44 { color:#37465a;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375104904175rem;left:33.333334565163rem;height:2.4375rem;display:block; }
#dUFlNwt9KLuXtaCdG34oTToAy0Z9ENL4 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;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.1875rem;width:5.9375rem;top:1.6875104904175rem;left:28.395834565162rem;overflow:hidden;display:block; }
#c4XvJPlXLtOfAOvCWsnkHqf4nV72yz7S { color:#37465a;display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.4576826095581rem;left:10.85416662693rem;height:6.09375rem;text-align:justify;text-align-last:initial;display:block; }
#hxWAPSiJ0V3li5Oa5lHMkiGaz9546ByH { color:#37465a;display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:15.218742370606rem;left:12.625000596046rem;height:12.1875rem;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:justify;text-align-last:initial;display:block; }
#GqB2MipAPIXDWT1bPQb9vUN58NGEdVC2 { color:#37465a;display:block;width:51.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:28.267570495606rem;left:10.51041662693rem;height:4.875rem;text-align:justify;text-align-last:initial;display:block; }
#ptlbEl6EtRgQvGEhdK6XuAQlsOyZO4pR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),0.19);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; }#ptlbEl6EtRgQvGEhdK6XuAQlsOyZO4pR > .row .container { background-color: transparent; background-image: none; }#ptlbEl6EtRgQvGEhdK6XuAQlsOyZO4pR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptlbEl6EtRgQvGEhdK6XuAQlsOyZO4pR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptlbEl6EtRgQvGEhdK6XuAQlsOyZO4pR > .row .container > .video-iframe-container { display: none; }#ptlbEl6EtRgQvGEhdK6XuAQlsOyZO4pR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptlbEl6EtRgQvGEhdK6XuAQlsOyZO4pR > .row > .video-iframe-container { display: none; }#ptlbEl6EtRgQvGEhdK6XuAQlsOyZO4pR > .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); }#ptlbEl6EtRgQvGEhdK6XuAQlsOyZO4pR > .row .container { border-width: 0; border-radius: 0; }#ptlbEl6EtRgQvGEhdK6XuAQlsOyZO4pR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ptlbEl6EtRgQvGEhdK6XuAQlsOyZO4pR > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#DhZ3R2JIEZB4ZP6AmPuiWhXAMU3LKJas { color:#37465a;display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.08203125rem;left:24.41666662693rem;height:2.4375rem;display:block; }
#SmNZwJaQg7xH9r9W4QzMu3RF8iyT35xg { color:#37465a;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:24.41666662693rem;height:4.875rem;text-align:justify;text-align-last:initial;display:block; }
#lqRS0887pFdCL8cnI9s8uQgACr82PZbo { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:16.25rem;top:0rem;left:9.7005211114881rem;overflow:hidden;display:block; }
#cNzO1SAiinLFoTbNJq6lwlLFhRp7ECqW { position:relative;display:block; }#cNzO1SAiinLFoTbNJq6lwlLFhRp7ECqW { background-color: transparent; background-image: none; }#cNzO1SAiinLFoTbNJq6lwlLFhRp7ECqW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNzO1SAiinLFoTbNJq6lwlLFhRp7ECqW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNzO1SAiinLFoTbNJq6lwlLFhRp7ECqW > .row .container > .video-iframe-container { display: none; }#cNzO1SAiinLFoTbNJq6lwlLFhRp7ECqW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNzO1SAiinLFoTbNJq6lwlLFhRp7ECqW > .row > .video-iframe-container { display: none; }#cNzO1SAiinLFoTbNJq6lwlLFhRp7ECqW > .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); }#cNzO1SAiinLFoTbNJq6lwlLFhRp7ECqW { border-width: 0; border-radius: 0; }#cNzO1SAiinLFoTbNJq6lwlLFhRp7ECqW > .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; }#cNzO1SAiinLFoTbNJq6lwlLFhRp7ECqW > .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.6875rem;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; }#pmDGq2qCof1x5N4JmhRySTai7QUAMfyf { color:#37465a;display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6484375rem;left:20.29166662693rem;height:2.4375rem;display:block; }
#Syo7CLs7cpvvx0wFXVfKqyAHl7GSu60e { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.125rem;width:19.6875rem;top:1.0490417480469E-5rem;left:45.534506440163rem;overflow:hidden;display:block; }
#siMO7IAgtTD11QnkgJ0OFu7SBrHGQZaX { color:#37465a;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.7910165786743rem;left:13.29166662693rem;height:8.53125rem;display:block; }
#k7ZTEHBLupmWyhGRy4XfXSNxeK3TdDnW { color:#37465a;display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.7910165786743rem;left:28.451172471046rem;height:8.53125rem;display:block; }
#mC8kL4OSA3K8FesvlmAR1pQVsguFZhqK { color:#37465a;display:block;width:33.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.947916984558rem;left:13.29166662693rem;height:1.21875rem;display:block; }
#ZFsuodz3scOnJ8xsvFyiHfuzeqcsXSTr { position:relative;display:block; }#ZFsuodz3scOnJ8xsvFyiHfuzeqcsXSTr { background-color: transparent; background-image: none; }#ZFsuodz3scOnJ8xsvFyiHfuzeqcsXSTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFsuodz3scOnJ8xsvFyiHfuzeqcsXSTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFsuodz3scOnJ8xsvFyiHfuzeqcsXSTr > .row .container > .video-iframe-container { display: none; }#ZFsuodz3scOnJ8xsvFyiHfuzeqcsXSTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFsuodz3scOnJ8xsvFyiHfuzeqcsXSTr > .row > .video-iframe-container { display: none; }#ZFsuodz3scOnJ8xsvFyiHfuzeqcsXSTr > .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); }#ZFsuodz3scOnJ8xsvFyiHfuzeqcsXSTr { border-width: 0; border-radius: 0; }#ZFsuodz3scOnJ8xsvFyiHfuzeqcsXSTr > .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; }#ZFsuodz3scOnJ8xsvFyiHfuzeqcsXSTr > .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.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; }#s5f3N3EfGOxB3J9OBTfLLJ8XuVyF3eLP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ab1e1e;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; }#s5f3N3EfGOxB3J9OBTfLLJ8XuVyF3eLP > .row .container { background-color: transparent; background-image: none; }#s5f3N3EfGOxB3J9OBTfLLJ8XuVyF3eLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5f3N3EfGOxB3J9OBTfLLJ8XuVyF3eLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5f3N3EfGOxB3J9OBTfLLJ8XuVyF3eLP > .row .container > .video-iframe-container { display: none; }#s5f3N3EfGOxB3J9OBTfLLJ8XuVyF3eLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5f3N3EfGOxB3J9OBTfLLJ8XuVyF3eLP > .row > .video-iframe-container { display: none; }#s5f3N3EfGOxB3J9OBTfLLJ8XuVyF3eLP > .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); }#s5f3N3EfGOxB3J9OBTfLLJ8XuVyF3eLP > .row .container { border-width: 0; border-radius: 0; }#s5f3N3EfGOxB3J9OBTfLLJ8XuVyF3eLP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s5f3N3EfGOxB3J9OBTfLLJ8XuVyF3eLP > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#V6mwvzKB6KU13UCOXrzUbTMDDhveoeUT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.9375rem;top:0rem;left:27.164063096046rem;overflow:hidden;display:block; }
#Qnhd63TnX4ogWNyCCrLq9VJCVFMpoRWE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:32.187502503395rem;height:2.4375rem;display:block; }
#wrEie4gt0GmtSExXTc9vU6DcKPnr61LF { color:rgba(var(--color-tertiary-0),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.15625rem;left:9.6250005960463rem;height:2.4375rem;text-align:justify;text-align-last:initial;display:block; }
#KFtb1G1oSomGWRf1uZDTnlTO3KhsecTF { color:rgba(var(--color-tertiary-0),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.187500953674rem;left:9.83072912693rem;height:1.21875rem;display:block; }
#wq4QNvxvXeSZ2kWHziTMZyTDDtMiEbNn { position:relative;display:block; }#wq4QNvxvXeSZ2kWHziTMZyTDDtMiEbNn { background-color: transparent; background-image: none; }#wq4QNvxvXeSZ2kWHziTMZyTDDtMiEbNn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wq4QNvxvXeSZ2kWHziTMZyTDDtMiEbNn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wq4QNvxvXeSZ2kWHziTMZyTDDtMiEbNn > .row .container > .video-iframe-container { display: none; }#wq4QNvxvXeSZ2kWHziTMZyTDDtMiEbNn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wq4QNvxvXeSZ2kWHziTMZyTDDtMiEbNn > .row > .video-iframe-container { display: none; }#wq4QNvxvXeSZ2kWHziTMZyTDDtMiEbNn > .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); }#wq4QNvxvXeSZ2kWHziTMZyTDDtMiEbNn { border-width: 0; border-radius: 0; }#wq4QNvxvXeSZ2kWHziTMZyTDDtMiEbNn > .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; }#wq4QNvxvXeSZ2kWHziTMZyTDDtMiEbNn > .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.5rem;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; }#BVKX0nrK1hUOhNdcdPoqNqNKI9VBFp6q { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:4.875rem;top:1.40625rem;left:9.853515625rem;overflow:hidden;display:block; }
#MOpT6D2iJlIkctKJ1wwRRt0WSM7U5W70 { color:#37465a;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.875rem;left:55.91666662693rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WANappuGuoqsBdcM1BDaqqBUUOEIMJvC { display:block; }#WANappuGuoqsBdcM1BDaqqBUUOEIMJvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyLdprZq1src8nxzlBSTNvBz4DK43yya { top:0.9375rem;left:16.868490815162rem;width:11.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRP4VF9I5Ig8AV3DIG1NFDt4WKpO2dKT { top:6.4375rem;left:9.7122408151625rem;width:25.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp7GuN3vZEvhUkAtnEr23lgNNySz85I0 { top:9.6875rem;left:0.24348986148834rem;width:44.75rem;height:6.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUxa1mfGfeqT73r4k8MlLi2nT2VUJkvA { top:17.0625rem;left:0.24348986148834rem;width:44.75rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAyzQ7JUxUoTFkyzUX8hMVFfIgg5CWKT { top:23.1875rem;left:16.805990815162rem;width:11.625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXWw1cGaTTdM5v5qbenGW9VAyygVBQJ6 { top:26.625rem;left:17.680990815162rem;width:5.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBWF1pzsefxsqRMZlZ7dySWOc5w4wQeM { top:34.625rem;left:41.493490815163rem;width:4.0625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuGid3Q1X65CnwSaGZAT1RTMJPXFSpgv { top:34.1875rem;left:17.680990815162rem;width:5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4xExyIbT3B52kXsrRvV95IGgJ5gH6R2 { top:34.125rem;left:8.5403658151625rem;width:4.5625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnW2k8DxxheJnXuRB7w5XFdSRwyWEC8s { top:33.8125rem;left:0.24348986148834rem;width:4.9375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuKIv7lMVuiFGII68J9gs6WK5AQqHcuB { top:26.625rem;left:33.462240815163rem;width:4.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHA4vCsr4RUNEdw3QDTg7pTpPq5k2wL3 { top:25.8125rem;left:40.430990815163rem;width:6.1875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2AT31DJWbqrXkPlv5tkQOfRoJvgazKw { top:25.8125rem;left:7.5091158151625rem;width:6.625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTPWl7oGLDkX5a9JelQuFqpHVED4D7lu { top:26.4375rem;left:0.24348986148834rem;width:5.875rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVOTl1DhKQXlxt5XaQhwCWoOU7F96GMn { top:26.6875rem;left:25.430990815162rem;width:5.5rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJAzUZUCgTLvmp1O7GDPoNvldCXQ3co6 { top:31.5625rem;left:0rem;width:7.5625rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwZG9AV8ElWl7vJ0tExRP5p8snvJM4Tr { top:31.5625rem;left:7.2903658151625rem;width:7.0625rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vICTHaHfhet4HoPSykpfXJz42ZIgkZvK { top:31.5625rem;left:16.868490815162rem;width:7.125rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA1drH0Euy1Ga5qUAlCVyzkUPLehMAC4 { top:31.5625rem;left:24.712240815162rem;width:6.9375rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7eQphmdM9pgmGBfVzkfTX1bVTqXGXti { top:31.5625rem;left:32.680990815163rem;width:6.3125rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsZUgALvzFybP4Xa3c1TGbGzmUb48E8q { top:31.4375rem;left:41.160158753395rem;width:5.5rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDtk7RJomzNtJNGftx2bqrZRmtIyguqU { top:34.0625rem;left:25.722658753395rem;width:5.25rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwTU8cdfpLVqwLFmPJRh24zaVyIhK8iV { top:33.9375rem;left:33.024740815163rem;width:5.625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Kp5uHMpRJzkAsaDX3BlNHZleMDMq1A { top:38.125rem;left:0rem;width:6.3125rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfN0Dg6UU9VzV3Q4RIi5nhXvlJhSZigT { top:38.125rem;left:7.8216158151625rem;width:6rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWAdbGQ8mybFl0doEdOerOZVTCqnn3XM { top:38.125rem;left:16.868490815162rem;width:6.25rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GElBRTnhszbV7Cdqyr5bJtHGfoF2VKEz { top:38.125rem;left:32.024740815163rem;width:7.625rem;height:1.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTR5s4Aa7zNDMSzuKUeXJ5PhyDokccgk { top:38.125rem;left:41.493490815163rem;width:5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3N3NSccASXrvtioep0ox2t7gdbzLorf { top:38.125rem;left:24.805990815162rem;width:6.75rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2Ll1CXQ8pNLVcc42C37uV8qSEfcxTRp { top:2.8125rem;left:14.72916662693rem;width:20rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFbVXTbBq79TsLr8FfycXexIO7G1Rewt { top:0.9375rem;left:9.0208345651625rem;width:7.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkcrwvhQvd8xDObNg93DmNTuDWRbqdW4 { top:8.125rem;left:0rem;width:47.75rem;height:18.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwuNpkRxnC9DSbNZIX1V6lTmTDO2D8DC { top:28.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqa48APHs9PUGgMOcNM0sp5bfVZsu33P { top:33.9375rem;left:14.72916662693rem;width:20rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKTqOBvgyWN8xZFEIeN0gic5HPmp2iCE { top:31.625rem;left:8.6250005960463rem;width:7.5625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #we1fJf7bG5WDbOAZee7ubQUTQno6Efab { top:38.75rem;left:0rem;width:47.75rem;height:27.1875rem;font-size:0.9375rem;display:block; }#we1fJf7bG5WDbOAZee7ubQUTQno6Efab li:before{  }
 }@media only screen and (max-width: 763px) { #Ffe59mdvMNB29gJ6ipJ87WrlGaVLwokE { display:block; }#Ffe59mdvMNB29gJ6ipJ87WrlGaVLwokE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQOrDJXMgz09ABbIoniR9Z8sHq70w0tt { top:1.875rem;left:10.01041662693rem;width:24.875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4cJvTJoOU8TBg0uhp4aHTGd8ZB4SIpu { top:0rem;left:0rem;width:18.5625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe1JiD8LbTBrWNoQcE5ia38MTWPi5AVc { top:5.125rem;left:10.01041662693rem;width:35.9375rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h894RDTWs93I4skWAHvBwFBEQR2bF2wP { display:block; }#h894RDTWs93I4skWAHvBwFBEQR2bF2wP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP55u1dnG2f9S1BVwSb49wmapi9DhoUT { top:1.8125rem;left:0.47916662693024rem;width:22.125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQsIgo72dT5aCSLAx2S0bgynR9q6w6lG { top:5.125rem;left:0.47916662693024rem;width:32.9375rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaVFacZoNfyTf0zWZk87kQyqVtB2k0d4 { top:0rem;left:32.125rem;width:15.625rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSVB07NKJrA8gzdCBbuowQWfxMspR3Pd { display:block; }#pSVB07NKJrA8gzdCBbuowQWfxMspR3Pd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hg9l4wGlcwZ6H6i7SrLNVwnRTo0Q85hA { top:2.3125rem;left:12.72916662693rem;width:24.5625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIo2Dqw8C5yVbDviixyN1cE0Rzc0VvFT { top:8.3125rem;left:1.5000005960464rem;width:17.8125rem;height:19.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sks7RG3pbIDI8DyMl773yOPAtM0OlzlL { top:8.3125rem;left:28.35416662693rem;width:12.5rem;height:19.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #seRBT6TPdeGt7MTko0WAZzlTE648oOhI { display:block; }#seRBT6TPdeGt7MTko0WAZzlTE648oOhI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFv0GByotpEoXe6FqxalWV2lgIxm2orA { top:4.25rem;left:10.645834565163rem;width:25.4375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNk2dxy6KPS3W0pUfxN6xe2VsdBWl4ZU { top:17.9375rem;left:0rem;width:47.75rem;height:20.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olx0doyU7hR61vgV0uUmfF03Iuc3QDVi { top:12.5rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }#Olx0doyU7hR61vgV0uUmfF03Iuc3QDVi li:before{  }
 }@media only screen and (max-width: 763px) { #ES9MKazTBQbulU0AMR92U6ZGoblFTbsz { top:14.375rem;left:0rem;width:20.25rem;height:1.25rem;font-size:1rem;display:block; }#ES9MKazTBQbulU0AMR92U6ZGoblFTbsz li:before{  }
 }@media only screen and (max-width: 763px) { #LUbs0WRCkRykpQayvHpvHQ7go5rZ1CB1 { top:39.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }#LUbs0WRCkRykpQayvHpvHQ7go5rZ1CB1 li:before{  }
 }@media only screen and (max-width: 763px) { #KuiaukkCZuTdplC1O2UJw1deopHly24M { top:41.0625rem;left:0rem;width:20.9375rem;height:1.25rem;font-size:1rem;display:block; }#KuiaukkCZuTdplC1O2UJw1deopHly24M li:before{  }
 }@media only screen and (max-width: 763px) { #epddG59de6SBEL9ndmoFDKs3tFQN5ca2 { top:42.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }#epddG59de6SBEL9ndmoFDKs3tFQN5ca2 li:before{  }
 }@media only screen and (max-width: 763px) { #p3zMwxXLPMPtwwQCA2PVKTJeVWBkJ2Ia { top:45.5rem;left:0rem;width:21rem;height:1.25rem;font-size:1rem;display:block; }#p3zMwxXLPMPtwwQCA2PVKTJeVWBkJ2Ia li:before{  }
 }@media only screen and (max-width: 763px) { #T8n0Io3V507V0qGNFwe7fO7XgEvXWVTZ { top:47.4375rem;left:0rem;width:45rem;height:1.25rem;font-size:1rem;display:block; }#T8n0Io3V507V0qGNFwe7fO7XgEvXWVTZ li:before{  }
 }@media only screen and (max-width: 763px) { #Vdrnfp5HHu2yAIpQUzdPaZ9ydan95c1X { top:51.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }#Vdrnfp5HHu2yAIpQUzdPaZ9ydan95c1X li:before{  }
 }@media only screen and (max-width: 763px) { #spanomUg1lMFyK21Cgxxoc1TXnrlELA6 { top:49.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }#spanomUg1lMFyK21Cgxxoc1TXnrlELA6 li:before{  }
 }@media only screen and (max-width: 763px) { #Us51PhKIAc17NMiPmcPxACX5z778Jk4J { top:53.3125rem;left:0rem;width:43.5625rem;height:1.25rem;font-size:1rem;display:block; }#Us51PhKIAc17NMiPmcPxACX5z778Jk4J li:before{  }
 }@media only screen and (max-width: 763px) { #L1XWe6Z5aZRrMwJz8N4IJlPHFGVwoOlp { top:55.25rem;left:0rem;width:47.5rem;height:2.5625rem;font-size:1rem;display:block; }#L1XWe6Z5aZRrMwJz8N4IJlPHFGVwoOlp li:before{  }
 }@media only screen and (max-width: 763px) { #srzEOyggqcOzGt3V1p6JqVlZylUiIwki { top:58.3125rem;left:0rem;width:44.875rem;height:1.25rem;font-size:1rem;display:block; }#srzEOyggqcOzGt3V1p6JqVlZylUiIwki li:before{  }
 }@media only screen and (max-width: 763px) { #WFsRf77u5uFGpJ8e3eaxJMw9BBT3sJzX { top:60.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }#WFsRf77u5uFGpJ8e3eaxJMw9BBT3sJzX li:before{  }
 }@media only screen and (max-width: 763px) { #MW6bJT0yKq0XkawbTQpICskgumI6HikS { top:63.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }#MW6bJT0yKq0XkawbTQpICskgumI6HikS li:before{  }
 }@media only screen and (max-width: 763px) { #b6KRqEXNvq8x0ZtDKLrlJ7SacUCJob05 { top:65.0625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }#b6KRqEXNvq8x0ZtDKLrlJ7SacUCJob05 li:before{  }
 }@media only screen and (max-width: 763px) { #C779gwQnOdK702CfLqfyBAmCCSdNO5A5 { top:66.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }#C779gwQnOdK702CfLqfyBAmCCSdNO5A5 li:before{  }
 }@media only screen and (max-width: 763px) { #zNcPy0mZeduWaswS2axNxVPEOT1zGtuO { top:68.9375rem;left:0rem;width:39.375rem;height:1.25rem;font-size:1rem;display:block; }#zNcPy0mZeduWaswS2axNxVPEOT1zGtuO li:before{  }
 }@media only screen and (max-width: 763px) { #mkpHi71Ga44XfUqCR2Fv4rJV9leVz9Wh { top:70.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }#mkpHi71Ga44XfUqCR2Fv4rJV9leVz9Wh li:before{  }
 }@media only screen and (max-width: 763px) { #Ofne38C1ZycalRArz0VbMLbTaXuZbiNA { top:73.3125rem;left:0rem;width:27.625rem;height:1.25rem;font-size:1rem;display:block; }#Ofne38C1ZycalRArz0VbMLbTaXuZbiNA li:before{  }
 }@media only screen and (max-width: 763px) { #Fhxcc5XWihTrPv52kGohHdgq8zxVbMX7 { top:10.4375rem;left:0rem;width:17.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSHsmAFZLk8CfPq27QBJAbpvaMURE12M { top:16.125rem;left:0rem;width:21.75rem;height:1.25rem;font-size:1rem;display:block; }#dSHsmAFZLk8CfPq27QBJAbpvaMURE12M li:before{  }
 }@media only screen and (max-width: 763px) { #tpoT3NRqP4T4OkfETxht2xlnuuM83ATC { display:block; }#tpoT3NRqP4T4OkfETxht2xlnuuM83ATC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0xu4DMdzsGyxZzbNx7uC8SszOKiD6Rx { top:1.5625rem;left:13.54166662693rem;width:22.25rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o02Mot1JgeyhiLxKWSPac2Tm6frTelwG { top:6.8125rem;left:0rem;width:37.6875rem;height:7.3125rem;font-size:0.9375rem;display:block; }#o02Mot1JgeyhiLxKWSPac2Tm6frTelwG li:before{  }
 }@media only screen and (max-width: 763px) { #rrbsJO0J4cSZS1bfWpDUpS51BO4uVJ22 { top:2.1875rem;left:31.6875rem;width:16.0625rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #duTyzK2M22GCLycmBmEsykIs7Bit9K72 { display:block; }#duTyzK2M22GCLycmBmEsykIs7Bit9K72 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neapuFQN3WxBVxHlO0msAfMTm6DQeI44 { top:2.4375rem;left:19.708334565162rem;width:14.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUFlNwt9KLuXtaCdG34oTToAy0Z9ENL4 { top:1.6875rem;left:14.770834565163rem;width:5.9375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4XvJPlXLtOfAOvCWsnkHqf4nV72yz7S { top:8.4375rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxWAPSiJ0V3li5Oa5lHMkiGaz9546ByH { top:15.1875rem;left:0rem;width:47.75rem;height:12.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqB2MipAPIXDWT1bPQb9vUN58NGEdVC2 { top:28.25rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptlbEl6EtRgQvGEhdK6XuAQlsOyZO4pR { display:block; }#ptlbEl6EtRgQvGEhdK6XuAQlsOyZO4pR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhZ3R2JIEZB4ZP6AmPuiWhXAMU3LKJas { top:2.0625rem;left:10.79166662693rem;width:30.375rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmNZwJaQg7xH9r9W4QzMu3RF8iyT35xg { top:5.25rem;left:10.79166662693rem;width:33.6875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqRS0887pFdCL8cnI9s8uQgACr82PZbo { top:0rem;left:0rem;width:16.25rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNzO1SAiinLFoTbNJq6lwlLFhRp7ECqW { display:block; }#cNzO1SAiinLFoTbNJq6lwlLFhRp7ECqW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmDGq2qCof1x5N4JmhRySTai7QUAMfyf { top:1.625rem;left:6.66666662693rem;width:16.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Syo7CLs7cpvvx0wFXVfKqyAHl7GSu60e { top:0rem;left:28.0625rem;width:19.6875rem;height:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siMO7IAgtTD11QnkgJ0OFu7SBrHGQZaX { top:5.75rem;left:0rem;width:11.5rem;height:8.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ZTEHBLupmWyhGRy4XfXSNxeK3TdDnW { top:5.75rem;left:14.826172471046rem;width:19.25rem;height:8.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC8kL4OSA3K8FesvlmAR1pQVsguFZhqK { top:15.9375rem;left:0rem;width:33.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFsuodz3scOnJ8xsvFyiHfuzeqcsXSTr { display:block; }#ZFsuodz3scOnJ8xsvFyiHfuzeqcsXSTr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5f3N3EfGOxB3J9OBTfLLJ8XuVyF3eLP { display:block; }#s5f3N3EfGOxB3J9OBTfLLJ8XuVyF3eLP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6mwvzKB6KU13UCOXrzUbTMDDhveoeUT { top:0rem;left:13.539063096046rem;width:6.9375rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnhd63TnX4ogWNyCCrLq9VJCVFMpoRWE { top:1.8125rem;left:18.562502503395rem;width:12.125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrEie4gt0GmtSExXTc9vU6DcKPnr61LF { top:8.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFtb1G1oSomGWRf1uZDTnlTO3KhsecTF { top:12.1875rem;left:0rem;width:24.3125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq4QNvxvXeSZ2kWHziTMZyTDDtMiEbNn { display:block; }#wq4QNvxvXeSZ2kWHziTMZyTDDtMiEbNn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVKX0nrK1hUOhNdcdPoqNqNKI9VBFp6q { top:1.375rem;left:0rem;width:4.875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOpT6D2iJlIkctKJ1wwRRt0WSM7U5W70 { top:1.875rem;left:34rem;width:13.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WANappuGuoqsBdcM1BDaqqBUUOEIMJvC { display:block; }#WANappuGuoqsBdcM1BDaqqBUUOEIMJvC > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IyLdprZq1src8nxzlBSTNvBz4DK43yya { width:11.5rem;height:3.75rem;top:1.25rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRP4VF9I5Ig8AV3DIG1NFDt4WKpO2dKT { width:16.875rem;height:4.875rem;top:6.8125rem;left:1.5625001192093rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp7GuN3vZEvhUkAtnEr23lgNNySz85I0 { width:17.375rem;height:19.5918125rem;top:13.25rem;left:1.7812501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUxa1mfGfeqT73r4k8MlLi2nT2VUJkvA { width:17.25rem;height:4.796875rem;top:33.533855438233rem;left:1.8541666269302rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sAyzQ7JUxUoTFkyzUX8hMVFfIgg5CWKT { width:11.625rem;height:2.5996125rem;top:39.424480438233rem;left:4.1875001192093rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXWw1cGaTTdM5v5qbenGW9VAyygVBQJ6 { width:5.875rem;height:4.9375rem;top:42rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBWF1pzsefxsqRMZlZ7dySWOc5w4wQeM { width:4.0625rem;height:3.5rem;top:63.4375rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuGid3Q1X65CnwSaGZAT1RTMJPXFSpgv { width:5rem;height:4.375rem;top:56.5rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4xExyIbT3B52kXsrRvV95IGgJ5gH6R2 { width:4.5625rem;height:4rem;top:56.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnW2k8DxxheJnXuRB7w5XFdSRwyWEC8s { width:4.9375rem;height:4.3125rem;top:55.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuKIv7lMVuiFGII68J9gs6WK5AQqHcuB { width:4.75rem;height:4.125rem;top:48.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHA4vCsr4RUNEdw3QDTg7pTpPq5k2wL3 { width:6.1875rem;height:5.375rem;top:48.75rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2AT31DJWbqrXkPlv5tkQOfRoJvgazKw { width:6.625rem;height:6rem;top:42rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTPWl7oGLDkX5a9JelQuFqpHVED4D7lu { width:5.875rem;height:5.125rem;top:42rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVOTl1DhKQXlxt5XaQhwCWoOU7F96GMn { width:5.5rem;height:4.8125rem;top:48.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJAzUZUCgTLvmp1O7GDPoNvldCXQ3co6 { width:7.5625rem;height:0.8125rem;top:47.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwZG9AV8ElWl7vJ0tExRP5p8snvJM4Tr { width:7.0625rem;height:1.625rem;top:46.9375rem;left:6.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vICTHaHfhet4HoPSykpfXJz42ZIgkZvK { width:7.125rem;height:1.625rem;top:46.9375rem;left:12.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA1drH0Euy1Ga5qUAlCVyzkUPLehMAC4 { width:6.9375rem;height:1.7871125rem;top:54.2119140625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7eQphmdM9pgmGBfVzkfTX1bVTqXGXti { width:6.3125rem;height:1.7871125rem;top:54.2119140625rem;left:7.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsZUgALvzFybP4Xa3c1TGbGzmUb48E8q { width:5.5rem;height:1.7871125rem;top:54.2119140625rem;left:14.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDtk7RJomzNtJNGftx2bqrZRmtIyguqU { width:5.25rem;height:4.5625rem;top:63.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwTU8cdfpLVqwLFmPJRh24zaVyIhK8iV { width:5.625rem;height:4.875rem;top:62.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Kp5uHMpRJzkAsaDX3BlNHZleMDMq1A { width:6.3125rem;height:1.7871125rem;top:60.875rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfN0Dg6UU9VzV3Q4RIi5nhXvlJhSZigT { width:6rem;height:0.89355625rem;top:60.875rem;left:7.46875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWAdbGQ8mybFl0doEdOerOZVTCqnn3XM { width:6.25rem;height:1.7871125rem;top:60.875rem;left:13.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GElBRTnhszbV7Cdqyr5bJtHGfoF2VKEz { width:7.625rem;height:1.7871125rem;top:68rem;left:6.65625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTR5s4Aa7zNDMSzuKUeXJ5PhyDokccgk { width:5rem;height:0.89355625rem;top:68rem;left:15rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3N3NSccASXrvtioep0ox2t7gdbzLorf { width:6.75rem;height:0.89355625rem;top:68rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:149.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2Ll1CXQ8pNLVcc42C37uV8qSEfcxTRp { width:19.625rem;height:2.4375rem;top:7.4375057220456rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFbVXTbBq79TsLr8FfycXexIO7G1Rewt { width:7.125rem;height:6.1875rem;top:1.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkcrwvhQvd8xDObNg93DmNTuDWRbqdW4 { width:20rem;height:46.793rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwuNpkRxnC9DSbNZIX1V6lTmTDO2D8DC { width:20rem;height:6.8203125rem;top:60.40625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqa48APHs9PUGgMOcNM0sp5bfVZsu33P { width:18.375rem;height:2.4375rem;top:74.8554725647rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKTqOBvgyWN8xZFEIeN0gic5HPmp2iCE { width:7.5625rem;height:7.125rem;top:68.4805rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #we1fJf7bG5WDbOAZee7ubQUTQno6Efab { width:20rem;height:67.8025rem;top:79.4179725647rem;left:0rem;font-size:1rem;display:block; }#we1fJf7bG5WDbOAZee7ubQUTQno6Efab li:before{  }
 }@media only screen and (max-width: 763px) { #Ffe59mdvMNB29gJ6ipJ87WrlGaVLwokE { display:block; }#Ffe59mdvMNB29gJ6ipJ87WrlGaVLwokE > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wQOrDJXMgz09ABbIoniR9Z8sHq70w0tt { width:19rem;height:1.625rem;top:6.25rem;left:0.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V4cJvTJoOU8TBg0uhp4aHTGd8ZB4SIpu { width:7.1875rem;height:6.25rem;top:0rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe1JiD8LbTBrWNoQcE5ia38MTWPi5AVc { width:20rem;height:14.297875rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h894RDTWs93I4skWAHvBwFBEQR2bF2wP { display:block; }#h894RDTWs93I4skWAHvBwFBEQR2bF2wP > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BP55u1dnG2f9S1BVwSb49wmapi9DhoUT { width:14.3125rem;height:1.625rem;top:7.1875rem;left:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQsIgo72dT5aCSLAx2S0bgynR9q6w6lG { width:20rem;height:9.098625rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaVFacZoNfyTf0zWZk87kQyqVtB2k0d4 { width:6.4375rem;height:5.625rem;top:0.79296875rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSVB07NKJrA8gzdCBbuowQWfxMspR3Pd { display:block; }#pSVB07NKJrA8gzdCBbuowQWfxMspR3Pd > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hg9l4wGlcwZ6H6i7SrLNVwnRTo0Q85hA { width:16rem;height:1.625rem;top:1rem;left:2.0000001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIo2Dqw8C5yVbDviixyN1cE0Rzc0VvFT { width:17.8125rem;height:19.1875rem;top:3.4375rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sks7RG3pbIDI8DyMl773yOPAtM0OlzlL { width:12.5rem;height:22.390625rem;top:25rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seRBT6TPdeGt7MTko0WAZzlTE648oOhI { display:block; }#seRBT6TPdeGt7MTko0WAZzlTE648oOhI > .row .container { width:20rem;height:138.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IFv0GByotpEoXe6FqxalWV2lgIxm2orA { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNk2dxy6KPS3W0pUfxN6xe2VsdBWl4ZU { width:20rem;height:36.39455rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olx0doyU7hR61vgV0uUmfF03Iuc3QDVi { width:20rem;height:3.8994125rem;top:6rem;left:0rem;font-size:1rem;display:block; }#Olx0doyU7hR61vgV0uUmfF03Iuc3QDVi li:before{  }
 }@media only screen and (max-width: 763px) { #ES9MKazTBQbulU0AMR92U6ZGoblFTbsz { width:19.3125rem;height:2.5996125rem;top:11.1875rem;left:0rem;font-size:1rem;display:block; }#ES9MKazTBQbulU0AMR92U6ZGoblFTbsz li:before{  }
 }@media only screen and (max-width: 763px) { #LUbs0WRCkRykpQayvHpvHQ7go5rZ1CB1 { width:12.5rem;height:1.29980625rem;top:54.0625rem;left:0rem;font-size:1rem;display:block; }#LUbs0WRCkRykpQayvHpvHQ7go5rZ1CB1 li:before{  }
 }@media only screen and (max-width: 763px) { #KuiaukkCZuTdplC1O2UJw1deopHly24M { width:20rem;height:1.29980625rem;top:56.0625rem;left:0rem;font-size:1rem;display:block; }#KuiaukkCZuTdplC1O2UJw1deopHly24M li:before{  }
 }@media only screen and (max-width: 763px) { #epddG59de6SBEL9ndmoFDKs3tFQN5ca2 { width:20rem;height:5.19921875rem;top:58.5625rem;left:0rem;font-size:1rem;display:block; }#epddG59de6SBEL9ndmoFDKs3tFQN5ca2 li:before{  }
 }@media only screen and (max-width: 763px) { #p3zMwxXLPMPtwwQCA2PVKTJeVWBkJ2Ia { width:20rem;height:1.29980625rem;top:64.3125rem;left:0rem;font-size:1rem;display:block; }#p3zMwxXLPMPtwwQCA2PVKTJeVWBkJ2Ia li:before{  }
 }@media only screen and (max-width: 763px) { #T8n0Io3V507V0qGNFwe7fO7XgEvXWVTZ { width:20rem;height:3.8994125rem;top:66.8125rem;left:0rem;font-size:1rem;display:block; }#T8n0Io3V507V0qGNFwe7fO7XgEvXWVTZ li:before{  }
 }@media only screen and (max-width: 763px) { #Vdrnfp5HHu2yAIpQUzdPaZ9ydan95c1X { width:20rem;height:3.8994125rem;top:77.125rem;left:0rem;font-size:1rem;display:block; }#Vdrnfp5HHu2yAIpQUzdPaZ9ydan95c1X li:before{  }
 }@media only screen and (max-width: 763px) { #spanomUg1lMFyK21Cgxxoc1TXnrlELA6 { width:20rem;height:3.8994125rem;top:72rem;left:0rem;font-size:1rem;display:block; }#spanomUg1lMFyK21Cgxxoc1TXnrlELA6 li:before{  }
 }@media only screen and (max-width: 763px) { #Us51PhKIAc17NMiPmcPxACX5z778Jk4J { width:20rem;height:3.8994125rem;top:82.3125rem;left:0rem;font-size:1rem;display:block; }#Us51PhKIAc17NMiPmcPxACX5z778Jk4J li:before{  }
 }@media only screen and (max-width: 763px) { #L1XWe6Z5aZRrMwJz8N4IJlPHFGVwoOlp { width:20rem;height:6.499rem;top:87.4375rem;left:0rem;font-size:1rem;display:block; }#L1XWe6Z5aZRrMwJz8N4IJlPHFGVwoOlp li:before{  }
 }@media only screen and (max-width: 763px) { #srzEOyggqcOzGt3V1p6JqVlZylUiIwki { width:20rem;height:3.8994125rem;top:95.1875rem;left:0rem;font-size:1rem;display:block; }#srzEOyggqcOzGt3V1p6JqVlZylUiIwki li:before{  }
 }@media only screen and (max-width: 763px) { #WFsRf77u5uFGpJ8e3eaxJMw9BBT3sJzX { width:20rem;height:3.8994125rem;top:100.3125rem;left:0rem;font-size:1rem;display:block; }#WFsRf77u5uFGpJ8e3eaxJMw9BBT3sJzX li:before{  }
 }@media only screen and (max-width: 763px) { #MW6bJT0yKq0XkawbTQpICskgumI6HikS { width:20rem;height:3.8994125rem;top:105.5rem;left:0rem;font-size:1rem;display:block; }#MW6bJT0yKq0XkawbTQpICskgumI6HikS li:before{  }
 }@media only screen and (max-width: 763px) { #b6KRqEXNvq8x0ZtDKLrlJ7SacUCJob05 { width:20rem;height:3.8994125rem;top:110.625rem;left:0rem;font-size:1rem;display:block; }#b6KRqEXNvq8x0ZtDKLrlJ7SacUCJob05 li:before{  }
 }@media only screen and (max-width: 763px) { #C779gwQnOdK702CfLqfyBAmCCSdNO5A5 { width:20rem;height:6.499rem;top:115.75rem;left:0rem;font-size:1rem;display:block; }#C779gwQnOdK702CfLqfyBAmCCSdNO5A5 li:before{  }
 }@media only screen and (max-width: 763px) { #zNcPy0mZeduWaswS2axNxVPEOT1zGtuO { width:20rem;height:3.8994125rem;top:123.5rem;left:0rem;font-size:1rem;display:block; }#zNcPy0mZeduWaswS2axNxVPEOT1zGtuO li:before{  }
 }@media only screen and (max-width: 763px) { #mkpHi71Ga44XfUqCR2Fv4rJV9leVz9Wh { width:20rem;height:5.19921875rem;top:128.6875rem;left:0rem;font-size:1rem;display:block; }#mkpHi71Ga44XfUqCR2Fv4rJV9leVz9Wh li:before{  }
 }@media only screen and (max-width: 763px) { #Ofne38C1ZycalRArz0VbMLbTaXuZbiNA { width:20rem;height:2.5996125rem;top:135.125rem;left:0rem;font-size:1rem;display:block; }#Ofne38C1ZycalRArz0VbMLbTaXuZbiNA li:before{  }
 }@media only screen and (max-width: 763px) { #Fhxcc5XWihTrPv52kGohHdgq8zxVbMX7 { width:17.0625rem;height:1.29980625rem;top:3.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSHsmAFZLk8CfPq27QBJAbpvaMURE12M { width:20rem;height:1.29980625rem;top:14.5rem;left:0rem;font-size:1rem;display:block; }#dSHsmAFZLk8CfPq27QBJAbpvaMURE12M li:before{  }
 }@media only screen and (max-width: 763px) { #tpoT3NRqP4T4OkfETxht2xlnuuM83ATC { display:block; }#tpoT3NRqP4T4OkfETxht2xlnuuM83ATC > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0xu4DMdzsGyxZzbNx7uC8SszOKiD6Rx { width:17.375rem;height:1.625rem;top:7.1875rem;left:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o02Mot1JgeyhiLxKWSPac2Tm6frTelwG { width:17.3125rem;height:11.3671875rem;top:8.8125rem;left:1.375rem;font-size:0.875rem;display:block; }#o02Mot1JgeyhiLxKWSPac2Tm6frTelwG li:before{  }
 }@media only screen and (max-width: 763px) { #rrbsJO0J4cSZS1bfWpDUpS51BO4uVJ22 { width:7.1875rem;height:6.25rem;top:1rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #duTyzK2M22GCLycmBmEsykIs7Bit9K72 { display:block; }#duTyzK2M22GCLycmBmEsykIs7Bit9K72 > .row .container { width:20rem;height:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neapuFQN3WxBVxHlO0msAfMTm6DQeI44 { width:14.125rem;height:2.4375rem;top:7.6875rem;left:2.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUFlNwt9KLuXtaCdG34oTToAy0Z9ENL4 { width:5.9375rem;height:5.1875rem;top:1.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4XvJPlXLtOfAOvCWsnkHqf4nV72yz7S { width:20rem;height:17.0625rem;top:11.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxWAPSiJ0V3li5Oa5lHMkiGaz9546ByH { width:20rem;height:24.375rem;top:29.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqB2MipAPIXDWT1bPQb9vUN58NGEdVC2 { width:20rem;height:13.40625rem;top:56.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptlbEl6EtRgQvGEhdK6XuAQlsOyZO4pR { display:block; }#ptlbEl6EtRgQvGEhdK6XuAQlsOyZO4pR > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhZ3R2JIEZB4ZP6AmPuiWhXAMU3LKJas { width:20rem;height:1.625rem;top:5.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmNZwJaQg7xH9r9W4QzMu3RF8iyT35xg { width:20rem;height:8.53125rem;top:8.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqRS0887pFdCL8cnI9s8uQgACr82PZbo { width:5.5625rem;height:4.8125rem;top:1rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNzO1SAiinLFoTbNJq6lwlLFhRp7ECqW { display:block; }#cNzO1SAiinLFoTbNJq6lwlLFhRp7ECqW > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmDGq2qCof1x5N4JmhRySTai7QUAMfyf { width:16.625rem;height:1.625rem;top:7.625rem;left:1.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Syo7CLs7cpvvx0wFXVfKqyAHl7GSu60e { width:8.125rem;height:7.0625rem;top:0.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #siMO7IAgtTD11QnkgJ0OFu7SBrHGQZaX { width:7rem;height:6.82225rem;top:10.75rem;left:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7ZTEHBLupmWyhGRy4XfXSNxeK3TdDnW { width:9.6875rem;height:8.4453125rem;top:10.75rem;left:9.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC8kL4OSA3K8FesvlmAR1pQVsguFZhqK { width:18.875rem;height:2.4375rem;top:20.625rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFsuodz3scOnJ8xsvFyiHfuzeqcsXSTr { display:block; }#ZFsuodz3scOnJ8xsvFyiHfuzeqcsXSTr > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s5f3N3EfGOxB3J9OBTfLLJ8XuVyF3eLP { display:block; }#s5f3N3EfGOxB3J9OBTfLLJ8XuVyF3eLP > .row .container { width:20rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6mwvzKB6KU13UCOXrzUbTMDDhveoeUT { width:6.9375rem;height:6.0625rem;top:0rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnhd63TnX4ogWNyCCrLq9VJCVFMpoRWE { width:12.125rem;height:1.94921875rem;top:6.6875rem;left:3.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wrEie4gt0GmtSExXTc9vU6DcKPnr61LF { width:18.375rem;height:8.53125rem;top:10.5625rem;left:0.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KFtb1G1oSomGWRf1uZDTnlTO3KhsecTF { width:18.6875rem;height:1.0556625rem;top:19.8125rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq4QNvxvXeSZ2kWHziTMZyTDDtMiEbNn { display:block; }#wq4QNvxvXeSZ2kWHziTMZyTDDtMiEbNn > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVKX0nrK1hUOhNdcdPoqNqNKI9VBFp6q { width:4.875rem;height:1.6875rem;top:1.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOpT6D2iJlIkctKJ1wwRRt0WSM7U5W70 { width:13.75rem;height:0.9746125rem;top:4.1875rem;left:3.125rem;font-size:0.75rem;display:block; }
 }