.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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 > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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:27rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;display:block; }#WQs7ECbFDaJZ4fwxkfx2kecwq5MbtGTw { 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:4.5rem;width:8.0625rem;top:0.8125rem;left:34.820315003395rem;overflow:hidden;display:block; }
#RrWhTqJuDlvykvNOc1xbvRmtMDB1tHz6 { color:#37465a;display:block;width:40.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.125rem;left:19.820313096046rem;height:2.92448125rem;display:block; }
#nrQJsxsuxHnI0MdmHcAXAc0V5TyhRQpX { color:#37465a;display:block;width:29.9375rem;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.419271469116rem;left:10.79947912693rem;height:9.096375rem;text-align:justify;text-align-last:initial;display:block; }
#zAcriT4QcEcXbkLOPQaLLbvRiuTePusS { position:absolute;display:block;z-index:15003;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.1875rem;width:20.6875rem;top:10.125rem;left:43.97916662693rem;overflow:hidden;display:block; }
#MwkiUeciAa8iWmMUL6HlzoXlQOOFwTV3 { position:relative;display:block; }#MwkiUeciAa8iWmMUL6HlzoXlQOOFwTV3 { background-color: transparent; background-image: none; }#MwkiUeciAa8iWmMUL6HlzoXlQOOFwTV3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwkiUeciAa8iWmMUL6HlzoXlQOOFwTV3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwkiUeciAa8iWmMUL6HlzoXlQOOFwTV3 > .row .container > .video-iframe-container { display: none; }#MwkiUeciAa8iWmMUL6HlzoXlQOOFwTV3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwkiUeciAa8iWmMUL6HlzoXlQOOFwTV3 > .row > .video-iframe-container { display: none; }#MwkiUeciAa8iWmMUL6HlzoXlQOOFwTV3 > .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); }#MwkiUeciAa8iWmMUL6HlzoXlQOOFwTV3 { border-width: 0; border-radius: 0; }#MwkiUeciAa8iWmMUL6HlzoXlQOOFwTV3 > .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; }#MwkiUeciAa8iWmMUL6HlzoXlQOOFwTV3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbfbfb;background-image:none;font-size:0.875rem;font-family:arial;height:61.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TKeUet1zdQOPrxQ1E27vacpNsspsUEoG { color:#37465a;display:block;width:28.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.75rem;left:24.750000596046rem;height:2.92448125rem;display:block; }
#VqGh5qqBPQr4B0pTFZTOfsZGV2yTutI9 { color:#37465a;display:block;width:41.6875rem;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:4.1875rem;left:18.66666662693rem;height:1.29948125rem;display:block; }
#gd0iRvEzJQMx6OIWGI12Hh298Vt9fafE { 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:3rem;width:3rem;top:10.375rem;left:13.583333611488rem;overflow:hidden;display:block; }
#MzLKHQLGb8wftmVKdnqGrh897S3HHTVz { box-sizing:content-box;height:14.6875rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9rem;left:8.8333336114881rem;display:block; }
#MpsAI8W7Fdqg9k13iEUXt0foCcyOActt { color:#37465a;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.270833015442rem;left:9.4583336114881rem;height:7.9615625rem;text-align:center;text-align-last:center;display:block; }
#neMnvD2MbPWFHy1w3GuTs1sm36X20AS3 { box-sizing:content-box;height:14.625rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.03125rem;left:23.54166662693rem;display:block; }
#s57fPwqAcE9MG1egNlAsL9Ri6gFQAK3K { box-sizing:content-box;height:14.625rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.03125rem;left:37.69791662693rem;display:block; }
#lCMZHpB3XVfCckWJ2GtIzkRALhsENTMH { box-sizing:content-box;height:14.625rem;width:12.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.03125rem;left:51.843752503395rem;display:block; }
#Nbt4GsoynnQ17nh4EZMAHHVv1H2gzAfS { 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:3.4375rem;width:2.8125rem;top:10.156250953674rem;left:28.38541662693rem;overflow:hidden;display:block; }
#UoSJB9ehTlmKEHHgzMTWAG2aikUIEcqf { 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:3.3125rem;width:3.125rem;top:10.218750953674rem;left:42.38541662693rem;overflow:hidden;display:block; }
#TLeT24EgAARAHT6kzyRQT6uz3wsAEfXh { 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:2.5625rem;width:3.0625rem;top:10.593750953674rem;left:56.562502503395rem;overflow:hidden;display:block; }
#kFQo1yNzBdRswJI0Zky2xidSfAQrH1WL { color:#37465a;display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:14.838541984558rem;left:24.22916662693rem;height:7.9615625rem;text-align:center;text-align-last:center;display:block; }
#OFEOtza61F8pJr2orTEuJ45kOdrq3GU5 { color:#37465a;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:14.838542938233rem;left:39.26041662693rem;height:7.9615625rem;text-align:center;text-align-last:center;display:block; }
#lT7ykre4kmeBC1FtoVvcJ9Z7JK8dTRMo { color:#37465a;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:14.838541984558rem;left:54.593752503395rem;height:4.54948125rem;text-align:center;text-align-last:center;display:block; }
#u7LSp7SgnfHGvlR8gBqgLm5c5b1SWPxE { color:#37465a;display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:25.020833335817rem;left:25.79166662693rem;height:1.4622375rem;display:block; }
#Wnh0tw9HswT1heM5xVxHT7LpV7SfiXnP { box-sizing:content-box;height:15.1875rem;width:15.75rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.799480438233rem;left:12.458333611488rem;display:block; }
#zPTwG44enoKDUHuWO4IEJV4lsWknkc5W { box-sizing:content-box;height:15.125rem;width:15.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.798829078674rem;left:29.989584565162rem;display:block; }
#LxqiWg8BIvBz42A2XOFqLzTBZHqAKXTO { box-sizing:content-box;height:15.0625rem;width:15.375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.966146469116rem;left:47.01041662693rem;display:block; }
#cJ7IK4HlQW2PtqWtJGsiTsGDOc0FEVFt { box-sizing:content-box;height:14.6875rem;width:15.8125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.86328125rem;left:12.458333611488rem;display:block; }
#tVkNMAfUMsTwBybowx7JdGPK3sAPid4g { box-sizing:content-box;height:14.625rem;width:15.4375rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.86328125rem;left:29.94791662693rem;display:block; }
#bIJ0raqTxFBAuR5oisTkduJuGmL2ylpc { box-sizing:content-box;height:14.625rem;width:15.375rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.86328125rem;left:47.01041662693rem;display:block; }
#KsCTM6ACIe8bBsk4dgPt6leMDCzIO8g2 { position:absolute;display:block;z-index:15023;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:2.75rem;width:2.75rem;top:29.270832061767rem;left:19.427084565162rem;overflow:hidden;display:block; }
#n943lheqemFqhZk7MGKCfeySo6MZEPXT { color:#37465a;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:33.3046875rem;left:13.583333611488rem;height:9.0989375rem;text-align:justify;text-align-last:initial;display:block; }
#E76yIT4LOFDq6ssE0lJGk53vBX5Lq7UA { position:absolute;display:block;z-index:15024;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:2.75rem;width:2.75rem;top:29.270183563233rem;left:36.125002503395rem;overflow:hidden;display:block; }
#QkaqbGU5s0FHplH2eZ0rFHO7qkR8TsRG { color:#37465a;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:34.29296875rem;left:30.375002503395rem;height:4.54948125rem;text-align:justify;text-align-last:initial;display:block; }
#C30WdhlfxQCk5nw5J248Ty6uAHaCAwio { color:#37465a;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:34.29296875rem;left:48.63541662693rem;height:4.54948125rem;text-align:justify;text-align-last:initial;display:block; }
#clpxtnBwTtRqFXBKHIz4N1i4qeZTOBZ0 { position:absolute;display:block;z-index:15025;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:2.75rem;width:2.75rem;top:29.270833492279rem;left:53.85416662693rem;overflow:hidden;display:block; }
#H1M1bPmCTDlevGcUkTgdXDC5lwaml5tv { position:absolute;display:block;z-index:15027;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:2.3125rem;width:2.9375rem;top:46.458332061767rem;left:18.66666662693rem;overflow:hidden;display:block; }
#TkIfP2eERoOUeT53zrXX3DMzhI0TwThT { position:absolute;display:block;z-index:15028;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:2.3125rem;width:2.9375rem;top:45.708333969116rem;left:36.031252503395rem;overflow:hidden;display:block; }
#aANROrtuf8ZPo3h2mmiXJJBirVliAtNb { position:absolute;display:block;z-index:15029;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:2.3125rem;width:2.9375rem;top:45.707683563233rem;left:52.875002503395rem;overflow:hidden;display:block; }
#Bqk2DOmFOVhsErSrpVFoeDu64zIsuzVg { color:#37465a;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:50.395833969116rem;left:14.083333611488rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#RZqtxmUN9fScIRmWsceeTQlIDDVtHVRS { color:#37465a;display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:50.395833969116rem;left:31.250002503395rem;height:5.68685rem;text-align:justify;text-align-last:initial;display:block; }
#mQLHqbH093wusU72yVZObPf0bTQaql8t { color:#37465a;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:50.395833969116rem;left:48.63541662693rem;height:6.82425rem;text-align:justify;text-align-last:initial;display:block; }
#VoHg49LDGn73w6btID1dTBP8pmpyPXTh { position:relative;display:block; }#VoHg49LDGn73w6btID1dTBP8pmpyPXTh { background-color: transparent; background-image: none; }#VoHg49LDGn73w6btID1dTBP8pmpyPXTh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoHg49LDGn73w6btID1dTBP8pmpyPXTh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoHg49LDGn73w6btID1dTBP8pmpyPXTh > .row .container > .video-iframe-container { display: none; }#VoHg49LDGn73w6btID1dTBP8pmpyPXTh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoHg49LDGn73w6btID1dTBP8pmpyPXTh > .row > .video-iframe-container { display: none; }#VoHg49LDGn73w6btID1dTBP8pmpyPXTh > .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); }#VoHg49LDGn73w6btID1dTBP8pmpyPXTh { border-width: 0; border-radius: 0; }#VoHg49LDGn73w6btID1dTBP8pmpyPXTh > .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; }#VoHg49LDGn73w6btID1dTBP8pmpyPXTh > .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:162.8125rem;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; }#V5eFO8f1LGCeoytup9mvCNR0FFKRU0ZI { color:#37465a;display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2076826095581rem;left:13.781250596046rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#poNT46bwJp7rSXeMUdhsXJEHWPZQD6sf { color:#37465a;display:block;width:54.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.3945322036744rem;left:10.093750596046rem;height:2.2747375rem;display:block; }
#IgVrL0JfTh8ooK4xPRTAPEy8cOTWdps4 { color:#37465a;display:block;width:56.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:10.875rem;left:10.093750596046rem;height:10.3958125rem;display:block; }
#PhDTSIxZXfTu97b17TZntKIbb2bTlkmb { color:#37465a;display:block;width:52.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.937500953674rem;left:11.406250596046rem;height:2.11198125rem;display:block; }
#n1XsQl1GGtdMLyJK4H3h3xuvRW6xTEnO { 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:32rem;width:56.5625rem;top:27.95703125rem;left:10.250000596046rem;overflow:hidden;display:block; }
#nwqDT5fTUVkuQwzzKTWsdMXKTqVAZ6U2 { color:#37465a;display:block;width:56.8125rem;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:62.145835876465rem;left:10.125000596046rem;height:10.3958125rem;display:block; }
#JFTmWqBqzFM7iACD8eoRLBdhSImq9rg3 { color:#37465a;display:block;width:53.8125rem;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:73.729162216188rem;left:11.406250596046rem;height:2.59895625rem;display:block; }#JFTmWqBqzFM7iACD8eoRLBdhSImq9rg3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JFTmWqBqzFM7iACD8eoRLBdhSImq9rg3 li:before{  }
#ec8ypm5lVe140TkX1BWhfuSgs9iGLikS { color:#37465a;display:block;width:46.6875rem;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:77.020835876462rem;left:11.406250596046rem;height:1.29948125rem;display:block; }#ec8ypm5lVe140TkX1BWhfuSgs9iGLikS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ec8ypm5lVe140TkX1BWhfuSgs9iGLikS li:before{  }
#mClINGP2NqO3Kz08Ms1bAfIhnrgEfkEC { color:#37465a;display:block;width:51.75rem;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:80.97851753235rem;left:11.406250596046rem;height:1.29948125rem;display:block; }#mClINGP2NqO3Kz08Ms1bAfIhnrgEfkEC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mClINGP2NqO3Kz08Ms1bAfIhnrgEfkEC li:before{  }
#Tl86Ce56nRShFRa65evm6TQf5OB9wTmg { color:rgba(var(--color-tertiary-4),1);display:block;width:51.1875rem;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:79.104167938231rem;left:11.406250596046rem;height:1.29948125rem;display:block; }#Tl86Ce56nRShFRa65evm6TQf5OB9wTmg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tl86Ce56nRShFRa65evm6TQf5OB9wTmg li:before{  }
#QvgMIMVdt5iPT2FBokoni84QkgiWbzFH { color:#37465a;display:block;width:51.1875rem;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:83.229167938231rem;left:11.406250596046rem;height:1.29948125rem;display:block; }#QvgMIMVdt5iPT2FBokoni84QkgiWbzFH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QvgMIMVdt5iPT2FBokoni84QkgiWbzFH li:before{  }
#Ktcv14EWV6f1uQFOV54PqrHIKcC3tVe7 { color:#37465a;display:block;width:52.3125rem;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:85.604167938231rem;left:11.406250596046rem;height:2.59895625rem;display:block; }#Ktcv14EWV6f1uQFOV54PqrHIKcC3tVe7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ktcv14EWV6f1uQFOV54PqrHIKcC3tVe7 li:before{  }
#DmcwHl2IiyEyesgfXWvxB2xvsK4br2Ti { color:#37465a;display:block;width:48.0625rem;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:88.791671752931rem;left:11.406250596046rem;height:1.29948125rem;display:block; }#DmcwHl2IiyEyesgfXWvxB2xvsK4br2Ti li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DmcwHl2IiyEyesgfXWvxB2xvsK4br2Ti li:before{  }
#hFAe4iTLySwAtyVfJV24DAfTw7lbum6T { color:#37465a;display:block;width:48rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:92.645835876462rem;left:14.531250596046rem;height:2.11198125rem;display:block; }
#hANzRxuQTCqsVAdbkDQOwwsOq0DLuqhL { color:#37465a;display:block;width:57.25rem;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:97.1875rem;left:10.093750596046rem;height:7.796875rem;text-align:justify;text-align-last:initial;display:block; }
#EpEIMUIMN8FUf7tGomXpQtLaH94D4yrx { position:absolute;display:block;z-index:15016;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:32.6875rem;width:58.25rem;top:106.43684387207rem;left:10.093750596046rem;overflow:hidden;display:block; }
#aPl7KO6xgSdcEILqBVvk7a5XKal06Mkm { color:#37465a;display:block;width:58.1875rem;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:140.64583587646rem;left:10.093750596046rem;height:3.8984375rem;display:block; }
#VH4GgGQ2o2Vvh9AO3xAnmc2XkMVd0vyT { color:#37465a;display:block;width:21.5625rem;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:145.45833587646rem;left:11.406250596046rem;height:1.29948125rem;display:block; }#VH4GgGQ2o2Vvh9AO3xAnmc2XkMVd0vyT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VH4GgGQ2o2Vvh9AO3xAnmc2XkMVd0vyT li:before{  }
#NOKKfvlEflrEONrdvSAqpZrAgVperaKb { color:#37465a;display:block;width:58.25rem;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:147.58333587646rem;left:11.406250596046rem;height:2.59895625rem;display:block; }#NOKKfvlEflrEONrdvSAqpZrAgVperaKb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NOKKfvlEflrEONrdvSAqpZrAgVperaKb li:before{  }
#R5npwypZ51poL1V9lxBA9XTKU6afFUI4 { color:#37465a;display:block;width:54.6875rem;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:150.83333587646rem;left:11.406250596046rem;height:2.59895625rem;display:block; }#R5npwypZ51poL1V9lxBA9XTKU6afFUI4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#R5npwypZ51poL1V9lxBA9XTKU6afFUI4 li:before{  }
#yfxNK1TXz2sEag3XTLstt5F1pCGvZOH6 { color:#37465a;display:block;width:46.5rem;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:154.23893737793rem;left:11.406250596046rem;height:1.29948125rem;display:block; }#yfxNK1TXz2sEag3XTLstt5F1pCGvZOH6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yfxNK1TXz2sEag3XTLstt5F1pCGvZOH6 li:before{  }
#Zeo98xwpinPU5ygz2GwqL9TDhwCJ6mTb { color:#37465a;display:block;width:54.8125rem;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:156.64584350586rem;left:11.406250596046rem;height:2.59895625rem;display:block; }#Zeo98xwpinPU5ygz2GwqL9TDhwCJ6mTb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Zeo98xwpinPU5ygz2GwqL9TDhwCJ6mTb li:before{  }
#qxbCquytWUn4pD1fAEF4myt39oZA3fVZ { color:#37465a;display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:160.58334350586rem;left:10.093750596046rem;height:1.29948125rem;display:block; }
#cc5IfJyzooTdgJacTbdvCmL3TGynxaGC { 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:33.1875rem;width:59.25rem;top:162.81185913086rem;left:10.093750596046rem;overflow:hidden;display:block; }
#StSXoc2tsKB6gms0zaOChWXSgRrdS6cO { position:relative;display:block; }#StSXoc2tsKB6gms0zaOChWXSgRrdS6cO { background-color: transparent; background-image: none; }#StSXoc2tsKB6gms0zaOChWXSgRrdS6cO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StSXoc2tsKB6gms0zaOChWXSgRrdS6cO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StSXoc2tsKB6gms0zaOChWXSgRrdS6cO > .row .container > .video-iframe-container { display: none; }#StSXoc2tsKB6gms0zaOChWXSgRrdS6cO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#StSXoc2tsKB6gms0zaOChWXSgRrdS6cO > .row > .video-iframe-container { display: none; }#StSXoc2tsKB6gms0zaOChWXSgRrdS6cO > .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); }#StSXoc2tsKB6gms0zaOChWXSgRrdS6cO { border-width: 0; border-radius: 0; }#StSXoc2tsKB6gms0zaOChWXSgRrdS6cO > .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; }#StSXoc2tsKB6gms0zaOChWXSgRrdS6cO > .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:139.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I4MdWQLTIpZy4Ig0hVTKrVTutAphit4T { color:#37465a;display:block;width:59.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:34.624349594116rem;left:10.22916662693rem;height:11.6953125rem;text-align:left;text-align-last:left;display:block; }
#sHUxB9wVxFMrFlGrLodwDePxR3T0rwCF { 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:33.3125rem;width:59.5rem;top:48.20703125rem;left:9.66666662693rem;overflow:hidden;display:block; }
#eGi9OaDb7byVvVHmq9N8citfHMRt7BXH { color:#37465a;display:block;width:59.3125rem;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:84.104171752931rem;left:9.66666662693rem;height:5.19791875rem;display:block; }
#pG2gGgnLCu5MkoVNSAsSXyPteuWF4lKh { color:#37465a;display:block;width:55.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:91.541671752931rem;left:11.44791662693rem;height:4.22395625rem;text-align:center;text-align-last:center;display:block; }
#HanGlJioCLB18r41tAbG7BRddUTrxoSk { position:absolute;display:block;z-index:15004;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:33.0625rem;width:59.0625rem;top:96.770185470581rem;left:9.66666662693rem;overflow:hidden;display:block; }
#In3I3DqlgyuXKMBP2rcET5xDC8rTMNAQ { color:#37465a;display:block;width:59.1875rem;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:131.81250286102rem;left:9.66666662693rem;height:6.497375rem;display:block; }
#EcThdn30CBVymtaifzXdgtC8KsMRLSFf { position:relative;display:block; }#EcThdn30CBVymtaifzXdgtC8KsMRLSFf { background-color: transparent; background-image: none; }#EcThdn30CBVymtaifzXdgtC8KsMRLSFf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcThdn30CBVymtaifzXdgtC8KsMRLSFf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcThdn30CBVymtaifzXdgtC8KsMRLSFf > .row .container > .video-iframe-container { display: none; }#EcThdn30CBVymtaifzXdgtC8KsMRLSFf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcThdn30CBVymtaifzXdgtC8KsMRLSFf > .row > .video-iframe-container { display: none; }#EcThdn30CBVymtaifzXdgtC8KsMRLSFf > .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); }#EcThdn30CBVymtaifzXdgtC8KsMRLSFf { border-width: 0; border-radius: 0; }#EcThdn30CBVymtaifzXdgtC8KsMRLSFf > .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; }#EcThdn30CBVymtaifzXdgtC8KsMRLSFf > .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:3.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#P8gI2PFbaBFwwxOLV9UIvHRbL3GGJFCz { color:#37465a;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.2701826095581rem;left:34.16666662693rem;height:0.9746125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #WQs7ECbFDaJZ4fwxkfx2kecwq5MbtGTw { top:0.8125rem;left:21.195315003395rem;width:8.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrWhTqJuDlvykvNOc1xbvRmtMDB1tHz6 { top:5.125rem;left:6.1953130960464rem;width:40.4375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrQJsxsuxHnI0MdmHcAXAc0V5TyhRQpX { top:12.375rem;left:0rem;width:29.9375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAcriT4QcEcXbkLOPQaLLbvRiuTePusS { top:10.125rem;left:27.0625rem;width:20.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwkiUeciAa8iWmMUL6HlzoXlQOOFwTV3 { display:block; }#MwkiUeciAa8iWmMUL6HlzoXlQOOFwTV3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKeUet1zdQOPrxQ1E27vacpNsspsUEoG { top:0.75rem;left:11.125000596046rem;width:28.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqGh5qqBPQr4B0pTFZTOfsZGV2yTutI9 { top:4.1875rem;left:5.0416666269303rem;width:41.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd0iRvEzJQMx6OIWGI12Hh298Vt9fafE { top:10.375rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzLKHQLGb8wftmVKdnqGrh897S3HHTVz { top:9rem;left:0rem;width:12.5rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpsAI8W7Fdqg9k13iEUXt0foCcyOActt { top:14.25rem;left:0rem;width:11.25rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neMnvD2MbPWFHy1w3GuTs1sm36X20AS3 { top:9rem;left:9.91666662693rem;width:12.5rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s57fPwqAcE9MG1egNlAsL9Ri6gFQAK3K { top:9rem;left:24.07291662693rem;width:12.5rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCMZHpB3XVfCckWJ2GtIzkRALhsENTMH { top:9rem;left:35.25rem;width:12.5rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbt4GsoynnQ17nh4EZMAHHVv1H2gzAfS { top:10.125rem;left:14.76041662693rem;width:2.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoSJB9ehTlmKEHHgzMTWAG2aikUIEcqf { top:10.1875rem;left:28.76041662693rem;width:3.125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLeT24EgAARAHT6kzyRQT6uz3wsAEfXh { top:10.5625rem;left:42.937502503395rem;width:3.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFQo1yNzBdRswJI0Zky2xidSfAQrH1WL { top:14.8125rem;left:10.60416662693rem;width:11.125rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFEOtza61F8pJr2orTEuJ45kOdrq3GU5 { top:14.8125rem;left:25.63541662693rem;width:9.375rem;height:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT7ykre4kmeBC1FtoVvcJ9Z7JK8dTRMo { top:14.8125rem;left:40.75rem;width:7rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7LSp7SgnfHGvlR8gBqgLm5c5b1SWPxE { top:25rem;left:12.16666662693rem;width:22.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnh0tw9HswT1heM5xVxHT7LpV7SfiXnP { top:27.75rem;left:0rem;width:15.75rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPTwG44enoKDUHuWO4IEJV4lsWknkc5W { top:27.75rem;left:16.364584565162rem;width:15.5625rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxqiWg8BIvBz42A2XOFqLzTBZHqAKXTO { top:27.9375rem;left:32.375rem;width:15.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ7IK4HlQW2PtqWtJGsiTsGDOc0FEVFt { top:44.8125rem;left:0rem;width:15.8125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVkNMAfUMsTwBybowx7JdGPK3sAPid4g { top:44.8125rem;left:16.32291662693rem;width:15.4375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIJ0raqTxFBAuR5oisTkduJuGmL2ylpc { top:44.8125rem;left:32.375rem;width:15.375rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsCTM6ACIe8bBsk4dgPt6leMDCzIO8g2 { top:29.25rem;left:5.8020845651627rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n943lheqemFqhZk7MGKCfeySo6MZEPXT { top:33.25rem;left:0rem;width:13.3125rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E76yIT4LOFDq6ssE0lJGk53vBX5Lq7UA { top:29.25rem;left:22.500002503395rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkaqbGU5s0FHplH2eZ0rFHO7qkR8TsRG { top:34.25rem;left:16.750002503395rem;width:14.25rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C30WdhlfxQCk5nw5J248Ty6uAHaCAwio { top:34.25rem;left:35.01041662693rem;width:12.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clpxtnBwTtRqFXBKHIz4N1i4qeZTOBZ0 { top:29.25rem;left:40.22916662693rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1M1bPmCTDlevGcUkTgdXDC5lwaml5tv { top:46.4375rem;left:5.0416666269303rem;width:2.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkIfP2eERoOUeT53zrXX3DMzhI0TwThT { top:45.6875rem;left:22.406252503395rem;width:2.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aANROrtuf8ZPo3h2mmiXJJBirVliAtNb { top:45.6875rem;left:39.250002503395rem;width:2.9375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqk2DOmFOVhsErSrpVFoeDu64zIsuzVg { top:50.375rem;left:0.45833361148834rem;width:12.5rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZqtxmUN9fScIRmWsceeTQlIDDVtHVRS { top:50.375rem;left:17.625002503395rem;width:12.9375rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQLHqbH093wusU72yVZObPf0bTQaql8t { top:50.375rem;left:35.01041662693rem;width:12.5rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoHg49LDGn73w6btID1dTBP8pmpyPXTh { display:block; }#VoHg49LDGn73w6btID1dTBP8pmpyPXTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5eFO8f1LGCeoytup9mvCNR0FFKRU0ZI { top:1.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poNT46bwJp7rSXeMUdhsXJEHWPZQD6sf { top:6.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgVrL0JfTh8ooK4xPRTAPEy8cOTWdps4 { top:10.875rem;left:0rem;width:47.75rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhDTSIxZXfTu97b17TZntKIbb2bTlkmb { top:23.9375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1XsQl1GGtdMLyJK4H3h3xuvRW6xTEnO { top:27.9375rem;left:0rem;width:47.75rem;height:27.014364640884rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwqDT5fTUVkuQwzzKTWsdMXKTqVAZ6U2 { top:62.125rem;left:0rem;width:47.75rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTmWqBqzFM7iACD8eoRLBdhSImq9rg3 { top:73.6875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }#JFTmWqBqzFM7iACD8eoRLBdhSImq9rg3 li:before{  }
 }@media only screen and (max-width: 763px) { #ec8ypm5lVe140TkX1BWhfuSgs9iGLikS { top:77rem;left:0rem;width:46.6875rem;height:1.25rem;font-size:1rem;display:block; }#ec8ypm5lVe140TkX1BWhfuSgs9iGLikS li:before{  }
 }@media only screen and (max-width: 763px) { #mClINGP2NqO3Kz08Ms1bAfIhnrgEfkEC { top:80.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }#mClINGP2NqO3Kz08Ms1bAfIhnrgEfkEC li:before{  }
 }@media only screen and (max-width: 763px) { #Tl86Ce56nRShFRa65evm6TQf5OB9wTmg { top:79.0625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }#Tl86Ce56nRShFRa65evm6TQf5OB9wTmg li:before{  }
 }@media only screen and (max-width: 763px) { #QvgMIMVdt5iPT2FBokoni84QkgiWbzFH { top:83.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }#QvgMIMVdt5iPT2FBokoni84QkgiWbzFH li:before{  }
 }@media only screen and (max-width: 763px) { #Ktcv14EWV6f1uQFOV54PqrHIKcC3tVe7 { top:85.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }#Ktcv14EWV6f1uQFOV54PqrHIKcC3tVe7 li:before{  }
 }@media only screen and (max-width: 763px) { #DmcwHl2IiyEyesgfXWvxB2xvsK4br2Ti { top:88.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }#DmcwHl2IiyEyesgfXWvxB2xvsK4br2Ti li:before{  }
 }@media only screen and (max-width: 763px) { #hFAe4iTLySwAtyVfJV24DAfTw7lbum6T { top:92.625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hANzRxuQTCqsVAdbkDQOwwsOq0DLuqhL { top:97.1875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpEIMUIMN8FUf7tGomXpQtLaH94D4yrx { top:106.375rem;left:0rem;width:47.75rem;height:26.795332618026rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPl7KO6xgSdcEILqBVvk7a5XKal06Mkm { top:140.625rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH4GgGQ2o2Vvh9AO3xAnmc2XkMVd0vyT { top:145.4375rem;left:0rem;width:21.5625rem;height:1.25rem;font-size:1rem;display:block; }#VH4GgGQ2o2Vvh9AO3xAnmc2XkMVd0vyT li:before{  }
 }@media only screen and (max-width: 763px) { #NOKKfvlEflrEONrdvSAqpZrAgVperaKb { top:147.5625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }#NOKKfvlEflrEONrdvSAqpZrAgVperaKb li:before{  }
 }@media only screen and (max-width: 763px) { #R5npwypZ51poL1V9lxBA9XTKU6afFUI4 { top:150.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }#R5npwypZ51poL1V9lxBA9XTKU6afFUI4 li:before{  }
 }@media only screen and (max-width: 763px) { #yfxNK1TXz2sEag3XTLstt5F1pCGvZOH6 { top:154.1875rem;left:0rem;width:46.5rem;height:1.25rem;font-size:1rem;display:block; }#yfxNK1TXz2sEag3XTLstt5F1pCGvZOH6 li:before{  }
 }@media only screen and (max-width: 763px) { #Zeo98xwpinPU5ygz2GwqL9TDhwCJ6mTb { top:156.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }#Zeo98xwpinPU5ygz2GwqL9TDhwCJ6mTb li:before{  }
 }@media only screen and (max-width: 763px) { #qxbCquytWUn4pD1fAEF4myt39oZA3fVZ { top:160.5625rem;left:0rem;width:30.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc5IfJyzooTdgJacTbdvCmL3TGynxaGC { top:162.75rem;left:0rem;width:47.75rem;height:26.746044303797rem;display:block; }
 }@media only screen and (max-width: 763px) { #StSXoc2tsKB6gms0zaOChWXSgRrdS6cO { display:block; }#StSXoc2tsKB6gms0zaOChWXSgRrdS6cO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4MdWQLTIpZy4Ig0hVTKrVTutAphit4T { top:34.5625rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHUxB9wVxFMrFlGrLodwDePxR3T0rwCF { top:48.1875rem;left:0rem;width:47.75rem;height:26.733981092437rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGi9OaDb7byVvVHmq9N8citfHMRt7BXH { top:84.0625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG2gGgnLCu5MkoVNSAsSXyPteuWF4lKh { top:91.5rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HanGlJioCLB18r41tAbG7BRddUTrxoSk { top:96.75rem;left:0rem;width:47.75rem;height:26.729894179894rem;display:block; }
 }@media only screen and (max-width: 763px) { #In3I3DqlgyuXKMBP2rcET5xDC8rTMNAQ { top:131.8125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcThdn30CBVymtaifzXdgtC8KsMRLSFf { display:block; }#EcThdn30CBVymtaifzXdgtC8KsMRLSFf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8gI2PFbaBFwwxOLV9UIvHRbL3GGJFCz { top:1.25rem;left:20.54166662693rem;width:13.875rem;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQs7ECbFDaJZ4fwxkfx2kecwq5MbtGTw { width:7.6875rem;height:4.3125rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrWhTqJuDlvykvNOc1xbvRmtMDB1tHz6 { width:20rem;height:5.19921875rem;top:6.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrQJsxsuxHnI0MdmHcAXAc0V5TyhRQpX { width:20rem;height:12.9948125rem;top:13.26171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAcriT4QcEcXbkLOPQaLLbvRiuTePusS { width:20rem;height:15.649546827795rem;top:27.50653125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwkiUeciAa8iWmMUL6HlzoXlQOOFwTV3 { display:block; }#MwkiUeciAa8iWmMUL6HlzoXlQOOFwTV3 > .row .container { width:20rem;height:177.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKeUet1zdQOPrxQ1E27vacpNsspsUEoG { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqGh5qqBPQr4B0pTFZTOfsZGV2yTutI9 { width:20rem;height:3.8984375rem;top:7.69921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd0iRvEzJQMx6OIWGI12Hh298Vt9fafE { width:3rem;height:3rem;top:14.22265625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzLKHQLGb8wftmVKdnqGrh897S3HHTVz { width:12.5rem;height:14.6875rem;top:12.84765625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpsAI8W7Fdqg9k13iEUXt0foCcyOActt { width:11.25rem;height:7.9615625rem;top:18.118490219116rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neMnvD2MbPWFHy1w3GuTs1sm36X20AS3 { width:12.5rem;height:14.625rem;top:28.78515625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s57fPwqAcE9MG1egNlAsL9Ri6gFQAK3K { width:12.5rem;height:14.625rem;top:44.66015625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCMZHpB3XVfCckWJ2GtIzkRALhsENTMH { width:12.5rem;height:14.625rem;top:60.53515625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbt4GsoynnQ17nh4EZMAHHVv1H2gzAfS { width:2.8125rem;height:3.4375rem;top:29.91015625rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoSJB9ehTlmKEHHgzMTWAG2aikUIEcqf { width:3.125rem;height:3.3125rem;top:45.84765625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLeT24EgAARAHT6kzyRQT6uz3wsAEfXh { width:3.0625rem;height:2.5625rem;top:62.09765625rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFQo1yNzBdRswJI0Zky2xidSfAQrH1WL { width:11.125rem;height:7.9615625rem;top:34.592447280884rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFEOtza61F8pJr2orTEuJ45kOdrq3GU5 { width:9.375rem;height:7.9615625rem;top:50.467447280884rem;left:5.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT7ykre4kmeBC1FtoVvcJ9Z7JK8dTRMo { width:7rem;height:4.54948125rem;top:66.342447280881rem;left:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7LSp7SgnfHGvlR8gBqgLm5c5b1SWPxE { width:18.8125rem;height:2.92448125rem;top:76.47265625rem;left:0.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnh0tw9HswT1heM5xVxHT7LpV7SfiXnP { width:15.75rem;height:15.1875rem;top:80.5846375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPTwG44enoKDUHuWO4IEJV4lsWknkc5W { width:15.5625rem;height:15.125rem;top:97.0221375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxqiWg8BIvBz42A2XOFqLzTBZHqAKXTO { width:15.375rem;height:15.0625rem;top:113.3971375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ7IK4HlQW2PtqWtJGsiTsGDOc0FEVFt { width:15.8125rem;height:14.6875rem;top:129.7096375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVkNMAfUMsTwBybowx7JdGPK3sAPid4g { width:15.4375rem;height:14.625rem;top:145.6471375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIJ0raqTxFBAuR5oisTkduJuGmL2ylpc { width:15.375rem;height:14.625rem;top:161.5221375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsCTM6ACIe8bBsk4dgPt6leMDCzIO8g2 { width:2.75rem;height:2.75rem;top:82.055991746137rem;left:9.0937509536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #n943lheqemFqhZk7MGKCfeySo6MZEPXT { width:13.3125rem;height:9.0989375rem;top:86.089845992281rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E76yIT4LOFDq6ssE0lJGk53vBX5Lq7UA { width:2.75rem;height:2.75rem;top:98.493491746137rem;left:8.3229179382325rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkaqbGU5s0FHplH2eZ0rFHO7qkR8TsRG { width:14.25rem;height:4.54948125rem;top:103.51627836342rem;left:2.5729179382324rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C30WdhlfxQCk5nw5J248Ty6uAHaCAwio { width:12.5rem;height:4.54948125rem;top:119.72396049614rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clpxtnBwTtRqFXBKHIz4N1i4qeZTOBZ0 { width:2.75rem;height:2.75rem;top:114.701825rem;left:9.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1M1bPmCTDlevGcUkTgdXDC5lwaml5tv { width:2.9375rem;height:2.3125rem;top:131.30468926544rem;left:8.2708330154419rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkIfP2eERoOUeT53zrXX3DMzhI0TwThT { width:2.9375rem;height:2.3125rem;top:146.49218926544rem;left:8.333335876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #aANROrtuf8ZPo3h2mmiXJJBirVliAtNb { width:2.9375rem;height:2.3125rem;top:162.36653885956rem;left:8.177085876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqk2DOmFOVhsErSrpVFoeDu64zIsuzVg { width:12.5rem;height:6.82425rem;top:135.24218926544rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZqtxmUN9fScIRmWsceeTQlIDDVtHVRS { width:12.9375rem;height:5.68685rem;top:151.17968926544rem;left:3.5520858764649rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQLHqbH093wusU72yVZObPf0bTQaql8t { width:12.5rem;height:6.82425rem;top:167.05468926544rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoHg49LDGn73w6btID1dTBP8pmpyPXTh { display:block; }#VoHg49LDGn73w6btID1dTBP8pmpyPXTh > .row .container { width:20rem;height:228.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5eFO8f1LGCeoytup9mvCNR0FFKRU0ZI { width:20rem;height:7.3111875rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poNT46bwJp7rSXeMUdhsXJEHWPZQD6sf { width:20rem;height:6.82425rem;top:9.8105625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgVrL0JfTh8ooK4xPRTAPEy8cOTWdps4 { width:20rem;height:23.390625rem;top:17.884796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhDTSIxZXfTu97b17TZntKIbb2bTlkmb { width:20rem;height:6.3359375rem;top:42.525421875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1XsQl1GGtdMLyJK4H3h3xuvRW6xTEnO { width:20rem;height:11.314917127072rem;top:50.111359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwqDT5fTUVkuQwzzKTWsdMXKTqVAZ6U2 { width:20rem;height:25.9895625rem;top:62.675796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTmWqBqzFM7iACD8eoRLBdhSImq9rg3 { width:20rem;height:6.497375rem;top:89.914734375rem;left:0rem;font-size:1rem;display:block; }#JFTmWqBqzFM7iACD8eoRLBdhSImq9rg3 li:before{  }
 }@media only screen and (max-width: 763px) { #ec8ypm5lVe140TkX1BWhfuSgs9iGLikS { width:20rem;height:3.8984375rem;top:97.661484375rem;left:0rem;font-size:1rem;display:block; }#ec8ypm5lVe140TkX1BWhfuSgs9iGLikS li:before{  }
 }@media only screen and (max-width: 763px) { #mClINGP2NqO3Kz08Ms1bAfIhnrgEfkEC { width:20rem;height:5.19791875rem;top:107.958359375rem;left:0rem;font-size:1rem;display:block; }#mClINGP2NqO3Kz08Ms1bAfIhnrgEfkEC li:before{  }
 }@media only screen and (max-width: 763px) { #Tl86Ce56nRShFRa65evm6TQf5OB9wTmg { width:20rem;height:3.8984375rem;top:102.809921875rem;left:0rem;font-size:1rem;display:block; }#Tl86Ce56nRShFRa65evm6TQf5OB9wTmg li:before{  }
 }@media only screen and (max-width: 763px) { #QvgMIMVdt5iPT2FBokoni84QkgiWbzFH { width:20rem;height:5.19791875rem;top:114.406278125rem;left:0rem;font-size:1rem;display:block; }#QvgMIMVdt5iPT2FBokoni84QkgiWbzFH li:before{  }
 }@media only screen and (max-width: 763px) { #Ktcv14EWV6f1uQFOV54PqrHIKcC3tVe7 { width:20rem;height:6.497375rem;top:120.854196875rem;left:0rem;font-size:1rem;display:block; }#Ktcv14EWV6f1uQFOV54PqrHIKcC3tVe7 li:before{  }
 }@media only screen and (max-width: 763px) { #DmcwHl2IiyEyesgfXWvxB2xvsK4br2Ti { width:20rem;height:2.59895625rem;top:128.600946875rem;left:0rem;font-size:1rem;display:block; }#DmcwHl2IiyEyesgfXWvxB2xvsK4br2Ti li:before{  }
 }@media only screen and (max-width: 763px) { #hFAe4iTLySwAtyVfJV24DAfTw7lbum6T { width:20rem;height:6.3359375rem;top:132.449253125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hANzRxuQTCqsVAdbkDQOwwsOq0DLuqhL { width:20rem;height:20.7916875rem;top:140.035190625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpEIMUIMN8FUf7tGomXpQtLaH94D4yrx { width:20rem;height:11.223175965665rem;top:162.076878125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPl7KO6xgSdcEILqBVvk7a5XKal06Mkm { width:20rem;height:9.096375rem;top:174.549503125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH4GgGQ2o2Vvh9AO3xAnmc2XkMVd0vyT { width:20rem;height:1.29948125rem;top:184.895878125rem;left:0rem;font-size:1rem;display:block; }#VH4GgGQ2o2Vvh9AO3xAnmc2XkMVd0vyT li:before{  }
 }@media only screen and (max-width: 763px) { #NOKKfvlEflrEONrdvSAqpZrAgVperaKb { width:20rem;height:5.19791875rem;top:187.445359375rem;left:0rem;font-size:1rem;display:block; }#NOKKfvlEflrEONrdvSAqpZrAgVperaKb li:before{  }
 }@media only screen and (max-width: 763px) { #R5npwypZ51poL1V9lxBA9XTKU6afFUI4 { width:20rem;height:5.19791875rem;top:193.893278125rem;left:0rem;font-size:1rem;display:block; }#R5npwypZ51poL1V9lxBA9XTKU6afFUI4 li:before{  }
 }@media only screen and (max-width: 763px) { #yfxNK1TXz2sEag3XTLstt5F1pCGvZOH6 { width:20rem;height:3.8984375rem;top:200.341196875rem;left:0rem;font-size:1rem;display:block; }#yfxNK1TXz2sEag3XTLstt5F1pCGvZOH6 li:before{  }
 }@media only screen and (max-width: 763px) { #Zeo98xwpinPU5ygz2GwqL9TDhwCJ6mTb { width:20rem;height:6.497375rem;top:205.489634375rem;left:0rem;font-size:1rem;display:block; }#Zeo98xwpinPU5ygz2GwqL9TDhwCJ6mTb li:before{  }
 }@media only screen and (max-width: 763px) { #qxbCquytWUn4pD1fAEF4myt39oZA3fVZ { width:20rem;height:2.59895625rem;top:213.25782299042rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc5IfJyzooTdgJacTbdvCmL3TGynxaGC { width:20rem;height:11.20253164557rem;top:216.73633861542rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #StSXoc2tsKB6gms0zaOChWXSgRrdS6cO { display:block; }#StSXoc2tsKB6gms0zaOChWXSgRrdS6cO > .row .container { width:20rem;height:103.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I4MdWQLTIpZy4Ig0hVTKrVTutAphit4T { width:20rem;height:28.5885625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHUxB9wVxFMrFlGrLodwDePxR3T0rwCF { width:20rem;height:11.197478991597rem;top:31.0885625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGi9OaDb7byVvVHmq9N8citfHMRt7BXH { width:20rem;height:15.59375rem;top:43.5358125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG2gGgnLCu5MkoVNSAsSXyPteuWF4lKh { width:20rem;height:8.4479375rem;top:60.3795625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HanGlJioCLB18r41tAbG7BRddUTrxoSk { width:20rem;height:11.195767195767rem;top:70.0775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #In3I3DqlgyuXKMBP2rcET5xDC8rTMNAQ { width:20rem;height:19.4921875rem;top:82.5228125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcThdn30CBVymtaifzXdgtC8KsMRLSFf { display:block; }#EcThdn30CBVymtaifzXdgtC8KsMRLSFf > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8gI2PFbaBFwwxOLV9UIvHRbL3GGJFCz { width:13.875rem;height:0.9746125rem;top:1.25rem;left:3.0625rem;font-size:0.75rem;display:block; }
 }